I am using batch converter to create a copy of a flac structure - but with mp3s. It is important that the mp3 structure copies the flac one identically as playlists are ported accross automatically (amongst other reasons). I am finding that dynamic naming trims trailing space from origfilename - which screws up the idea as I have a lot of files with trailing space. (They were mostly named by mp3tag from tag info - historical problem)
eg I use dest folder as Z:\test music content mp3\ and dynamic naming as follows:-
[TRIMFIRSTFOLDER][origpath]\[origfilename][]
a source file
Z:\test music content\Bon Jovi\Bounce\09 - Love Me Back to Life - .flac
will end up as
Z:\test music content mp3\Bon Jovi\Bounce\09 - Love Me Back to Life -.mp3
missing the trailing space. It works correctly if the flac files do not end in spaces.
Is there any way of avoiding this? Is it a buglet?
Cheers
Coppo
eg I use dest folder as Z:\test music content mp3\ and dynamic naming as follows:-
[TRIMFIRSTFOLDER][origpath]\[origfilename][]
a source file
Z:\test music content\Bon Jovi\Bounce\09 - Love Me Back to Life - .flac
will end up as
Z:\test music content mp3\Bon Jovi\Bounce\09 - Love Me Back to Life -.mp3
missing the trailing space. It works correctly if the flac files do not end in spaces.
Is there any way of avoiding this? Is it a buglet?
Cheers
Coppo
Comment