diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-09-16 09:17:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-09-16 09:17:50 +0000 |
commit | 47feb5cddf0572f25743fa3a409ad6e81736b782 (patch) | |
tree | a404f90c4e520841cb5ce39799b0b99bd2bcee6d /audio/Makefile | |
parent | The plugin allows you to generate a playlist based on a set of rules, f.e. (diff) |
This plugin fetches lyrics from the internet. It uses the following websites
as sources:
* LyricWiki
* LeosLyrics
* Lyrics Tracker
WWW: http://sarine.nl/gmpc-plugins
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 19022533d3d1..e050256d7512 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -200,6 +200,7 @@ SUBDIR += gmpc SUBDIR += gmpc-autoplaylist SUBDIR += gmpc-lastfm + SUBDIR += gmpc-lyrics SUBDIR += gmpc-magnatune SUBDIR += gmpc-mdcover SUBDIR += gmpc-osd |