Allows to set the properties of a title

Allows to add several files, and add the all in the current title, or each one in a new title
This commit is contained in:
Sergio Costas 2014-07-12 23:46:12 +02:00
parent 6cb04b131e
commit a60221b57d
8 changed files with 614 additions and 13 deletions

View file

@ -21,9 +21,11 @@ class file_movie(GObject.GObject):
counter2 = 0
def __init__(self):
def __init__(self,paths,file_name):
GObject.GObject.__init__(self)
self.paths = paths
self.file_name = file_name
def set_type(self,disc_type):
@ -35,5 +37,4 @@ class file_movie(GObject.GObject):
def properties(self):
self.file_name = "Hola"+str(file_movie.counter2)
file_movie.counter2 += 1