An integrated cli-based media archiving solution for VocaDB, it can:
- read a VocaDB favourite list and save it as a folder of JSON files (by calling VocaDB APIs)
- download the PV or audio for each songs in the favourite list (using the output from 1. as input)
- extract the audio track from PV if necessary, and add the thumbnail, tags to the audio track (using the output from 2. as input)
These 3 steps are implemented respectively as
All 3 modules share a common document, please read it first: Common document
Then for each module, please read their own README.md file for more details.