diff --git a/app/index.html b/app/index.html index 284944e..87da465 100644 --- a/app/index.html +++ b/app/index.html @@ -259,6 +259,7 @@ +
diff --git a/app/lib/ui/devices.js b/app/lib/ui/devices.js index db7d38a..bc14195 100644 --- a/app/lib/ui/devices.js +++ b/app/lib/ui/devices.js @@ -110,7 +110,11 @@ devices.digitalSelect = function () { properties: [ 'openFile', 'openDirectory' - ] + ], + filters: [ + { name: 'Movies', extensions: ['mkv', 'avi', 'mp4', 'mpeg', 'mov'] }, + { name: 'All Files', extensions: ['*'] } + ] }); }