Max Goltzsche
Max Goltzsche
There is an alternative now: the [webm3u plugin](https://github.com/mgoltzsche/beets-webm3u) can be used to serve M3U playlists (generated by the smartplaylist plugin) via HTTP. The plugin also allows to specify a playlist...
Also, the mopidy-youtube [readme explains](https://github.com/natumbri/mopidy-youtube#configuration) that `musicapi_browser_authentication_file` should be configured to make the ytmusicapi authenticate properly but apparently mopidy-youtube does not support such a configuration key. I guess it generates...
I thought maybe the ytmusicapi version I used is too new since there was a breaking change in its version 0.23.0. Thus, I tried using version 0.22.0 (and 0.23.0) which...
@daredoes Thanks for pointing that out! Unfortunately, when using the latest commit on the develop branch and letting `musicapi_browser_authentication_file` point to a browser.json file (generated using ytmusicapi) it also doesn't...
Except for the containers.conf, all configuration files are used for both images shipped by this repository: the rootful/normal podman container and the rootless/minimal podman container. That's why the configuration is...
I am closing this issue since the question was answered. Please feel free to re-open or create another issue if anything is unclear.
Hi @mattcen, thanks for creating the PR! Though, the CI pipeline fails because of the following issues: * The podman remote tests fail because the podman [version within `Dockerfile-remote`](https://github.com/mgoltzsche/podman-static/blob/v4.9.4/Dockerfile-remote#L12) needs...
Thanks again @mattcen! I'll carry it from here...
Hi @bduffany, thanks for finding that difference between the official podman image and this one. For convenience and parity I am inclined to add the seccomp.json file to this image...
> I don't know why it wasn't created Me neither. Maybe previously a ceph initialization script silently failed to create the user but still returned successfully? Can you try to...