I am attempting to save, and all of a sudden, when I attempt to correct the subfolders from metadata, those folders’ numbers will not transfer. I even attempted to add a slash and the folder number in the subfolder field and that doesn’t work, either.
I have attempted a few things (restarting Jaikoz, moving the music files to another folder, and starting over, but noting seems to work. I have not restarted the machine yet. I have a screenshot for reference.
A Weird Unexpected Issue with Jaikoz on Windows
Is Disc No part of your selected rename mask?
It has been a long time since I had issues with this, and I honestly don’t remember where to find the rename mask. Could you kindly direct me, and explain how to fix it, please?
Go to Preferences:File and Folder Correct and check what values you have for Rename mask and Compilation rename mask, you want to use a rename mask that uses DiscIfMultiDisc in the name.
Exactly which one you choose depends on how you want your subfolder structure.
Somehow, I may have touched something. What I have no idea. Thank you. I apparently need to do some slight editing. How do I get the word “Disc” out of the subfolder field?
OK. I managed to get the word, “Disc” out of the subfolder field. I am now attempting to get Album Title/02 down to Album Title/2 as well as the track numbers from 02 to 2. I cannot figure out what to edit/ alter in the edit field of the rename mask. Can you help? This has to be simple. I just have no idea.
Tell me what rename mask you have selected and I will give you an edited version.
It’s probably easier to illustrate, rather than to describe, so here is a screen cap.
Hi, to remove the zeros you need to use unpad function insteads of pad, try this
ifnotempty2(albumartist,artist,'/')
+ ifnotempty(album,'/')
+ ifmultidisc(ifnotempty(unpad(discno),'/'))
+ ifnotempty(artist,' - ')
+ ifnotempty(album,' - ')
+ ifmultidisc(ifnotempty(unpad(discno),' - '))
+ ifnotempty(unpad(trackno),' - ')
+ title
Thank you. That did it. I appreciate this.
