Macast is a cross-platform application which using mpv as DLNA Media Renderer.
-
Updated
Jul 3, 2022 - Python
The instructions for docker-compose reference a volume called gerbera-config, but it is not declared, so starting the container fails with
ERROR: Named volume "gerbera-config:/var/run/gerbera:rw" is used in service "gerbera" but no declaration was found in the volumes section.
The container needs to be declared with
volumes:
gerbera-config: {}
However, I don't thin
Add a description, image, and links to the upnp topic page so that developers can more easily learn about it.
To associate your repository with the upnp topic, visit your repo's landing page and select "manage topics."
The auto updater seems to be greedy with focus so it's always on top of everything, which is annoying. Should be fixed.