bpa wrote: 
> Backslash in Linux paths is the "escape" character - it tell Linux treat
> the next character as part of the path.  Directory separator in Windows
> is back slash.
> 
> IIRC Windows has a limit of the length of a full file path so if you
> haver long directory names and or a long file name - you may exceed that
> limit
> 
> Show the log of the command you are trying to execute with the full
> paths that are failing (E.g. try log player.source set to INFO)

This is the actual command line that fails, though run separately in a
Cmd window (it is in the format: sox input.wav output.wav rate -v -I
NewSampleRate):


Code:
--------------------
    F:\Temp>"C:\Program Files 
(x86)\Squeezebox\server\Bin\MSWin32-x86-multi-thread\sox.exe" 
"C:\ProgramData\InguzEQ\Temp\RE006E4F9FF9.wav" 
"C:\ProgramData\InguzEQ\Temp\48000_00AAF275B2_Impulses_Sv6-2_MB-6dB_S44.wav" 
rate -v -I 48000
--------------------


It fails with the message:

Code:
--------------------
    /MSWin32-x86-multi-thread/sox FAIL formats: can't open input file 
`C:ProgramDataInguzEQTempRE006E4F9FF9.wav': No such file or directory
--------------------


I captured the Error Code: 2

Yes the file exists. This is the path copied direct to clipboard from
Windows Explorer: "C:\ProgramData\InguzEQ\Temp\RE006E4F9FF9.wav"

When I run the same sox command but only using filenames without any
paths the command is successful, though there is a warning message:


Code:
--------------------
    F:\Temp>"C:\Program Files 
(x86)\Squeezebox\server\Bin\MSWin32-x86-multi-thread\sox.exe"  
"RE006E4F9FF9.wav" "output.wav" rate -v -I 48000
--------------------


Sox message (which I don't think affects anything):

Code:
--------------------
    /MSWin32-x86-multi-thread/sox WARN wav: wave header missing extended part 
of fmt chunk
--------------------



Touch, Meridian G92, Bryston B4 SST2, PMC OB1i speakers, HP Proliant
Microserver/Ubuntu, PC/Windows 7, iPad 4, iPeng, Squeezepad.
------------------------------------------------------------------------
JohnB's Profile: http://forums.slimdevices.com/member.php?userid=31553
View this thread: http://forums.slimdevices.com/showthread.php?t=109855

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to