Thomas Adamcik
Thomas Adamcik
And for comparison: ``` OK MPD 0.18.0 decoders plugin: mad suffix: mp3 suffix: mp2 mime_type: audio/mpeg plugin: mpg123 suffix: mp3 plugin: vorbis suffix: ogg suffix: oga mime_type: application/ogg mime_type: application/x-ogg...
So our data would need to be combined with: ``` for f in gst.type_find_factory_get_list(): print f.get_name(), f.get_caps(), f.get_extensions() ```
Though I'm not sure to what degree supporting the `decoders` command actually makes any sense?
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-plugin-equalizer.html can do the actual work for this. And you can already statically configure this in you `audio/output` setting. Now as for adding an API for this, that is not...
At this point this bug is more about how to expose extra information like offline state to clients. The actual implementation of the rest is a mopidy-spotify issue.
Echonest has the concepts of favorite, banned and a 1-10 rating among other things. Think these are candidates to be mapped into mopidy as well as part of this. Either...
Could be the avahi zeroconf publish code path triggering DBUS, would be easy enough to disable MPD/HTTP extensions, or at least MPD/HTTP zeroconf publishing and seeing if you can still...
Default is not off, you can try with 'mopidy config' to see what your effective config is right now. Setting it to a blank value is currently how to turn...
Does the problem go away with `output = alsasink` in the settings?
@jodal was the js thing you showed me in January meant to solve this?