alexta69 / metube

Self-hosted YouTube downloader (web UI for youtube-dl / yt-dlp)
GNU Affero General Public License v3.0
3.97k stars 264 forks source link

Downloads overwrite each-other #342

Closed FlyingCacti closed 6 months ago

FlyingCacti commented 7 months ago

Just noticed that when downloading yt channels with lots of video's there are instances where it does not change the file name to "video.webm", "video (2).webm" etc. if the video title is the same name but the yt video's are different and it just overwrites the previous file.

Just wondering if this could be added as a default as it would be very useful.

PikuZheng commented 7 months ago

yes it is. So I set the file name template to be "id+title"

arabcoders commented 7 months ago

This is the intended behavior i think from yt-dlp, if you want you should include etiher the date or youtube-id in the final filename. Good standard and supported by some new plugins for media players is YYYYMMDD title [youtube-(id)]

FlyingCacti commented 7 months ago

Thank you, makes sense for string types.

alexta69 commented 6 months ago

Functionality related to yt-dlp and not MeTube, closing