We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
ytdl-sub/src/ytdl_sub/prebuilt_presets/tv_show/tv_show_by_date.yaml
Line 62 in 57c5d3c
The text was updated successfully, but these errors were encountered:
Yes, episode_number_padded uses different variables. With scripting/function support this should be updated to use %pad
Sorry, something went wrong.
No branches or pull requests
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.
ytdl-sub/src/ytdl_sub/prebuilt_presets/tv_show/tv_show_by_date.yaml
Line 62 in 57c5d3c
The text was updated successfully, but these errors were encountered: