Search Criteria
Package Details: mpdpopm-bin 0.3.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mpdpopm-bin.git (read-only, click to copy) |
---|---|
Package Base: | mpdpopm-bin |
Description: | Maintain ratings & playcounts for your mpd server (pre-compiled) |
Upstream URL: | https://github.com/sp1ff/mpdpopm |
Licenses: | GPL-3.0-or-later |
Conflicts: | mpdpopm |
Provides: | mpdpopm |
Submitter: | sp1ff |
Maintainer: | sp1ff |
Last Packager: | sp1ff |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-05-10 22:12 (UTC) |
Last Updated: | 2024-05-10 22:12 (UTC) |
Dependencies (2)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
Latest Comments
m040601 commented on 2024-10-15 20:26 (UTC) (edited on 2024-10-15 21:07 (UTC) by m040601)
Some many months (years ?) ago, I tried mpdpopm on Archlinux and I think i had some sucess. Cant remeber exactly, but I think I saw some stuff actually written to the sticker database.
Today I am trying the Archlinux specific PKGBUILDS.
TLDR:
"mpdpopm" the project name "mppopm" and "mppompd" the name of the "tools".
Here is my feedback.
manually
using systemd pacman -Ql mpdpopm-bin
The content of that /usr/lib/systemd/user/mppopmd.service is:
This does not work on Archlinux:
It should be "/usr/bin" right ???
Additionally, mppopmd --help
So that .conf file is hard-coded to "/usr/local/etc/mppopmd.conf"
Where does this all "/usr/local" thing comes from ? Debian ? It is not a Archlinux thing.
I edited the shipped "/etc/mppopmd.conf" and ONLY CHANGED these two lines
echo hello > /dev/shm/loggy.txt
$ /usr/bin/mppopmd -v -F -c /etc/mppopmd.conf
I then try to issue some "mppopm" commands.
I do not have a ~/.mppopm.conf I do not have a ~/.config/mpdpopm/mppopmd.conf I do not have a ~/.config/mpdpopm/mppopm.conf
I assume this to be OK because I dont customize anything. So mpdpopm should use all its default channels and variables. Although the documentation is not very clear.
Do you actually need a "mppopm.conf" ? If so is it hard coded to ~/.mppopm.conf ?
Additionaly I find it extremely difficult to stop the manually started daemon:
m040601 commented on 2024-10-15 20:11 (UTC) (edited on 2024-10-15 21:18 (UTC) by m040601)
Thanks for the "-bin" PKGBUILD. Very useful.
pacman -Ql mpdpopm-bin
But you have much more inside the released tar.gz
$ tar tf mpdpopm-0.3.3-x86_64-unknown-linux.tar.gz
These are useful to keep up with things. Same people prefer the simple README, dont like the "info". Dont trash them. Please make sure these also end up in something like
You also need to copy LICENSE to
Additionaly I personally think the best thing would be to ship some "example" files . Explicitly named as example. Not to "etc" but to "doc". And make it very clear if and when they are needed.
For both "mpdpopm" "mpdpopm-git" and "mpdpopm-bin".
Thanks in advance.