Post Reply 
MinimServer doesnt like multivalues for AlbumArtist
05-08-2017, 13:47
Post: #44
RE: MinimServer doesnt like multivalues for AlbumArtist
(05-08-2017 13:23)paultaylor Wrote:  You could test by just installing MinimServer on your PC.

I have the server installed. Didn't know it has an GUI to see the artist list. How to access it?

(05-08-2017 13:23)paultaylor Wrote:  Hopefully they will make compatible with Jaikoz since we have had this tag for quite a while.

I wish, but doubt. They have it hidden for over a year. But fingers crossed. Would be good!

(05-08-2017 13:23)paultaylor Wrote:  Fair enough, I would like to add tag scripting to Jaikoz (and SongKong) but I would be interested in knowing what you use it for, I suspect many things can be handled by Jaikoz extensive range of options.

Quite a few things:

1) Changing name of releasegroup of compilation series manually, for example
$set(albumartist,$if($and($in(%releasetype%,compilation),$in($lower(%album%),bud​dha)),Buddha Bar $unset(musicbrainz_albumartistid),%albumartist%))
$set(albumartistsort,$if($and($in(%releasetype%,compilation),$in($lower(%album%)​,buddha)),Buddha Bar,%albumartistsort%))

2) Changing all soundtracks to releasegroup Soundtrack, for example
$set(albumartist,$if($and($eq(%albumartist%,Various Artists),$in(%releasetype%,soundtrack)),Soundtrack $unset(musicbrainz_albumartistid),%albumartist%))
$set(albumartistsort,$if($and($eq(%albumartistsort%,Various Artists),$in(%releasetype%,soundtrack)),Soundtrack,%albumartistsort%))

3) Remove compilation tag
$set(compilation,0)

4) Set album date to first released date
$set(date,$if2(%originaldate%,%date%))

5) Add release comment to album title
$set(album,%album%$if(%_releasecomment%, \(%_releasecomment%\)))

(05-08-2017 13:23)paultaylor Wrote:  Lots of people use Picard and Jaikoz together.

I wouldn't mind doing this. Picard for the original scan. Jaikoz to add artists and albumartists as well as update the files. But this would require to "lock" a few fields. Would this be doable? And there would be issues with the albumartists for cases when I have used scripting to change the albumartist.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: MinimServer doesnt like multivalues for AlbumArtist - steve1977 - 05-08-2017 13:47

Forum Jump:


User(s) browsing this thread: 1 Guest(s)