The aim of this project is to generate M3U playlists based on a music producer searching through a directory of MP3s.
- Python3
- Genius Music API token (https://docs.genius.com)
usage: search.py [-h] -p Producers [-m MP3 folder path] [-i iTunes Library]
python3 search.py -p 'Kanye West' -m '/Users/Amit/Music'
python3 search.py -p 'Kanye West|Just Blaze' -m '/Users/Amit/Music'
python3 search.py -p 'Kanye West|Just Blaze' -i '/Users/Amit/iTunes/iTunes Music Library.xml'
- Playlists are generated in the current working directory
- If a playlist exists, it will be appended to
- If a duplicate song exists in an existing playlist, it will be skipped