|
|
|
@ -89,11 +89,14 @@ $files = glob("podcasts/podcast2/*.mp3");
|
|
|
|
|
for ($i=0; $i<count($files); $i++)
|
|
|
|
|
{$num = $files[$i];
|
|
|
|
|
$var1 = $_GET["files"]["name"];
|
|
|
|
|
echo '<td><div class="tooltip-wrap no-underline"><audio src='.$num.' controls></audio><div class="tooltip-content-down"><div class="left_col"><h3>NARRATOR</h3>';include $num.'.txt';
|
|
|
|
|
echo '<td><audio src='.$num.' controls></audio>';
|
|
|
|
|
echo '<div class="tooltip-wrap" style="left:1%; top:-10px;background-color:transparent !important;"><img src="images/plus-icon.png" width="20px"><div class="tooltip-content-down content-transcription"><div class="left_col"><h3>NARRATOR</h3>';include $num.'.txt';
|
|
|
|
|
echo '</div><div class="right_col"><h3>SPEAKERS</h3>'; include $num.'-M.txt';
|
|
|
|
|
echo '</div></div><br /><div style="font-size:14px;line-height:1;text-align: left;max-width:280px;">';
|
|
|
|
|
include $num.'-METADATA.txt';
|
|
|
|
|
echo '<br /><a href='.$num.' download='.$var1.'>download</a></div></div></td>'; } ?>
|
|
|
|
|
echo '</div></div></div>';
|
|
|
|
|
echo '<div style="font-size:14px;line-height:1;text-align: left;max-width:280px;">';
|
|
|
|
|
include $num.'-METADATA.txt';
|
|
|
|
|
echo '<br /><a href='.$num.' download='.$var1.'>download</a></div></td>'; } ?>
|
|
|
|
|
|
|
|
|
|
</tr></table>
|
|
|
|
|
|
|
|
|
|
<br>
|
|
|
|
@ -128,7 +131,7 @@ echo '<br /><a href='.$num.' download='.$var1.'>download</a></div></div></td>';
|
|
|
|
|
{$num = $files[$i];
|
|
|
|
|
$var1 = $_GET["files"]["name"];
|
|
|
|
|
echo '<audio src='.$num.' controls></audio><br />';
|
|
|
|
|
echo date("F d Y H:i:s",filemtime($num)).'<br /><br />'; }
|
|
|
|
|
echo date("d/m/Y",filemtime($num)).'<br /><br />'; }
|
|
|
|
|
?>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|