I hope this is still valid, since I am not sure if this still works with
the latest ubuntu package.
I have a custom-convert.conf in /etc/squeezecenter/ with this content
(transcodes ape and m4a and alac? to wav with mplayer):

Code:
--------------------
    
  
  ape wav * *
        [mplayer] -novideo -ao pcm:nowaveheader:file=/dev/fd/4 $FILE$ 4>&1 
1>/dev/null
  alc wav * *
        [mplayer] -novideo -ao pcm:nowaveheader:file=/dev/fd/4 $FILE$ 4>&1 
1>/dev/null
  mov wav * *
        [mplayer] -novideo -ao pcm:nowaveheader:file=/dev/fd/4 $FILE$ 4>&1 
1>/dev/null
  
--------------------

Just do this in a terminal:

Code:
--------------------
    
  cd /etc/squeezecenter/
  sudo gedit custom-convert.conf
  #paste the lines above in this file and save it
  sudo apt-get install mplayer
  
--------------------

Restart squeezecenter

Code:
--------------------
    
  sudo /etc/init.d/squeezecenter restart
  
--------------------

and it SHOULD work. You may have also go to the settings page in the
Web-Interface to enable transcoding.

Bye, signor_Rossi.


-- 
signor_rossi
------------------------------------------------------------------------
signor_rossi's Profile: http://forums.slimdevices.com/member.php?userid=11941
View this thread: http://forums.slimdevices.com/showthread.php?t=45387

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

Reply via email to