Skip to content

Grab mora.jp song metadata and save that metadata into any music file.

License

Notifications You must be signed in to change notification settings

victorlish/Mora_Music_Metadata_Grabber

Repository files navigation

Mora Music Metadata Grabber

The program grabs the song metadata from mora.jp artist page and save that artist's single/album metadata into some flac files.

Implementation Notes

  1. The program runs with python, so make sure you have installed python on your computer.
  2. Copy the repo.
  3. Install dependencies using pip install -r requirements.txt.
  4. You are good to go.

Usage

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.

Notes

It's better for you to study the code before you run it.

About

Grab mora.jp song metadata and save that metadata into any music file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages