OSDN Git Service

fix logo import bugs.
[rec10/rec10-git.git] / rec10 / trunk / src / tester.py
index 0fbafad..1264564 100644 (file)
@@ -1,18 +1,20 @@
 #!/usr/bin/python
 # coding: UTF-8
 # Rec10 TS Recording Tools
-# Copyright (C) 2009-2010 Yukikaze
+# Copyright (C) 2009-2011 Yukikaze
 #import sys
 import epgdb
+import tv2ts
 import os
 import time
 import tv2avi
 import tv2mkv
 import checker
+import guess
 import auto_process
 import install
 #import datetime
-#import rec10d
+import rec10d
 #import os
 #import time
 #import n_gram
@@ -33,14 +35,18 @@ import install
 #import guess
 #import zenhan
 #import auto_process
+import chdb
+import epgdb
 import datetime
-__author__ = "yukikaze"
+import tv2mp4
+import ts2x264
+import recque
 path = str(os.path.dirname(os.path.abspath(__file__))) + "/"
 recpath = "/home/ftpusr/ftp-tmp/Recording/"
 ftpusr = "/home/ftpusr/ftp-tmp"
-recordedpath = "/home/ftpusr/ftp5/Series-Finish/"
-
+recordedpath = u"/home/ftpusr/ftp-video"
 if __name__ == "__main__":
-    bt=datetime.datetime.now()
-    install.update_db_all()
-    print dt.seconds
\ No newline at end of file
+    #rec10d.rec10db.update_db_100to101()
+    #recque.searchRecQue(recpath)
+    #print chdb.updateLogo()
+    epgdb.updateLogo_bc("te23")
\ No newline at end of file