Thomas Adamcik

Results 68 issues of Thomas Adamcik

See https://github.com/mopidy/mopidy/issues/317 for previous state. > See @trygveaa's comment in https://github.com/mopidy/mopidy/issues/286 for some details on what must be done wrt. album browse, etc.

C-enhancement

Old scopes are: `playlist-read-private playlist-read-collaborative user-follow-read user-library-read` New scopes as of few minutes ago: `playlist-modify-private playlist-read-private playlist-read-collaborative user-follow-read user-library-read user-read-recently-played user-top-read` Before we start using the new scopes we should...

Should be written with an end user in mind and put on the auth page as an expandable box or something. Copy of the permission that Spotify lists us requesting,...

While debugging https://github.com/mopidy/mopidy/issues/445 we found that the likely cause for the pegged CPU was the use of select on osx (which I've been told is problematic, don't have any Macs...

enhancement

See https://github.com/mopidy/mopidy/issues/306 for original request.

C-enhancement

While reviewing mopidy/mopidy#1555 I realized that `mopidy.local.commands.ScanCommand` doesn't have tests. We should split out everything in the `run()` command and test it there or see about testing it directly. Though...

C-enhancement
good first issue
A-scan

Logical step would be to start re-factoring the current scanner into an actor, then run the actor as a thread for the server case, and directly for the command case....

C-enhancement
A-scan

https://discourse.mopidy.com/t/album-track-order-vs-library-track-order/498/2 for context.

C-enhancement

Playing with some prototypes to speed up scanning I've come up with the following plan: - Switch to having a single actor look for files to scan - This actor...

C-enhancement
A-scan

We should check if more cloud streaming backends should be injecting metadata into GStreamer. I suspect at least soundcloud mixes could be a candidate for that if we get the...

C-enhancement
A-audio