You should add this at the end of the file for try: # Supported video formats: Supported = f:mkv m:video/x-matroska Supported = f:mpegps a:lpcm m:video/mpeg Supported = f:mpegts a:lpcm|ac3 m:video/vnd.dlna.mpeg-tts Supported = f:mp4 m:video/mp4 # Supported audio formats: Supported = f:wav m:audio/L1...
I think that is missing the line "Supported = f:mp3 m:audio/mp3" in "# Audio formats supported:"
because it is not possible to read all mp3 files and "Supported = f:ogg m:audio/ogg" instead of "Supported = f:oga m:audio/ogg"