-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Changeable File Paths #20
Comments
That's doable. |
The catch is that each volume needs to be different. I want the ability to have a folder with:
The catch is that the last instance is technically named "Star Wars The High Republic". I want to change "series_name". |
It should be:
Because the File naming doesn't allow folder structure while Volume folder naming does. But that aside, @DaveAlton you basically want custom volume folders? Being able to manually set a folder instead of having one auto-generated? |
Exactly. Having the option to be manual would solve my problems. |
I'm working on that right now :) |
I wasn't sure if I should make another issue since this sounds very similar but I would also appreciate allowing the same series over several years to be stacked under a single series name as Kavita is using this approach for displaying a single series and it looks great, Kavita uses the comicinfo.xml for most comic information but if there are multiple series of the same name in different directories it doesn't work at all. Similar to this:
|
I'll let @Casvt reply with their thoughts, but would Kavita recognize it if it was maybe just in a sub folder? Sonarr doesn't parse the file names for individual episodes. They look at the folder, then look for the S01E01 episode format in the file name. You could have a file like this: |
Kapowarr extracts data from {
"series": "Doctor Who",
"year": 1963,
"volume_number": 7,
"special_version": null,
"issue_number": 9.0,
"annual": false
} |
I'd have to double check on the subfolder idea for Kavita, this kind of file structure is also not supported by Mylar either and so I have my own python scripts that run on each file after post-processing is finished to move them into a final library structure.
I actually migrated away from Komga to Kavita because I found Komga to be extremely slow with a high number of comics (60k issues) even when libraries are split by publisher whereas once Kavita did its initial scans it's very snappy. I also appreciate the built-in library metrics that Kavita provides. |
So it sounds like the Kavita file structure would work? Maybe I'm misunderstanding but either way I'm glad to see new people working on this kind of software as Mylar has been the only real option for too long. |
Thanks so much @Casvt! |
Is your feature request related to a problem? Please describe.
Yes, I can't name my folders anything I'd like. For Star Wars comics, I remove the "Star Wars" prefix from the volume name because they all have that prefix so it's pointless to include.
Describe the solution you'd like
Use the Sonarr/Radarr way of folder setting. Allow me to just select a file path.
Additional info
Only flat folder structures are supported. If I want to store any set of volumes inside a folder, I have to create a whole new root folder for it.
Because of all the above reasons I can only use Kapowarr for some or my comics and not all.
The text was updated successfully, but these errors were encountered: