03-14-2020, 03:19 PM
Hello,
I am a new user of moode audio. I am grateful to devs that have made such a useful tool, i like ideas and design of moode.
However I met an issue trying to listen to my own music. Install on a raspberry pi 4 (2 Go), wifi and audio config worked well. But moode, or mpd in moode, is unable to discover my music tracks on a USB drive. Here are a few clues :
- last 6.4.2 moode audio on a 16 Gb sd card. Internet radio are OK. Music from an fat32 formatted USB stick ca be used without any issues.
- USB drive with its own power supply, 1 To, WD.
- two partitions : an ext4 one with all my "home" folder (where on can find my music folder among a lot of other docs), and a ntfs one with only movies.
- the USB drive is seen and mounted under /media when used on the raspberry pi with moode audio. lsblk output :
- fdisk output extract to read about formatting :
- With ssh tool, I can go to /var/lib/mpd/music/USB and find there my /media/Sauvegardes partition. I can manually go down to my music folder and find all my tracks.
- But in moode, when I "regen" library, it can only find some weird tracks in "movies" partition. No sign from my ext4 Documents partition.
- When I put a ".mpdignore" file a the root of the "movies" partition, moode find no tracks at all on my USB drive. It seems to ignore my ext4 partition.
- I tried with two other USB drive with same failures as far as discovering my music is concerned.
Moode can explore my fat32 formatted USB stick, but not my ext4 formatted partition on my USB drive.
What should I try to find my whole music folder under moode ? Is ext4 not a good format for mpd ? Is there a limit in the number of folders that mpd can explore ?
Thanks for the help you can provide !
Girafenaine
I am a new user of moode audio. I am grateful to devs that have made such a useful tool, i like ideas and design of moode.
However I met an issue trying to listen to my own music. Install on a raspberry pi 4 (2 Go), wifi and audio config worked well. But moode, or mpd in moode, is unable to discover my music tracks on a USB drive. Here are a few clues :
- last 6.4.2 moode audio on a 16 Gb sd card. Internet radio are OK. Music from an fat32 formatted USB stick ca be used without any issues.
- USB drive with its own power supply, 1 To, WD.
- two partitions : an ext4 one with all my "home" folder (where on can find my music folder among a lot of other docs), and a ntfs one with only movies.
- the USB drive is seen and mounted under /media when used on the raspberry pi with moode audio. lsblk output :
Code:
pi@moode:~ $ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 931.5G 0 disk
├─sda1 8:1 0 395G 0 part /media/Sauvegardes
└─sda2 8:2 0 536.6G 0 part /media/Films
mmcblk0 179:0 0 14.9G 0 disk
├─mmcblk0p1 179:1 0 256M 0 part /boot
└─mmcblk0p2 179:2 0 3.4G 0 part /
- fdisk output extract to read about formatting :
Code:
Device Boot Start End Sectors Size Id Type
/dev/mmcblk0p1 8192 532479 524288 256M c W95 FAT32 (LBA)
/dev/mmcblk0p2 532480 7700479 7168000 3.4G 83 Linux
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: My Book
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xa0cf0455
Device Boot Start End Sectors Size Id Type
/dev/sda1 2040 828297119 828295080 395G 83 Linux
/dev/sda2 828297216 1953523711 1125226496 536.6G 7 HPFS/NTFS/exFAT
- With ssh tool, I can go to /var/lib/mpd/music/USB and find there my /media/Sauvegardes partition. I can manually go down to my music folder and find all my tracks.
- But in moode, when I "regen" library, it can only find some weird tracks in "movies" partition. No sign from my ext4 Documents partition.
- When I put a ".mpdignore" file a the root of the "movies" partition, moode find no tracks at all on my USB drive. It seems to ignore my ext4 partition.
- I tried with two other USB drive with same failures as far as discovering my music is concerned.
Moode can explore my fat32 formatted USB stick, but not my ext4 formatted partition on my USB drive.
What should I try to find my whole music folder under moode ? Is ext4 not a good format for mpd ? Is there a limit in the number of folders that mpd can explore ?
Thanks for the help you can provide !
Girafenaine