Here's what I use (though I rarely play m4a or aac files), but it does
work for me.  You will need to have mplayer installed for it to work,
though.  Put these lines in your "slimserver-convert.conf" file:

Code:
--------------------
    
  
  mov mp3 * *
  [mplayer] -novideo -ao pcm:file=/dev/fd/4 $FILE$ 4>&1 1>/dev/null | $lame$ 
--silent -q $QUALITY$ -b $BITRATE$ - -
  
  mov wav * *
  [mplayer] -novideo -ao pcm:file=/dev/fd/4 $FILE$ 4>&1 1>/dev/null
  
--------------------


P.S.:  I use Linux.  I know lame and mplayer exist on windows, but I
don't know if the redirects in the code above work in windows.  Can
anyone comment on this?


-- 
mlmurray
------------------------------------------------------------------------
mlmurray's Profile: http://forums.slimdevices.com/member.php?userid=1910
View this thread: http://forums.slimdevices.com/showthread.php?t=25501

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

Reply via email to