OSDN Git Service

fix logo import bugs.
[rec10/rec10-git.git] / rec10 / trunk / src / tester.py
index 91754de..1264564 100644 (file)
@@ -1,11 +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
@@ -26,10 +35,18 @@ import os
 #import guess
 #import zenhan
 #import auto_process
-
-__author__ = "yukikaze"
+import chdb
+import epgdb
+import datetime
+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 = u"/home/ftpusr/ftp-video"
 if __name__ == "__main__":
-    
-    ""
-    
\ 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