Johannes Pohl

Results 188 comments of Johannes Pohl

The difference between `XXX_LIBRARIES` and `XXX_LINK_LIBRARIES` is according to the [docs](https://cmake.org/cmake/help/latest/module/FindPkgConfig.html): ``` _LIBRARIES only the libraries (without the '-l') _LINK_LIBRARIES the libraries and their absolute paths ``` I don't know...

maybe your snapweb is not accessible, because you're using the default `doc_root = /usr/share/snapserver/snapweb` in your `snapserver.conf`? This is bad: > Creating the /usr/local/share/snapserver, snapweb and 3rdparty-tools manually before running...

Thanks for elaborating this. Will not be straight forward to fix this (without having macos, but when I find some time I can setup a FreeBSD VM, which behaves similar)....

Can you please try the `meta_mpd.py` script from the develop branch, it should catch exceptions and return true in the handler, which means that the handler should not be removed,...

To reproduce this issue, I've installed Mopidy and as a front end I've installed Iris. I must admit that this was my first Iris installation. Thanks for this great project,...

@jaedb Nice, sounds like the issue in `meta_mpd.py` can be considered fixed. FYI: I did some investigation on the cover art issue and it seems that both, Chrome's MediaSession and...

The `artUrl` issue should be fixed now, although I don't have a clean and generic solution for local URLs. `localhost` comes from the `mopidy-host` command line parameter, which defaults to...

Update: I've installed Mopidy on my server and running `meta_mpd.py` from 3d072dbbb6367 for the last two days without any issues so far, using a mix of mopidy-local and mopidy-tunein.

Some debugging hints: 1. try to start the airplay binary manually (within your container) and check if it terminates with the same error 2. use a non-virtualized bare metal environment

PipeWire is an audio server, just like PulseAudio. Under the hood both of them are using ALSA (on Linux), because ALSA provides an interface to the Linux kernel audio driver....