vinnie_tw wrote:
> OK - here you go, server log file with player.source set to DEBUG.
>
> 22881
Ok, now we're getting somewhere :-). Log is looking good:
Code:
--------------------
[17-06-10 22:11:07.5610] Slim::Player::Song::open (558) Tokenized command:
"/mnt/state/cache/InstalledPlugins/Plugins/Spotty/Bin/i386-linux/spotty-x86_64"
-n Squeezebox -c "/mnt/state/cache/spotty/default" --single-track
"spotify://track:6xImOq7J8ty2xMj3AhPZTq" --disable-discovery |
"/usr/share/squeezeboxserver/Bin/x86_64-linux/flac" -cs --channels=2
--sample-rate=44100 --bps=16 --endian=little --sign=signed --fast
--totally-silent --ignore-chunk-sizes - & |
--------------------
That's the command line run to stream that track. What would happen if
you run it manually in a terminal session? Start with spotty:
Code:
--------------------
/mnt/state/cache/InstalledPlugins/Plugins/Spotty/Bin/i386-linux/spotty-x86_64"
-n Squeezebox -c "/mnt/state/cache/spotty/default" --single-track
"spotify://track:6xImOq7J8ty2xMj3AhPZTq" --disable-discovery > test.pcm
--------------------
This should send all data received to a file called test.pcm. Does that
work? What does "file test.pcm" tell you about it?
Then do the same with the full command line:
Code:
--------------------
[17-06-10 22:11:07.5610] Slim::Player::Song::open (558) Tokenized command:
"/mnt/state/cache/InstalledPlugins/Plugins/Spotty/Bin/i386-linux/spotty-x86_64"
-n Squeezebox -c "/mnt/state/cache/spotty/default" --single-track
"spotify://track:6xImOq7J8ty2xMj3AhPZTq" --disable-discovery |
"/usr/share/squeezeboxserver/Bin/x86_64-linux/flac" -cs --channels=2
--sample-rate=44100 --bps=16 --endian=little --sign=signed --fast
--totally-silent --ignore-chunk-sizes - > test.flac
--------------------
What does "file test.flac" tell you about this?
Michael
http://www.herger.net/slim-plugins - MusicArtistInfo, MusicInfoSCR
------------------------------------------------------------------------
mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=107418
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins