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

[FEATURE] Metadata-only library #288

Open
aaronleopold opened this issue Mar 9, 2024 · 3 comments
Open

[FEATURE] Metadata-only library #288

aaronleopold opened this issue Mar 9, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@aaronleopold
Copy link
Collaborator

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

@aaronleopold aaronleopold added the enhancement New feature or request label Mar 9, 2024
@vuhe
Copy link

vuhe commented Jul 19, 2024

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 info.toml files) in this folder. Can this feature be directly read and converted into metadata?

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.

@aaronleopold
Copy link
Collaborator Author

Is this feature only using metadata information to build a database?

Basically, yep! That is the idea for the feature.

I have a habit of organizing manga series into a folder and creating metadata files (such as info.toml files) in this folder. Can this feature be directly read and converted into metadata?

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.

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.

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.

@vuhe
Copy link

vuhe commented Jul 19, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants