isamert / empv.el

An Emacs media player, media library manager, radio player, YouTube frontend
GNU General Public License v3.0
103 stars 18 forks source link

Display YouTube video length in seconds for more precision in `*empv-yt-result*` #38

Closed eval-exec closed 11 months ago

eval-exec commented 12 months ago

I would like to propose displaying the length value in x mins y secs instead, to provide more precise information about the video duration. This change would enhance the user experience by allowing us to quickly determine the exact duration of each video. image

isamert commented 12 months ago

Hmm interesting, it should show something like 3.7 mins instead of just showing 3. mins. Anyway, it is still not precise enough. What about showing "3:45" instead of showing "3 mins 45 secs" to save some real estate? Would that work for you?

eval-exec commented 12 months ago

Hmm interesting, it should show something like 3.7 mins instead of just showing 3. mins. Anyway, it is still not precise enough. What about showing "3:45" instead of showing "3 mins 45 secs" to save some real estate? Would that work for you?

3:45 or 3.7 mins are fine, I agree with you.