In your log the key line is 

Code:
--------------------
    
  Streaming: Launching /usr/local/bin/mplayer -really-quiet -vc null -vo null 
-cache 128 -af volume=0,resample=44100:0:1,channels=2 -ao 
pcm:nowaveheader:file=/dev/fd/3 /mnt/usb/Music/g4/Circle Of Life.wma
  
--------------------

Note it says "Streaming:" which means the wrong part of Mplayer.sh is
handling the file reference.

On my system the log looks lile

Code:
--------------------
    
  File: /usr/local/bin/mplayer 1=-vc 2=null 3=-vo 4=null 5=-cache 6=128 7=-af 
8=volume=0,resample=44100:0:1,channels=2 9=-ao 
10=pcm:nowaveheader:file=/dev/fd/3 11=/windows/E/albums/wmatest/The Digital 
Classic Collection/02 Theme & Variations.wma 12= 13=
  Local File: Launching /usr/local/bin/mplayer 1=-vc 2=null 3=-vo 4=null 
5=-cache 6=128 7=-af 8=volume=0,resample=44100:0:1,channels=2 9=-ao 
10=pcm:nowaveheader:file=/dev/fd/3 11=/windows/E/albums/wmatest/The Digital 
Classic Collection/02 Theme & Variations.wma 12= 13=
  
--------------------

Note the message which number the arguments.
So to analyse your setup from the "Streaming" message. Spaces break up
the args so the arg list is as follows
1=-really-quiet
2=-vc
3=null
4=-vo
5=null
6=-cache
7=128
8=-af
9=volume=0,resample=44100:0:1,channels=2
10=-ao
11=pcm:nowaveheader:file=/dev/fd/3 
12=/mnt/usb/Music/g4/Circle Of Life.wma

Oops - I deleted the "really-quiet" in my slimserver-convert.conf file
and so have one less arg than you.  Change the "-e {11}" to "-e {12}"
and it should work.


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

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

Reply via email to