allow burning videos (also H.264) to data DVDs
[enigma2.git] / lib / python / Plugins / Extensions / DVDBurn / TitleCutter.py
index 016eb71f111a85321adaf538fcf038501a3cdf3d..ce6bce96fd2239d1b9451a201b0a54b0a8f02469 100644 (file)
@@ -28,10 +28,8 @@ class TitleCutter(CutListEditor):
                                        description = "MP2"
                                self.t.audiotracks.append((language, description))
                print "[DVDBurn getAudioTracks]", self.t.audiotracks
-               sVideoType = service.info().getInfo(iServiceInformation.sVideoType)
-               print "[DVDBurn getVideoType]", sVideoType
-               if sVideoType != 0:
-                       self.close(False)
+               self.t.sVideoType = service.info().getInfo(iServiceInformation.sVideoType)
+               print "[DVDBurn getVideoType]", self.t.sVideoType
 
        def exit(self):
                self.session.nav.stopService()