I wouldn’t say its redundant because many applications rely (or at least take advantage of) each album being in its own folder as it is not possible to reliably parse the filename.
But if you want to do it anyway you can:
- First enable BaseFolder, SubFolder and Filename columns so you can see how Jaikoz splits the complete filepath into three sections
- Check the SubFolder field just contains the artist/album part
- Modify the mask in Preferences:File and Folder Correct:Rename Folder from Metadata changing the last line from
ifnotempty2(albumartist,artist,folderseparator) + ifnotempty(album,folderseparator) + (disctotal>1 ? discno + folderseparator : '')
to
ifnotempty2(albumartist,artist,folderseparator)
- Run Action:File and Folder Correct:Correct SubFolder from Metadata to apply the mask