so.. what were you talking about the %compilation% tag?
that script you posted
So... that goes in tagger script?
bitmap
yeah, assuming that's what you want
kyomi
lemme see
bitmap
Picard sets the compilation tag automatically when the release contains more than one artist
kyomi
Apparently not in that case >.>
It still lists the album artist as DJ Green Lantern
bitmap
hmm, let me see
kyomi
Have to unset it and then set it again?
I remember I was doing that before I had help with a good File Name script
bitmap
hmm, it does set %albumartist% in the track tags, but doesn't update the album in the interface for some reason
so it should still work I think, even if it doesn't seem like it :)
you might want to also update albumartistsort to Various Artists
kyomi
Ha.. it does :)
you = awesome
reosarevok
kyomi: that, I think we all agree with :D
kyomi
So how would you do that?
picard scripting.. is new to me
I know how to do java though :)
bitmap
same as the other line ;) $if(%compilation%,$set(albumartistsort,Various Artists),)
kyomi
$if(%compilation%,$set(albumartist,Various Artists),$set(albumartistsort, Various Artists),)
oh.. so that wouldn't work?
bitmap
you'll need two separate $ifs actually
kyomi
Just a separate line?
bitmap
yeah
kyomi
ok :)
Whats the point of the ,) ?
nikki
it closes the $if
kyomi
I thought it would just be a )
bitmap
and after the comma would be the "else" but one isn't needed
kyomi
Oh soo the comma is like a else
so technically.. it would read like this if ( tag == compilation ) then set(do stuff) else (do other stuff))
bitmap
it goes $if(condition,then,else)
I think you can drop the final comma actually
the condition is (if the compilation tag is not empty)
kyomi
ahh
everything is contained in itself
What did the %albumsortorder% do?
It didn't set the name release artist to Various Artist
It works anyway.. :)
There isn't a way to "chose" cover art for a release is there?
I like the cover art for the 16 track release better then the 22 track release.. but the 16 is missing two tracks
bitmap
there isn't really…someone on the forums modified the coverart plugin to look for cover.jpg etc. in your folders, but nothing like choosing from an external source
why does everytime I press shift+end to highlight a line and delete it.. does it copy that line to the clipboard
brb
bitmap
not sure about the clipboard thing
kepstin-laptop
shift-end just highlights everything, it doesn't have any direct effect on the clipboard. you still need to copy things separately.
unless you use linux, of course ;)
hmm. I suppose if I actually want to develop musicbrainz server stuff, I'll have to make it standalone instead of replicated slave.
but I still want the data replicated locally for other stuff. hmm. I guess I need two databases :/
ianmcorvidae
sounds like it, yep
cparker joined the channel
cparker
Using the new Picard 0.15, the CD Lookup window is always blank after clicking the "CD Lookup" icon on the UI. If I want to load a CD into Picard, I have to click "Lookup manually" and then click the green "Tagger" icon on the Web site. Are others having this problem?
bitmap
it's a server bug, no idea when it'll be fixed
I'm not even sure if an issue was logged for it yet :/
ruaok
any improvements to CD lookup should be a high priority.
this bug is on my radar, but I'm not certain what to do about it.
bitmap
okay. kepstin already added a relevant comment to the ticket, so I'll leave it alone
ruaok
k
I think I will ponder it over the weekend and then put it on the agenda for the dev meeting.
I hope to have this fixed for the 8/8 release
bitmap
although, that ticket seems to concern requests where the DiscID isn't known. now it's broken for releases where the DiscID _is_ known
ruaok
please add that a comment.
whatever other info you dig up, please add as a comment.
bitmap
okay
derwin
what is the deal with musicbrainz, puid, the (death?) of musicip?
the wiki pages suggest it's still puid, etc..
reosarevok
derwin: it still is
When it changes (and it will, at some point), it will certainly be notified
:)
derwin
but what's the story with it?
kepstin
Hmm. I think I'm gonna have to tweak jesus2099's jasrac summary script a little bit. It's annoying when things move around and change sizes on a page, and auto-selection of text overwrites one of my copy/paste buffers :/
DarkAudit joined the channel
CatCat
[23:55] cparkerUsing the new Picard 0.15, the CD Lookup window is always blank after clicking the "CD Lookup" icon on the UI. If I want to load a CD into Picard, I have to click "Lookup manually" and then click the green "Tagger" icon on the Web site. Are others having this problem?
CatCat was having this problem
i was greatly confused by it
thanks for confirming my (as yet) unaired susspision that this was a bug