SongKong Jaikoz

SongKong and Jaikoz Music Tagger Community Forum

Request for your assistance in modifying my songkong filename mask rule

Hi,

I need your help. In my filename mask in songkong i currently have

Title of Rule

AlbumArtist/AlbumArtist - mbreleasetype - albumyear - album/diskno(2) trackno(2) - title

Actual Rule

ifnotempty2(albumartist,artist,’ /’)

  • ifnotempty(albumartist,’ - ')

  • ifnotempty(mbreleasetype,’ - ')

  • ifnotempty(albumyear,’ - ')

  • ifnotempty(album,’ /’)

  • ifnotempty(pad(discno,2),’’)

  • ifnotempty(pad(trackno,2),’ - ')

  • title

If i want to update the rule to add in (Artist Disambiguation) an (Album Disambiguation), how do i do that?

For example

AlbumArtist (Artist Disambiguation) /

AlbumArtist - mbreleasetype - albumyear - album (Album Disambiguation) /diskno(2) trackno(2) - title

I want to add the above info because sometimes you may have the same Artist Name and the Artist Disambiguation info distinguishes which artist is what. Secondly, I want to add the same information for Album (Album Disambiguation) for cases where you have different mixes of a same album and the album disambiguation distinguishes which album is what.

How should I modify the Actual rule above to accommodate for those two things?

Robert

You can use albumversion for album disambugation, but currently we don’t support artist disambiguation.