SongKong Jaikoz

SongKong and Jaikoz Music Tagger Community Forum

Soundtracks

Hello, is there any way for SK to recognize that an album is a movie/tv soundtrack and if so name/move it differently than the standard naming rules?

I have a ton of soundtracks mixed in with my music collection, I’d like to run SK against my collection again and move out all the soundtracks in to their own folder.

Thanks!

mbreleasetype is available as a rename mask field and should contain Soundtrack for these releases if MusicBrainz has these releases with a secondary type of Soundtrack.

I think you have Jaikoz so easiest to check there in the Release Type column.

cool, thx for the info…

I’m trying to come up w/ a statement to add to my rename mask to add "Soundtrack - " to the begining of the name…

This is my first time making an IF statement (I think thats what I need) and its not working, can you provide some direction? Thank you!

This is what I came up w/ that not working:
(mbreleasetype==‘Soundtrack’ ? 'Soundtrack - ')

Nevermind, I got it figured out…

(mbreleasetype=‘Soundtrack’ ? ‘[Soundtrack] ‘:’’)

Thanks!