Jason Gray
Jason Gray
> Principally it is a fair use case as some good DACs indeed may turn off their USB circuitry when switched to another source, to minimize electrical noise. It's essentially...
I got you one better. Instead of stopping and disconnecting I made it so that it just tells Spotify we're paused when the sink errors out. So when a device...
Basically the same thing will happen if a user tells librespot to use an invalid device. We won't exit or crash but you'll get a lot of errors and Spotify...
Ok I added it to that massive PR. Give it a test.
There is still no way currently to programmatically tell librespot to pause from the outside without using the spotify api though. I've got a REST style command API in the...
It's documented in the change log. Any cli arg you can pass to librespot can also be passed as an env var by prefixing it with `LIBRESPOT_`, making it all...
To clarify the DesktopEntry prop should be the name of the file minus extension. So ```what-ever.png``` should just be ```what-ever```.
> @JasonLG1979 `mpris:artUrl` contains the image/icon url for the currently playing media. Can you use that instead? Adding desktop entry for each song does not seem like a good idea....
DesktopEntry is a more or less a static prop. Much like Identity.
Here I just made this real quick. Heavily influenced by (read: basically a copy of) Google Music's favicon. 