aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorFraxinas <andreas.frisch@multimedia-labs.de>2010-03-15 12:14:19 +0100
committerFraxinas <andreas.frisch@multimedia-labs.de>2010-03-15 12:26:37 +0100
commit20894cf99fd0ab6ecd6e3cf0aebc5b02c4193903 (patch)
tree6468785520c97c16c2bafeccd5c04a16de1468bb /lib/python
parentbc40d49c3f56137b65986cca012e6792ad1fdc33 (diff)
downloadenigma2-20894cf99fd0ab6ecd6e3cf0aebc5b02c4193903.tar.gz
enigma2-20894cf99fd0ab6ecd6e3cf0aebc5b02c4193903.zip
[DVDBurn] allow burning of recordings that are currently playing in the background, fixes bug 367
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Plugins/Extensions/DVDBurn/TitleCutter.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Plugins/Extensions/DVDBurn/TitleCutter.py b/lib/python/Plugins/Extensions/DVDBurn/TitleCutter.py
index 61152e8a..06ed1bab 100644
--- a/lib/python/Plugins/Extensions/DVDBurn/TitleCutter.py
+++ b/lib/python/Plugins/Extensions/DVDBurn/TitleCutter.py
@@ -52,6 +52,8 @@ class TitleCutter(CutListEditor):
CutListEditor.grabFrame(self)
def exit(self):
+ if self.t.VideoType == -1:
+ self.getPMTInfo()
self.checkAndGrabThumb()
self.session.nav.stopService()
self.close(self.cut_list[:])