we can use youtube-dl to print the song duration, which can then be persisted in a column in the table for songs. we can do some interesting things with duration:
sort songs by duration
show how long a song is
show how much time is left in a song: timeStartedPlaying + songDuration - timeNow
we can use youtube-dl to print the song duration, which can then be persisted in a column in the table for songs. we can do some interesting things with duration:
timeStartedPlaying + songDuration - timeNow