SongKong Jaikoz

SongKong and Jaikoz Music Tagger Community Forum

Delete tags & File rename

Hi everyone …

i buy Jaikoz Pro before 2 days and of curse i start with read guide and i understand how to handle jaikoz like 70 % but still miss little things

  • i wounder how i can keep some tags like as example :
    Artist - Album - Albumartist - Year - Title - Track - Script - Publisher- Language - Genre - Country
    and delete the rest of tags even artwork!
    this step will be my first thing to do before i start Auto correct on my all files …

  • It’s so hard to me to fix codes in " rename file from metadata "
    i want to rename all my files in this way
    " Artist - Title "

That’s all my question … have a good day everyone …

[quote=XMAD]Hi everyone …

i buy Jaikoz Pro before 2 days and of curse i start with read guide and i understand how to handle jaikoz like 70 % but still miss little things

  • i wounder how i can keep some tags like as example :
    Artist - Album - Albumartist - Year - Title - Track - Script - Publisher- Language - Genre - Country
    and delete the rest of tags even artwork!
    this step will be my first thing to do before i start Auto correct on my all files [/quote]
    You can right click on a column and select Empty Column to clear all values in that column.

Just change the last line of the filename mask from

ifnotempty2(albumartist,artist,' - ') + ifnotempty(album,' - ') + ifnotempty(pad(trackno,2),' - ') + title

to

ifnotempty2(albumartist,artist,' - ') + title

and run Correct Filenames from Metadata

let’s imagine Jaikoz with BIG interface showing all Tags and i need to click on every single column to empty it …

While in jaikoz defulte showing 11 tags

it’s hard to handle big collection has a lot tags ( more than 15 tags in every single mp3 as example"") by that way as you say it …

i was use " MP3tag " before Jaikoz for edite tags … you can select all files first and right click > extended tags and select the tags you need and delete the rest

so i am looking for easy way like this to edit my tags in jaikoz or maybe ( if Jaikoz has more options"") to setup it once in order to keep some tags and delete the rest …

and About That code ( rename files"") give me this result
"Album artist - Title "

what i want is " Artist - Title "

Oh right,well you can just do Edit:Select All then Edit/Delete to delete all visible metadata. So just hide the columns you dont want to delete, make visible the ones you do and do that.

Normally when users ask for the artist they really mean use the album artist,and then the artist if no artist is set which is why I gave you the answer I did, but just change it to

ifnotempty(artist,' - ') + title