newlines at the end of files especially for sat-man ^^
[vuplus_dvbapp] / lib / python / Plugins / Extensions / DVDBurn / DVDTitle.py
index 3d19bc4..1bfb3d6 100644 (file)
@@ -9,7 +9,9 @@ class DVDTitle:
                self.inputfile = ""
                self.cutlist = [ ]
                self.chaptermarks = [ ]
+               self.audiotracks = [ ]
                self.timeCreate = None
+               self.sVideoType = -1
 
        def addService(self, service):
                from os import path
@@ -81,4 +83,4 @@ class DVDTitle:
                        chapterpts = self.cutlist[0]
                        while chapterpts < self.length*90000:
                                chapterpts += 90000 * 60 * minutes
-                               self.chaptermarks.append(chapterpts)
\ No newline at end of file
+                               self.chaptermarks.append(chapterpts)