curtwagner1984 / YAPO

Yapo - Yet Another Porn Organizer
GNU General Public License v3.0
49 stars 10 forks source link

[Bug] Cannot import .MKV video files #22

Closed sjclayton closed 8 years ago

sjclayton commented 8 years ago

It appears that YAPO is unable to import MKV video files... I just noticed this when importing a folder, as all other files were added to the database except the one MKV in the folder.

curtwagner1984 commented 8 years ago

Added MKV to accepted extensions: ACCEPTED_VIDEO_EXTENSIONS = {".mp4", ".avi", ".mov", ".flv", ".rm", ".wmv", ".mov", ".m4v", ".mpg", ".mpeg", ".mkv"}

sjclayton commented 8 years ago

@curtwagner1984 did you add this, but not commit it then? Because I didn't see it in the last pull I did...

curtwagner1984 commented 8 years ago

Perhaps, try now.

sjclayton commented 8 years ago

We're all good now! I noticed that line when poking around, and had modified it locally just before you mentioned it... but didn't get a chance to push the change =P