Chris Pomeroy
2018-03-21 d04a03ebdad09a464089afe48fa4182e935eeaa1
Changed the processing file path before chapter split
1 files modified
2 ■■■ changed files
aaxConvert.py 2 ●●● patch | view | raw | blame | history
aaxConvert.py
@@ -155,7 +155,7 @@
            title = getmetadatatags('title')
            act_byte = getcorrectkey(rfile)
            ddir = "%s/%s/%s" % (path, artist, title)
            single_file_path = "%s/%s.mp3" % (ddir, title)
            single_file_path = "/processing/%s.mp3" % (title)
            if not os.path.exists(ddir):
                os.makedirs(ddir)
            print(ddir)