I edited the file using notepad

To this:

AlienBBC - windows version
# Default mplayer up to pre6
#rtsp wav * *
        [mplayer] -really-quiet -vo null -cache 128 -af resample=44100:0:1 -ao
pcm -nowaveheader -aofile #PIPE# $FILE$
#rtsp mp3 * *
        [mplayer] -really-quiet -vo null -cache 128 -af resample=44100:0:1 -ao
pcm -aofile #PIPE# $FILE$ | [lame] --silent -q $QUALITY$ -b $BITRATE$ -
-
#rtsp flc * *
        [mplayer] -really-quiet -vo null -cache 128 -af resample=44100:0:1 -ao
pcm -aofile #PIPE# $FILE$ | [flac] -cs --totally-silent
--compression-level-0 -

# Alternative for mplayer pre7 or later
rtsp wav * *
        [mplayer] -really-quiet -vo null -cache 128 -af
volume=0,resample=44100:0:1 -ao pcm:nowaveheader:file=#PIPE# $FILE$
rtsp mp3 * *
        [mplayer] -really-quiet -vo null -cache 128 -af
volume=0,resample=44100:0:1 -ao pcm:file=#PIPE# $FILE$ | [lame]
--silent -q $QUALITY$ -b $BITRATE$ - -
rtsp flc * *
        [mplayer] -really-quiet -vo null -cache 128 -af
volume=0,resample=44100:0:1 -ao pcm:file=#PIPE# $FILE$ | [flac] -cs
--totally-silent --compression-level-0 -

#
# Edit the above lines for the following options:
# - To enable socketwrapper debug mode change #PIPE# to #DEBUGPIPE#
#
# To boost volume, change resample=44100:0:1 to
volume=x:sc,resample=44100:0:1, where x is a number e.g. 8

but it now shows as a notepad file! Getting in a right muddle here can
anyone help!!!

Jonathan


-- 
jonathanbarber
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to