X-Git-Url: http://git.osdn.net/view?p=rec10%2Frec10-git.git;a=blobdiff_plain;f=rec10%2Ftrunk%2Fsrc%2Ftester.py;h=ba59001fb729b6e4e78c2ee30ad089fd4fd9a79c;hp=5f16a05553bbd2ddb756d4adf62d33a5f8868cd5;hb=d63ca135202a679bd918561b65e806966f94546e;hpb=2501871c6360d87f2536a4a67eef99e45962712f diff --git a/rec10/trunk/src/tester.py b/rec10/trunk/src/tester.py index 5f16a05..ba59001 100644 --- a/rec10/trunk/src/tester.py +++ b/rec10/trunk/src/tester.py @@ -1,25 +1,64 @@ #!/usr/bin/python # coding: UTF-8 # Rec10 TS Recording Tools -# Copyright (C) 2009 Yukikaze -#import sys -#import os -import chdb -import xml2db +# Copyright (C) 2009-2011 Yukikaze +import sys +#import epgdb +#import tv2ts import os -import rec10d -import checker -import time -__author__="yukikaze" -__date__ ="$2009/08/01 22:25:13$" -path=str(os.path.dirname(os.path.abspath(__file__)))+"/" -recpath="/home/ftpusr/ftp3/Recording/" +#import time +#import tv2avi +#import tv2mkv +#import checker +#import guess +#import auto_process +#import install +#import datetime +#import rec10d +import scan_ch +#import os +#import time +#import n_gram +#import profile +#import epgdb +#import recdblist +#import status +#import chdb +#import checker +#import configreader +#import classify +#import epgdb +#import rec10d +#import recdb +#import tv2mkv +#import tv2avi +#import xml2db +#import guess +#import zenhan +#import auto_process +#import chdb +##import epgdb +#import datetime +#import tv2mp4 +#import ts2x264 +#import recque +import recording_earth_pt1 +path = str(os.path.dirname(os.path.abspath(__file__))) + "/" +recpath = "/home/ftpusr/ftp-tmp/Recording/" +ftpusr = "/home/ftpusr/ftp-tmp" +recordedpath = u"/home/ftpusr/ftp-video" if __name__ == "__main__": - d=time.time() - #xml2db.xml2db(path+"cs1epgdate.bak.xml","cs1") - #print time.time()-d - #rec10d.rec10db.update_by_bctype_chdata(u'cs') - basepath="カードキャプターさくら #69.ts.b25" - tspath=basepath.replace(".b25","") - print checker.checkB25Decode(recpath+basepath,recpath+tspath) - \ No newline at end of file + #rec10d.rec10db.update_db_100to101() + #recque.searchRecQue(recpath) + #print chdb.updateLogo() + #epgdb.updateLogo_bc("bs") + #print ts2x264.getX264CoreVersion() + #auto_process.killDeadEncode(recpath) + #print "12" + #print recording_earth_pt1.channel2freq("12") + print "BS2" + print recording_earth_pt1.channel2freq("BS2") + print "CS6" + print recording_earth_pt1.channel2freq("CS6") + scan_ch.searchCh() + ""