u/iconoclasthero

▲ 2 r/mpd+1 crossposts

rgain3 replacement?

This is only mpd adjacent: I've been using the collectiongain module of rgain3 for years now...and it's probably been unmaintained that entire time. I just upgraded to python 3.14 and now it won't run. I actually managed to pin setuptools<82 and it started but then it gave me another set of errors around gstreamer.

What's everyone using for replay gain/collection gain for their music collection so that mpd's gain functionality has something to work with? It's made a big difference in my collection, especially with the large number of bootlegs I have.

reddit.com
u/iconoclasthero — 4 days ago
▲ 1 r/mpd

host_permissions for local subnet?

on linux

>local_permissions may be used to assign other permissions to clients connecting on a local socket.

>host_permissions may be used to assign permissions to clients with a certain IP address.

So it appears that `local_permissions` apply ONLY if I'm connecting via UDS... which means if I'm connecting via TCP from the localhost, they don't apply...however, this isn't really an issue since UDS is always preferred.

Question is, if I want to define `host_permissions`, for everything on the local LAN without specifying individual IP addresses, e.g., `192.168.1.*` or `192.168.1.0/24` (neither of which work in practice)?

I would prefer not to do this via `hosts`, DNS resolution, etc. but rather keep it constrained to MPD.

reddit.com
u/iconoclasthero — 11 days ago