Komga - Sync Comic Ratings (from ComicBookRoundup)

Fetches comic ratings from comicbookroundup.com and syncs them into Komga metadata using the API

目前為 2025-03-04 提交的版本,檢視 最新版本

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
wrecks-code
評價
0 0 0
版本
2.0
建立日期
2025-02-28
更新日期
2025-03-04
尺寸
22.0 KB
授權條款
MIT
腳本執行於

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: js // @match https://komga.org/*
    • Replace the placeholder API key at the top of the script: js 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