James Barnsley

Results 120 comments of James Barnsley

It is hard to say without seeing the `docker-compose.yml` file you are using, but it seems all the information you need is in that error log: `not a directory: unknown:...

@kingosticks please advise when this is ready and I can rebuild the Docker image to include Mopidy 3.3. Cheers!

@diabl0w if you're experiencing a specific and replicatable problem, please create an issue on this repository. There is every chance other users are experiencing the same frustrations. Without an bug...

Further investigation will be needed. I have found that to achieve a rich experience (like that of Spotify), the provider should have a HTTP API that Iris can communicate directly...

Mopidy-YTMusic is actually a relatively capable backend (despite needing a hands-on authentication) so it may not require a HTTP integration. I think my preferred way to handle this is to...

Because this is prompting for user input, you will need to execute the command with an [interactive terminal](https://docs.docker.com/engine/reference/commandline/exec/#options). The short version: try `docker exec -it iris mopidy ytmusic setup`

That is correct; [Mopidy-Spotify](https://github.com/mopidy/mopidy-spotify) will no longer be able to play audio until there is a replacement for the yanked `libspotify` dependency. You can read more about it here: https://github.com/mopidy/mopidy-spotify/issues/110...

Your question is best asked on the [Mopidy-Podcast](https://github.com/tkem/mopidy-podcast) repository (or better still, the [Mopidy discourse forum](https://discourse.mopidy.com/)). This is the codebase that actually performs the searching logic that you're interested in.

This sounds like it could be a browser bug. Have you tried any other non-Chromium browsers on the same machine (eg Firefox)? What version of Chrome are you using?

Lyrics auto-scroll based on the size of the lyrics. I suspect the `` containing the lyrics results is not correctly reporting its height (in pixels), and so the auto-scroll is...