Thomas Adamcik
Thomas Adamcik
On develop the following code in a python shell should now work for storing mopidy config values in the keyring: ``` import getpass from mopidy.config import keyring keyring.set('spotify', 'password', getpass.getpass())...
Tried reproducing on my Ubuntu system without any luck. Using fakesink, pulsesink and alsasink. I also tried stop and start in addition to next track to test the tearing down...
Any and all state changes, or just via `GST_STATE_NULL`? Also with https://github.com/adamcik/mopidy/tree/feature/implement-gapless I suspect that things will only reset when the playlist ends, so we could make sure to set...
The gaps between tracks are going away with the branch I linked :-)
We should check if the workarounds related to this are still needed with gapless having landed.
I don't have time to address this in detail right now, but this is essentially #790 :-) There is some ground work with having a tee etc, but getting it...
https://gist.github.com/adamcik/de74b67847b8098238f5 (not that I've checked what state I left this in)
As for the API, on a high level core should be able to list outputs, toggle them add new/remove them as they appear. Outputs need to have a name so...
See #790 for a lot of links and other reference material, as I've now closed that issue as we don't need two for the same thing.
In the roadmap we recently published we've added a point for having config that can change on the fly. This likely would play in to this idea if implemented.