diff options
author | miwi <miwi@FreeBSD.org> | 2007-09-16 17:16:58 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-09-16 17:16:58 +0800 |
commit | 296602712630e989ce77244ec197f88c2e695fda (patch) | |
tree | 656640a12a766a947ffd0bb2a3217384de6fbfcd /audio/Makefile | |
parent | 7a6b71981dea61f461a59d8c2532e63c5d456365 (diff) | |
download | freebsd-ports-gnome-296602712630e989ce77244ec197f88c2e695fda.tar.gz freebsd-ports-gnome-296602712630e989ce77244ec197f88c2e695fda.tar.zst freebsd-ports-gnome-296602712630e989ce77244ec197f88c2e695fda.zip |
The plugin allows you to generate a playlist based on a set of rules, f.e.
"Genre contains 'jazz' and artist doesn't contain 'Jones'".
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 8c9f35099ff0..19022533d3d1 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -198,6 +198,7 @@ SUBDIR += gmidimonitor SUBDIR += gmixer SUBDIR += gmpc + SUBDIR += gmpc-autoplaylist SUBDIR += gmpc-lastfm SUBDIR += gmpc-magnatune SUBDIR += gmpc-mdcover |