diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-09-16 09:14:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-09-16 09:14:37 +0000 |
commit | 554e98c31452a944dfe667cbec43904227903e87 (patch) | |
tree | 605cb8d706501b1fdaac833a3032c97f15e9c476 /audio/Makefile | |
parent | This plugin fetches cover art, artist art,album and artist information (diff) |
The magnatune plugin provides an interface to the www.magnatune.com website.
The plugin allows you to browse, and preview available albums.
(It uses the 128kbit mp3 version). The magnatune plugin provides a double
function, it also uses the data from the magnatune website to fetch cover art.
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 5916012b7e06..f3987cd424f2 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -198,6 +198,7 @@ SUBDIR += gmidimonitor SUBDIR += gmixer SUBDIR += gmpc + SUBDIR += gmpc-magnatune SUBDIR += gmpc-mdcover SUBDIR += gmpc-osd SUBDIR += gmpc-qosd |