I'm having some problems with the file naming algorithm. All of the ripped track files have two underscores at the end of the file name. I can't see why this is the case. Here's the naming formula I'm using.
[MAXLENGTH]80,[IFVALUE]album artist,[album artist],[IFCOMP]Various Artists[][IF!COMP][artist][][][]\[MAXLENGTH]80,[album][]\[IFCOMP][MAXLENGTH]80,[disc]-[track] [artist] [Composer] - [title][][][IF!COMP][MAXLENGTH]80,[disc]-[track] [Composer] - [title][][]
The purpose of this algorithm is to include the artist in the filename when the CD is a compilation, but not include the artist in the filename when it's not a compilation.
I end up with filenames like this:
2-03 Sergei Prokofiev - Concerto, Op. 26 - III__.flac
or for a compilation CD
2-01 Marian Filar Peter Ilyich Tchaikovsky - Concerto, Op. 23 - I__.flac
Does anyone know how to stop those extra underscores from being added?
[MAXLENGTH]80,[IFVALUE]album artist,[album artist],[IFCOMP]Various Artists[][IF!COMP][artist][][][]\[MAXLENGTH]80,[album][]\[IFCOMP][MAXLENGTH]80,[disc]-[track] [artist] [Composer] - [title][][][IF!COMP][MAXLENGTH]80,[disc]-[track] [Composer] - [title][][]
The purpose of this algorithm is to include the artist in the filename when the CD is a compilation, but not include the artist in the filename when it's not a compilation.
I end up with filenames like this:
2-03 Sergei Prokofiev - Concerto, Op. 26 - III__.flac
or for a compilation CD
2-01 Marian Filar Peter Ilyich Tchaikovsky - Concerto, Op. 23 - I__.flac
Does anyone know how to stop those extra underscores from being added?
Comment