OSDN Git Service

fix many bugs.
[rec10/rec10-git.git] / rec10 / trunk / src / timerec.py
index 633f4e1..9c25f24 100644 (file)
@@ -652,7 +652,7 @@ def type_encode_que(typetxt,chtxt,title,bt,et,opt):
                     if not os.path.exists(paac2) and not os.path.exists(pmp32):
                         tv2audio.ts2pentaaudio_BonTsDemux(os.path.join(recpath, title+".ts"), recdblist.BONTSDEMUX_DELAY, opt)
                 time.sleep(3)
-            elif re.search("0", opt):
+            elif re.search("b", opt):
                 pin = recpath + "/" + title + ".m2v"
                 if not os.path.exists(pin) or os.path.getsize(pin)<100*1000:
                     paac2 = recpath + "/" + title + ".aac"