Skip to content

Latest commit

 

History

46 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

仓库 files navigation

#Auto Tagger

Command Line Python application to autotag your audio files

Register for acoustid web api key Install chromaprint

#Setting up Acoustid Web API key $ export ACOUSTID_API_KEY='<your_API_key>'

python goose.py --song /home/name/Music/something.mp3
python goose.py --directory /home/name/Music/

#Example of the API lookup

from musicbrainz import *
finger = FingerPrinter(FILE)
music = MusicUtils(API_KEY=API,fingerprint=finger.fingerprint , duration=finger.duration)
query = music.lookup()

关于

Auto tagging unknown music files with what is right .

Resources

Stars

1 star

关注者

1 watching

复刻s

发布

贡献者

Languages