mpc
mpc copied to clipboard
Command-line client for MPD
Using the `%file%` argument for the `--format` option prints out the path of the music file relative to the mpd music directory, as a user I'd like an option to...
Hi, first of all thanks for bringing latest mpc.exe via github actions. I have added a package for mpc in scoop (https://github.com/ScoopInstaller/Extras/pull/8548) and it points to the prebuilt 0.22 version...
This commit adds support for MPD’s partition feature to mpc. Tested locally and it seems to work fine. But, it's been over 20 years since I wrote C regularly, so...
I am currently working on integrating YouTube with mpd and landed on something like: `mpc add $(youtube-dl -g --format bestaudio https://www.youtube.com/watch\?v\=1h4dI2pW8vg)` The audio url get added and plays but there...
short version: As a user I would like to list all the prioritzed songs in the queue (i.e. where prio > 0), preferably sorted by priority, as far as I...
`mpc version` reports the wrong MPD version ``` mpc help Usage: mpc [options] [] mpc version: 0.34 Options: -v, --verbose Give verbose output -q, --quiet Suppress status message --no-status synonym...
Hi! Is it possible with a mpc start an audio file in a specific time ex. : 10:05 (other then with crontab) with a following condition: The mpc is playing...
Hello, Can I list all artists or albums sorted by date of addition on my library ? Thanks
Running mpc 0.35 (compiled from source on Raspberry Pi OS based on Debian 12) with the --no-status command returns the following: $ mpc --no-status Unknown option = (null) Note that...
According to docs for [`list` here](https://www.musicpd.org/doc/mpc/html/#database-commands) the optional parameters behave like `search`. However, it would appear that they are more like find "exact match". I'm not sure where/how the docs...