{"id":22320189,"url":"https://github.com/giof71/mpd-compiler-docker","last_synced_at":"2025-08-03T00:32:58.920Z","repository":{"id":116536866,"uuid":"563281573","full_name":"GioF71/mpd-compiler-docker","owner":"GioF71","description":"Compile Music Player Daemon from my fork","archived":false,"fork":false,"pushed_at":"2025-03-23T18:53:22.000Z","size":65,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T19:35:43.346Z","etag":null,"topics":["mpd","upsampling"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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":null,"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}},"created_at":"2022-11-08T09:37:26.000Z","updated_at":"2025-03-23T18:52:48.000Z","dependencies_parsed_at":"2024-06-13T08:41:26.333Z","dependency_job_id":"f462dd5d-da59-4d28-874f-27ba06837b1b","html_url":"https://github.com/GioF71/mpd-compiler-docker","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GioF71%2Fmpd-compiler-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GioF71%2Fmpd-compiler-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GioF71%2Fmpd-compiler-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GioF71%2Fmpd-compiler-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GioF71","download_url":"https://codeload.github.com/GioF71/mpd-compiler-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248546104,"owners_count":21122253,"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":["mpd","upsampling"],"created_at":"2024-12-04T00:12:44.504Z","updated_at":"2025-08-03T00:32:58.895Z","avatar_url":"https://github.com/GioF71.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mpd-compiler-docker\n\nBuilds mpd from source code, specifically [this fork of MPD](https://github.com/gioF71/MPD).  \nCan be used as base for other container images.\n\n## Reference\n\nThis repo creates builds for [MPD](https://musicpd.org/).\n\n## Links\n\nSource code on [GitHub](https://github.com/GioF71/mpd-compiler-docker)  \nImages on [DockerHub](https://hub.docker.com/r/giof71/mpd-compiler)\n\n## Usage\n\nCompiled binaries are available at the directory `/app/bin`. You will find that this directory include two files, `mpd` and `mpd-ups`.  \nThe latter is a patched version, which will support a new configuration parameter named `integer_upsampling` for alsa outputs. If set to `yes` and if `allowed_formats` is set, this configuration will choose the first format which is an integer multiple of the currently playing audio file.  \nExample for `allowed_formats`: `\"352800:*:* 384000:*:* *:dsd:*\"`. Using this configuration, 44.1kHz will be upsampled to 352.8kHz and 48kHz will be upsampled to 384kHz.  \nThis image is used by the [mpd-alsa-docker](https://github.com/GioF71/mpd-alsa-docker) repo. Using that it should be easy to adopt this patched version of mpd.  \n\n## Disclaimer\n\nThis is not supported by the [MPD](https://musicpd.org/) project. Use this patched version at your own risk.\n\n## Change History\n\nSee the following table for changes starting from 2023-07-20.\n\nDate|Major Changes\n:---|:---\n2025-08-02|Restore GitHub workflow\n2025-08-02|Bump to mpd 0.24.5\n2025-06-15|Add support for linux/arm/v6 (see issue [#63](https://github.com/GioF71/mpd-compiler-docker/issues/63))\n2025-05-27|Bump to mpd 0.24.4 (see issue [#61](https://github.com/GioF71/mpd-compiler-docker/issues/61))\n2025-05-08|Build in release mode\n2025-05-08|Avoid apt-get upgrade\n2025-05-08|Remove non-lts ubuntu base images\n2025-05-08|Sort debian versions in build.sh\n2025-04-13|Bump to mpd 0.24.3 (see issue [#58](https://github.com/GioF71/mpd-compiler-docker/issues/58))\n2025-03-27|Bump to mpd 0.24.2 (see issue [#56](https://github.com/GioF71/mpd-compiler-docker/issues/56))\n2025-03-23|Bump to mpd 0.24.1 (see issue [#54](https://github.com/GioF71/mpd-compiler-docker/issues/54))\n2025-02-07|Bump to mpd 0.23.17 (see issue [#50](https://github.com/GioF71/mpd-compiler-docker/issues/50))\n2024-12-27|Bump to mpd 0.23.16 (see issue [#48](https://github.com/GioF71/mpd-compiler-docker/issues/48))\n2024-06-13|Add support for noble (see issue [#46](https://github.com/GioF71/mpd-compiler-docker/issues/46))\n2023-12-22|Dropped lunar builds (see issue [#44](https://github.com/GioF71/mpd-compiler-docker/issues/44))\n2023-12-22|Bump to mpd 0.23.15 (see issue [#42](https://github.com/GioF71/mpd-compiler-docker/issues/42))\n2023-10-11|Add support for mantic (see issue [#39](https://github.com/GioF71/mpd-compiler-docker/issues/39))\n2023-10-10|Unified github workflow (see issue [#36](https://github.com/GioF71/mpd-compiler-docker/issues/36))\n2023-10-10|Bump to mpd 0.23.14 (see issue [#37](https://github.com/GioF71/mpd-compiler-docker/issues/37))\n2023-08-29|Debian builds for arm/v5 instead of v6 (see issue [#34](https://github.com/GioF71/mpd-compiler-docker/issues/34))\n2023-07-21|Slim down image size, fix workflow warnings\n2023-07-20|Apt install commands optimization (see issue [#31](https://github.com/GioF71/mpd-compiler-docker/issues/31))\n2023-07-20|Dropped `bullseye` and `jammy` builds (see issue [#29](https://github.com/GioF71/mpd-compiler-docker/issues/29))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiof71%2Fmpd-compiler-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiof71%2Fmpd-compiler-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiof71%2Fmpd-compiler-docker/lists"}