| aaxConvert.py | ●●●●● 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)