From d04a03ebdad09a464089afe48fa4182e935eeaa1 Mon Sep 17 00:00:00 2001
From: Chris Pomeroy <chris.pomeroy@hotmail.com>
Date: Wed, 21 Mar 2018 04:37:13 +0000
Subject: [PATCH] Changed the processing file path before chapter split
---
aaxConvert.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/aaxConvert.py b/aaxConvert.py
index ae9567d..5ae5d59 100755
--- a/aaxConvert.py
+++ b/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)
--
Gitblit v1.10.0