I've been using dBpoweramp CD ripper, MP3tag and dBpoweramp Music Converter for several years to manage my Flac and AAC music libraries. I've recently noticed (what I think may be) a bug when using dBpoweramp to construct the destination folder and filename.
I use the MAXLENGTH command to limit the length of the folder or filename so my total library folder structure does not exceed the limits of the file system:
I'm on Reference 15.2, running on Windows 7 Ultimate 64 bit, but I first noticed this problem in 14.2 (on the same OS)
This is my naming string:
[MAXLENGTH]100,[album][]\[SETLEN]2,48,,[disc][][SETLEN]2,48,,[track][] - [MAXLENGTH]50,[title][] - [MAXLENGTH]40,[artist][]
I use custom "Filename Restricted Characters":
" &*8243;
> ›
< ‹
? &*65311;
: &*8758;
/ &*8725;
* &*8727;
In my folder arrangement, the folder for each album is simply the ALBUM field, limited by MAXLENGTH to 100 hundred characters. TITLE is limited to 50 characters and ARTIST, 40.
So, the resulting folder and filename for track 1, called "mytrack", on an album called "myalbum" looks like this:
libraryroot\myalbum\0101 - mytitle - myartist.flac
If I have an ALBUM named:
12345678911234567892123456789312345678941234567895 12345678961234567897123456789812345678991234567890 123456789
the resulting folder is correct, at 100 characters in length:
12345678911234567892123456789312345678941234567895 12345678961234567897123456789812345678991234567890
If I have an ALBUM with a comma character "," present, like this:
1234567891, 34567892123456789312345678941234567895123456789612 34567897123456789812345678991234567890123456789
the resulting folder is only 93 characters in length:
1234567891, 34567892123456789312345678941234567895123456789612 3456789712345678981234567899123
If more commas are present another 7 characters is lost for each one. I first noticed the "bug" on TITLE, so it presumably affects all tag fields.
Has anyone else experienced this? Does anyone know a workaround? Is this a known bug? Or am I missing something really basic?
I use the MAXLENGTH command to limit the length of the folder or filename so my total library folder structure does not exceed the limits of the file system:
I'm on Reference 15.2, running on Windows 7 Ultimate 64 bit, but I first noticed this problem in 14.2 (on the same OS)
This is my naming string:
[MAXLENGTH]100,[album][]\[SETLEN]2,48,,[disc][][SETLEN]2,48,,[track][] - [MAXLENGTH]50,[title][] - [MAXLENGTH]40,[artist][]
I use custom "Filename Restricted Characters":
" &*8243;
> ›
< ‹
? &*65311;
: &*8758;
/ &*8725;
* &*8727;
In my folder arrangement, the folder for each album is simply the ALBUM field, limited by MAXLENGTH to 100 hundred characters. TITLE is limited to 50 characters and ARTIST, 40.
So, the resulting folder and filename for track 1, called "mytrack", on an album called "myalbum" looks like this:
libraryroot\myalbum\0101 - mytitle - myartist.flac
If I have an ALBUM named:
12345678911234567892123456789312345678941234567895 12345678961234567897123456789812345678991234567890 123456789
the resulting folder is correct, at 100 characters in length:
12345678911234567892123456789312345678941234567895 12345678961234567897123456789812345678991234567890
If I have an ALBUM with a comma character "," present, like this:
1234567891, 34567892123456789312345678941234567895123456789612 34567897123456789812345678991234567890123456789
the resulting folder is only 93 characters in length:
1234567891, 34567892123456789312345678941234567895123456789612 3456789712345678981234567899123
If more commas are present another 7 characters is lost for each one. I first noticed the "bug" on TITLE, so it presumably affects all tag fields.
Has anyone else experienced this? Does anyone know a workaround? Is this a known bug? Or am I missing something really basic?
Comment