03-24-2025, 05:26 PM
@Always_In_The_Moode
Some rando observations:
1. Even if it's not directly related to your problem at hand, it's useful to provide the startup log to help us understand your system. Knowing things like what RPi model and sice of memory, etc., give us context.
2. You alluded to "the size of the library" but didn't mention how big it is: number of tracks in particular.
3. In addition to the error message Tim highlighted, I see some curious behavior that was logged nearly 20 minutes prior
MPD successfully added track 6 of Kepper of the Samples and then for some reason choked on the next track it was scanning. (A major annoyance with MPD is that it doesn't report the track it's currently scanning. This next track could be in a different album and directory). There's no reason MPD would invoke ffmpeg to analyze a proper FLAC file so something is amiss.
Since you reported you had no trouble mounting and scanning the same share on your moOde 9.2.6 player, you could search through its MPD log to see what file came after "Kepper...". I have to assume something about it caused MPD 0.24 to invoke ffmpeg. (Both moOde 9.2.6 and moOde 9.3.0 include the same version of ffmpeg.)
This may be unrelated to your issue, but, as my doctor would say, it's remarkable.
Obviously, we're stilling groping for an real answer.
Regards,
Kent
Some rando observations:
1. Even if it's not directly related to your problem at hand, it's useful to provide the startup log to help us understand your system. Knowing things like what RPi model and sice of memory, etc., give us context.
2. You alluded to "the size of the library" but didn't mention how big it is: number of tracks in particular.
3. In addition to the error message Tim highlighted, I see some curious behavior that was logged nearly 20 minutes prior
Code:
Mar 24 10:31:52 : update: added NAS/Music/Nordgroove - 2016 Kepper Of The Samples [24Bit - 48Khz.Flac] (Downtempo)/06 Sakura.flac
Mar 24 10:31:52 : ffmpeg/flac: Format flac detected only with low score of 1, misdetection possible!
Mar 24 10:31:52 : ffmpeg/flac: Could not find codec parameters for stream 0 (Audio: flac, 0 channels): unspecified sample format
Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
Mar 24 10:31:52 : ffmpeg: Unsupported libavcodec SampleFormat value: name depth (?)
MPD successfully added track 6 of Kepper of the Samples and then for some reason choked on the next track it was scanning. (A major annoyance with MPD is that it doesn't report the track it's currently scanning. This next track could be in a different album and directory). There's no reason MPD would invoke ffmpeg to analyze a proper FLAC file so something is amiss.
Since you reported you had no trouble mounting and scanning the same share on your moOde 9.2.6 player, you could search through its MPD log to see what file came after "Kepper...". I have to assume something about it caused MPD 0.24 to invoke ffmpeg. (Both moOde 9.2.6 and moOde 9.3.0 include the same version of ffmpeg.)
This may be unrelated to your issue, but, as my doctor would say, it's remarkable.
Obviously, we're stilling groping for an real answer.
Regards,
Kent