How to add VGM/VGZ files in Subsonic

I've got a collection of video game music that I've been trying to add to my library.
In the case of VGZ files, I've implemented a way to transcode it via ffmpeg and it's working nicely. However, I can't convince Subsonic to recognise VGZ files.
I've added vgz to the "Music files" file formats list under Settings/General. Despite a couple of full rescans of the media library, they just won't appear.
Can anybody give me any ideas on how I can make them appear? Is it because the media scanner doesn't recognise the file type?
*EDIT: For anybody interested, the transcoding command line is this (note that vgm2wav.exe can be obtained from here: https://github.com/libertyernie/Looping ... s/tag/v1.3):
In the case of VGZ files, I've implemented a way to transcode it via ffmpeg and it's working nicely. However, I can't convince Subsonic to recognise VGZ files.
I've added vgz to the "Music files" file formats list under Settings/General. Despite a couple of full rescans of the media library, they just won't appear.
Can anybody give me any ideas on how I can make them appear? Is it because the media scanner doesn't recognise the file type?
*EDIT: For anybody interested, the transcoding command line is this (note that vgm2wav.exe can be obtained from here: https://github.com/libertyernie/Looping ... s/tag/v1.3):
- Code: Select all
vgm2wav %s --fade-ms 2000 - | ffmpeg -i pipe: -b:a %bk -f ogg -