google / spatial-media

Specifications and tools for 360º video and spatial audio.
Other
1.86k stars 429 forks source link

Default video filename extensions missing valid but capitalized extension names for supported formats #158

Open ncouture opened 7 years ago

ncouture commented 7 years ago

This ticket is specific to gui.py which defines .mp4 and .mov as the only valid extensions that can be opened using the gui.

On GNU/Linux this causes capitalized filenames with capitalized extension names to be missed, and since the "filetype" drop-down menu does not contain a generic "all file types" item, these files cannot be opened using the gui.

By making the file matching case-insensitive, this will no longer be an issue for GUI users.

zacck-zz commented 7 years ago

Hello I'm happy to try take these on if I'm not stepping on any toes :)