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] Support metadata parsing plugin #371

Open
vuhe opened this issue Jul 19, 2024 · 0 comments
Open

[FEATURE] Support metadata parsing plugin #371

vuhe opened this issue Jul 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@vuhe
Copy link

vuhe commented Jul 19, 2024

LANraragi can retrieve metadata such as author, language, etc. by calling plugins through URLs in tags. A method can be used to automatically or periodically update newly added comics to obtain metadata information.

A rust interface can be developed to enable plugins to implement the interface and dynamically load it at runtime to scrape metadata.

Considering the language characteristics of Rust, dynamic loading may be a bit difficult. As an alternative approach, it is possible to pass the information to be parsed, such as file name, URL, etc., by calling shell scripts, and then modify the metadata information through parsing shell output or HTTP API calls.

There are many metadata scraping plugins in Komga's community that require changing metadata through HTTP API, which seems a bit complicated for management software because video management apps like Jellyfin can support metadata scraping through plugins.

@vuhe vuhe added the enhancement New feature or request label Jul 19, 2024
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

1 participant