Package Details: mpd-sacd 0.25-8

Git Clone URL: https://aur.archlinux.org/mpd-sacd.git (read-only, click to copy)
Package Base: mpd-sacd
Description: MPD with patches for SACD and DVD-A ISO playback.
Upstream URL: https://github.com/manisiutkin/MPD
Keywords: dsd dvda mpd sacd
Licenses: GPL-2.0-or-later
Conflicts: mpd
Provides: mpd
Submitter: melvinvermeeren
Maintainer: dewdude
Last Packager: dewdude
Votes: 8
Popularity: 0.000013
First Submitted: 2016-02-08 18:52 (UTC)
Last Updated: 2026-03-16 01:35 (UTC)

Required by (63)

Sources (4)

Pinned Comments

dewdude commented on 2026-03-16 02:31 (UTC)

We're up to -8 now. If you noticed you skipped a few releases; you're right. Here's what happened:

The fork source moved from sourceforge to github. We had a new dependency. I fixed additional dependencies to enable more features. I had to tweak the PKGBUILD due to repo change.

-5, -6, and -7 were non-functioning PKGBUILDS due to having missed declared paths. Additionally, -5 had a dependency for shine that I later removed.

Things enabled:

SidPlay & AdPlug

I had issues with these last year when I tried them because....my testing for dependencies didn't check AUR.

The only things remaining disabled from when I adopted this are: sndio, tremor, shine. sndio was still causing issues with ALSA last I tried. Tremor and Shine are floating-point decoders for Vorbis and MP3; which we really don't need.

dewdude commented on 2026-02-03 15:38 (UTC)

FYI,

This fork sees infrequent updates. I have not had to force a rebuild in several months. Please do not let a lack of activity indicate abandonment. I use this myself and notice within a day or two of big system updates if it breaks. Poke me at my email if you notice it breaks before I do and I'll get on it. Sometimes I'm lazy getting pacman to do it's thing.

Archttila commented on 2024-04-28 17:34 (UTC) (edited on 2024-05-01 14:10 (UTC) by Archttila)

Please do not mark the package as out of date, because mpd-sacd is a fork of regular MPD

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

ArjenRR commented on 2021-06-11 17:11 (UTC) (edited on 2021-06-11 17:11 (UTC) by ArjenRR)

FYI: I built this package in a clean docker Arch container (greyltc/archlinux-aur) and found the following runtime dependencies to be missing at build time: liburing openal libmpcdec mpg123 twolame rsync

emilot commented on 2021-02-24 21:00 (UTC) (edited on 2021-02-27 22:53 (UTC) by emilot)

New version guys!

commit 787223cb1b1009693431d8ca1f797121e28ede69

zikizik commented on 2021-02-24 12:40 (UTC)

@mo3r though art a genius my friend, it works !!! out of curiosity what does this line do: use_stdio "true"

i copied my config from here: https://thepenguin.eu/2017-12-22-mpd-and-dsd-files/

and have this line (true where you have false): edited_master "true"

It works fine with this, just not sure what that line does either ...

@emilot thanks for the answer, i already had those lines with no luck

mo3r commented on 2021-02-10 20:07 (UTC)

@zikizik Try to add to your mpd.conf these lines. It looks like it helped in my case. I think this parameter helped: use_stdio true

decoder {
    plugin "sacdiso"
    dstdec_threads "4"
    edited_master "false"
    lsbitfirst "false"
    playable_area "stereo"
    tags_with_iso "true"
    use_stdio "true"
}

mo3r commented on 2021-02-09 17:18 (UTC)

Hello @emilot These lines in the config did not help me. Still stutters when playing sacd iso.

emilot commented on 2021-02-08 19:27 (UTC) (edited on 2021-02-08 20:05 (UTC) by emilot)

Hi!

@zikizik

Did you check these values in mpd.conf?:

decoder { plugin "sacdiso"

dstdec_threads "4"

edited_master "true" lsbitfirst "false"

playable_area "stereo"

}

Do you have an mpd.log?

zikizik commented on 2021-02-02 12:03 (UTC)

@mo3r i thought this could have something to do with buffer/cache size, or period_time ... is this a new issue for you, or did it happen with previous versions?

mo3r commented on 2021-02-02 11:57 (UTC)

@zikizik I have exactly the same problems, I think it is not related to the config

zikizik commented on 2021-02-01 19:40 (UTC)

@mo3r @emilot could you post your mpd.conf pls, i am having jerks/crashes playing dsd sacd iso (dst compressed sacd iso works fine, as do all other files), looking at bashtop when mpd crashes doesn't show any cpu overload ...

emilot commented on 2020-11-22 14:56 (UTC)

@mo3r i tested the commits we are talking about...

With the current version you have in PKGBUILD everything is fine. Even iso, etc... With the latest we have broken update again.

Cheers!