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=20894cf99fd0ab6ecd6e3cf0aebc5b02c4193903 [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[:])