{"id":22320215,"url":"https://github.com/giof71/upplay-docker","last_synced_at":"2026-04-12T22:48:21.270Z","repository":{"id":116537451,"uuid":"299941014","full_name":"GioF71/upplay-docker","owner":"GioF71","description":"Run upplay from a docker container","archived":false,"fork":false,"pushed_at":"2022-01-30T15:15:46.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-11T09:08:22.717Z","etag":null,"topics":["containerization","control","control-point","dlna","docker","docker-build","docker-run","mpd","music-player-daemon","point","upmpdcli","upnp","upnp-control-point","upplay"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GioF71.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-09-30T14:11:17.000Z","updated_at":"2023-12-30T17:52:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"d27bfc7d-6a6a-4216-8ed9-07c5d5a6253c","html_url":"https://github.com/GioF71/upplay-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GioF71/upplay-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GioF71%2Fupplay-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GioF71%2Fupplay-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GioF71%2Fupplay-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GioF71%2Fupplay-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GioF71","download_url":"https://codeload.github.com/GioF71/upplay-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GioF71%2Fupplay-docker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265863793,"owners_count":23840888,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["containerization","control","control-point","dlna","docker","docker-build","docker-run","mpd","music-player-daemon","point","upmpdcli","upnp","upnp-control-point","upplay"],"created_at":"2024-12-04T00:12:52.256Z","updated_at":"2026-04-12T22:48:16.237Z","avatar_url":"https://github.com/GioF71.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# upplay-docker\n\n## Reference\n\nFirst and foremost, the reference to the awesome project:\n\n[upplay](https://www.lesbonscomptes.com/upplay/)\n\n## Why\n\nNot all distros have a Upplay package available. For Arch and derived, there is an AUR package, but the application does not look good at least on my Gnome desktop: borders are missing.\nOr, you might simply not be comfortable installing an AUR package.\n\n## Prerequisites\n\nYou need to have Docker up and running on a Linux machine, and the current user must be allowed to run containers (this usually means that the current user belongs to the \"docker\" group).\nYou can verify whether your user belongs to the \"docker\" group with the following command:\n\n`getent group | grep docker`\n\nThis command will output one line if the current user does belong to the \"docker\" group, otherwise there will be no output.\n\nThe Dockerfile and the incluted scripts have been tested on the following distros:\n\n- Manjaro Linux with Gnome (amd64)\n\nAs I test the Dockerfile on more platforms, I will update this list.\n\n## Usage\n\nYou can build (or rebuild) the image by opening a terminal from the root of the repository and issuing the following command:\n\n`sh build`\n\nIt will take a while. When it's finished, run:\n\n`docker volume create upplay_config`  \n`docker run --rm --user $(id -u):$(id -g) -it -e DISPLAY=:0.0 --net=host --volume=${HOME}/.Xauthority:/config/.Xauthority:ro --volume upplay_config:/root/.config/Upmpd.org upplay`\n\nThis command should generally work. You might need to tweak the DISPLAY variable value, and of course binding \"/root/.config/Upmpd.org\" is definitely not mandatory if you don't need to maintain the configuration settings.\n\nYou can avoid the dependency with the terminal which started upplay by detaching the process, just add '-d' after 'run' in the previous command.\n\nAlternatively, you can just run the convenience scripts\n\n`sh run-upplay-docker`\n\nIn case of need, you can reset your upplay configuration by typing:\n\n`sh reset-prefs`\n\n## Menu Entry Installation\n\nIf the application runs properly with the previous command, you might want to be able to launch it by your desktop environment.\nYou can install the menu entry by running the included convenience script. Open a terminal and issue the following:\n\n`sh create-desktop-entry`\n\nThis script will copy the \"run-upplay-docker\" script to \"$HOME/.local/bin/\", copy the icon \"upplay-docker.png\" to \"$HOME/.local/share/icons/\", then copy the desktop file \"upplay-docker.desktop\" to \"$HOME/.local/share/applications/\".\n\nOn Gnome, just wait a few seconds and the new application will be available.\n\n## Version History\n\nDate|Notes\n---|---\n2022-01-30|First release with some notes. Using bullseye-20220125-slim as the base image, fixed installation process\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiof71%2Fupplay-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiof71%2Fupplay-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiof71%2Fupplay-docker/lists"}