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-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=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 61152e8..06ed1ba 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[:])