Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.11 KB

README.md

File metadata and controls

39 lines (20 loc) · 1.11 KB

NotiLyric

NotiLyric is a python lyric library. It's very easy for applications to use.

NotiLyric can download lyrics from the internet (QQMusic is the only providor now) and display current line using a bubble notification.

NotiLyric

Based on NotiLyric, I offer you the following lyric display programs and plugins.

FMLyric

Display lyric for FMD.

python2 fmlyric.py [options]

Options: -a for FMD address (default localhost), -p for FMD port (defalt 10098).

MPLyric

Display lyric for MPD.

python2 mplyric.py [options]

Options: -a for MPD address (default localhost), -p for MPD port (defalt 6600).

QLyric

QLyric is a lyric plugin for QuodLibet.

First copy necessary files to QuodLibet plugin directory.

cp qlyric.py notilyric.py ~/.quodlibet/plugins/events/

Start QuodLibet and enable QLyric plugin. You will see a bubble notification on screen displaying lyrics.

Depends

python2 and python-notify are required, python-mpd is a must for MPLyric.