2019-08-21, 08:07
Hi,
When you add kodi-audiodecoder-vgmstream addon it dont add the .vgm and .vgz audio extension when you browse your library. If you add them to the advancedsettings.xml it then associate it to paplayer which dont know what to do with them.
While examining the git source I noticed that the file audiodecoder.vgmstream/audiodecoder.vgmstream/addon.xml.in contain the LONG defaut line :
extension=".aax|.acm|.adp /.../ .ymf|.zwdsp" but not the .vgz and .vgm extension. If I look at the sid equivalent :
audiodecoder.sidplay/audiodecoder.sidplay/addon.xml.in you can see that the extension=".sid|.sidstream" and this work correctly.
My guess is that this line for vgmstream should be : extension=".vgm|.vgz", I will git clone and compile it for myself. But I think you might like to fix that for the plugin.
Regards
When you add kodi-audiodecoder-vgmstream addon it dont add the .vgm and .vgz audio extension when you browse your library. If you add them to the advancedsettings.xml it then associate it to paplayer which dont know what to do with them.
While examining the git source I noticed that the file audiodecoder.vgmstream/audiodecoder.vgmstream/addon.xml.in contain the LONG defaut line :
extension=".aax|.acm|.adp /.../ .ymf|.zwdsp" but not the .vgz and .vgm extension. If I look at the sid equivalent :
audiodecoder.sidplay/audiodecoder.sidplay/addon.xml.in you can see that the extension=".sid|.sidstream" and this work correctly.
My guess is that this line for vgmstream should be : extension=".vgm|.vgz", I will git clone and compile it for myself. But I think you might like to fix that for the plugin.
Regards