- Timestamp:
- Dec 7, 2011, 11:58:44 AM (14 years ago)
- Location:
- ipk/source.sh4/swapepg_crossepg
- Files:
-
- 1 edited
- 1 moved
-
. (moved) (moved from ipk/source.sh4/swapepg_crossepg_0_61 )
-
var/swap/extensions/CrossEPG/crossepg_loader.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/swapepg_crossepg/var/swap/extensions/CrossEPG/crossepg_loader.py
r7451 r12090 139 139 140 140 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 142 146 print "[CrossEPG_Loader] %s" % (cmd) 143 147 os.system(cmd)
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)