Thank you for your donation!


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


Thread Closed 
Moode on Mercury streamer with SSD
#1
Hi everyone,

Please let me first say that I am very much enjoying Moode audio. Very happy with the general sound quality and the effort put into making the distro.

Now, I do have a questions which I was hoping that fellow Moode users could help me with?

I have added an SSD in my mercury stramer (which a Pi 4 (4gb RAM) with dac/external board added to it) and copied into my music library.

To add the SSD and the get the music recognized, I have connected using SSH and run the below commands:

1 Confirm SSD location: /dev/nvme0n1p1 ==> SSD
2 mkdir /mnt/SSD ==> creating mount point
3 mount /dev/nvme0n1p1 /mnt/SSD ==> Mounting the SSD
5 Add the following line to "/etc/fstab" /dev/nvme0n1p1 /mnt/SSD ext4 auto,user,rw 0 0
=> Mount automatically the SSD at boot
4 To add as a source from MPD software: sudo ln -s /mnt/SSD /var/lib/mpd/music/SSD

Doing the above, I can get the music listed in library and and play the music.
When playing the title, I can even see the album art.

However, when I do browse my library, I get the below...
No album art is showing...

I understand this is being managed by the thumbnail generator but:
It seems the OS has access rights to arts as they are visible during play.
Maybe there is the mount point to add to some configuration file?

Moode audio forum seems to not allow new registration at the moment...that is why I am trying here with my fellow Mercury users.

[Image: Capture-d-cran-2023-05-21-100104.png]

One more question, the streamer uses the HiFiBerry Digi+ pro driver for the audio/i2s device.
I have the impression that when I select fixed level output (0db), the sound is clipping....
I tried also null and seems to be the same.
I am using as source either the SSD hosted files or UPNP from mconnect installed on my Iphone to stream QoBuz.

Many thanks in advance for letting me know your thoughts!
#2
Try the following change to your recipe.

1 Confirm SSD location: /dev/nvme0n1p1 ==> SSD
2 mkdir /mnt/SSD ==> creating mount point
3 mount /dev/nvme0n1p1 /mnt/SSD ==> Mounting the SSD
5 Add the following line to "/etc/fstab" /dev/nvme0n1p1 /mnt/Samsung ext4 auto,user,rw 0 0
=> Mount automatically the SSD at boot
4 To add as a source from MPD software: sudo ln -s /mnt/SSD /var/lib/mpd/music/SSD
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
#3
Thank you very much Tim for your kind reply! :-)
Actually, I made the mistake in my steps when explaining it but I did exactly as you mentioned.
The folder is mounting properly the SSD and MPD does find the music folders, hence I can see all my albums in the library.
The problem seems to be thumbnail generator which doesn't find the picture...

When I rerun the batch from the settings or use the "regenerate" action, I can only see this in status:
Done: 1 folders scanned, 0 thumbs created, 1 already in cache.

Actually, I used the regen command and run the moodutl -t to see what was happening:

20230523 170358 worker: Job regen_thmcache
20230523 170358 thumb-gen: Start
20230523 170358 thumb-gen: Priority: Embedded cover
20230523 170358 thumb-gen: Res,Qual: Auto
20230523 170358 thumb-gen: Px ratio: 2
20230523 170358 thumb-gen: Th width: 200
20230523 170358 thumb-gen: Thm qual: 75
20230523 170358 thumb-gen: Scanning: NAS, SDCARD, SSD
20230523 170358 thumb-gen: Done: 1 folders scanned, 1 thumbs created, 0 already in cache.

From there, we can see the batch seems to be "aware" of the SSD mountpoint...
But not sure why it is not seeing anything.

Thank you for your ideas!
#4
(05-23-2023, 02:30 PM)Tim Curtis Wrote: Try the following change to your recipe.

1 Confirm SSD location: /dev/nvme0n1p1 ==> SSD
2 mkdir /mnt/SSD ==> creating mount point
3 mount /dev/nvme0n1p1 /mnt/SSD ==> Mounting the SSD
5 Add the following line to "/etc/fstab" /dev/nvme0n1p1 /mnt/Samsung ext4 auto,user,rw 0 0
=> Mount automatically the SSD at boot
4 To add as a source from MPD software: sudo ln -s /mnt/SSD /var/lib/mpd/music/SSD

I see something weird here...


5 Add the following line to "/etc/fstab" /dev/nvme0n1p1 /mnt/Samsung ext4 auto,user,rw 0 0

shouldn't the above be /mnt/SSD? (or is it just a redacting error like the /dev/ path Tim was correcting...?)
Secondly, is it indeed ext4?
#5
Hi @Nutul ,

Seems I need to be more careful with writing my instructions...

You are right and this is actually what I did to mount my SSD:
/dev/nvme0n1p1 /mnt/SSD ext4 auto,user,rw 0 0

I copied from an original article and forgot to correct in the post with what I wrote in my config...

apologies.

Now, good question on the EXT4...but yes, I confirmed this is the right file system on this. :-)

