nicole - Lyrics Scraper and Embedder

New Intrepid Chief Of Lyrics Embedders

nicole is a lyrics embedder, she searches on genius and azlyrics for lyrics for mp3 or flac files, downloads them and writes them to the file. Certain music players (like BlackPlayer on Android) can then display them, without any internet connection at all. It is designed to handle whole albums, artists or even the whole library at once, but it is also possible to specify individual files.

nicole is a python 3 program and can be installed with python-pip.

$ git clone https://github.com/MatthiasQuintern/nicole

Klone nach 'nicole'...

$ cd nicole

$ python3 -m pip install .

Building wheels for collected packages: nicole

Successfully installed nicole-2.0

$ nicole -d "Music/Aether Realm/Tarot"

Nicole version 2.0

Processing directory: ~/Music/Aether Realm/Tarot

✓ ~/Music\/Aether Realm/Tarot/01 - The Fool.flac

Written lyrics from genius to Aether Realm - The Fool

✕ ~/Music/Aether Realm/Tarot/02 - Tarot.flac

Already processed by nicole.

✕ ~/Music/Aether Realm/Tarot/03 - The Tower.flac

Already has lyrics

✓ ~/Music/Aether Realm/Tarot/04 - King of Cups.flac

Written lyrics from azlyrics to Aether Realm - King of Cups

$ nicole -h

Command line options:

-d [directory] process directory [directory]

-f [file] process file [file]

-r go through directories recursively

...

More Information

For more information and installation instructions, please refer to the readme on the github page


License

GNU General Public License 3