A self-hosted music library, including server and webui. Supports muitiple artists per track and album.
artist_relation.mp4
- Clone the repository
- Install all necessary python packages
pip3 install -r requirements.txt
- Run server
python3 server.py
- Goto settings page
- Enter your music folder and click Scan button
The programme splits artists with delimiters, so single artist with these delimiters in name will be splitted unintendedly.
- Goto settings page.
- Add a new artist with the single artist's name (e.g. A&B/C)
- Perform merge artist by name (or by uuid if you want) multiple times. (e.g. 1. merge A&B/C with A 2. merge A&B/C with B 3. merge A&B/C with C)
- Webui is avaliable at http://server_address:5010/
- APIs are at http://server_address:5010/api/