ErrorFlynn / ytdlp-interface

Windows graphical interface for yt-dlp, designed as a simple YouTube downloader
MIT License
1.1k stars 58 forks source link

[bandcamp] single track albums ignore per-site output template #86

Closed azumukupoe closed 1 year ago

azumukupoe commented 1 year ago

for example:

if I use below URLs as the input https://pajjama.bandcamp.com/album/starch https://pajjama.bandcamp.com/album/jane-papaya https://pajjama.bandcamp.com/album/karakasa https://pajjama.bandcamp.com/album/womb

they show up in the program as below image

when I go into the Settings view while selecting a single track album (ones missing [playlist] in the titles), default template setting is shown and if I modify it, the value gets saved as output_template in the ytdlp-interface.json

ErrorFlynn commented 1 year ago

Yes, the code deliberately revokes the "playlist status" of albums that contain a single track, so the special output template and the Put playlists in their own folders setting no longer apply (that was the behavior that made sense to me at the time). I'm not sure if I should make this behavior optional, or just remove it altogether, but either way I will address it in the next version.