isamert / empv.el

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

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

Closed eval-exec closed 1 year ago

eval-exec commented 1 year 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 1 year 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 1 year 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.