I have set up an action group to do these actions:
![]()
Format value "_FILENAME": %track%-%artist%-%title%
Case conversion "_FILENAME": lower case
Replace "FILENAME": " " -> ""
Replace "FILENAME": "!" -> ""
Format value "_DIRECTORY": %artist%-%album%-%year%
Replace "DIRECTORY": " " -> ""
![]()
I had also set up en export in this action group to compile a playlist of all files but when I had that in this action group it wrote it to the directory before the name change thus leaving me with two directories, one correctly named with the mp3:s and one incorrectly named with the playlist.
I'd also like the playlist named in all lower case letters if that's possible.
Help appreciated.
The export script is like this in case that makes a difference (I have no idea what I'm doing, I just trail and error it until I get the results I want).
![]()
$filename(00-%_directory%.m3u,utf-8)
$loop(%_path%)%_filename_rel%
$loopend()
![]()

