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:
parent
4e6a269475
commit
d59fc7c0e7
15 changed files with 1495 additions and 418 deletions
|
|
@ -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):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue