r4166 - vdr/vdr-plugin-mp3/trunk/debian
Tobias Grimm
tiber-guest at alioth.debian.org
Tue Feb 13 09:40:27 CET 2007
Author: tiber-guest
Date: 2007-02-13 09:40:27 +0100 (Tue, 13 Feb 2007)
New Revision: 4166
Modified:
vdr/vdr-plugin-mp3/trunk/debian/changelog
vdr/vdr-plugin-mp3/trunk/debian/mplayer.sh
Log:
* Fixed location of config file in mplayer.sh
Modified: vdr/vdr-plugin-mp3/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-mp3/trunk/debian/changelog 2007-02-12 23:58:54 UTC (rev 4165)
+++ vdr/vdr-plugin-mp3/trunk/debian/changelog 2007-02-13 08:40:27 UTC (rev 4166)
@@ -1,3 +1,9 @@
+vdr-plugin-mp3 (0.9.15-9) unstable; urgency=low
+
+ * Fixed location of config file in mplayer.sh
+
+ -- Tobias Grimm <tg at e-tobi.net> Tue, 13 Feb 2007 09:40:12 +0100
+
vdr-plugin-mp3 (0.9.15-8) experimental; urgency=low
* Upgraded mplayer.sh to version 0.8.7
Modified: vdr/vdr-plugin-mp3/trunk/debian/mplayer.sh
===================================================================
--- vdr/vdr-plugin-mp3/trunk/debian/mplayer.sh 2007-02-12 23:58:54 UTC (rev 4165)
+++ vdr/vdr-plugin-mp3/trunk/debian/mplayer.sh 2007-02-13 08:40:27 UTC (rev 4166)
@@ -500,7 +500,7 @@
if ! test -r "$FILE"; then echolog "*** ERROR: Make sure $FILE exists and is readable - otherwise it cannot be played ;-)"; exit; fi
# Check if config file exists!
-declare CFGFIL="${0}.conf"
+declare CFGFIL="/etc/vdr/plugins/vdrmplayer.sh.conf"
debugvar CFGFIL $CFGFIL
if ! test -f $CFGFIL; then echolog "*** FATAL: mplayer.sh.conf not found!!! Exiting." ; exit; fi
More information about the pkg-vdr-dvb-changes
mailing list