OSDN Git Service

Check unparchased Channel
authorgn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Sat, 4 Dec 2010 04:30:42 +0000 (04:30 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Sat, 4 Dec 2010 04:30:42 +0000 (04:30 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@787 4e526526-5e11-4fc0-8910-f8fd03428081

rec10/trunk/src/tv2ts.py

index ae7ca47..3855727 100644 (file)
@@ -13,7 +13,8 @@ import recdblist
 mypath = str(os.path.dirname(os.path.abspath(__file__))) + "/"
 def tv2tsmix(pout, ch, time,getlog=0):
     tv2b25ts(pout + ".b25", ch, time)
 mypath = str(os.path.dirname(os.path.abspath(__file__))) + "/"
 def tv2tsmix(pout, ch, time,getlog=0):
     tv2b25ts(pout + ".b25", ch, time)
-    b252tsmix(pout + ".b25", pout)
+    txt=b252tsmix(pout + ".b25", pout)
+    return txt
     #if os.access(pout, os.F_OK):
     #    try:
     #        os.remove(pout + ".b25")
     #if os.access(pout, os.F_OK):
     #    try:
     #        os.remove(pout + ".b25")