From ae1be63a41fea952612c94364fdbf51997930437 Mon Sep 17 00:00:00 2001 From: tdb 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/Makefile | 1 + audio/squeezeboxserver-sqlplaylist/Makefile | 34 +++++++++++++ audio/squeezeboxserver-sqlplaylist/distinfo | 3 ++ audio/squeezeboxserver-sqlplaylist/pkg-descr | 20 ++++++++ audio/squeezeboxserver-sqlplaylist/pkg-plist | 75 ++++++++++++++++++++++++++++ audio/squeezecenter-sqlplaylist/Makefile | 34 +++++++++++++ audio/squeezecenter-sqlplaylist/distinfo | 3 ++ audio/squeezecenter-sqlplaylist/pkg-descr | 20 ++++++++ audio/squeezecenter-sqlplaylist/pkg-plist | 75 ++++++++++++++++++++++++++++ 9 files changed, 265 insertions(+) create mode 100644 audio/squeezeboxserver-sqlplaylist/Makefile create mode 100644 audio/squeezeboxserver-sqlplaylist/distinfo create mode 100644 audio/squeezeboxserver-sqlplaylist/pkg-descr create mode 100644 audio/squeezeboxserver-sqlplaylist/pkg-plist create mode 100644 audio/squeezecenter-sqlplaylist/Makefile create mode 100644 audio/squeezecenter-sqlplaylist/distinfo create mode 100644 audio/squeezecenter-sqlplaylist/pkg-descr create mode 100644 audio/squeezecenter-sqlplaylist/pkg-plist (limited to 'audio') diff --git a/audio/Makefile b/audio/Makefile index 9e78dcc412d4..1bfe0916e5d9 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -642,6 +642,7 @@ SUBDIR += squeezecenter SUBDIR += squeezecenter-dynamicplaylist SUBDIR += squeezecenter-lazysearch + SUBDIR += squeezecenter-sqlplaylist SUBDIR += squeezecenter-superdatetime SUBDIR += squeezecenter-trackstat SUBDIR += squeezecenter-transitionupdater 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 diff --git a/audio/squeezeboxserver-sqlplaylist/distinfo b/audio/squeezeboxserver-sqlplaylist/distinfo new file mode 100644 index 000000000000..2fdce32b7dd1 --- /dev/null +++ b/audio/squeezeboxserver-sqlplaylist/distinfo @@ -0,0 +1,3 @@ +MD5 (squeezecenter/SQLPlayList-2.0.beta04.zip) = 597121510bff520eaa7882a906582011 +SHA256 (squeezecenter/SQLPlayList-2.0.beta04.zip) = e0db5526ee685106284f8915b871104d39b3937f783f5dce870b68cdadff534c +SIZE (squeezecenter/SQLPlayList-2.0.beta04.zip) = 215636 diff --git a/audio/squeezeboxserver-sqlplaylist/pkg-descr b/audio/squeezeboxserver-sqlplaylist/pkg-descr new file mode 100644 index 000000000000..b04957f64ff4 --- /dev/null +++ b/audio/squeezeboxserver-sqlplaylist/pkg-descr @@ -0,0 +1,20 @@ +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 diff --git a/audio/squeezeboxserver-sqlplaylist/pkg-plist b/audio/squeezeboxserver-sqlplaylist/pkg-plist new file mode 100644 index 000000000000..250e142f5263 --- /dev/null +++ b/audio/squeezeboxserver-sqlplaylist/pkg-plist @@ -0,0 +1,75 @@ +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/Default/plugins/SQLPlayList/dynamicplaylistlink.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/catchtab.js +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/dynamicplaylistlink.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/settings/basic.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/settings/subpage_chooser.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/sqlplaylist_list.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/sqlplaylist_redirect.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/sqlplaylist_reload.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/webadminmethods_edititem.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/webadminmethods_editsimpleitem.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/webadminmethods_login.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/webadminmethods_newitem.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/webadminmethods_newitemparameters.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/webadminmethods_newitemtypes.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/webadminmethods_newsimpleitem.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/webadminmethods_publishitemparameters.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/webadminmethods_register.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/webadminmethods_savedownloadeditem.html +%%SLIMDIR%%/Plugins/SQLPlayList/LICENSE.txt +%%SLIMDIR%%/Plugins/SQLPlayList/Playlists/randomalbums.sql.values.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Playlists/randomartists.sql.values.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Playlists/randomtracks.sql.values.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Playlists/randomyears.sql.values.xml +%%SLIMDIR%%/Plugins/SQLPlayList/README.txt +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/advanced.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/advanced.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/advancedwithrating.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/advancedwithrating.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomalbums.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomalbums.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomartists.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomartists.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomforrating.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomforrating.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomforratingandartist.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomforratingandartist.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomforratingandgenre.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomforratingandgenre.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomforratingandyear.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomforratingandyear.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomtracks.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomtracks.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomweightedtracks.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomweightedtracks.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomyears.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomyears.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/simple.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/simple.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/topratedforalbum.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/topratedforalbum.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/topratedforartist.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/topratedforartist.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/topratedforgenre.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/topratedforgenre.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/topratedforplaylist.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/topratedforplaylist.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/topratedforyear.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/topratedforyear.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/install.xml +%%SLIMDIR%%/Plugins/SQLPlayList/lib/Plugins-SQLPlayList-Plugin.par +%%SLIMDIR%%/Plugins/SQLPlayList/strings.txt +@dirrm %%SLIMDIR%%/Plugins/SQLPlayList/lib +@dirrm %%SLIMDIR%%/Plugins/SQLPlayList/Templates +@dirrm %%SLIMDIR%%/Plugins/SQLPlayList/Playlists +@dirrm %%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/settings +@dirrm %%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList +@dirrm %%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins +@dirrm %%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN +@dirrm %%SLIMDIR%%/Plugins/SQLPlayList/HTML/Default/plugins/SQLPlayList +@dirrm %%SLIMDIR%%/Plugins/SQLPlayList/HTML/Default/plugins +@dirrm %%SLIMDIR%%/Plugins/SQLPlayList/HTML/Default +@dirrm %%SLIMDIR%%/Plugins/SQLPlayList/HTML +@dirrm %%SLIMDIR%%/Plugins/SQLPlayList +@dirrmtry %%SLIMDIR%%/Plugins +@dirrmtry %%SLIMDIR%% diff --git a/audio/squeezecenter-sqlplaylist/Makefile b/audio/squeezecenter-sqlplaylist/Makefile new file mode 100644 index 000000000000..8511a102a252 --- /dev/null +++ b/audio/squeezecenter-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 diff --git a/audio/squeezecenter-sqlplaylist/distinfo b/audio/squeezecenter-sqlplaylist/distinfo new file mode 100644 index 000000000000..2fdce32b7dd1 --- /dev/null +++ b/audio/squeezecenter-sqlplaylist/distinfo @@ -0,0 +1,3 @@ +MD5 (squeezecenter/SQLPlayList-2.0.beta04.zip) = 597121510bff520eaa7882a906582011 +SHA256 (squeezecenter/SQLPlayList-2.0.beta04.zip) = e0db5526ee685106284f8915b871104d39b3937f783f5dce870b68cdadff534c +SIZE (squeezecenter/SQLPlayList-2.0.beta04.zip) = 215636 diff --git a/audio/squeezecenter-sqlplaylist/pkg-descr b/audio/squeezecenter-sqlplaylist/pkg-descr new file mode 100644 index 000000000000..b04957f64ff4 --- /dev/null +++ b/audio/squeezecenter-sqlplaylist/pkg-descr @@ -0,0 +1,20 @@ +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 diff --git a/audio/squeezecenter-sqlplaylist/pkg-plist b/audio/squeezecenter-sqlplaylist/pkg-plist new file mode 100644 index 000000000000..250e142f5263 --- /dev/null +++ b/audio/squeezecenter-sqlplaylist/pkg-plist @@ -0,0 +1,75 @@ +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/Default/plugins/SQLPlayList/dynamicplaylistlink.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/catchtab.js +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/dynamicplaylistlink.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/settings/basic.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/settings/subpage_chooser.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/sqlplaylist_list.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/sqlplaylist_redirect.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/sqlplaylist_reload.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/webadminmethods_edititem.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/webadminmethods_editsimpleitem.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/webadminmethods_login.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/webadminmethods_newitem.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/webadminmethods_newitemparameters.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/webadminmethods_newitemtypes.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/webadminmethods_newsimpleitem.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/webadminmethods_publishitemparameters.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/webadminmethods_register.html +%%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/webadminmethods_savedownloadeditem.html +%%SLIMDIR%%/Plugins/SQLPlayList/LICENSE.txt +%%SLIMDIR%%/Plugins/SQLPlayList/Playlists/randomalbums.sql.values.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Playlists/randomartists.sql.values.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Playlists/randomtracks.sql.values.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Playlists/randomyears.sql.values.xml +%%SLIMDIR%%/Plugins/SQLPlayList/README.txt +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/advanced.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/advanced.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/advancedwithrating.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/advancedwithrating.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomalbums.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomalbums.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomartists.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomartists.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomforrating.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomforrating.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomforratingandartist.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomforratingandartist.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomforratingandgenre.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomforratingandgenre.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomforratingandyear.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomforratingandyear.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomtracks.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomtracks.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomweightedtracks.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomweightedtracks.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomyears.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/randomyears.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/simple.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/simple.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/topratedforalbum.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/topratedforalbum.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/topratedforartist.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/topratedforartist.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/topratedforgenre.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/topratedforgenre.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/topratedforplaylist.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/topratedforplaylist.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/topratedforyear.sql.template +%%SLIMDIR%%/Plugins/SQLPlayList/Templates/topratedforyear.sql.xml +%%SLIMDIR%%/Plugins/SQLPlayList/install.xml +%%SLIMDIR%%/Plugins/SQLPlayList/lib/Plugins-SQLPlayList-Plugin.par +%%SLIMDIR%%/Plugins/SQLPlayList/strings.txt +@dirrm %%SLIMDIR%%/Plugins/SQLPlayList/lib +@dirrm %%SLIMDIR%%/Plugins/SQLPlayList/Templates +@dirrm %%SLIMDIR%%/Plugins/SQLPlayList/Playlists +@dirrm %%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList/settings +@dirrm %%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins/SQLPlayList +@dirrm %%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN/plugins +@dirrm %%SLIMDIR%%/Plugins/SQLPlayList/HTML/EN +@dirrm %%SLIMDIR%%/Plugins/SQLPlayList/HTML/Default/plugins/SQLPlayList +@dirrm %%SLIMDIR%%/Plugins/SQLPlayList/HTML/Default/plugins +@dirrm %%SLIMDIR%%/Plugins/SQLPlayList/HTML/Default +@dirrm %%SLIMDIR%%/Plugins/SQLPlayList/HTML +@dirrm %%SLIMDIR%%/Plugins/SQLPlayList +@dirrmtry %%SLIMDIR%%/Plugins +@dirrmtry %%SLIMDIR%% -- cgit