From 69f3b87b6edcd69f659757c9f34bbb56b316af7a Mon Sep 17 00:00:00 2001 From: NicoHood Date: Mon, 18 Jan 2016 18:33:13 +0100 Subject: [PATCH] Skip already generated voiceover files --- shuffle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shuffle.py b/shuffle.py index 8bdd58d..78c9719 100755 --- a/shuffle.py +++ b/shuffle.py @@ -73,7 +73,7 @@ class Text2Speech(object): # This might happen with "Track001" or "01. Intro" names for example. if os.path.isfile(out_wav_path): print "Using eExisting", out_wav_path - return + return True # ensure we deal with unicode later if not isinstance(text, unicode):