Ignore:
Timestamp:
Dec 7, 2011, 11:58:44 AM (14 years ago)
Author:
madie
Message:

[ipk] update crossepg

Location:
ipk/source.sh4/swapepg_crossepg
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/swapepg_crossepg/var/swap/extensions/CrossEPG/crossepg_loader.py

    r7451 r12090  
    139139       
    140140        def loadEPG(self):
    141                 cmd = "%s/crossepg_epgcopy %s/ext.epg.dat /hdd/epg.dat" % (self.home_directory, self.db_root)
     141                try:
     142                        cmd = "%s/crossepg_epgcopy %s/ext.epg.dat %s" % (self.home_directory, self.db_root, config.misc.epgcache_filename.value)
     143                except Exception, e:
     144                        cmd = "%s/crossepg_epgcopy %s/ext.epg.dat /hdd/epg.dat" % (self.home_directory, self.db_root)
     145                       
    142146                print "[CrossEPG_Loader] %s" % (cmd)
    143147                os.system(cmd)
Note: See TracChangeset for help on using the changeset viewer.