OSDN Git Service

stop using trunk directory in rectool
[rec10/rec10-git.git] / rec10 / trunk / src / tester.py
index 5f16a05..ba59001 100644 (file)
@@ -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()
+    ""