pi@moode:~ $ lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINT
mmcblk0
├─mmcblk0p1 vfat FAT32 boot DF79-EF89 221.6M 12% /boot
└─mmcblk0p2 ext4 1.0 rootfs a697d2d6-3bb4-4286-b7f0-0aa3a1c91545 4.1G 37% /
nvme0n1
└─nvme0n1p1 ext4 1.0 d5ce3907-fa31-4d0f-b590-e676f29fe813 642.9G 25% /mnt/SSD

I have edited my OP to fit the right instructions so it doesn't confuse future readers...
If you feel I should run anything else from SSH to see what is causing the Thumbnail generator to not see the SSD, please let me know.
Thanks!
#6
Regenerate the thumbnails and then look in the moode log for entries from the thumbnail generator.

moodeutl -l
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
#7
Thank you Tim for getting back to me,

I did regenerate and got the below output.
I can see mostly the same output that we got earlier but this time, I will send the whole log output.

Cheers for your time. :-)


Code:
20230522 222524 worker: --
20230522 222524 worker: -- Start moOde 8 series
20230522 222524 worker: --
20230522 222524 worker: Successfully daemonized
20230522 222524 worker: Waiting for Linux startup...
20230522 222536 worker: Linux startup complete
20230522 222537 worker: Boot config backed up
20230522 222539 worker: File check (OK)
20230522 222540 worker: Session vacuumed
20230522 222540 worker: Session loaded
20230522 222540 worker: Debug logging (OFF)
20230522 222540 worker: --
20230522 222540 worker: -- Audio debug
20230522 222540 worker: --
20230522 222540 worker: ALSA cards: (0:sndrpihifiberry | 1:empty | 2:empty | 3:empty
20230522 222540 worker: MPD config: (0:HiFiBerry Digi+ Pro | mixer:(none) | card:0)
20230522 222540 worker: ALSA mixer actual (none)
20230522 222540 worker: ALSA volume (none)
20230522 222540 worker: --
20230522 222540 worker: -- System
20230522 222540 worker: --
20230522 222541 worker: Host      (moode)
20230522 222541 worker: Hardware  (Pi-CM4 1.1 4GB)
20230522 222541 worker: moOde     (8.3.2 2023-04-21)
20230522 222541 worker: RaspiOS   (11.6)
20230522 222541 worker: Kernel    (6.1.21-v8+ #1642)
20230522 222541 worker: Procarch  (aarch64, 64-bit)
20230522 222541 worker: MPD ver   (0.23.12)
20230522 222541 worker: CPU gov   (ondemand)
20230522 222541 worker: Userid    (pi)
20230522 222541 worker: Homedir   (/home/pi)
20230522 222541 worker: USB boot  (not available)
20230522 222541 worker: File sys  (expanded)
20230522 222541 worker: HDMI port (On)
20230522 222542 worker: Sys LED0  (On)
20230522 222542 worker: Sys LED1  (On)
20230522 222542 worker: --
20230522 222542 worker: -- Network
20230522 222542 worker: --
20230522 222542 worker: eth0 adapter exists
20230522 222542 worker: eth0 address check (Off)
20230522 222542 worker: eth0 address not assigned                                                                                                      
20230522 222542 worker: wlan0 adapter exists                                                                                                            
20230522 222542 worker: wlan0 country (FR)                                                                                                              
20230522 222542 worker: wlan0 configured SSID (Freebox-5AB661)                                                                                          
20230522 222542 worker: wlan0 SSID alternates (None)                                                                                                    
20230522 222542 worker: wlan0 router mode (Off)                                                                                                        
20230522 222542 worker: wlan0 address check (up to 90 secs)                                                                                            
20230522 222542 worker: wlan0 connected to SSID (Freebox-5AB661)                                                                                        
20230522 222542 worker: IP addr (192.168.0.185)                                                                                                        
20230522 222542 worker: Netmask (255.255.255.0)                                                                                                        
20230522 222542 worker: Gateway (192.168.0.254)                                                                                                        
20230522 222542 worker: Pri DNS (192.168.0.254)                                                                                                        
20230522 222542 worker: Domain  ()                                                                                                                      
20230522 222542 worker: --                                                                                                                              
20230522 222542 worker: -- Software update                                                                                                              
20230522 222542 worker: --                                                                                                                              
20230522 222542 worker: Automatic check (Off)                                                                                                          
20230522 222542 worker: --                                                                                                                              
20230522 222542 worker: -- Audio config                                                                                                                
20230522 222542 worker: --                                                                                                                              
20230522 222542 worker: MPD conf updated                                                                                                                
20230522 222542 worker: ALSA card number (0)                                                                                                            
20230522 222542 worker: MPD audio output (HiFiBerry Digi+ Pro)                                                                                          
20230522 222542 worker: Audio formats (S16_LE, S24_LE)                                                                                                  
20230522 222542 worker: ALSA mixer name (none)                                                                                                          
20230522 222542 worker: MPD mixer type (null)                                                                                                          
20230522 222543 worker: Hdwr volume controller not detected                                                                                            
20230522 222543 worker: ALSA output mode (Direct: hw)                                                                                                  
20230522 222543 worker: ALSA loopback (Off)                                                                                                            
20230522 222543 worker: Reset renderer active flags                                                                                                    
20230522 222543 worker: CamillaDSP configuration (off)                                                                                                  
20230522 222543 worker: CamillaDSP volume sync   (off)                                                                                                  
20230522 222543 worker: CamillaDSP volume range  (60)                                                                                                  
20230522 222543 worker: --                                                                                                                              
20230522 222543 worker: -- File sharing                                                                                                                
20230522 222543 worker: --                                                                                                                              
20230522 222543 worker: SMB file sharing (On)                                                                                                          
20230522 222543 worker: NFS file sharing (Off)                                                                                                          
20230522 222543 worker: --                                                                                                                              
20230522 222543 worker: -- MPD startup                                                                                                                  
20230522 222543 worker: --                                                                                                                              
20230522 222544 worker: MPD started                                                                                                                    
20230522 222544 worker: MPD accepting connections                                                                                                      
20230522 222544 worker: MPD output 1 ALSA Default (On)                                                                                                  
20230522 222544 worker: MPD output 2 ALSA Bluetooth (Off)                                                                                              
20230522 222544 worker: MPD output 3 HTTP Server (Off)                                                                                                  
20230522 222544 worker: MPD crossfade (off)                                                                                                            
20230522 222544 worker: MPD ignore CUE files (yes)                                                                                                      
20230522 222544 worker: --                                                                                                                              
20230522 222544 worker: -- Music sources                                                                                                                
20230522 222544 worker: --                                                                                                                              
20230522 222544 worker: USB sources                                                                                                                    
20230522 222544 worker: No drives found                                                                                                                
20230522 222544 worker: NAS sources                                                                                                                    
20230522 222544 worker: None configured                                                                                                                
20230522 222544 worker: --                                                                                                                              
20230522 222544 worker: -- Feature availability                                                                                                        
20230522 222544 worker: --                                                                                                                              
20230522 222544 worker: Input select (available)                                                                                                        
20230522 222544 worker: Input (MPD)                                                                                                                    
20230522 222544 worker: Output (HiFiBerry Digi+ Pro)                                                                                                    
20230522 222544 worker: Bluetooth (available)                                                                                                          
20230522 222544 worker: AirPlay renderer (available)                                                                                                    
20230522 222544 worker: Spotify renderer (available: started)                                                                                          
20230522 222544 worker: Squeezelite (available)                                                                                                        
20230522 222544 worker: RoonBridge renderer (not installed)                                                                                            
20230522 222544 worker: Multiroom sender (available)                                                                                                    
20230522 222544 worker: Multiroom receiver (available)                                                                                                  
20230522 222544 worker: UPnP renderer (available: started)                                                                                              
20230522 222544 worker: DLNA server (available)                                                                                                        
20230522 222544 worker: GPIO button handler (available)                                                                                                
20230522 222544 worker: Stream recorder (available: not installed)                                                                                      
20230522 222544 worker: HTTPS-Only mode (n/a)                                                                                                          
20230522 222544 worker: --                                                                                                                              
20230522 222544 worker: -- Other                                                                                                                        
20230522 222544 worker: --                                                                                                                              
20230522 222544 worker: USB volume knob (Off)                                                                                                          
20230522 222544 worker: Shellinabox SSH started                                                                                                        
20230522 222544 worker: USB auto-mounter (udisks-glue)                                                                                                  
20230522 222544 worker: Saved MPD vol level (0)                                                                                                        
20230522 222544 worker: Preamp volume level (0)                                                                                                        
20230522 222544 worker: MPD volume level (0) restored                                                                                                  
20230522 222544 worker: ALSA volume level (None)                                                                                                        
20230522 222544 worker: Auto-play (Off)                                                                                                                
20230522 222545 worker: LocalUI (On)                                                                                                                    
20230522 222545 worker: Automatic CoverView (Off)                                                                                                      
20230522 222545 worker: On-screen keyboard (Off)                                                                                                        
20230522 222545 worker: Library scope (all)                                                                                                            
20230522 222545 worker: View reset to playback                                                                                                          
20230522 222545 worker: Maintenance interval (360 minutes)                                                                                              
20230522 222545 worker: Screen saver activation (Never)                                                                                                
20230522 222545 worker: Session permissions (OK)                                                                                                        
20230522 222545 worker: --                                                                                                                              
20230522 222545 worker: -- Startup complete                                                                                                            
20230522 222545 worker: --                                                                                                                              
20230522 222545 worker: Mount monitor (off)                                                                                                            
20230522 222545 worker: Watchdog monitor (started)                                                                                                      
20230522 222545 worker: Ready                                                                                                                          
20230523 170358 worker: Job regen_thmcache                                                                                                              
20230523 170358 thumb-gen: Start                                                                                                                        
20230523 170358 thumb-gen: Priority: Embedded cover                                                                                                    
20230523 170358 thumb-gen: Res,Qual: Auto                                                                                                              
20230523 170358 thumb-gen: Px ratio: 2                                                                                                                  
20230523 170358 thumb-gen: Th width: 200                                                                                                                
20230523 170358 thumb-gen: Thm qual: 75                                                                                                                
20230523 170358 thumb-gen: Scanning: NAS, SDCARD, SSD                                                                                                  
20230523 170358 thumb-gen: Done: 1 folders scanned, 1 thumbs created, 0 already in cache.                                                              
20230523 233915 worker: Job mpdcfg                                                                                                                      
20230523 233916 worker: Job mpdcfg: devchg|mixchg (0|fixed_or_null), alsavol (none), playstate (paused)                                                
20230524 065524 worker: Job spotifysvc                                                                                                                  
20230524 065633 worker: Job regen_thmcache                                                                                                              
20230524 065633 thumb-gen: Start                                                                                                                        
20230524 065633 thumb-gen: Priority: Embedded cover                                                                                                    
20230524 065633 thumb-gen: Res,Qual: Auto                                                                                                              
20230524 065633 thumb-gen: Px ratio: 2                                                                                                                  
20230524 065633 thumb-gen: Th width: 200                                                                                                                
20230524 065633 thumb-gen: Thm qual: 75                                                                                                                
20230524 065633 thumb-gen: Scanning: NAS, SDCARD, SSD                                                                                                  
20230524 065633 thumb-gen: Done: 1 folders scanned, 1 thumbs created, 0 already in cache.
#8
(05-24-2023, 05:00 AM)brissoukun Wrote: Thank you Tim for getting back to me,

I did regenerate and got the below output.
I can see mostly the same output that we got earlier but this time, I will send the whole log output.
Hmm,

can you post the output of the following commands?

ls /mnt/ -la

ls /var/lib/mpd/music/ -la

#9
(05-24-2023, 05:00 AM)brissoukun Wrote: Thank you Tim for getting back to me,

I did regenerate and got the below output.
I can see mostly the same output that we got earlier but this time, I will send the whole log output.

Cheers for your time. :-)


Code:
20230522 222524 worker: --
20230522 222524 worker: -- Start moOde 8 series
20230522 222524 worker: --
20230522 222524 worker: Successfully daemonized
20230522 222524 worker: Waiting for Linux startup...
20230522 222536 worker: Linux startup complete
20230522 222537 worker: Boot config backed up
20230522 222539 worker: File check (OK)
20230522 222540 worker: Session vacuumed
20230522 222540 worker: Session loaded
20230522 222540 worker: Debug logging (OFF)
20230522 222540 worker: --
20230522 222540 worker: -- Audio debug
20230522 222540 worker: --
20230522 222540 worker: ALSA cards: (0:sndrpihifiberry | 1:empty | 2:empty | 3:empty
20230522 222540 worker: MPD config: (0:HiFiBerry Digi+ Pro | mixer:(none) | card:0)
20230522 222540 worker: ALSA mixer actual (none)
20230522 222540 worker: ALSA volume (none)
20230522 222540 worker: --
20230522 222540 worker: -- System
20230522 222540 worker: --
20230522 222541 worker: Host      (moode)
20230522 222541 worker: Hardware  (Pi-CM4 1.1 4GB)
20230522 222541 worker: moOde     (8.3.2 2023-04-21)
20230522 222541 worker: RaspiOS   (11.6)
20230522 222541 worker: Kernel    (6.1.21-v8+ #1642)
20230522 222541 worker: Procarch  (aarch64, 64-bit)
20230522 222541 worker: MPD ver   (0.23.12)
20230522 222541 worker: CPU gov   (ondemand)
20230522 222541 worker: Userid    (pi)
20230522 222541 worker: Homedir   (/home/pi)
20230522 222541 worker: USB boot  (not available)
20230522 222541 worker: File sys  (expanded)
20230522 222541 worker: HDMI port (On)
20230522 222542 worker: Sys LED0  (On)
20230522 222542 worker: Sys LED1  (On)
20230522 222542 worker: --
20230522 222542 worker: -- Network
20230522 222542 worker: --
20230522 222542 worker: eth0 adapter exists
20230522 222542 worker: eth0 address check (Off)
20230522 222542 worker: eth0 address not assigned                                                                                                      
20230522 222542 worker: wlan0 adapter exists                                                                                                            
20230522 222542 worker: wlan0 country (FR)                                                                                                              
20230522 222542 worker: wlan0 configured SSID (Freebox-5AB661)                                                                                          
20230522 222542 worker: wlan0 SSID alternates (None)                                                                                                    
20230522 222542 worker: wlan0 router mode (Off)                                                                                                        
20230522 222542 worker: wlan0 address check (up to 90 secs)                                                                                            
20230522 222542 worker: wlan0 connected to SSID (Freebox-5AB661)                                                                                        
20230522 222542 worker: IP addr (192.168.0.185)                                                                                                        
20230522 222542 worker: Netmask (255.255.255.0)                                                                                                        
20230522 222542 worker: Gateway (192.168.0.254)                                                                                                        
20230522 222542 worker: Pri DNS (192.168.0.254)                                                                                                        
20230522 222542 worker: Domain  ()                                                                                                                      
20230522 222542 worker: --                                                                                                                              
20230522 222542 worker: -- Software update                                                                                                              
20230522 222542 worker: --                                                                                                                              
20230522 222542 worker: Automatic check (Off)                                                                                                          
20230522 222542 worker: --                                                                                                                              
20230522 222542 worker: -- Audio config                                                                                                                
20230522 222542 worker: --                                                                                                                              
20230522 222542 worker: MPD conf updated                                                                                                                
20230522 222542 worker: ALSA card number (0)                                                                                                            
20230522 222542 worker: MPD audio output (HiFiBerry Digi+ Pro)                                                                                          
20230522 222542 worker: Audio formats (S16_LE, S24_LE)                                                                                                  
20230522 222542 worker: ALSA mixer name (none)                                                                                                          
20230522 222542 worker: MPD mixer type (null)                                                                                                          
20230522 222543 worker: Hdwr volume controller not detected                                                                                            
20230522 222543 worker: ALSA output mode (Direct: hw)                                                                                                  
20230522 222543 worker: ALSA loopback (Off)                                                                                                            
20230522 222543 worker: Reset renderer active flags                                                                                                    
20230522 222543 worker: CamillaDSP configuration (off)                                                                                                  
20230522 222543 worker: CamillaDSP volume sync   (off)                                                                                                  
20230522 222543 worker: CamillaDSP volume range  (60)                                                                                                  
20230522 222543 worker: --                                                                                                                              
20230522 222543 worker: -- File sharing                                                                                                                
20230522 222543 worker: --                                                                                                                              
20230522 222543 worker: SMB file sharing (On)                                                                                                          
20230522 222543 worker: NFS file sharing (Off)                                                                                                          
20230522 222543 worker: --                                                                                                                              
20230522 222543 worker: -- MPD startup                                                                                                                  
20230522 222543 worker: --                                                                                                                              
20230522 222544 worker: MPD started                                                                                                                    
20230522 222544 worker: MPD accepting connections                                                                                                      
20230522 222544 worker: MPD output 1 ALSA Default (On)                                                                                                  
20230522 222544 worker: MPD output 2 ALSA Bluetooth (Off)                                                                                              
20230522 222544 worker: MPD output 3 HTTP Server (Off)                                                                                                  
20230522 222544 worker: MPD crossfade (off)                                                                                                            
20230522 222544 worker: MPD ignore CUE files (yes)                                                                                                      
20230522 222544 worker: --                                                                                                                              
20230522 222544 worker: -- Music sources                                                                                                                
20230522 222544 worker: --                                                                                                                              
20230522 222544 worker: USB sources                                                                                                                    
20230522 222544 worker: No drives found                                                                                                                
20230522 222544 worker: NAS sources                                                                                                                    
20230522 222544 worker: None configured                                                                                                                
20230522 222544 worker: --                                                                                                                              
20230522 222544 worker: -- Feature availability                                                                                                        
20230522 222544 worker: --                                                                                                                              
20230522 222544 worker: Input select (available)                                                                                                        
20230522 222544 worker: Input (MPD)                                                                                                                    
20230522 222544 worker: Output (HiFiBerry Digi+ Pro)                                                                                                    
20230522 222544 worker: Bluetooth (available)                                                                                                          
20230522 222544 worker: AirPlay renderer (available)                                                                                                    
20230522 222544 worker: Spotify renderer (available: started)                                                                                          
20230522 222544 worker: Squeezelite (available)                                                                                                        
20230522 222544 worker: RoonBridge renderer (not installed)                                                                                            
20230522 222544 worker: Multiroom sender (available)                                                                                                    
20230522 222544 worker: Multiroom receiver (available)                                                                                                  
20230522 222544 worker: UPnP renderer (available: started)                                                                                              
20230522 222544 worker: DLNA server (available)                                                                                                        
20230522 222544 worker: GPIO button handler (available)                                                                                                
20230522 222544 worker: Stream recorder (available: not installed)                                                                                      
20230522 222544 worker: HTTPS-Only mode (n/a)                                                                                                          
20230522 222544 worker: --                                                                                                                              
20230522 222544 worker: -- Other                                                                                                                        
20230522 222544 worker: --                                                                                                                              
20230522 222544 worker: USB volume knob (Off)                                                                                                          
20230522 222544 worker: Shellinabox SSH started                                                                                                        
20230522 222544 worker: USB auto-mounter (udisks-glue)                                                                                                  
20230522 222544 worker: Saved MPD vol level (0)                                                                                                        
20230522 222544 worker: Preamp volume level (0)                                                                                                        
20230522 222544 worker: MPD volume level (0) restored                                                                                                  
20230522 222544 worker: ALSA volume level (None)                                                                                                        
20230522 222544 worker: Auto-play (Off)                                                                                                                
20230522 222545 worker: LocalUI (On)                                                                                                                    
20230522 222545 worker: Automatic CoverView (Off)                                                                                                      
20230522 222545 worker: On-screen keyboard (Off)                                                                                                        
20230522 222545 worker: Library scope (all)                                                                                                            
20230522 222545 worker: View reset to playback                                                                                                          
20230522 222545 worker: Maintenance interval (360 minutes)                                                                                              
20230522 222545 worker: Screen saver activation (Never)                                                                                                
20230522 222545 worker: Session permissions (OK)                                                                                                        
20230522 222545 worker: --                                                                                                                              
20230522 222545 worker: -- Startup complete                                                                                                            
20230522 222545 worker: --                                                                                                                              
20230522 222545 worker: Mount monitor (off)                                                                                                            
20230522 222545 worker: Watchdog monitor (started)                                                                                                      
20230522 222545 worker: Ready                                                                                                                          
20230523 170358 worker: Job regen_thmcache                                                                                                              
20230523 170358 thumb-gen: Start                                                                                                                        
20230523 170358 thumb-gen: Priority: Embedded cover                                                                                                    
20230523 170358 thumb-gen: Res,Qual: Auto                                                                                                              
20230523 170358 thumb-gen: Px ratio: 2                                                                                                                  
20230523 170358 thumb-gen: Th width: 200                                                                                                                
20230523 170358 thumb-gen: Thm qual: 75                                                                                                                
20230523 170358 thumb-gen: Scanning: NAS, SDCARD, SSD                                                                                                  
20230523 170358 thumb-gen: Done: 1 folders scanned, 1 thumbs created, 0 already in cache.                                                              
20230523 233915 worker: Job mpdcfg                                                                                                                      
20230523 233916 worker: Job mpdcfg: devchg|mixchg (0|fixed_or_null), alsavol (none), playstate (paused)                                                
20230524 065524 worker: Job spotifysvc                                                                                                                  
20230524 065633 worker: Job regen_thmcache                                                                                                              
20230524 065633 thumb-gen: Start                                                                                                                        
20230524 065633 thumb-gen: Priority: Embedded cover                                                                                                    
20230524 065633 thumb-gen: Res,Qual: Auto                                                                                                              
20230524 065633 thumb-gen: Px ratio: 2                                                                                                                  
20230524 065633 thumb-gen: Th width: 200                                                                                                                
20230524 065633 thumb-gen: Thm qual: 75                                                                                                                
20230524 065633 thumb-gen: Scanning: NAS, SDCARD, SSD                                                                                                  
20230524 065633 thumb-gen: Done: 1 folders scanned, 1 thumbs created, 0 already in cache.

This line below indicates the thumbnail generator detected the new SSD subdirectory in /mnt  

Code:
20230523 170358 thumb-gen: Scanning: NAS, SDCARD, SSD                                                                                                  

But the /var/www/util/list-songfiles.sh script that provides the file list to the the generator is hardcoded to only scan NAS and SDCARD subdirectories.

Code:
# Search pre-defined subdirectories under /mnt
find /mnt/NAS -depth -mindepth 1 -type f -iregex ".*\.${TYPES_REGEX}" -printf "file: "NAS/"%P\n"
find /mnt/SDCARD -depth -mindepth 1 -type f -iregex ".*\.${TYPES_REGEX}" -printf "file: "SDCARD/"%P\n"
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
#10
(05-24-2023, 10:54 AM)Tim Curtis Wrote:
(05-24-2023, 05:00 AM)brissoukun Wrote: Thank you Tim for getting back to me,

I did regenerate and got the below output.
I can see mostly the same output that we got earlier but this time, I will send the whole log output.

Cheers for your time. :-)


Code:
20230522 222524 worker: --
20230522 222524 worker: -- Start moOde 8 series
20230522 222524 worker: --
20230522 222524 worker: Successfully daemonized
20230522 222524 worker: Waiting for Linux startup...
20230522 222536 worker: Linux startup complete
20230522 222537 worker: Boot config backed up
20230522 222539 worker: File check (OK)
20230522 222540 worker: Session vacuumed
20230522 222540 worker: Session loaded
20230522 222540 worker: Debug logging (OFF)
20230522 222540 worker: --
20230522 222540 worker: -- Audio debug
20230522 222540 worker: --
20230522 222540 worker: ALSA cards: (0:sndrpihifiberry | 1:empty | 2:empty | 3:empty
20230522 222540 worker: MPD config: (0:HiFiBerry Digi+ Pro | mixer:(none) | card:0)
20230522 222540 worker: ALSA mixer actual (none)
20230522 222540 worker: ALSA volume (none)
20230522 222540 worker: --
20230522 222540 worker: -- System
20230522 222540 worker: --
20230522 222541 worker: Host      (moode)
20230522 222541 worker: Hardware  (Pi-CM4 1.1 4GB)
20230522 222541 worker: moOde     (8.3.2 2023-04-21)
20230522 222541 worker: RaspiOS   (11.6)
20230522 222541 worker: Kernel    (6.1.21-v8+ #1642)
20230522 222541 worker: Procarch  (aarch64, 64-bit)
20230522 222541 worker: MPD ver   (0.23.12)
20230522 222541 worker: CPU gov   (ondemand)
20230522 222541 worker: Userid    (pi)
20230522 222541 worker: Homedir   (/home/pi)
20230522 222541 worker: USB boot  (not available)
20230522 222541 worker: File sys  (expanded)
20230522 222541 worker: HDMI port (On)
20230522 222542 worker: Sys LED0  (On)
20230522 222542 worker: Sys LED1  (On)
20230522 222542 worker: --
20230522 222542 worker: -- Network
20230522 222542 worker: --
20230522 222542 worker: eth0 adapter exists
20230522 222542 worker: eth0 address check (Off)
20230522 222542 worker: eth0 address not assigned                                                                                                      
20230522 222542 worker: wlan0 adapter exists                                                                                                            
20230522 222542 worker: wlan0 country (FR)                                                                                                              
20230522 222542 worker: wlan0 configured SSID (Freebox-5AB661)                                                                                          
20230522 222542 worker: wlan0 SSID alternates (None)                                                                                                    
20230522 222542 worker: wlan0 router mode (Off)                                                                                                        
20230522 222542 worker: wlan0 address check (up to 90 secs)                                                                                            
20230522 222542 worker: wlan0 connected to SSID (Freebox-5AB661)                                                                                        
20230522 222542 worker: IP addr (192.168.0.185)                                                                                                        
20230522 222542 worker: Netmask (255.255.255.0)                                                                                                        
20230522 222542 worker: Gateway (192.168.0.254)                                                                                                        
20230522 222542 worker: Pri DNS (192.168.0.254)                                                                                                        
20230522 222542 worker: Domain  ()                                                                                                                      
20230522 222542 worker: --                                                                                                                              
20230522 222542 worker: -- Software update                                                                                                              
20230522 222542 worker: --                                                                                                                              
20230522 222542 worker: Automatic check (Off)                                                                                                          
20230522 222542 worker: --                                                                                                                              
20230522 222542 worker: -- Audio config                                                                                                                
20230522 222542 worker: --                                                                                                                              
20230522 222542 worker: MPD conf updated                                                                                                                
20230522 222542 worker: ALSA card number (0)                                                                                                            
20230522 222542 worker: MPD audio output (HiFiBerry Digi+ Pro)                                                                                          
20230522 222542 worker: Audio formats (S16_LE, S24_LE)                                                                                                  
20230522 222542 worker: ALSA mixer name (none)                                                                                                          
20230522 222542 worker: MPD mixer type (null)                                                                                                          
20230522 222543 worker: Hdwr volume controller not detected                                                                                            
20230522 222543 worker: ALSA output mode (Direct: hw)                                                                                                  
20230522 222543 worker: ALSA loopback (Off)                                                                                                            
20230522 222543 worker: Reset renderer active flags                                                                                                    
20230522 222543 worker: CamillaDSP configuration (off)                                                                                                  
20230522 222543 worker: CamillaDSP volume sync   (off)                                                                                                  
20230522 222543 worker: CamillaDSP volume range  (60)                                                                                                  
20230522 222543 worker: --                                                                                                                              
20230522 222543 worker: -- File sharing                                                                                                                
20230522 222543 worker: --                                                                                                                              
20230522 222543 worker: SMB file sharing (On)                                                                                                          
20230522 222543 worker: NFS file sharing (Off)                                                                                                          
20230522 222543 worker: --                                                                                                                              
20230522 222543 worker: -- MPD startup                                                                                                                  
20230522 222543 worker: --                                                                                                                              
20230522 222544 worker: MPD started                                                                                                                    
20230522 222544 worker: MPD accepting connections                                                                                                      
20230522 222544 worker: MPD output 1 ALSA Default (On)                                                                                                  
20230522 222544 worker: MPD output 2 ALSA Bluetooth (Off)                                                                                              
20230522 222544 worker: MPD output 3 HTTP Server (Off)                                                                                                  
20230522 222544 worker: MPD crossfade (off)                                                                                                            
20230522 222544 worker: MPD ignore CUE files (yes)                                                                                                      
20230522 222544 worker: --                                                                                                                              
20230522 222544 worker: -- Music sources                                                                                                                
20230522 222544 worker: --                                                                                                                              
20230522 222544 worker: USB sources                                                                                                                    
20230522 222544 worker: No drives found                                                                                                                
20230522 222544 worker: NAS sources                                                                                                                    
20230522 222544 worker: None configured                                                                                                                
20230522 222544 worker: --                                                                                                                              
20230522 222544 worker: -- Feature availability                                                                                                        
20230522 222544 worker: --                                                                                                                              
20230522 222544 worker: Input select (available)                                                                                                        
20230522 222544 worker: Input (MPD)                                                                                                                    
20230522 222544 worker: Output (HiFiBerry Digi+ Pro)                                                                                                    
20230522 222544 worker: Bluetooth (available)                                                                                                          
20230522 222544 worker: AirPlay renderer (available)                                                                                                    
20230522 222544 worker: Spotify renderer (available: started)                                                                                          
20230522 222544 worker: Squeezelite (available)                                                                                                        
20230522 222544 worker: RoonBridge renderer (not installed)                                                                                            
20230522 222544 worker: Multiroom sender (available)                                                                                                    
20230522 222544 worker: Multiroom receiver (available)                                                                                                  
20230522 222544 worker: UPnP renderer (available: started)                                                                                              
20230522 222544 worker: DLNA server (available)                                                                                                        
20230522 222544 worker: GPIO button handler (available)                                                                                                
20230522 222544 worker: Stream recorder (available: not installed)                                                                                      
20230522 222544 worker: HTTPS-Only mode (n/a)                                                                                                          
20230522 222544 worker: --                                                                                                                              
20230522 222544 worker: -- Other                                                                                                                        
20230522 222544 worker: --                                                                                                                              
20230522 222544 worker: USB volume knob (Off)                                                                                                          
20230522 222544 worker: Shellinabox SSH started                                                                                                        
20230522 222544 worker: USB auto-mounter (udisks-glue)                                                                                                  
20230522 222544 worker: Saved MPD vol level (0)                                                                                                        
20230522 222544 worker: Preamp volume level (0)                                                                                                        
20230522 222544 worker: MPD volume level (0) restored                                                                                                  
20230522 222544 worker: ALSA volume level (None)                                                                                                        
20230522 222544 worker: Auto-play (Off)                                                                                                                
20230522 222545 worker: LocalUI (On)                                                                                                                    
20230522 222545 worker: Automatic CoverView (Off)                                                                                                      
20230522 222545 worker: On-screen keyboard (Off)                                                                                                        
20230522 222545 worker: Library scope (all)                                                                                                            
20230522 222545 worker: View reset to playback                                                                                                          
20230522 222545 worker: Maintenance interval (360 minutes)                                                                                              
20230522 222545 worker: Screen saver activation (Never)                                                                                                
20230522 222545 worker: Session permissions (OK)                                                                                                        
20230522 222545 worker: --                                                                                                                              
20230522 222545 worker: -- Startup complete                                                                                                            
20230522 222545 worker: --                                                                                                                              
20230522 222545 worker: Mount monitor (off)                                                                                                            
20230522 222545 worker: Watchdog monitor (started)                                                                                                      
20230522 222545 worker: Ready                                                                                                                          
20230523 170358 worker: Job regen_thmcache                                                                                                              
20230523 170358 thumb-gen: Start                                                                                                                        
20230523 170358 thumb-gen: Priority: Embedded cover                                                                                                    
20230523 170358 thumb-gen: Res,Qual: Auto                                                                                                              
20230523 170358 thumb-gen: Px ratio: 2                                                                                                                  
20230523 170358 thumb-gen: Th width: 200                                                                                                                
20230523 170358 thumb-gen: Thm qual: 75                                                                                                                
20230523 170358 thumb-gen: Scanning: NAS, SDCARD, SSD                                                                                                  
20230523 170358 thumb-gen: Done: 1 folders scanned, 1 thumbs created, 0 already in cache.                                                              
20230523 233915 worker: Job mpdcfg                                                                                                                      
20230523 233916 worker: Job mpdcfg: devchg|mixchg (0|fixed_or_null), alsavol (none), playstate (paused)                                                
20230524 065524 worker: Job spotifysvc                                                                                                                  
20230524 065633 worker: Job regen_thmcache                                                                                                              
20230524 065633 thumb-gen: Start                                                                                                                        
20230524 065633 thumb-gen: Priority: Embedded cover                                                                                                    
20230524 065633 thumb-gen: Res,Qual: Auto                                                                                                              
20230524 065633 thumb-gen: Px ratio: 2                                                                                                                  
20230524 065633 thumb-gen: Th width: 200                                                                                                                
20230524 065633 thumb-gen: Thm qual: 75                                                                                                                
20230524 065633 thumb-gen: Scanning: NAS, SDCARD, SSD                                                                                                  
20230524 065633 thumb-gen: Done: 1 folders scanned, 1 thumbs created, 0 already in cache.

This line below indicates the thumbnail generator detected the new SSD subdirectory in /mnt  

Code:
20230523 170358 thumb-gen: Scanning: NAS, SDCARD, SSD                                                                                                  

But the /var/www/util/list-songfiles.sh script that provides the file list to the the generator is hardcoded to only scan NAS and SDCARD subdirectories.

Code:
# Search pre-defined subdirectories under /mnt
find /mnt/NAS -depth -mindepth 1 -type f -iregex ".*\.${TYPES_REGEX}" -printf "file: "NAS/"%P\n"
find /mnt/SDCARD -depth -mindepth 1 -type f -iregex ".*\.${TYPES_REGEX}" -printf "file: "SDCARD/"%P\n"

Uh... shouldn't this script scan the "/var/lib/mpd/music" folder...?


Forum Jump: