SUMMARY When the option "Create FAT32 compatible file names" is selected, the creation of album directory(s) is broken, likely because the dir separating slashes of the format string are replaced by underscores. STEPS TO REPRODUCE 1. In settings of current Profile, check "Create FAT32 compatible file names" 2. Rip a track. OBSERVED RESULT Path of target file is something like: targetdir/artist_albumname_01 - songname.wav (file is created in target directory, no album dirs are created) EXPECTED RESULT Path of target file should be: targetdir/artist/albumname/01 - songname.wav (proper sub directories are created, file is created in the appropriate album sub dir) SOFTWARE/OS VERSIONS Audex build from master KDE Frameworks Version: 6.15.0 Qt Version: 6.8.3
Thanks for reporting. Should be fixed with commit 1d9a90bafacd378f9a1130b3092e40a4266e740f. Please test.
Wow, that was quick, thanks! Seems fixed now :)