aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/DVDPlayer/plugin.py
diff options
context:
space:
mode:
authoracid-burn <acid-burn@opendreambox.org>2010-12-03 11:01:58 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-12-13 15:26:22 +0100
commit2170ed30c065cc19e54e7ae7d5f04415f8aac0e2 (patch)
treefae90d154ca1af79979aa2115ca714f3c228c6cb /lib/python/Plugins/Extensions/DVDPlayer/plugin.py
parent4474cf885909b5bb015eff3a1d2ba5d435347980 (diff)
downloadenigma2-2170ed30c065cc19e54e7ae7d5f04415f8aac0e2.tar.gz
enigma2-2170ed30c065cc19e54e7ae7d5f04415f8aac0e2.zip
Extensions/DVDPlayer: add ".img" file extension to playable dvd formats. refs #439
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDPlayer/plugin.py')
-rwxr-xr-xlib/python/Plugins/Extensions/DVDPlayer/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/DVDPlayer/plugin.py b/lib/python/Plugins/Extensions/DVDPlayer/plugin.py
index 063925e2..e1ab3ef4 100755
--- a/lib/python/Plugins/Extensions/DVDPlayer/plugin.py
+++ b/lib/python/Plugins/Extensions/DVDPlayer/plugin.py
@@ -43,7 +43,7 @@ class FileBrowser(Screen):
currDir = None
inhibitDirs = ["/bin", "/boot", "/dev", "/etc", "/home", "/lib", "/proc", "/sbin", "/share", "/sys", "/tmp", "/usr", "/var"]
- self.filelist = FileList(currDir, matchingPattern = "(?i)^.*\.(iso)", useServiceRef = True)
+ self.filelist = FileList(currDir, matchingPattern = "(?i)^.*\.(iso|img)", useServiceRef = True)
self["filelist"] = self.filelist
self["FilelistActions"] = ActionMap(["SetupActions"],