Fetches comic ratings from comicbookroundup.com and syncs them into Komga metadata using the API
目前為
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.
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:
js
// @match https://komga.org/*
js
const KOMGA_API_KEY = "YOUR_API_KEY_HERE";
This project is licensed under the MIT License.