Skip to content

Create an index of your music collection with python and elasticsearch

License

Notifications You must be signed in to change notification settings

roboyoshi/es-music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

es-music

Create an index of your music collection with python and elasticsearch

Use

# Install dependencies:
pip3 install mutagen


# Start ELasticSearch:
docker run --rm --name es-music -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" elasticsearch:7.6.0

# Run the Parser:
python3 parser.py --library=~/Music

About

Create an index of your music collection with python and elasticsearch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages