-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
[FEATURE] Metadata-only library #288
Comments
Is this feature only using metadata information to build a database? I have a habit of organizing manga series into a folder and creating metadata files (such as By the way, is there a plan to support metadata plugins? I am currently using LANraragi, which is very convenient for obtaining e-hentai metadata, but has poor support for comic series. |
Basically, yep! That is the idea for the feature.
Stump doesn't currently support toml metadata files, but you're welcome to create a feature request for it. If the schema deviates from what is typically found in EPUBs or ComicInfo.xml files, please outline it if you're able to or provide a link to an example.
This is trickier to answer. I'm not familiar with LANraragi and am not by a computer atm, but in general a plugin system would not be trivial to implement. That's assuming it needs to function as a plugin, and not some other service that just runs in parallel operating on metadata within your library. Feel free to create a separate issue for that request and I can try to dedicate a little time to at least look into it. |
Thank you for your reply. I use info.toml to place metadata information in order to unify the writing of all ComicInfo.xml in the folder, because for webtoon, all information is the same except for the number of episodes, and it is very time-consuming and difficult to manage to unify the writing. For libraries, it is possible to import metadata information by reading series.json files created by Mylar or special metadata files for Stump, which is useful for libraries that do not want to create a fixed file structure. The existing metadata specification file cannot automatically set the vertical continuity of webtoon, so creating a Stump metadata file specification may be useful, or some fields can be extended on the basis of series.json. |
Is your feature request related to a problem? Please describe.
A library that ignores the underlying folder structure and instead uses metadata to construct itself and its series
Additional context
Originally discussed in #254
The text was updated successfully, but these errors were encountered: