blob: ae684d1ee00cedc6232dede389af0528ae92950e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
Tested on Ubuntu and Python 3
A simple script to download all your favorite Arknights OSTs from monster-siren.hypergryph.com
Download all songs, albums and fill out metadata, album, cover art, artists and even lyrics
### Note:
The API offers .mp3 and .wav, but the program convert .wav to .flac since .wav can't do metadata.
### Requirements:
Python
ffmpeg
```pip3 install -r requirements.txt``` or ```pip install -r requirements.txt```
### Runs:
```python3 main.py``` or ```python main.py```
### Video instructions:
https://drive.google.com/file/d/1Kzcn3GazpE9MHtzlkgJB3L0DtvsHK88M/view?usp=sharing
![image](https://user-images.githubusercontent.com/80285371/207703442-a96488bc-5642-4d7b-92da-f0ac976e944b.png)
![image](https://user-images.githubusercontent.com/80285371/207703484-2271b5a1-7928-401d-9bed-a5e4feeec4d0.png)
|