Nick Steel

Results 632 comments of Nick Steel

I've made suggestions to be more explicit about what these configs adjust, rather than hide Gstreamer-specific things which would normally be the correct approach. I am in two minds but...

FYI, you can use the "Add suggestion to batch" button to avoid a bunch of separate commits and wasted CI runtime.

So if we could just expose these config options as they are and avoid renaming them. If you wanted to suggest any of them be zero I think you would...

> Setting "is_live" (by calling set_live(True)) does not change anything measurable in latency when playing live streams; that is probably the reason that it is always set False and is...

I don't know why it's greyed out, I only recently noticed it even existed. I added those "suggestions" in attempt to to make it easier/quicker. An alternative would be to...

This is out of scope for this PR and a bit niche but what happens (and what should happen) when you use this, or the old 2-call manual method, at...

If random is on then you cannot control what is played next without an excplicit call to `play` passing a track or tracklist ID. I don't think we need any...

MPD [now also supports this](https://github.com/MusicPlayerDaemon/MPD/commit/3993176b76487bf82ccd267a181926747a471993) thanks to @djmattyg007's feature request. Perhaps we should also implement complete support for relative insertion indexes here.

@djmattyg007 are you happy with this as is or do you want to support the relative insertion with +/-OFFSET ?