Add cache parameter to Librespot integration

This commit is contained in:
Niklas Grebe 2017-10-19 12:55:09 +02:00 committed by Johannes Pohl
parent 2b3f08aa5f
commit d34fbef34f
3 changed files with 5 additions and 2 deletions

View file

@ -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
{