gorman wrote:
> I thought I had it active but maybe I didn't,
This is expanded command line is only output on DEBUG.
Code:
--------------------
[20-06-30 02:52:07.9655]
Slim::Player::TranscodingHelper::tokenizeConvertCommand2 (616) Using command
for conversion:
"C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\flac.exe" -dcs
--skip=1:34.00 -- "D:\Music\FLAC Rips\Meat Loaf - Bat Out Of Hell II- Back Into
Hell\Meat Loaf - Bat Out Of Hell II- Back Into Hell - 01 - I'd Do Anything For
Love (But I Won't Do That).flac" |
"C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\sox.exe" -D -q -t wav
- -t flac -C 0 -b 24 - gain -6.9 equalizer 30 0.43q +6.2 equalizer 699 2.00q
+1.0 equalizer 2924 4.11q -1.7 equalizer 6031 5.05q -6.2 equalizer 9825 4.08q
+2.2 equalizer 83 4.24q +1.3 equalizer 209 1.54q -1.2 equalizer 2842 0.1q +0.2
equalizer 12443 1.29q +2.7 equalizer 19698 0.46q -11.8 |
[20-06-30 02:52:07.9658] Slim::Player::Song::open (558) Tokenized command:
"C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\flac.exe" -dcs
--skip=1:34.00 -- "D:\Music\FLAC Rips\Meat Loaf - Bat Out Of Hell II- Back Into
Hell\Meat Loaf - Bat Out Of Hell II- Back Into Hell - 01 - I'd Do Anything For
Love (But I Won't Do That).flac" |
"C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\sox.exe" -D -q -t wav
- -t flac -C 0 -b 24 - gain -6.9 equalizer 30 0.43q +6.2 equalizer 699 2.00q
+1.0 equalizer 2924 4.11q -1.7 equalizer 6031 5.05q -6.2 equalizer 9825 4.08q
+2.2 equalizer 83 4.24q +1.3 equalizer 209 1.54q -1.2 equalizer 2842 0.1q +0.2
equalizer 12443 1.29q +2.7 equalizer 19698 0.46q -11.8 |
--------------------
So there are two command being executed - one of them is broken on your
setup. Run them in a command shell to find out why. You'll need to
modify output of first to save into a tempt file and then modify 2nd
command input to take from a suitable file.
If theproblem is in flac as Phuillippe thinks - all you need to is check
the correcteness of " --skip=1:34.00 "
Code:
--------------------
"C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\flac.exe" -dcs
--skip=1:34.00 -- "D:\Music\FLAC Rips\Meat Loaf - Bat Out Of Hell II- Back Into
Hell\Meat Loaf - Bat Out Of Hell II- Back Into Hell - 01 - I'd Do Anything For
Love (But I Won't Do That).flac"
--------------------
For sox - ypou need tocheck whether the iptui and output file settings
(i.e. source, destination format) are correct.
Code:
--------------------
"C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\sox.exe" -D -q -t
wav - -t flac -C 0 -b 24 - gain -6.9 equalizer 30 0.43q +6.2 equalizer 699
2.00q +1.0 equalizer 2924 4.11q -1.7 equalizer 6031 5.05q -6.2 equalizer 9825
4.08q +2.2 equalizer 83 4.24q +1.3 equalizer 209 1.54q -1.2 equalizer 2842 0.1q
+0.2 equalizer 12443 1.29q +2.7 equalizer 19698 0.46q -11.8
--------------------
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=112497
_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter