+
+
+
+ {#if $currentFile}
+
{$currentFile.name}
+ {:else}
+
Select a file
+ {/if}
+
+
+
+
+
+
+
+
+ {#if $duration > 0}
+ {($cursor / 60).toFixed(0)}:{($cursor % 60).toFixed(1).padStart(4, "0")}
+ / {($duration / 60).toFixed(0)}:{($duration % 60).toFixed(1).padStart(4, "0")}
+ {/if}
+
+
+
+
+