Hey Cat I am going to add this one guys name and then I am going to bed i will probrably be back around 12 or 1 central after i go to sleep
2017-06-11 16213, 2017
SothoTalKer
nothing :-)
2017-06-11 16219, 2017
CatQuest
dragonzeron: that's cool!
2017-06-11 16223, 2017
CatQuest
where are yo ufro mbtw
2017-06-11 16234, 2017
CatQuest is in norway, sotho is just dumb :D
2017-06-11 16244, 2017
SothoTalKer
i'm not dumb :|
2017-06-11 16235, 2017
SothoTalKer
i'm from the greatest country in the whole world :3
2017-06-11 16249, 2017
CatQuest
ಠ_ಠ
2017-06-11 16201, 2017
SothoTalKer
\o
2017-06-11 16214, 2017
CatQuest
forsikting med den nationalitetsfølelsen da tyskeren!
2017-06-11 16240, 2017
SothoTalKer
\o/
2017-06-11 16257, 2017
Freso
naught101: As CatQuest said, record labels are not really good as VA release artists, however, it should definitely be doable to do some Picard tagger scripting to do it for you locally. If you need help, there's a number of very savvy Picard scripters on the forum. :)
2017-06-11 16200, 2017
CatQuest is not sure sotho understood what he said
2017-06-11 16200, 2017
CatQuest
erh wrote
2017-06-11 16200, 2017
CatQuest
ykwim
2017-06-11 16241, 2017
SothoTalKer
don't worry, as long as we do not have our own nuclear weapons we are basically harmless :-)
2017-06-11 16248, 2017
CatQuest
hmmmmmmmmmmmhhmm
2017-06-11 16258, 2017
CatQuest
things are differnt now with merkel but still
2017-06-11 16223, 2017
CatQuest
idk my mother was born 7 years after the war and spoke with varyness of "gemrna nationlaistic feelings"
2017-06-11 16228, 2017
CatQuest
but things *have* changed
2017-06-11 16231, 2017
CatQuest
for the better :D
2017-06-11 16208, 2017
SothoTalKer
we still have up to 20% of people feeling nationalistic
2017-06-11 16216, 2017
dragonzeron
basically the guy did a cover of a tokusatsu song thats why i am adding him
2017-06-11 16224, 2017
SothoTalKer
anyway.
2017-06-11 16231, 2017
CatQuest
what guy?
2017-06-11 16243, 2017
SothoTalKer
i think i will switch from bed to bathtub. cu later :3
2017-06-11 16258, 2017
naught101
Freso: ok. I think with a lot of them, I can use compiler/DJ mixer, but with many it'll have to be manual, because I'll just be making something up in Picard...
2017-06-11 16214, 2017
dragonzeron
see ya in a few hours
2017-06-11 16225, 2017
CatQuest
dragonzeron: where are you from nayway?
2017-06-11 16242, 2017
CatQuest
it's 12:17 AM here for me in norway
2017-06-11 16214, 2017
CatQuest
so likely you'll be up when I'm going to bed maybe? :D
2017-06-11 16221, 2017
CatQuest
but i have band sleeping patterns :D
2017-06-11 16225, 2017
CatQuest
bad even
2017-06-11 16236, 2017
CatQuest
\o natta dragonzeron
2017-06-11 16239, 2017
Freso
naught101: Well, Picard should get both "compiler" and "DJ mixer" relationships from MusicBrainz as well as label, so it should definitely be possible to do something like "if artist is [Various Artists], set artist name to (%compiler% or %djmixer% or %label%)".
(%compilation% is literally the same as checking for the VA MBID.)
2017-06-11 16256, 2017
Freso
(But you may want to check for VA MBID explicitly in case you ever want to do tagger scripting or use a plugin that alters how %compilation% is computed.)
2017-06-11 16218, 2017
naught101
Freso: hrm.. is %label% correct? because it doesn't seem to work when I add that compilation check, on a release with a label
2017-06-11 16246, 2017
Freso
naught101: My above code was pseudo code. You should double check all the variables. :)
2017-06-11 16257, 2017
naught101
is there a place to look up those variables?
2017-06-11 16207, 2017
Freso
(And maybe also add a fallback for cases where there's no compiler, DJ mixer, or label info.)
2017-06-11 16208, 2017
naught101
The %compilation% check is what fails... the release has a "Compilation (itunes)" flag... not sure if that's the same thing though
2017-06-11 16211, 2017
Freso
It is.
2017-06-11 16233, 2017
Freso
There's a Picard plugin that lets you see all the available variables.
2017-06-11 16215, 2017
naught101
Freso: so maybe I should JUST check the MBID for Various Artists?
2017-06-11 16233, 2017
Freso
naught101: That's certainly possible. :) What if you have [Various Artist] credited-as "SomeRandomThing", do you still want to override the artist name string?
naught101: I would ask in https://community.metabrainz.org/c/picard for more help. I'm really not that much of a taggerscript guru. :) I usually just do my initial tagging with Picard and feed it to beets after that, so beets is where I do my more advanced stuff. (And even then, there are people better suited to answer than me.)
2017-06-11 16247, 2017
naught101
ok, will try. Looks like compiler tags don't come across if there is more than one compiler, too :/
2017-06-11 16221, 2017
Freso
If %compiler% is a multi-value tag, you may need to do some additional handling of it. I guess that same is try for DJ mixer and maybe even label too.