Thank you for this free work. Do you have plans to support serving video? The README states "GMediaServer serves audio and video files to certain network connected media players." However, the web page help does not list any supported
video types. I add --file-type=avi,mp3 and the mp3's are found but the avi's are ignored with the following:
Using the following command:
./gmediaserver -v4 --file-types=mp3,avi ~/media/
Yields:
Scanning directory `/home/kpratt/media/'
Found regular file `01 Owner Of A Lonely Heart.mp3'
Matched type MPEG-1 Audio Layer 3 (MP3) - audio/mpeg
Found regular file `sample.avi'
Matched no type
Skipping (file type excluded)
Thanks,
Ken P.