OSDN Git Service

fix logo import bugs.
[rec10/rec10-git.git] / rec10 / trunk / src / tester.py
index 02b3dff..1264564 100644 (file)
@@ -1,10 +1,10 @@
-import tv2ts
 #!/usr/bin/python
 # coding: UTF-8
 # Rec10 TS Recording Tools
 # Copyright (C) 2009-2011 Yukikaze
 #import sys
 import epgdb
+import tv2ts
 import os
 import time
 import tv2avi
@@ -35,6 +35,8 @@ import rec10d
 #import guess
 #import zenhan
 #import auto_process
+import chdb
+import epgdb
 import datetime
 import tv2mp4
 import ts2x264
@@ -44,4 +46,7 @@ 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