mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-20 19:47:05 +02:00
Add cache parameter to Librespot integration
This commit is contained in:
parent
2b3f08aa5f
commit
d34fbef34f
3 changed files with 5 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
* Implements EncoderListener to get the encoded data.
|
||||
* Data is passed to the PcmListener
|
||||
* usage:
|
||||
* snapserver -s "spotify:///librespot?name=Spotify&username=<my username>&password=<my password>[&devicename=Snapcast][&bitrate=320]"
|
||||
* snapserver -s "spotify:///librespot?name=Spotify&username=<my username>&password=<my password>[&devicename=Snapcast][&bitrate=320][&cache=<cache dir>]"
|
||||
*/
|
||||
class SpotifyStream : public ProcessStream, WatchdogListener
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue