diff options
author | tdb <tdb@FreeBSD.org> | 2007-10-29 05:36:22 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2007-10-29 05:36:22 +0800 |
commit | 63df15059b847d990f766ab3a7cbdf9123f77c2c (patch) | |
tree | c1a1ce1d69c09f32bb4d14d06044fa530c591599 /audio/Makefile | |
parent | 729aaf603c6ddccc07ab745bdc161ab1a85e23bc (diff) | |
download | freebsd-ports-gnome-63df15059b847d990f766ab3a7cbdf9123f77c2c.tar.gz freebsd-ports-gnome-63df15059b847d990f766ab3a7cbdf9123f77c2c.tar.zst freebsd-ports-gnome-63df15059b847d990f766ab3a7cbdf9123f77c2c.zip |
- Add slimserver-dynamicplaylist:
The Dynamic Playlist plugin is a Slimserver plugin that makes it
easier for other plugins to implement different types of playlists.
It shows all supported playlists below the same menu and has the
advantage that the user doesn't have to know which plugin implements
a specific interface.
WWW: http://wiki.erland.homeip.net/index.php/Dynamic_Playlist_plugin
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 8c03a79e4c05..ca2fe45f11ff 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -578,6 +578,7 @@ SUBDIR += sidplayer SUBDIR += simplemod SUBDIR += slimserver + SUBDIR += slimserver-dynamicplaylist SUBDIR += slimserver-dynamictransition SUBDIR += slimserver-lastfm SUBDIR += slimserver-lazysearch |