From: Fraxinas Date: Mon, 15 Mar 2010 11:14:19 +0000 (+0100) Subject: [DVDBurn] allow burning of recordings that are currently playing in the background... X-Git-Tag: 2.8.0~14 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/999ce875c6e93272ffd5aa001c492ea4f3a27b06 [DVDBurn] allow burning of recordings that are currently playing in the background, fixes bug 367 --- 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[:])