Skip to content

cloudsteak/music-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music info

Prepare

Install Conda: https://docs.anaconda.com/free/miniconda

conda create --prefix ./.venv python=3.11.5 -y
conda activate ./.venv
pip install -r requirements.txt

Usage

python main.py -p <path_to_music_file> -g <default genre> -c <comment>
usage: main.py [-h] -p PATH [-g DEFAULT_GENRE] [-c COMMENT]

Update MP3 tags (Release date, Genre, Comment)

options:
  -h, --help            show this help message and exit
  -p PATH, --path PATH  Directory path containing MP3 files
  -g DEFAULT_GENRE, --default_genre DEFAULT_GENRE
                        Default genre to apply to all MP3 files where we cannot find genre information
  -c COMMENT, --comment COMMENT
                        Comment to apply to all MP3 files

Releases

No releases published

Packages

No packages published

Languages