Thomas Adamcik

Results 154 comments of Thomas Adamcik

In general, as soon as you put a "non-standard" endpoint like a FIFO or even just mopidy-spotify with its use of appsrc GStreamer tends to run into corner cases that...

What backend are the tracks comming from, I presume local? Our models do support multiple artists, however unsorted. So for say Spotify we should we doing this right if they...

Sorry, missed the link. Probably a sign that I should just sign off and go to bed instead :-)

Since I closed #1006 this issue should probably also consider the `warnings` case that the issue covered.

This is also relevant for the case where core gets data from multiple backends and one or more crash.

Good idea :) Using something like http://pypi.python.org/pypi/keyring which knows about KDE/Gnome/OSX/… keyrings would probably be the way to go.

As for clearing from memory, this is inherently hard in python to do correctly. When we do this we will do a `del password` to get rid of the obvious...

Given the new config system one possible way to do this would be to extend the config value of passwords to also contain the service name in the keyring to...

Other potential issue is how to handle unlocking the keyrings, currently any locked keyring will block the execution and query for user input either on the console or via a...

Some more thinking and mucking around with this and I've come to the conclusion that we are not going to be using python-keyring. Instead we will be using the secrets...