The program grabs the song metadata from mora.jp artist page and save that artist's single/album metadata into some flac files.
- The program runs with python, so make sure you have installed python on your computer.
- Copy the repo.
- Install dependencies using
pip install -r requirements.txt
. - You are good to go.
Nippon_Mora_GrabFromAlbum.py
grabs the metadata from single/album, e.g., Aimer Zankyosanka / Asa ga kuru.
Nippon_Mora_GrabFromArtist.py
grabs all the metadata of singles/albums from an artist, e.g., YOASOBI.
The program grabs metadata of:
"artist"
"album"
"title"
"track"
"date"
and requires dependencies of:
mutagen==1.45.1
requests==2.27.1
selenium==4.1.3
For dependencies, you may install via pip install -r requirements.txt
.
It's better for you to study the code before you run it.