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
Hello,
I just tested and found that when renaming episodes, the {year} placeholder does not work. It's always empty. For movies it is ok.
Example: --episode-format='{series[0]}/{series} ({year})/{series} - S{season:02}E{episode:02} - {title}.{extension} => expected: B/Better Call Saul (2015)/Better Call Saul - S01E01 - Title.mkv => result: B/Better Call Saul /Better Call Saul - S01E01 - Title.mkv
--episode-format='{series[0]}/{series} ({year})/{series} - S{season:02}E{episode:02} - {title}.{extension}
B/Better Call Saul (2015)/Better Call Saul - S01E01 - Title.mkv
B/Better Call Saul /Better Call Saul - S01E01 - Title.mkv
The text was updated successfully, but these errors were encountered:
I think this would be a feature actually... in https://github.com/jkwill87/mnamer/wiki/Formatting it says that year is for media type Movie. Actually, I think this issue is a duplicate for #89.
Movie
Sorry, something went wrong.
No branches or pull requests
Hello,
I just tested and found that when renaming episodes, the {year} placeholder does not work. It's always empty.
For movies it is ok.
Example:
--episode-format='{series[0]}/{series} ({year})/{series} - S{season:02}E{episode:02} - {title}.{extension}
=> expected:
B/Better Call Saul (2015)/Better Call Saul - S01E01 - Title.mkv
=> result:
B/Better Call Saul /Better Call Saul - S01E01 - Title.mkv
The text was updated successfully, but these errors were encountered: