https://bugs.kde.org/show_bug.cgi?id=450844
Remko van Wagensveld <remgg...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |remgg...@gmail.com --- Comment #3 from Remko van Wagensveld <remgg...@gmail.com> --- This behavior of series is intended as far as I see. This is for structures where you have multiple comics of the same series in one folder. E.g.: $ tree All-New* All-New\ Hawkeye\ (2015) |-- All-New_Hawkeye_2015_1.cbz `-- All-New_Hawkeye_2015_6.cbz All-New\ Ultimates\ (2014) |-- All-New_Ultimates_2014_1.cbz `-- All-New,_All-Different_Avengers_2015_9.cbz This helps if the Comic Book Archives do not have any metadata embedded describing the comic. What you are suggesting would be a folder browser in peruse. In general I would like a folder browser, but that is a new feature, as the "Group by series" works as intended. The code for adding the folder as a series is here: https://invent.kde.org/graphics/peruse/-/blob/master/src/qtquick/BookListModel.cpp#L244 However, what I think is a problem with this feature is that the folder name gets added as series even if the comic book has the appropriate series information. -- You are receiving this mail because: You are watching all bug changes.