Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Solved: File/Directory Permissions Problem Addding New Music
#2
Root:root is ok. It's prolly insufficient directory permissions. MPD needs read ® access to files and read+execute (r_x) access to all parent directories. Look in the MPD log (moodeutl --mpdlog) for permission errors.

Example:
Code:
# All parent dirs back to /mnt have drwxr-xr-x 2 root root permissions

# Album dir
pi@trx:~ $ ls -l /mnt/NVME/Music/FLAC/Andre\ Previn\ Trio/
total 4
drwxr-xr-x 2 root root 4096 Jul 25 09:55 'Like Previn!'

$ Music files
pi@trx:~ $ ls -l /mnt/NVME/Music/FLAC/Andre\ Previn\ Trio/Like\ Previn\!/
total 263628
-rw-r--r-- 1 root root 27477453 Jul 25 09:55 '01 Rosie Red.flac'
-rw-r--r-- 1 root root 24699927 Jul 25 09:55 '02 If I Should Find You.flac'
-rw-r--r-- 1 root root 32045742 Jul 25 09:55 '03 Sad Eyes.flac'
-rw-r--r-- 1 root root 46126817 Jul 25 09:55 '04 Saturday.flac'
-rw-r--r-- 1 root root 38543711 Jul 25 09:55 '05 Tricycle.flac'
-rw-r--r-- 1 root root 49036513 Jul 25 09:55 "06 I'm Mina Mood.flac"
-rw-r--r-- 1 root root 17373423 Jul 25 09:55 '07 No Words for Dory.flac'
-rw-r--r-- 1 root root 34635752 Jul 25 09:55 "08 Three's Company.flac"
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
RE: File/Directory Permissions Problem Addding New Music - by Tim Curtis - 09-25-2024, 12:06 PM

Forum Jump: