Hi all,
I found out about SongKong & Jaikoz recently while trying to find a software to help renaming my growing music folder. Honestly prefer Jaikoz because we can better see what it is doing.
It all seems perfect for my needs, i mean, way too much even but who knows i may need more options later on… But before buying anything i tried to write my own template/mask for both tracks and folders.
Here are a couple questions…
1st, how can i make it so if in the below there is no title key or folder catalog, it doesn’t even show the "[ ]’ as well as what’s inside ?
File masking :
TrackNo. Artist(s) - Title [Key]
ifnotempty(trackno,'. ')
+ ifnotempty(artist,' - ')
+ title
+ ifnotempty(" [" + toTitleCase(key), "]")
Subfolder masking :
[CatalogNo] (Year) AlbumArtist(s) - Album [AUDIOFORMAT]
ifnotempty("[" + toUpperCase(catalogno), "] ")
+ ifnotempty("(" +albumyear, ") ")
+ ifnotempty(albumartists,' - ')
+ title
+ " [" + toUpperCase(audioformat) + "]"
2ndly, how do i try the newly created subfolder script ? Whatever i try, scripts will always delete pre-existing subfolder but never create new ones ?
You can see exemples of the errors in the attached picture.
- First track will not get renamed despite all metadata present ?
- Key brackets will be shown even if no key data is present (i guess it would do the same for subfolders, if there was no catalog found)
- Subfolders deleted but nothing newly created.
Many thanks for your help !