Nick Steel
Nick Steel
Flask does support range requests and partial responses, but Beets web plugin does not. The plugin ignores any range request and will send the entire file each time (see [here](https://github.com/beetbox/beets/blob/master/beetsplug/web/__init__.py#L307-L340))....
I still can't see where that header processing function is called. But it would make sense that it is called. There was some flask issue showing a wrapped version of...
We also have an outstanding TODO for `readcomments` to add some tests before not implementing but I don't think the MPD protocol change to allow usage with remote files really...
It'd need a *small* amount of code now to implement such a config option but I think the point is that it'd save end users having to hack the protocol...
As well as `GROUP BY` support, we should try and get all of these into v3.0. My hacked branch for grouping support is at https://github.com/kingosticks/mopidy/tree/mpd/group_by
Yes, ideally, but AFAIK it's not a widely used feature so we'll definitely need someone to take that on. I think it was implemented back in v0.15!
> Mopidy is signalling only within the session bus without the org.mpris.MediaPlayer2.mopidy interface traversing to the system bus. I've never heard of any mechanism within D-Bus itself allowing messages to...
Seems like the bridge method is what Home Assistant uses: https://github.com/rytilahti/homeassistant-mpris-bridge
It's explicitly playlist support that was just killed in libspotify, playback is still OK (for now). You can use Spotify's Web API to lookup a playlist and then feed those...
Out of interest, what are you people requesting here? Small fixes i.e. v0.4.3 (would have to find what could be easily backported from dev, might not be much). Or a...