This plugin looks at the songs before and after the current song in

the playlist and determines whether an album is playing or if random
tracks are playing. After that determination, it sets the player's
transition behaviour (crossfade, fade, etc) appropriately. The
transition behaviour for the album/random/default cases can be changed
by modifying the values of the four global variables at the top of
Transitions.pm. There is also a user configurable section for
excluding specific genres from being processed for album/random
detection. In these cases, the 'default' transition preference will be
used (not in v1.5).

WWW: http://www.sutula.us/james/slimserver/
This commit is contained in:
Tim Bishop 2008-06-29 21:59:50 +00:00
parent 5618af2399
commit ca45d0a25b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215992
5 changed files with 61 additions and 0 deletions

View File

@ -644,6 +644,7 @@
SUBDIR += squeezecenter-lazysearch
SUBDIR += squeezecenter-superdatetime
SUBDIR += squeezecenter-trackstat
SUBDIR += squeezecenter-transitionupdater
SUBDIR += streamripper
SUBDIR += streamtranscoder
SUBDIR += streamtuner

View File

@ -0,0 +1,32 @@
# New ports collection makefile for: squeezecenter-transitionupdater
# Date created: 21 June 2008
# Whom: Tim Bishop <tdb@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= transitionupdater
PORTVERSION= 1.5
CATEGORIES= audio
MASTER_SITES= http://www.sutula.us/james/slimserver/${PORTNAME}_${PORTVERSION}/
PKGNAMEPREFIX= squeezecenter-
DISTNAME= TransitionUpdater${PORTVERSION}
DIST_SUBDIR= squeezecenter
MAINTAINER= tdb@FreeBSD.org
COMMENT= SqueezeCenter plugin for determining transitions between tracks
RUN_DEPENDS= softsqueeze:${PORTSDIR}/audio/squeezecenter
USE_ZIP= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
SLIMDIR?= squeezecenter
PLIST_SUB+= SLIMDIR=${SLIMDIR}
do-install:
${MKDIR} ${PREFIX}/${SLIMDIR}/Plugins/TransitionUpdater
${CP} -R ${WRKSRC}/TransitionUpdater/* ${PREFIX}/${SLIMDIR}/Plugins/TransitionUpdater
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (squeezecenter/TransitionUpdater1.5.zip) = e532af37ddd8fe5c5c8118e67c3e0d2c
SHA256 (squeezecenter/TransitionUpdater1.5.zip) = 27c0345351fa6019d4b54c7b2c31f60272f808ae9feb212ecff77d8b0e4a7fbf
SIZE (squeezecenter/TransitionUpdater1.5.zip) = 4065

View File

@ -0,0 +1,12 @@
This plugin looks at the songs before and after the current song in
the playlist and determines whether an album is playing or if random
tracks are playing. After that determination, it sets the player's
transition behaviour (crossfade, fade, etc) appropriately. The
transition behaviour for the album/random/default cases can be changed
by modifying the values of the four global variables at the top of
Transitions.pm. There is also a user configurable section for
excluding specific genres from being processed for album/random
detection. In these cases, the 'default' transition preference will be
used (not in v1.5).
WWW: http://www.sutula.us/james/slimserver/

View File

@ -0,0 +1,13 @@
%%SLIMDIR%%/Plugins/TransitionUpdater/HTML/EN/plugins/TransitionUpdater/settings/basic.html
%%SLIMDIR%%/Plugins/TransitionUpdater/Plugin.pm
%%SLIMDIR%%/Plugins/TransitionUpdater/Settings.pm
%%SLIMDIR%%/Plugins/TransitionUpdater/install.xml
%%SLIMDIR%%/Plugins/TransitionUpdater/strings.txt
@dirrm %%SLIMDIR%%/Plugins/TransitionUpdater/HTML/EN/plugins/TransitionUpdater/settings
@dirrm %%SLIMDIR%%/Plugins/TransitionUpdater/HTML/EN/plugins/TransitionUpdater
@dirrm %%SLIMDIR%%/Plugins/TransitionUpdater/HTML/EN/plugins
@dirrm %%SLIMDIR%%/Plugins/TransitionUpdater/HTML/EN
@dirrm %%SLIMDIR%%/Plugins/TransitionUpdater/HTML
@dirrm %%SLIMDIR%%/Plugins/TransitionUpdater
@dirrmtry %%SLIMDIR%%/Plugins
@dirrmtry %%SLIMDIR%%