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.
-
Single Series Sync: Update ratings for individual series with a click.
-
Bulk Library Sync: Process entire libraries with a live progress counter.
-
Detailed Logging: Monitor progress and troubleshoot with comprehensive console logs (F12 - > Console, Filter: komga).
-
New Feature: Add your own Rating! It also gets saved as a link in Komga.
-
Optional: Install the show-ratings-in-library.js as well if you want to see these ratings in your library view.
- A running Komga instance with API access enabled.
- A valid Komga API key.
- A userscript manager.
-
Install a Userscript Manager:
Choose and install one of the following: -
Add the Script:
Create a new userscript in your chosen manager and copy-paste the contents of komga-sync-comic-ratings.js. -
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";
- Replace the URL at the top of the script with your Komga URL:
This project is licensed under the MIT License.
- Komga: For a powerful comic management platform.
- ComicBookRoundup: For comprehensive comic ratings.
- komf: Komga and Kavita Metadata Fetcher