aboutsummaryrefslogtreecommitdiff
path: root/bin/psycamp
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2016-08-10 15:28:41 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2016-08-10 15:28:41 +0000
commitc95ee53140efe12e372bb28dcbc19f8c957eaaf0 (patch)
tree4a46bd9144d651a233bf83ba36a7c39d9cd9276c /bin/psycamp
parent6c6e5bef9e4f63ff744bca039c3c8ab9c2fd6c88 (diff)
downloadperlpsyc-c95ee53140efe12e372bb28dcbc19f8c957eaaf0.tar.gz
perlpsyc-c95ee53140efe12e372bb28dcbc19f8c957eaaf0.zip
why does mplayer speak german to me on a completely english system?
Diffstat (limited to 'bin/psycamp')
-rwxr-xr-xbin/psycamp3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/psycamp b/bin/psycamp
index 425dd86..d427e74 100755
--- a/bin/psycamp
+++ b/bin/psycamp
@@ -1158,7 +1158,8 @@ sub ginparse {
1158 $I{bitrate} = $3; 1158 $I{bitrate} = $3;
1159 return 0; 1159 return 0;
1160 } 1160 }
1161 if ( /^Starting playback/ ) { 1161 # why does mplayer speak german to me on a completely english system?
1162 if ( /^Start(ing playback|e Wiedergabe)/ ) {
1162 if ( (!$I{duration} || !$I{bitrate}) and $has_ffmpeg and 1163 if ( (!$I{duration} || !$I{bitrate}) and $has_ffmpeg and
1163 # while mplayer is starting to play the track 1164 # while mplayer is starting to play the track
1164 # we fetch further information on it... 1165 # we fetch further information on it...