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

episode_number_padded seems inconsistent #1146

Open
briped opened this issue Jan 4, 2025 · 1 comment
Open

episode_number_padded seems inconsistent #1146

briped opened this issue Jan 4, 2025 · 1 comment

Comments

@briped
Copy link

briped commented Jan 4, 2025

I wanted to set default season_number, episode_number, file_name etc.. Even though overriding episode_number the padded version still stays unchanged.

Looking at the code I see it is because there's an override for episode_number_padded that doesn't use episode_number for reference as expected.

episode_number_padded: "{upload_day_padded}{upload_date_index_padded}"

@jmbannon
Copy link
Owner

jmbannon commented Jan 5, 2025

Yes, episode_number_padded uses different variables. With scripting/function support this should be updated to use %pad

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

No branches or pull requests

2 participants