Skip to content

CXwudi/vocadb-video-downloader-new

Folders and files

NameName
Last commit message
Last commit date

Latest commit

27a1581 Β· Mar 3, 2025
Oct 10, 2024
Aug 18, 2024
Dec 26, 2022
Dec 27, 2023
Dec 16, 2024
May 19, 2022
Apr 1, 2023
Dec 30, 2023
Dec 30, 2023
Mar 3, 2025
Dec 27, 2023
Dec 16, 2024
Sep 26, 2023
Apr 20, 2024
Apr 20, 2024
Feb 21, 2025
Nov 29, 2023

Repository files navigation

vocadb-video-downloader-new

An integrated cli-based media archiving solution for VocaDB, it can:

  1. read a VocaDB favourite list and save it as a folder of JSON files (by calling VocaDB APIs)
  2. download the PV or audio for each songs in the favourite list (using the output from 1. as input)
  3. 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

  1. vvd-taskproducer
  2. vvd-downloader
  3. vvd-extractor

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.