Skip to content
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

Request: Don't separate subfolders into their own series #46

Closed
ghost opened this issue Jan 1, 2020 · 7 comments
Closed

Request: Don't separate subfolders into their own series #46

ghost opened this issue Jan 1, 2020 · 7 comments
Labels
wontfix This will not be worked on

Comments

@ghost
Copy link

ghost commented Jan 1, 2020

The typical library folder structure looks like this:

- Manga
-- Naruto
--- Volume 1
--- Volume 2
--- Volume 3
...
-- One Piece
--- Volume 1
--- Volume 2
--- Volume 3
...

Komga displays each folder in a library as its own series just like Ubooquity. So far so good.

vivaldi_2020-01-01_21-56-55

The problem is that Komga does not honor the folder structure of folders that have one or multiple subfolders. For example, the manga Kaiji has several parts which are separated into different subfolders like this:

- Manga
-- Kaiji
--- 01. Part 1
---- Volume 1
---- Volume 2
---- Volume 3
...
--- 02. Part 2
---- Volume 1
---- Volume 2
---- Volume 3
...

Instead of displaying Kaiji as one series with one folder icon and showing you the five subfolders when you click on the icon the way Ubooquity does it, each subfolder is displayed as if it were its own series in the library overview:

vivaldi_2020-01-01_22-13-47

This leads to a messy overview, especially if you have multiple series with subfolders:

vivaldi_2020-01-01_22-18-30

@gotson
Copy link
Owner

gotson commented Jan 2, 2020

You can prefix the intermediate folder with the name of the series, for example replace 01. Part 1 with Kaiji - Part 1.


This is a design choice, the hierarchical structure of a file system is not adapted to represent the multiple dimensions of the various metadata books can have. Every people will want to have their folders in a different way, so it will never work for everyone.

Regarding your particular manga, it could be considered as different series from what i gather from Wikipedia, as they don't even have the same title.

Then you may wonder how to visualize those 6 different series together, since they are part of the same "universe". That's where Collections could help (see #30).

@gotson gotson closed this as completed Jan 2, 2020
@ghost
Copy link
Author

ghost commented Jan 2, 2020

@gotson Thanks, that solution works for me.

vivaldi_2020-01-02_15-17-51

@gotson gotson added the wontfix This will not be worked on label Jan 3, 2020
@jfml
Copy link

jfml commented Jan 7, 2020

Hi, I'm struggling with this, is there documentation on how this works? I can't even replicate the solution pointed to above:

Screen Shot 2020-01-07 at 17 52 41

Leads to:

Screen Shot 2020-01-07 at 17 52 57

Shouldn't it just become one series called Kaiji?

@gotson
Copy link
Owner

gotson commented Jan 7, 2020

Shouldn't it just become one series called Kaiji?

No. Each folder is a series. If you want to have books in the same series, but them in the same folder.

Documentation here: https://github.com/gotson/komga#what-does-it-do

@jfml
Copy link

jfml commented Jan 8, 2020

Ok.

So just to clarify in case someone else is as slow on the update as me:

Every folder with a cbr/cbz/zip inside it will be made a Series no matter where in your folder-structure it is buried (or if there are other subfolders with more files inside it (which in turn will again be made a Series)).

Folder with one ore more files inside it = Series.

Coolio.

@janbo208 janbo208 mentioned this issue Jan 24, 2020
3 tasks
@gotson
Copy link
Owner

gotson commented Jan 31, 2020

@whalehub I just added Sort Title for series, so now you can use that to see series grouped together, even if the title is very different, without changing your folder names. It's available in the series edit dialog.

@ghost
Copy link
Author

ghost commented Feb 5, 2020

@gotson Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants