You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm more into european comics than american comics and I like to rename my files into the following format:
"{series_name} - T{issue_number} - {issue_title}" (T being short for Tome in French) but when trying to save the system does not accept my input. Could you clarify what are the accepted hardcoded values between the variables ?
To Reproduce
Go to Settings > Media Mangement
In the File naming field input "{series_name} - T{issue_number} - {issue_title}"
Click on the save icon
See error: Save icon returns "failed", File naming field is outlined in red.
Expected behaviour
Settings should accept my custom naming format
Here is what the logs return
2025-04-26T07:53:06+0000 | MainProcess | waitress-6 | custom_exceptions.pyL208 | WARNING | The value for this setting is invalid: file_naming: {series_name} - T{volume_number} - {issue_title}
2025-04-26T07:54:16+0000 | MainProcess | waitress-4 | custom_exceptions.pyL208 | WARNING | The value for this setting is invalid: file_naming: {series_name} - T{volume_number} - {issue_title}
2025-04-26T07:54:45+0000 | MainProcess | waitress-2 | custom_exceptions.pyL208 | WARNING | The value for this setting is invalid: file_naming: {series_name} - T{issue_number} - {issue_title}
2025-04-26T07:55:28+0000 | MainProcess | waitress-9 | custom_exceptions.pyL208 | WARNING | The value for this setting is invalid: file_naming: {series_name} - T{issue_number} - {issue_title}
2025-04-26T07:57:01+0000 | MainProcess | waitress-4 | custom_exceptions.pyL208 | WARNING | The value for this setting is invalid: file_naming: {series_name} - T {issue_number} - {issue_title}
2025-04-26T07:57:12+0000 | MainProcess | waitress-8 | custom_exceptions.pyL208 | WARNING | The value for this setting is invalid: file_naming: {series_name} - T {issue_number} - {issue_title}
Screenshots
Version info
v1.2.0
Otherwise I really appreciate what you developped ! Thank you and keep up the good work!
The text was updated successfully, but these errors were encountered:
The "T" as an indicator of the issue number is not implemented currently. So Kapowarr stops you as it detected that the naming format is unsupported. But I can easily add support for it, so no problem.
Casvt
changed the title
File naming pattern not accepted
T(ome) as issue number indicator
Apr 26, 2025
Description of the bug
I'm more into european comics than american comics and I like to rename my files into the following format:
"{series_name} - T{issue_number} - {issue_title}" (T being short for Tome in French) but when trying to save the system does not accept my input. Could you clarify what are the accepted hardcoded values between the variables ?
To Reproduce
Expected behaviour
Settings should accept my custom naming format
Here is what the logs return
Screenshots
Version info
v1.2.0
Otherwise I really appreciate what you developped ! Thank you and keep up the good work!
The text was updated successfully, but these errors were encountered: