Open KAMKillJoy opened 7 months ago
You're right, should be "suffix"
Ok, tnx. I can sleep now.
Gonna keep this open 'til it's fixed. Thanks
It was supposed to be Prefix with playlist index and " - " separator
. But something like Prefix filename with playlist index using " - " seperator
would be clearer?
I guess the whole point of this is how to place something (e.g. string) near "special sequence" like %(NAME)s. This is the only place in manual where this scenario is covered. So, I think it is more about suffix of (playlist_index)s than prefix of filename. I had a really hard time figuring out how to add space before playlist title only if there is one. (playlist_title& {}|)s If you use just " (playlist_title)s" you will have extra spaces if there is no playlist title.
DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
Checklist
Please make sure the question is worded well enough to be understood
Manual says:
But is it a prefix? I guess prefix is
$ yt-dlp -o "%(playlist_index& - {}|)s%(title)s.%(ext)s" BaW_jenozKc "https://www.youtube.com/user/TheLinuxFoundation/playlists"
Int trying to look smart, I'm really curious. I've tried to make prefix with this example and it took some time to figure out whats wrong.
Provide verbose output that clearly demonstrates the problem
yt-dlp -vU <your command line>
)'verbose': True
toYoutubeDL
params instead[debug] Command-line config
) and insert it belowComplete Verbose Output
No response