I imagine it'll be easier to create a new dialog window/options pane to change the MB data <-> Tag mapping, than it will be to create a proxy to munge up the data from MB to then feed to Picard
2009-03-04 06344, 2009
LotR
why wouldn't you do this in picard?
2009-03-04 06308, 2009
LotR
(well, apart from the obvious python hating)
2009-03-04 06333, 2009
Munger
Because Picard would need to keep preferences for individual files/release/artists etc. It works fine as it is. A shim/gateway server can manage user accounts, collections, preferences, and simply supply data to Picard (or any client) massaged to the individuals taste
2009-03-04 06300, 2009
Muz
But Picard may or may not be able to use the extra data you're now feeding it.
2009-03-04 06306, 2009
LotR
I'd say if you're making rules for individual entries, you're doing it wrong.
2009-03-04 06319, 2009
Muz
Or Picard may be set to work with specific XML structures. Which then means hacking on Picard anyway.
2009-03-04 06322, 2009
Muz
That too.
2009-03-04 06303, 2009
v6lur has quit
2009-03-04 06310, 2009
Munger
Not at all. Let's take for example the notorious collections. If I want to specify diffrent naming conventions for a particular collection, I can group them and define that server-side. That does not prevent Picard applyijng it's own rules locally
2009-03-04 06347, 2009
LotR
I have no idea what 'notorious collections' is/are
2009-03-04 06306, 2009
Munger
e.g. 'The Blues Collection 1: Boogie Man' I prefer to have that displayed as /The Blues Collection - Volume 1 - Boogie Man' But only for that collection, not others like it
2009-03-04 06343, 2009
LotR
right. that qualifies as 'doing it wrong' in my book :)
2009-03-04 06353, 2009
v6lur joined the channel
2009-03-04 06314, 2009
czaanj1 joined the channel
2009-03-04 06328, 2009
Munger
I could also lump albums together in the server collection so that Picard sees info implying that they are indeed part of some conceptual collection, even if in truth they are not
2009-03-04 06357, 2009
Munger
If I want to organise my collection diffrently than others, who is wrong?
2009-03-04 06333, 2009
Muz
You. If you don't do the same everyone else, you're not normal. ¬_¬
2009-03-04 06300, 2009
Muz
I'm being sarcastic, if you can't tell.
2009-03-04 06301, 2009
LotR
I think he meant other collections :)
2009-03-04 06327, 2009
LotR
otherwise he makes even less sense to me
2009-03-04 06322, 2009
nikki finds it rather confusing calling it a collection because we use that for personal collections
2009-03-04 06344, 2009
Muz
It's a series.
2009-03-04 06308, 2009
Muz
Composed of several cultural identifiers.
2009-03-04 06311, 2009
LotR
nikki: I think he's assuming there are/will be support for having more than one of those per user
2009-03-04 06356, 2009
Munger
Let's just say I want a collection called 'Munger's Obscure Blues Box Set'. (yeah, it's just a playlist really). I could create that virtual collection server side and feed Picard different Disc numbers, move the album title into the subtitle and feed tht to Picard and Everything still works without breaking Picard or MB
2009-03-04 06342, 2009
czaanja has quit
2009-03-04 06311, 2009
luks
that basically means implementing a custom music database with MB-compatible web service
2009-03-04 06324, 2009
Muz
Sounds like effort.
2009-03-04 06325, 2009
Munger
If A relase does not exist in my online collection, the request simply gets passed through to MB and the response retyrned unadulterated
2009-03-04 06327, 2009
Munger
It's a lot of effort, but at least if anything changes on MBs side, it only needs adjusting on my shim server without having to modify every user's Picard and plugins
2009-03-04 06330, 2009
Munger
MBChatLogger, off
2009-03-04 06330, 2009
MBChatLogger
is not logging
2009-03-04 06308, 2009
MBChatLogger
is logging
2009-03-04 06325, 2009
Munger
In fact, MB would no longer have to worry about maintaining user's collectin, at that get's shifted to the shim/gateway server or whatever it is
2009-03-04 06334, 2009
Om joined the channel
2009-03-04 06327, 2009
kurros has quit
2009-03-04 06306, 2009
nikki
hmm. if I got my query right, there's only 234 disc IDs associated with albums by different artists
2009-03-04 06325, 2009
kurros joined the channel
2009-03-04 06330, 2009
nikki
102 of which have only one track...
2009-03-04 06359, 2009
Munger
PRoxy server. That's the word I was looking for. I bet squid could do a lot of the work as well
outsidecontext likes munger's idea of a MB personalization server layer
2009-03-04 06335, 2009
Munger
2 vs the world ;-)
2009-03-04 06344, 2009
outsidecontext
you could keep it quite simple by just storing the user prferences and changes for each album. on a request pull everything from MB, apply the local modifications if there are any and pass it on
2009-03-04 06344, 2009
Munger
nikkeee, I would make 'The Simpsons' the album artist on the 2nd release, and put Alf Clausen & Tom Kramer into ARs
2009-03-04 06308, 2009
sonium1 joined the channel
2009-03-04 06313, 2009
sonium has quit
2009-03-04 06324, 2009
Munger
outsidecontext, Yes, but the prozy would need a list of which albums to apply changes to. All data is always pulled from MB, but if release, artist or global changes are specified on the proxy then they are applied
2009-03-04 06344, 2009
nikki
bah, more work than I can be bothered with
2009-03-04 06316, 2009
Munger
I never said you had to do it. I am considering doing it myself on my server
2009-03-04 06349, 2009
Munger
I'd start with a simple squid filter and take it from there
2009-03-04 06301, 2009
nikki
I mean I can't be bothered to do anything more than merge them
2009-03-04 06336, 2009
Munger
OIC
2009-03-04 06338, 2009
Munger
:-D
2009-03-04 06354, 2009
Munger
outsidecontext, You ever run squid?
2009-03-04 06312, 2009
Munger
i have it installed here, and have been using the AdZapper filter in it for about 5 years.
2009-03-04 06328, 2009
outsidecontext
never used it
2009-03-04 06347, 2009
Munger
A frienf of mine uses it to transcode all incoming avi files to mp4
2009-03-04 06323, 2009
Sargun joined the channel
2009-03-04 06346, 2009
creature has quit
2009-03-04 06302, 2009
russ__ joined the channel
2009-03-04 06324, 2009
russss has quit
2009-03-04 06331, 2009
russ__
russ__ is now known as russss
2009-03-04 06345, 2009
Munger
Where did the green tagger button go?
2009-03-04 06306, 2009
FauxFaux
It's only there when you "launched" the site from picard.
2009-03-04 06310, 2009
FauxFaux
Try the search box at the top.
2009-03-04 06304, 2009
outsidecontext
munger: or just open any musicbrainz.org site with the parameter port=8000 (it's the port Picard is listening on per default)
srotta: in general, I prefer to use whatever is on the release.
2009-03-04 06306, 2009
pronik has quit
2009-03-04 06329, 2009
srotta
Usually, I don't really see the difference of whether to have the feat. in artist or in track field. Except that the first one generates collaboration artists just for single tracks - and I've often seen "Artist feat. A2: Track" and "Artist: Track (feat. A2)" seen interchangeably.
2009-03-04 06305, 2009
srotta
In this case, though, the current "primary artist" doesn't exist except in conjunction with that feat. so it seems pretty random to remove the feat. from the artist name.
2009-03-04 06349, 2009
srotta
Particularly since the "primary artist" would be a collaboration to begin with.
2009-03-04 06341, 2009
nikkeee
people would probably have no issue with it if they had used something other than 'feat' so I don't see a problem with it
2009-03-04 06355, 2009
Kerensky97 has left the channel
2009-03-04 06313, 2009
Kerensky97 joined the channel
2009-03-04 06358, 2009
Munger
Anyone got a link to an example of mapping the compiler AR into the djmixer tag?
2009-03-04 06319, 2009
Munger
Well, that general idea, anyway
2009-03-04 06331, 2009
creature joined the channel
2009-03-04 06349, 2009
luks
Munger: what kind of example?
2009-03-04 06344, 2009
warp
I needed three passes to figure out that compiler in that sentence is a human, and not e.g. GCC :(
2009-03-04 06356, 2009
Munger
I'm looking at the scripting language syntax, and was wondering what the tag name would be for the release 'Compiler' AR so I can map it into djmixer.
Other way around I think. I want the contents of 'Compiler' to be stored in djmixer
2009-03-04 06326, 2009
luks
yes, so the line is correct :)
2009-03-04 06347, 2009
Munger
right becomes equal to left ????
2009-03-04 06302, 2009
luks
it's a X -> Y mapping
2009-03-04 06335, 2009
luks
it finds an AR of type X, looks into the dictionary, finds Y, saves it as Y
2009-03-04 06341, 2009
Munger
Weird. Looks like a pointer to djmixer tag is being assigned somewhere as a storage container I guess
2009-03-04 06313, 2009
Munger
Worked first time! Thank you! :-D
2009-03-04 06332, 2009
mikemorr has left the channel
2009-03-04 06304, 2009
mikemorr joined the channel
2009-03-04 06311, 2009
the_p joined the channel
2009-03-04 06334, 2009
chefkoch
chefkoch is now known as chefkoch_AW
2009-03-04 06301, 2009
outsidecontext has left the channel
2009-03-04 06304, 2009
aCiD2 joined the channel
2009-03-04 06350, 2009
alip
alip is now known as alip_na
2009-03-04 06334, 2009
alip_na
alip_na is now known as alip
2009-03-04 06310, 2009
sonium1 has left the channel
2009-03-04 06340, 2009
aCiD2 has quit
2009-03-04 06306, 2009
ruaok joined the channel
2009-03-04 06330, 2009
warp
nikkeee: do you ever copy liner notes to the annotation? would you fix errors if copying from a (japanese) release?
2009-03-04 06358, 2009
warp
(e.g. this hase "Excutive Producer", and a few more errors)
2009-03-04 06303, 2009
warp
s/hase/has/
2009-03-04 06326, 2009
warp
http://musicbrainz.org/release/1ca0e835-a460-4b7c… (I could do a much better job of the ARs, all the credits are in the booklet.. but that's too much work a normal release, never mind 70 tracks on a single cd)
2009-03-04 06347, 2009
LotR
warp: slacker!
2009-03-04 06353, 2009
warp
i think we need an AR parser,.. where I could just type away. 01 <enter> composer: Panigada, Leonardi, Guio <enter> producer: Bratt Sinclaire <enter><enter> 02 <enter> composer: G. Pasquini, A. Milani, T. Marin <enter> etc...
2009-03-04 06349, 2009
czaanj1 has quit
2009-03-04 06317, 2009
Munger
MBChatLogger, off
2009-03-04 06317, 2009
MBChatLogger
is not logging
2009-03-04 06329, 2009
MBChatLogger
is logging
2009-03-04 06303, 2009
FauxFaux
I took all my art from amzon, so they all are [ASIN].jpg.
2009-03-04 06338, 2009
sonium joined the channel
2009-03-04 06344, 2009
Munger
Do you have any missing artwork?
2009-03-04 06316, 2009
warp
gaaarrrr
2009-03-04 06321, 2009
warp
uservoice swallowed a comment
2009-03-04 06326, 2009
warp
yay, now the whole site is down.
2009-03-04 06335, 2009
ruaok
you broke it!
2009-03-04 06345, 2009
Munger
Wow. Somebody is really into Dream Theatre. These are most thoroughly edited releases I have seen yet
2009-03-04 06302, 2009
warp
also ugh at the 400 character limit for a comment.