09-21-2023, 09:01 AM
(09-20-2023, 04:36 PM)TheOldPresbyope Wrote: @avior
Two problems:
First, the mpc load command deals with playlist files, not with file directories. You should read the mpc documentation ("man mpc" from command line of your moOde player, or online at the musicpd.org site).
You probably want something like
Code:mpc add USB/B007/MP3
Second, as you already noted yourself, you have to give full file or directory references relative to mpd's music directory root, so "USB/B007/MP3" rather than just "MP3".
Regards,
Kent
Brilliant Thank you that did the trick by putting "mpc add USB/B007/MP3"