dulton / movist

Movie Player for Mac OS X based on QuickTime & FFmpeg
GNU General Public License v3.0
1 stars 1 forks source link

Handle files being downloaded with extra extension like: video.avi.crdownload #215

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Movist already handles incomplete files very well. This allows one to start 
playing a video while it is still downloading. 
The problem is that some (most) of the browsers add an extension to the end of 
files while downloading.
The file still readable since VLC can handle it and if the extension is removed 
manually, Movist too!

When format is not recognized, would be cool if movist checked if there is an 
extra extension and try to read the file that way.

Original issue reported on code.google.com by aristide...@gmail.com on 10 Dec 2010 at 5:29