You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, New user here. I'm trying to set up the output filename using the python format, and have MOST of the options working correctly, except 1.
I'm trying to do a full playlist. I want the output to be folder structured. Artist/Album/(track number)-(title).mp3
The string I'm using currently is: %(artist)s/%(album)s/%(playlist_index)-%(title).200s.%(ext)s
The problem is in the "playlist_index". Youtube playlists consider the first video as 0 and not 1. So all my downloads are off by 1.
What format would I use to output the filename with the proper video numbers? Is there a way to "+1" the playlist_index output?
Thank for your help.
Beta Was this translation helpful? Give feedback.
All reactions