From d57e8a63a9d235b1b8484a08af5dfa253ae44e70 Mon Sep 17 00:00:00 2001 From: Tim Bishop Date: Sun, 29 Jun 2008 22:05:56 +0000 Subject: This plugin for SqueezeCenter makes it possible to create smart playlists. Although the standard SqueezeCenter doesn't support smart playlists by itself, together with iTunes and the standard SqueezeCenter iTunes integration, it is possible to use smart playlists defined in iTunes. The problem though is that the integrated iTunes smart playlists will not be recalculated until the next time you perform a rescan in SqueezeCenter. The SQL Playlist plugin takes care of this problem and implements native smart playlist in SqueezeCenter without any need to use iTunes. The smart playlists implemented in SQL Playlist will also be automatically re-calculated after each track played so they will be based on the latest statistic information. A smart playlist in SQL Playlist are continous and will run forever in the same way as the standard Random Mix plugin, you can optionally also choose that a smart playlist shouldn't repeat already played tracks and in that case the music will stop when all songs matching the playlist has been played. WWW: http://wiki.slimdevices.com/index.php/SQL_Playlist_plugin --- audio/squeezeboxserver-sqlplaylist/Makefile | 34 +++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 audio/squeezeboxserver-sqlplaylist/Makefile (limited to 'audio/squeezeboxserver-sqlplaylist/Makefile') diff --git a/audio/squeezeboxserver-sqlplaylist/Makefile b/audio/squeezeboxserver-sqlplaylist/Makefile new file mode 100644 index 000000000000..8511a102a252 --- /dev/null +++ b/audio/squeezeboxserver-sqlplaylist/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: squeezecenter-sqlplaylist +# Date created: 21 June 2008 +# Whom: Tim Bishop +# +# $FreeBSD$ +# + +PORTNAME= sqlplaylist +PORTVERSION= 2.0.b04 +CATEGORIES= audio +MASTER_SITES= http://erland.homeip.net/download/do/downloadapplication?name=slimserver-sqlplaylist&filename=/ +PKGNAMEPREFIX= squeezecenter- +DISTNAME= SQLPlayList-${PORTVERSION:S/b/beta/} +DIST_SUBDIR= squeezecenter + +MAINTAINER= tdb@FreeBSD.org +COMMENT= SqueezeCenter plugin to create playlists based on SQL queries + +RUN_DEPENDS= softsqueeze:${PORTSDIR}/audio/squeezecenter \ + ${LOCALBASE}/${SLIMDIR}/Plugins/DynamicPlayList/install.xml:${PORTSDIR}/audio/squeezecenter-dynamicplaylist + +FETCH_BEFORE_ARGS= -o ${DISTFILES} +USE_ZIP= yes +NO_WRKSUBDIR= yes +NO_BUILD= yes + +SLIMDIR?= squeezecenter +PLIST_SUB+= SLIMDIR=${SLIMDIR} + +do-install: + ${MKDIR} ${PREFIX}/${SLIMDIR}/Plugins/SQLPlayList + ${CP} -R ${WRKSRC}/SQLPlayList/* ${PREFIX}/${SLIMDIR}/Plugins/SQLPlayList + +.include -- cgit v1.2.3