Now stores and recovers all the file properties

More changes in the interface to allow a better workflow

Started support for Matroska and H.264
This commit is contained in:
Sergio Costas 2014-07-17 00:21:36 +02:00
parent 4e6a269475
commit d59fc7c0e7
15 changed files with 1495 additions and 418 deletions

View file

@ -26,14 +26,6 @@ class add_files:
def __init__(self):
self.config = devede.configuration_data.configuration.get_config()
self.show_title_options = True
def set_type(self,disc_type):
if (disc_type == "dvd"):
self.show_title_options = True
else:
self.show_title_options = False
def run(self):