Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autonumber offset #727

Closed
cytec opened this issue Mar 6, 2013 · 6 comments
Closed

autonumber offset #727

cytec opened this issue Mar 6, 2013 · 6 comments

Comments

@cytec
Copy link

@cytec cytec commented Mar 6, 2013

is it somehow possible to give an autonumber offset so that it would not start from 00000 but from 00012 or something like that?

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Apr 27, 2013

Currently it's not possible, why do you need it?

@cytec
Copy link
Author

@cytec cytec commented May 8, 2013

im downloading a playlist from youtube and sometimes there are added new videos to this playlist, when i then restart the download with the playlist-start tag the numbering starts from 1 again instead of number x which im downloading...

So basically i want to append the playlist video number to the filename :)

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented May 8, 2013

This behaviour is possible since a few versions ago, you can use %(playlist_index)s instead of %(autonumber)s. This will do exactly what you want.

@JasonJAyalaP
Copy link

@JasonJAyalaP JasonJAyalaP commented Jul 13, 2013

playlist_index is really useful. But is there an equivalent to --autonumber-size? Just as I don't need so many zeros with autonumber, I'd like to only use 2 digits with playlist_index as well.

Edit Created a new issue:
#1041

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jul 13, 2013

@JasonJAyalaP open a new issue for that request, please.

@ocisly
Copy link
Contributor

@ocisly ocisly commented May 23, 2014

@phihag this has also apparently been fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.