-
Notifications
You must be signed in to change notification settings - Fork 491
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
Help Needed: Configuring MeTube Docker Output for Numbered Playlists #554
Comments
are you meaning |
Yes |
well, btw, if you use a conditional selector "|", The following will have no effect unless the previous expression evaluates to None |
sorry my mistoken.
and see if it's correctly? |
No need for sorry mate, I tried this but its still same no numbers |
Hi everyone,
I'm using MeTube in a Docker Portainer setup and I'm trying to configure the output template so that the videos in a playlist are numbered in a three-digit format (e.g., 001, 002, 010, 100). Despite my attempts, I haven't been able to get the numbering to work correctly.
Here is my current Docker Compose configuration for the MeTube environment:
I'm specifically trying to achieve the three-digit playlist numbering using %(playlist_index)03d, also tried with - %(autonumber)s-%(title)s.%(ext)s but it doesn't seem to be working as expected. I would appreciate any advice or examples of how others have successfully configured this.
Thank you in advance for your help!
Best regards,
Shoaib
The text was updated successfully, but these errors were encountered: