def __init__(self, database, locations, parent_window, search_conditions,
              config):
     XmlExportBase.__init__(self, database, locations, parent_window,
                            search_conditions, config)
     self.config_section = 'export-dvdprofilerxml'
     self.export_name = 'DVD Profiler XML Export V2'
     self.filename = 'CollectionV2.xml'
 def __init__(self, database, locations, parent_window, search_conditions, config):
     XmlExportBase.__init__(self, database, locations, parent_window, search_conditions, config)
     self.config_section = 'export-gcstar'
     self.export_name    = 'GCstar database export'
     self.filename       = 'gcstar.gcs'
     self.encoding       = 'utf-8'
     self.true_value     = '1'
     self.false_value    = '0'
예제 #3
0
 def __init__(self, database, locations, parent_window, search_conditions,
              config):
     XmlExportBase.__init__(self, database, locations, parent_window,
                            search_conditions, config)
     self.config_section = 'export-gcstar'
     self.export_name = 'GCstar database export'
     self.filename = 'gcstar.gcs'
     self.encoding = 'utf-8'
     self.true_value = '1'
     self.false_value = '0'
 def __init__(self, database, locations, parent_window, search_conditions, config):
     XmlExportBase.__init__(self, database, locations, parent_window, search_conditions, config)
     self.config_section = 'export-dvdprofilerxml'
     self.export_name    = 'DVD Profiler XML Export V2'
     self.filename       = 'CollectionV2.xml'
예제 #5
0
 def __init__(self, database, locations, parent_window, search_conditions, config):
     XmlExportBase.__init__(self, database, locations, parent_window, search_conditions, config)
     self.config_section = 'export-antmovie'
     self.export_name    = 'Ant Movie Catalog database export'
     self.filename       = 'ant-movie-catalog.xml'
     self.encoding       = 'iso-8859-1'