{"id":28000292,"url":"https://github.com/foonerd/volumio-mpd-core","last_synced_at":"2026-01-02T18:39:47.158Z","repository":{"id":220201069,"uuid":"750213480","full_name":"foonerd/volumio-mpd-core","owner":"foonerd","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-20T16:56:47.000Z","size":177204,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-08T23:14:58.858Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/foonerd.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":"2024-01-30T07:53:11.000Z","updated_at":"2025-04-20T16:56:50.000Z","dependencies_parsed_at":"2025-04-20T16:42:18.445Z","dependency_job_id":null,"html_url":"https://github.com/foonerd/volumio-mpd-core","commit_stats":null,"previous_names":["foonerd/volumio3-mpd","foonerd/volumio-mpd-core"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foonerd%2Fvolumio-mpd-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foonerd%2Fvolumio-mpd-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foonerd%2Fvolumio-mpd-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foonerd%2Fvolumio-mpd-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foonerd","download_url":"https://codeload.github.com/foonerd/volumio-mpd-core/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253160774,"owners_count":21863631,"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":[],"created_at":"2025-05-08T23:15:07.759Z","updated_at":"2026-01-02T18:39:47.103Z","avatar_url":"https://github.com/foonerd.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Volumio MPD Core - Custom MPD 0.24.3\n\n## Overview\nThis project provides a clean, reproducible build environment for Music Player Daemon (MPD) version 0.24.3, tailored for use within Volumio OS based on Debian 12 (Bookworm). It includes:\n\n- Debian-compliant packaging.\n- Multi-architecture Docker-based cross-build setup.\n- Custom configuration aligned with Volumio architecture.\n- Versioning and feature decisions optimized for low-latency audio output environments.\n\n## Improvements\nThe default MPD version in Debian Bookworm is 0.23.12. This build updates to 0.24.3 to gain:\n\n- WMA support via FFmpeg.\n- Improved DSD and channel conversion.\n- Stability improvements in SHOUTcast and OSS outputs.\n- Modernized JSON handling (nlohmann_json replaces yajl).\n- Removed obsolete plugins (e.g., SoundCloud).\n\nThese changes improve format compatibility, system integration, and simplify maintenance in Volumio deployments.\n\n## Repository Structure\n\n```\nvolumio-mpd-core/\n├── build-matrix.sh                 # Top-level script to build all architectures\n├── docker/\n│   ├── Dockerfile.mpd.armv6\n│   ├── Dockerfile.mpd.armhf\n│   ├── Dockerfile.mpd.arm64\n│   ├── Dockerfile.mpd.amd64\n│   └── run-docker-mpd.sh          # Core build logic per-arch\n├── package-sources/\n│   ├── mpd_0.24.3.orig.tar.xz\n│   └── mpd_0.24.3-1volumio1.debian.tar.xz\n├── scripts/\n│   └── extract.sh                 # Prepares clean build directory\n├── out/                           # Output directory for .deb packages\n└── README.md                      # This document\n```\n\n## Build System\n\n### Supported Architectures\n- armv6 (Pi Zero, Pi 1)\n- armhf (Pi 2/3)\n- arm64 (Pi 3/4/5, Rockchip, etc.)\n- amd64 (x86 Volumio images)\n\n### Build Invocation\nRun all targets:\n```bash\n./build-matrix.sh --volumio --verbose\n```\n\nRun a specific target:\n```bash\n./docker/run-docker-mpd.sh mpd armv6 volumio --verbose\n```\n\n### Output\nResulting `.deb` files are placed in:\n```\nout/\u003carch\u003e/\n```\nRenamed with Volumio-friendly suffixes:\n- `armv6` =\u003e `_arm.deb`\n- `armhf` =\u003e `_armv7.deb`\n- `arm64` =\u003e `_armv8.deb`\n- `amd64` =\u003e `_x64.deb`\n\n## Key Configuration Decisions\n\n### Disabled Features\n- No installation of systemd service or user units: Volumio manages MPD.\n- No manual pages or documentation.\n\n### Enabled Features\n- `httpd`, `shout`, and `alsa` outputs enabled.\n- Support for cue sheets, CD/ISO parsing.\n- Full set of decoders (ffmpeg, flac, wavpack, etc.).\n- io_uring enabled for efficient I/O.\n\n### Meson Build Flags\n- All `debian/rules` logic retained from Bookworm backport and adjusted for 0.24.3.\n- Removed obsolete or deprecated flags: `yajl`, `soundcloud`.\n\n## Cue Sheet Improvements\nMPD 0.24.3 introduces improved handling of embedded CUE sheets in remote FLAC files. This enhancement allows:\n\n- Proper parsing of virtual track boundaries.\n- Accurate metadata extraction directly from embedded CUE data.\n\nThis improves usability in scenarios involving online FLAC radio streams or album rips with integrated CUE structures. For local .cue + .flac or ISO+CUE use cases, behavior remains consistent with previous versions.\n\n## Build Improvements\n\n- Compiler ICE in GCC 12 resolved using `CXXFLAGS=-O1` and `optimize=-lto`.\n- Clean reproducible builds via `scripts/extract.sh`.\n- Cross-build support for armhf/armv6 uses qemu and `arm32v7` Docker base.\n- Log noise suppressed with `-Wno-psabi` where applicable.\n\n## Compatibility\n- Fully tested on Volumio Bookworm-based builds.\n- Packaged `.deb` files are drop-in replacements for official `mpd`.\n- All Volumio backends (UI, ALSA, plugins) remain compatible.\n\n## Licensing\nThis project rebuilds open-source MPD under GPLv2+. Volumio-specific packaging and scripts are provided under MIT license unless otherwise specified.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoonerd%2Fvolumio-mpd-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoonerd%2Fvolumio-mpd-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoonerd%2Fvolumio-mpd-core/lists"}