OSDN Git Service

fix logo import bugs.
[rec10/rec10-git.git] / rec10 / trunk / src / tester.py
index b7cca96..1264564 100644 (file)
@@ -1,14 +1,16 @@
 #!/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
@@ -33,11 +35,18 @@ import rec10d
 #import guess
 #import zenhan
 #import auto_process
+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__":
-    tv2mp4.addCaption(recpath+"", recpath+"")
\ 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