From 1338f1e5c1a168ac150a0794a13eaaba2d3d2e08 Mon Sep 17 00:00:00 2001 From: Benjamin Porter Date: Mon, 2 Jan 2023 15:42:08 -0700 Subject: [PATCH] Fix incorrect variable name bug Fix misleading variable name. `$author` -> `$artist` This took 30 mins of head pounding to figure out what was wrong :-) --- AAXtoMP3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AAXtoMP3 b/AAXtoMP3 index 90566ad..2a27413 100755 --- a/AAXtoMP3 +++ b/AAXtoMP3 @@ -16,7 +16,7 @@ level=-1 # Compression level. Can be given for mp3, flac and mode=chaptered # Multi file output auth_code= # Required to be set via file or option. targetdir= # Optional output location. Note default is basedir of AAX file. -dirNameScheme= # Custom directory naming scheme, default is $genre/$author/$title +dirNameScheme= # Custom directory naming scheme, default is $genre/$artist/$title customDNS=0 fileNameScheme= # Custom file naming scheme, default is $title customFNS=0