#musicbrainz

/

      • Bartman007
        so how do I go about adding album art to a release that doesn't already have it?
      • 2007-06-28 17913, 2007

      • CatCat
        add url
      • 2007-06-28 17922, 2007

      • CatCat
        and paste i nthe amazon url
      • 2007-06-28 17926, 2007

      • CatCat
        it will parse it for you
      • 2007-06-28 17941, 2007

      • CatCat
        unless you´ve really pasted somethign weord
      • 2007-06-28 17942, 2007

      • Bartman007
        oh, Relate to URL?
      • 2007-06-28 17944, 2007

      • CatCat
        weird
      • 2007-06-28 17948, 2007

      • CatCat
        yes
      • 2007-06-28 17950, 2007

      • ruaok
        luks: ping?
      • 2007-06-28 17953, 2007

      • Bartman007
        heh, running musicbrains in linux in a vm on the music on os x is working fairly decently :-)
      • 2007-06-28 17920, 2007

      • Bartman007
        s/musicbrains/picardqt/
      • 2007-06-28 17938, 2007

      • luks
        ruaok: pong
      • 2007-06-28 17903, 2007

      • ruaok
        I just tried the queries you sent and there are more FK violations.
      • 2007-06-28 17911, 2007

      • luks
        oh
      • 2007-06-28 17912, 2007

      • ruaok
        I'm trying to construct the query to show those issues right now.
      • 2007-06-28 17919, 2007

      • ruaok forgets left join syntax
      • 2007-06-28 17932, 2007

      • luks
        select * from release where label not in (select id from label) :)
      • 2007-06-28 17948, 2007

      • ruaok
        heh.
      • 2007-06-28 17949, 2007

      • luks hates joins
      • 2007-06-28 17906, 2007

      • ruaok
        you and me both, I can never remember then.
      • 2007-06-28 17918, 2007

      • ruaok will have to remember to use sub quries
      • 2007-06-28 17926, 2007

      • ruaok
        240062 | 30649 | 222 | 1987-00-00 | 0 | 4131 | 823 660-2 | 042282366023 | 1
      • 2007-06-28 17927, 2007

      • ruaok
        269048 | 31173 | 222 | 1990-00-00 | 0 | 4131 | 31453 1812-2 | | 1
      • 2007-06-28 17929, 2007

      • ruaok
        276461 | 621539 | 221 | 2004-03-08 | 0 | 5649 | R 6632 | 724354812972 | 7
      • 2007-06-28 17931, 2007

      • ruaok
        (4 rows)
      • 2007-06-28 17949, 2007

      • ruaok
        looks like the last row is the issue
      • 2007-06-28 17958, 2007

      • luks
        oh, one more
      • 2007-06-28 17938, 2007

      • Apollozeus has quit
      • 2007-06-28 17956, 2007

      • luks
        update release set label=5647 where label=5649;
      • 2007-06-28 17936, 2007

      • ruaok
        :-)
      • 2007-06-28 17942, 2007

      • ruaok
        mbdb5=> begin;
      • 2007-06-28 17943, 2007

      • ruaok
        mbdb5=> UPDATE release SET label=700 WHERE label=4131;
      • 2007-06-28 17944, 2007

      • ruaok
        UPDATE 3
      • 2007-06-28 17945, 2007

      • ruaok
        mbdb5=> ALTER TABLE release ADD CONSTRAINT release_fk_label FOREIGN KEY (label) REFERENCES label(id);
      • 2007-06-28 17947, 2007

      • ruaok
        ALTER TABLE
      • 2007-06-28 17949, 2007

      • ruaok
        mbdb5=> commit;
      • 2007-06-28 17951, 2007

      • ruaok
        COMMIT
      • 2007-06-28 17902, 2007

      • ruaok
        ok, I'll have it kick out a new dump tonight as well.
      • 2007-06-28 17935, 2007

      • phrontist joined the channel
      • 2007-06-28 17945, 2007

      • luks
        thanks
      • 2007-06-28 17957, 2007

      • ruaok
        done. thanks for the queries.
      • 2007-06-28 17905, 2007

      • ruaok
        will you please go close the affected bugs?
      • 2007-06-28 17933, 2007

      • luks
        ok, both are now closed
      • 2007-06-28 17902, 2007

      • ruaok
        sweet.
      • 2007-06-28 17948, 2007

      • luks
        i must say that it took me really a long time to figure out what's wrong here
      • 2007-06-28 17900, 2007

      • ruaok
        what was it in the end?
      • 2007-06-28 17914, 2007

      • luks
        a bug in MOD_EDIT_RELEASES
      • 2007-06-28 17928, 2007

      • luks
        it tried to update the label column to a merged label id
      • 2007-06-28 17931, 2007

      • ruaok hopes he didn't cause it.
      • 2007-06-28 17939, 2007

      • ruaok
        oh, ooops.
      • 2007-06-28 17945, 2007

      • luks
        definitely not :)
      • 2007-06-28 17957, 2007

      • aCiD2 joined the channel
      • 2007-06-28 17938, 2007

      • luks
        I was suspecting the label merging code from the first bug report, and I didn't even think that the bug can be elsewhere
      • 2007-06-28 17924, 2007

      • Yurim has quit
      • 2007-06-28 17928, 2007

      • ruaok loves second order bugs
      • 2007-06-28 17943, 2007

      • ruaok
        I'm hoping to find more time to finish tagging DB stuff today.
      • 2007-06-28 17928, 2007

      • warp
        tagging \o/
      • 2007-06-28 17914, 2007

      • ruaok
        have you tried the new tagging on mb.homeip.net ?
      • 2007-06-28 17938, 2007

      • warp
        ruaok: no, i've been fairly afk the past week
      • 2007-06-28 17944, 2007

      • ruaok wonders if warp wants to help write a command line 'add tags to my tracks' script.
      • 2007-06-28 17951, 2007

      • ruaok
        must be nice. :)
      • 2007-06-28 17953, 2007

      • warp
        ruaok: sure!
      • 2007-06-28 17938, 2007

      • warp
        ruaok: well... it irks that i don't get time/energy for coding.
      • 2007-06-28 17904, 2007

      • warp
        ruaok: but, well,.. maybe it's worth it ;)
      • 2007-06-28 17929, 2007

      • ruaok
        well, this won't be coding. or almost not. :)
      • 2007-06-28 17930, 2007

      • BrianG
        i just tried to tag something and i got an error
      • 2007-06-28 17930, 2007

      • ruaok
      • 2007-06-28 17944, 2007

      • ruaok
        BrianG: yes I broke it
      • 2007-06-28 17953, 2007

      • BrianG
        ok, i thought maybe i did
      • 2007-06-28 17907, 2007

      • ruaok
        warp: that URL tags an entity. its HTTP auth protected.
      • 2007-06-28 17929, 2007

      • ruaok
        so, the only thing that needs to be done is to POST that URL after the HTTP auth.
      • 2007-06-28 17934, 2007

      • ruaok
        pretty simple stuff.
      • 2007-06-28 17943, 2007

      • ruaok is looking forward to being able to tag from picard
      • 2007-06-28 17952, 2007

      • warp
        ruaok: ok, sounds straightforward
      • 2007-06-28 17901, 2007

      • ruaok
        but as BrianG mentioned, I broke the tagging.
      • 2007-06-28 17906, 2007

      • ruaok
        I'll try and fix it today.
      • 2007-06-28 17918, 2007

      • ruaok
        but you get the gist. simple shit.
      • 2007-06-28 17920, 2007

      • warp
        ruaok: but.. well, i'm still stuck in afk mode for a while.
      • 2007-06-28 17933, 2007

      • ruaok
        no rush. enjoy your afk!
      • 2007-06-28 17948, 2007

      • warp
        ruaok: do you think you could mail me about this?
      • 2007-06-28 17953, 2007

      • ruaok
        sure
      • 2007-06-28 17900, 2007

      • warp
        great, thanks!
      • 2007-06-28 17945, 2007

      • ruaok
        :-)
      • 2007-06-28 17954, 2007

      • Aankhen``
        CatCat: Why did you change your ident?
      • 2007-06-28 17913, 2007

      • BrianG
        CatCat reminds me of PipPip and ChipChip
      • 2007-06-28 17934, 2007

      • dalen joined the channel
      • 2007-06-28 17906, 2007

      • Aankhen``
        Heh.
      • 2007-06-28 17926, 2007

      • dalen
        I just changed so that status is assigned for each release event instead of the whole release
      • 2007-06-28 17903, 2007

      • dalen
        so, you can probably expect to see that in the next server update
      • 2007-06-28 17930, 2007

      • ruaok
        status?
      • 2007-06-28 17957, 2007

      • BrianFreud
        bootleg, promo, p-r, official?
      • 2007-06-28 17913, 2007

      • dalen
        exatly
      • 2007-06-28 17918, 2007

      • BrianFreud
        nice
      • 2007-06-28 17931, 2007

      • ruaok
        oic
      • 2007-06-28 17947, 2007

      • dalen
        I've for example seen bootleg releases of otherwise official albums
      • 2007-06-28 17958, 2007

      • BrianFreud
        yes, I can think of more than a few offhand
      • 2007-06-28 17906, 2007

      • dalen
        is kind of difficult to handle that otherwise. duplicating the whole release seems a bit ridiculous
      • 2007-06-28 17942, 2007

      • BrianFreud
        yes - actually, panda and I've been going back and forth over something like that the past few days
      • 2007-06-28 17911, 2007

      • BrianFreud
        A Morricone release where the French and Italian have identical Italian tracklists, but titles in Italian or French
      • 2007-06-28 17935, 2007

      • BrianFreud
        not quite a p-r, but also not quite the same - right now, we've been debating if it ought to be one or two releases
      • 2007-06-28 17949, 2007

      • dalen
        yeah, but that's a bit different though
      • 2007-06-28 17900, 2007

      • dalen
        kraftwerk has a similar release
      • 2007-06-28 17922, 2007

      • BrianFreud
        Well, if we can add the French as a p-r event to the Italian, with a note about the release title in the annotation, that seems the cleanest
      • 2007-06-28 17929, 2007

      • luks
        I think there is a lot of promo/official releases like that
      • 2007-06-28 17917, 2007

      • dalen
        BrianFreud: but then the french tracklist is lost
      • 2007-06-28 17956, 2007

      • BrianFreud
        If anyone wants to chime in, or take a look, http://musicbrainz.org/show/edit/?editid=7104787
      • 2007-06-28 17916, 2007

      • dalen
        actually I didn't move p-r to the release events, but moved it to the album attributes instead
      • 2007-06-28 17906, 2007

      • CatCat
        dalen I just changed so that status is assigned for each release event instead of the whole release <-- awsome!
      • 2007-06-28 17906, 2007

      • BrianFreud
        So it'd be either p-r or soundtrack?
      • 2007-06-28 17927, 2007

      • BrianFreud
        not sure I like that idea...
      • 2007-06-28 17952, 2007

      • CatCat
        wtf is pr
      • 2007-06-28 17902, 2007

      • BrianFreud
        pseudo-release
      • 2007-06-28 17932, 2007

      • CatCat
        ok
      • 2007-06-28 17932, 2007

      • dalen
        BrianFreud: yeah, but a p-r should be the same type as the one it links to
      • 2007-06-28 17917, 2007

      • dalen
        and there is some code to support multiple attributes, like "Live, Soundtrack, Pseudo-Release"
      • 2007-06-28 17919, 2007

      • BrianFreud
        But now you;d have all the Godzilla soundtracks in Japanese in one part of the list, as soundtracks, but the English versions elsewhere, without being ID'd as soundtracks
      • 2007-06-28 17941, 2007

      • dalen
        should finish that code up instead
      • 2007-06-28 17943, 2007

      • BrianFreud
        So it's not either or?
      • 2007-06-28 17949, 2007

      • hawke_ joined the channel
      • 2007-06-28 17903, 2007

      • BrianFreud
        If we can have both, double awesome!!!
      • 2007-06-28 17904, 2007

      • luks
        dalen: we will definitely need multiple types per album
      • 2007-06-28 17915, 2007

      • dalen
        BrianFreud: right now it's either, but that can be changed
      • 2007-06-28 17922, 2007

      • CatCat
      • 2007-06-28 17951, 2007

      • BrianFreud
        live / comp, p-r / soundtrack, comp / soundtrack etc
      • 2007-06-28 17951, 2007

      • dalen
        luks: agreed
      • 2007-06-28 17952, 2007

      • hawke_
        woo, I love walking into the middle of a conversation. :-D
      • 2007-06-28 17922, 2007

      • dalen
        hawke_: see http://bugs.musicbrainz.org/ticket/2996 to get an idea
      • 2007-06-28 17923, 2007

      • nightgroove has quit
      • 2007-06-28 17928, 2007

      • catgruff joined the channel
      • 2007-06-28 17929, 2007

      • CatCat
      • 2007-06-28 17932, 2007

      • hawke_
        danke
      • 2007-06-28 17948, 2007

      • CatCat
        it seems my other machine was unhappy
      • 2007-06-28 17952, 2007

      • CatCat
        but uh..
      • 2007-06-28 17957, 2007

      • CatCat
        this one is fine
      • 2007-06-28 17900, 2007

      • CatCat
        weird
      • 2007-06-28 17906, 2007

      • dalen
        luks: I could try to fix that tomorrow
      • 2007-06-28 17928, 2007

      • dalen
        or tommorrow + the weekend :)
      • 2007-06-28 17928, 2007

      • luks
        cool
      • 2007-06-28 17959, 2007

      • catgruff
        dalen: did you see the link I (catcat) posted?
      • 2007-06-28 17911, 2007

      • catgruff
        it is a proposition to do what you aretalking about
      • 2007-06-28 17914, 2007

      • catgruff
        catgruff is now known as nightgroove
      • 2007-06-28 17959, 2007

      • BrianFreud
        with megathought already put into it :)
      • 2007-06-28 17913, 2007

      • hawke_
        dalen: ah, tying the release type/status into the release event -- excellent thing to do.
      • 2007-06-28 17927, 2007

      • CatCat
        aww thanks brainfrø
      • 2007-06-28 17946, 2007

      • BrianFreud
        :) Just look at some of the bits I added the other day, ok mo? :D
      • 2007-06-28 17948, 2007

      • CatCat
        ok onigiri time
      • 2007-06-28 17954, 2007

      • CatCat
        ipes
      • 2007-06-28 17901, 2007

      • CatCat
        editing that page? :*
      • 2007-06-28 17906, 2007

      • BrianFreud
        only discussion
      • 2007-06-28 17918, 2007

      • CatCat
        oh