summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Orgis2006-12-19 11:58:28 +0100
committerJaka Kranjc2007-01-14 17:35:21 +0100
commit1e8d02681d585284c401e18965f7c867f7fabdf4 (patch)
tree83da82beb9db8bab1117824d921513f60fa9fce5
parent64d6468e52aa4962f6ed029cdbb82141cf0b2c52 (diff)
update for init script config, MPG123_GAPLESS
-rw-r--r--audio-players/dermixd/HISTORY3
-rw-r--r--audio-players/dermixd/init.d/dermixd2
-rw-r--r--audio-players/dermixd/init.d/dermixd.conf3
3 files changed, 7 insertions, 1 deletions
diff --git a/audio-players/dermixd/HISTORY b/audio-players/dermixd/HISTORY
index 183e216a93..0b2057c448 100644
--- a/audio-players/dermixd/HISTORY
+++ b/audio-players/dermixd/HISTORY
@@ -1,3 +1,6 @@
+2006-12-19 Thomas Orgis <sobukus@sourcemage.org>
+ * init.d/dermixd[.conf]: add MPG123_GAPLESS to config, default to off
+
2006-10-12 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS, init.d/dermixd, init.d/dermixd.conf, BUILD,
dermixd-1.1.0.tar.bz2.sig: new version 1.1.0
diff --git a/audio-players/dermixd/init.d/dermixd b/audio-players/dermixd/init.d/dermixd
index 28d9a4b375..9e88af986d 100644
--- a/audio-players/dermixd/init.d/dermixd
+++ b/audio-players/dermixd/init.d/dermixd
@@ -16,7 +16,7 @@ MPG123_DECODER=/usr/bin/mpg123
MPG123_PREBUFFER=2
MPG123_ZEROSCAN=yes
MPG123_ZEROLEVEL=100
-MPG123_GAPLESS=yes
+MPG123_GAPLESS=no
INITIAL_SETUP=yes
OUTPUT_STOPPED=yes
NICE=-5
diff --git a/audio-players/dermixd/init.d/dermixd.conf b/audio-players/dermixd/init.d/dermixd.conf
index e2cccac2af..4d5ce6b51d 100644
--- a/audio-players/dermixd/init.d/dermixd.conf
+++ b/audio-players/dermixd/init.d/dermixd.conf
@@ -29,6 +29,9 @@ NICE=-5
# path to mpg123 decoder binary
MPG123_DECODER=/usr/bin/mpg123
+# use mpg123's own gapless support?
+MPG123_GAPLESS=no
+
# skip zero level at beginning and end of tracks to get gapless output? yes/no
MPG123_ZEROSCAN=yes