Moved configuration to an independent class
Added file properties interface UI
This commit is contained in:
parent
a60221b57d
commit
d960322a5c
10 changed files with 2414 additions and 1280 deletions
|
|
@ -21,10 +21,10 @@ class file_movie(GObject.GObject):
|
|||
|
||||
counter2 = 0
|
||||
|
||||
def __init__(self,paths,file_name):
|
||||
def __init__(self,config,file_name):
|
||||
|
||||
GObject.GObject.__init__(self)
|
||||
self.paths = paths
|
||||
self.config = config
|
||||
self.file_name = file_name
|
||||
|
||||
def set_type(self,disc_type):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue