James Barnsley
James Barnsley
Can you please try a hard refresh on all open browsers? I suspect you have one or more browsers using the older version of Iris frontend, which may be using...
Nice work! It looks like you've got some other changes in this PR not related to the theme changes you've been working on. Can you please split this out? PRs...
I _think_ this may be attributed to managing versions across three locations: Docker tags, GitHub tags and the `IRIS_VERSION` file. I've made a new release which should test this theory....
Can you please include your `docker-compose.yml` file? What image version are you specifying? I have this: ``` mopidy: container_name: mopidy image: jaedb/iris:3.69 ``` and it is successfully starting as expected:...
Nice work. I would suggest the stop button is grouped with the other playback controls, rather than the mode and output controls. A good fit would be between the Play...
The objective to date has been to implement a light version of Snapweb into Iris itself. With Iris, you can stream from Snapcast directly in the browser; have you tried...
Will be addressed in the next major release ([Iris](https://github.com/jaedb/Iris))
@hofaa one thing you can try is reloading that particular playlist. In Iris use the context menu (right click on the thumbnail from a grid page, or the `...` icon...
Ah yes I understand now (I misread your comment, sorry). This would work if they belonged to a YT Music playlist, but not a local playlist. It seems like Track...
The issue with playlists is not apparent for YT-Music playlists (even your own), so perhaps the priority could be put on managing YT-Music playlists within Mopidy? This is already supported...