Thomas Adamcik

Results 154 comments of Thomas Adamcik

Try making the queue time in https://github.com/mopidy/mopidy/blob/develop/mopidy/audio/actor.py#L467 bigger. That might be needed to reproduce.

The stream extension should be good once a version with that change is released. The other two I haven't checked. Additionally we should probably make a note of the proxy...

We have a few other issues that are similar to this which should likely me merged to a single bug at some point. For most cases the next track idea...

#1441 is probably a dupe of this.

I think we had a similar bug, or at least discussion as to if we should have "everything" live like the first patch you linked, or of each backend should...

This might also tie into backends that have short lived auth tokens, i.e. we can't reconnect to them with getting a new URI from the backends.

> @adamcik Should we implement `is_live()` to always return `True` for Mopidy-Stream? Worth a shot, and if need be we could always add a some config knob for overriding. But...

If GStreamer supports this then it's probably doable, assuming we add the right field to our models.

https://github.com/musicbrainz/picard/tree/master/test/data has the test files Freso mentioned. Additionally we should probably postpone this until we have switched to gstreamer 1.0 in case that fixes it without having to do anything...

filesinks and fifos aren't really friends though, lots of cases where filesink won't quite do the right thing last I checked. #775 fixes some of these, but it was never...