This was asked a few months ago. I think the following will work. 
Filename with spaces may cause problems due to another bug.

Ifusing Windows use Wordpad. 
Changed Plugins/Alien/custom-types.conf file to

Code:
--------------------
    
  # AlienBBC types
  
  #########################################################################
  #ID     Suffix          Mime Content-Type               Server File Type#
  #########################################################################
  rtsppl  rm,ram,rpm      ?                               playlist
  rtsp    rtsp:           ?                               audio
  ra      ra              ?                               audio
  smilpl  smil            application/smil                playlist
  
--------------------


And add the following to custom-types.conf if you are using Linux.  I
haven't got Windows version off hand but it is a copy of thr rtsp lines
but with "ra" instead of "rtsp".  Again use Wordpad.

Code:
--------------------
    
  ra wav * *
        [mplayer.sh] -really-quiet -vc null -vo null -bandwidth 10000000 -cache 
128 -af volume=0,resample=44100:0:1,channels=2 -ao 
pcm:nowaveheader:file=/dev/fd/3 $FILE$
  ra mp3 * *
        [mplayer.sh] -really-quiet -vc null -vo null -bandwidth 10000000 -cache 
128 -af volume=0,resample=44100:0:1,channels=2 -ao 
pcm:nowaveheader:file=/dev/fd/3 $FILE$ | [lame] --silent -r -x -q $QUALITY$ -b 
$BITRATE$ - -
  ra flc * *
        [mplayer.sh] -really-quiet -vc null -vo null -bandwidth 10000000 -cache 
128 -af volume=0,resample=44100:0:1,channels=2 -ao 
pcm:nowaveheader:file=/dev/fd/3 $FILE$ | [flac] -cs --totally-silent 
--endian=little --channels=2 --sign=signed --bps=16 --sample-rate=44100 
--compression-level-0 -
  
  
  
--------------------


-- 
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=33855

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

Reply via email to