Skip to content

Automate ComicBookRoundup ratings sync with Komga. This userscript adds critic and user reviews as metadata links, improving your comic management.

Notifications You must be signed in to change notification settings

wrecks-code/komga-sync-comic-ratings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Komga Comic Ratings Sync from ComicBookRoundup

Effortlessly sync comic ratings from ComicBookRoundup directly into your Komga library. This userscript automates the process of fetching critic and user ratings, saving them as metadata links within Komga, enhancing your comic management experience.

🚀 Key Features

  • Single Series Sync: Update ratings for individual series with a click.

    Series Sync Animation

  • Bulk Library Sync: Process entire libraries with a live progress counter.

    Bulk Library Sync Animation

  • Detailed Logging: Monitor progress and troubleshoot with comprehensive console logs (F12 - > Console, Filter: komga).

    Detailed Logs Animation

  • New Feature: Add your own Rating! It also gets saved as a link in Komga.

    OwnRatingAnimation

  • Optional: Install the show-ratings-in-library.js as well if you want to see these ratings in your library view.

    image

⚙️ Requirements

  • A running Komga instance with API access enabled.
  • A valid Komga API key.
  • A userscript manager.

🔧 Installation

  1. Install a Userscript Manager:
    Choose and install one of the following:

  2. Add the Script:
    Create a new userscript in your chosen manager and copy-paste the contents of komga-sync-comic-ratings.js.

  3. Configure the Script:

    • Replace the URL at the top of the script with your Komga URL:
      // @match        https://komga.org/*
    • Replace the placeholder API key at the top of the script:
      const KOMGA_API_KEY = "YOUR_API_KEY_HERE";

📝 License

This project is licensed under the MIT License.

🙏 Acknowledgements

  • Komga: For a powerful comic management platform.
  • ComicBookRoundup: For comprehensive comic ratings.
  • komf: Komga and Kavita Metadata Fetcher

About

Automate ComicBookRoundup ratings sync with Komga. This userscript adds critic and user reviews as metadata links, improving your comic management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published