Bart Ribbers
Bart Ribbers
@arvydas this can be closed
Ok for example, searching for the track "Infinity" from the artists "Sefa" and "D-Block & S-te-Fan" (query being `sefa infinity`). The Spotify client has the track I want as the...
So I'm looking into the response to the actual Spotify request. The result in Iris makes no sense to me compared to what Spotify gives me. The right search result...
> The issue isn't so much that results are inaccurate, rather the order is not the same as in the Spotify client. Actually, to the end user this is "inaccurate"....
@jaedb maybe the Docker image shouldn't pre-install any extension besides Mopidy-Local? Not everybody might want Soundcloud or Youtube, YTMusic has been broken with the latest version of ytmusicapi for ages...
It only has to install the packages once on first startup, afterwards pip realizes they are already installed and just does nothing. > Perhaps PIP_PACKAGES should be a docker build...
@kingosticks if you don't destroy the container but just restart it your changes persist. Only upon actual deletion of the container `docker rm mopidy` the changes are gone. Of course...
Close enough, it reports 3.69.0 now :see_no_evil: ``` INFO 2023-10-24 07:23:16,477 [2:IrisFrontend-12] mopidy_iris.core Starting Iris 3.69.0 ``` Podman says the container is running 3.69.2 as expected though.
I don't use Docker compose. I use Ansible instead but it achieves the same result. ```yaml containers.podman.podman_container: name: "mopidy" image: "docker.io/jaedb/iris:3.69.2" state: "started" restart_policy: "always" volumes: - "/etc/mopidy/mopidy.conf:/var/lib/mopidy/.config/mopidy/mopidy.conf:ro" - "/var/lib/mopidy:/var/lib/mopidy"...
I suppose this issue can be closed then @MayaPosch ? Btw @5tubb0rn please use a more descriptive issue title. Something like "Feature request: dark mode for Android" describes way better...