diff options
author | tdb <tdb@FreeBSD.org> | 2008-06-30 05:59:50 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2008-06-30 05:59:50 +0800 |
commit | a394401d319b73bb1bab00124cf38ba03ec95262 (patch) | |
tree | 39c44b9b8aff03868283ff68ba0d5b7fe22654be /audio/Makefile | |
parent | 035b70a6604a725be6f5013c86fd2148021f6940 (diff) | |
download | freebsd-ports-gnome-a394401d319b73bb1bab00124cf38ba03ec95262.tar.gz freebsd-ports-gnome-a394401d319b73bb1bab00124cf38ba03ec95262.tar.zst freebsd-ports-gnome-a394401d319b73bb1bab00124cf38ba03ec95262.zip |
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/
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 0d8464169057..9e78dcc412d4 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -644,6 +644,7 @@ SUBDIR += squeezecenter-lazysearch SUBDIR += squeezecenter-superdatetime SUBDIR += squeezecenter-trackstat + SUBDIR += squeezecenter-transitionupdater SUBDIR += streamripper SUBDIR += streamtranscoder SUBDIR += streamtuner |