allow burning DVDs with multiple titles where playback automatically jumps to the...
[enigma2.git] / lib / python / Plugins / Extensions / DVDBurn / DVDTitle.py
1
2 class DVDTitle:
3         def __init__(self):
4                 self.cutlist = [ ]
5                 self.source = None
6                 self.name = ""
7
8         def estimateDiskspace(self):
9                 return 0