-
-
Notifications
You must be signed in to change notification settings - Fork 80
Description
Was wondering where some of my songs went. It seems 3.67 has problems with some audio files that were fine before.
I'm getting lots and lots of
[DB UPDATER] Failed to parse audio file "[path]/[filename].ogg": no audio track found
when running the scanner. These are Ogg files containing Opus audio. Confirmed with ffprobe that the format is indeed Ogg, and not just a containerless raw Opus file.
Renaming these to .opus fixes the problem and LMS is able to import them, however this would be wrong as these are Ogg files.
I can't go back to 3.66 because of a newer database version (?), but I created a completely new test environment to reproduce the issue. 3.66.x works file with these .ogg files, but upgrading to 3.67.0 and running the scanner again will remove them.
Do you need a sample?