2025-05-22 10:47:07 +02:00
2025-05-22 10:47:07 +02:00
2025-05-18 21:29:51 +02:00
2025-05-21 13:43:08 +02:00
2025-05-18 21:30:41 +02:00

Karaokatalog

Tools to manage an Ultrastar DX song library. Features include:

  1. Deduplication

Setup

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Run

Deduplication

If your song library is stored at /path/to/library, run:

python3 -m karaokatalog.deduplicate /path/to/library
Description
No description provided
Readme 97 KiB
Languages
Python 100%