SongKong Jaikoz

SongKong and Jaikoz Music Tagger Community Forum

Custom Report

Is there a way to customize these reports. I would like to have different columns. For example I rename using

ifnotempty(composer,'/')
+ ifnotempty(album,'/')
+ ifnotempty(conductor,'') 
+ ifnotempty('-' + orchestra,'') 
+ ifnotempty('-' + originalyear,'') 
+ '/'
+ ifnotempty(pad(discno,2), '') 
+ ifnotempty('-' + pad(trackno,2),' - ') 
+ title

I would love to quickly spot check these values before running rename files. While I can run it in preview mode it would be easier if I could show the values I want to modify around. See picture

Hi, no you cannot modify this summary page

However, there are two things you can do with Fix Songs task:

  1. Select on song title then you can see all values for particular song
  2. Select View metadata as Spreadsheet then yo can see all the values in your files tabbed table, one row per song, then you could manipulate this to see the columns for the metadata you wish to see

But then, I would also think the idea of the Filename masks is to create a rename mask that allows for renaming all your (matched files) so you should not need to check the values of files you want to rename because they should work with all files.

Within Filename Masks you can experiment with different values by modifying the values in any of the three examples.