Skip to content

T(ome) as issue number indicator #247

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

Open
bxlinfman opened this issue Apr 26, 2025 · 2 comments
Open

T(ome) as issue number indicator #247

bxlinfman opened this issue Apr 26, 2025 · 2 comments
Labels
bug Report of something not working as expected

Comments

@bxlinfman
Copy link

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

  1. Go to Settings > Media Mangement
  2. In the File naming field input "{series_name} - T{issue_number} - {issue_title}"
  3. Click on the save icon
  4. 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

Image

Version info
v1.2.0

Otherwise I really appreciate what you developped ! Thank you and keep up the good work!

@bxlinfman bxlinfman added the bug Report of something not working as expected label Apr 26, 2025
@Casvt
Copy link
Owner

Casvt commented Apr 26, 2025

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 Casvt changed the title File naming pattern not accepted T(ome) as issue number indicator Apr 26, 2025
@Casvt Casvt moved this to Handled Soon in Kapowarr plans Apr 26, 2025
@Casvt Casvt moved this from Handled Soon to In Progress in Kapowarr plans Apr 26, 2025
@bxlinfman
Copy link
Author

Wow, thanks for the swift answer and picking up my issue !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Report of something not working as expected
Projects
Status: In Progress
Development

No branches or pull requests

2 participants