20:07 PM
Bartman007
so how do I go about adding album art to a release that doesn't already have it?
20:07 PM
CatCat
add url
20:07 PM
and paste i nthe amazon url
20:07 PM
it will parse it for you
20:07 PM
unless you´ve really pasted somethign weord
20:07 PM
Bartman007
oh, Relate to URL?
20:07 PM
CatCat
weird
20:07 PM
yes
20:09 PM
ruaok
luks: ping?
20:09 PM
Bartman007
heh, running musicbrains in linux in a vm on the music on os x is working fairly decently :-)
20:10 PM
s/musicbrains/picardqt/
20:18 PM
luks
ruaok: pong
20:19 PM
ruaok
I just tried the queries you sent and there are more FK violations.
20:19 PM
luks
oh
20:19 PM
ruaok
I'm trying to construct the query to show those issues right now.
20:19 PM
ruaok forgets left join syntax
20:19 PM
luks
select * from release where label not in (select id from label) :)
20:19 PM
ruaok
heh.
20:19 PM
luks hates joins
20:20 PM
you and me both, I can never remember then.
20:20 PM
ruaok will have to remember to use sub quries
20:20 PM
240062 | 30649 | 222 | 1987-00-00 | 0 | 4131 | 823 660-2 | 042282366023 | 1
20:20 PM
269048 | 31173 | 222 | 1990-00-00 | 0 | 4131 | 31453 1812-2 | | 1
20:20 PM
276461 | 621539 | 221 | 2004-03-08 | 0 | 5649 | R 6632 | 724354812972 | 7
20:20 PM
(4 rows)
20:20 PM
looks like the last row is the issue
20:20 PM
luks
oh, one more
20:22 PM
Apollozeus has quit
20:22 PM
update release set label=5647 where label=5649;
20:24 PM
ruaok
:-)
20:24 PM
mbdb5=> begin;
20:24 PM
mbdb5=> UPDATE release SET label=700 WHERE label=4131;
20:24 PM
UPDATE 3
20:24 PM
mbdb5=> ALTER TABLE release ADD CONSTRAINT release_fk_label FOREIGN KEY (label) REFERENCES label(id);
20:24 PM
ALTER TABLE
20:24 PM
mbdb5=> commit;
20:24 PM
COMMIT
20:25 PM
ok, I'll have it kick out a new dump tonight as well.
20:25 PM
phrontist joined the channel
20:25 PM
luks
thanks
20:26 PM
ruaok
done. thanks for the queries.
20:27 PM
will you please go close the affected bugs?
20:28 PM
luks
ok, both are now closed
20:29 PM
ruaok
sweet.
20:30 PM
luks
i must say that it took me really a long time to figure out what's wrong here
20:31 PM
ruaok
what was it in the end?
20:31 PM
luks
a bug in MOD_EDIT_RELEASES
20:31 PM
it tried to update the label column to a merged label id
20:31 PM
ruaok hopes he didn't cause it.
20:31 PM
ruaok
oh, ooops.
20:31 PM
luks
definitely not :)
20:31 PM
aCiD2 joined the channel
20:32 PM
I was suspecting the label merging code from the first bug report, and I didn't even think that the bug can be elsewhere
20:33 PM
Yurim has quit
20:33 PM
ruaok loves second order bugs
20:33 PM
ruaok
I'm hoping to find more time to finish tagging DB stuff today.
20:34 PM
warp
tagging \o/
20:35 PM
ruaok
20:35 PM
warp
ruaok: no, i've been fairly afk the past week
20:35 PM
ruaok wonders if warp wants to help write a command line 'add tags to my tracks' script.
20:35 PM
ruaok
must be nice. :)
20:35 PM
warp
ruaok: sure!
20:36 PM
ruaok: well... it irks that i don't get time/energy for coding.
20:37 PM
ruaok: but, well,.. maybe it's worth it ;)
20:37 PM
ruaok
well, this won't be coding. or almost not. :)
20:37 PM
BrianG
i just tried to tag something and i got an error
20:37 PM
ruaok
20:37 PM
BrianG: yes I broke it
20:37 PM
BrianG
ok, i thought maybe i did
20:38 PM
ruaok
warp: that URL tags an entity. its HTTP auth protected.
20:38 PM
so, the only thing that needs to be done is to POST that URL after the HTTP auth.
20:38 PM
pretty simple stuff.
20:38 PM
ruaok is looking forward to being able to tag from picard
20:38 PM
warp
ruaok: ok, sounds straightforward
20:39 PM
ruaok
but as BrianG mentioned, I broke the tagging.
20:39 PM
I'll try and fix it today.
20:39 PM
but you get the gist. simple shit.
20:39 PM
warp
ruaok: but.. well, i'm still stuck in afk mode for a while.
20:39 PM
ruaok
no rush. enjoy your afk!
20:39 PM
warp
ruaok: do you think you could mail me about this?
20:39 PM
ruaok
sure
20:40 PM
warp
great, thanks!
20:40 PM
ruaok
:-)
20:46 PM
Aankhen``
CatCat: Why did you change your ident?
20:48 PM
BrianG
CatCat reminds me of PipPip and ChipChip
20:49 PM
dalen joined the channel
20:50 PM
Aankhen``
Heh.
20:50 PM
dalen
I just changed so that status is assigned for each release event instead of the whole release
20:51 PM
so, you can probably expect to see that in the next server update
20:51 PM
ruaok
status?
20:51 PM
BrianFreud
bootleg, promo, p-r, official?
20:52 PM
dalen
exatly
20:52 PM
BrianFreud
nice
20:52 PM
ruaok
oic
20:52 PM
dalen
I've for example seen bootleg releases of otherwise official albums
20:53 PM
BrianFreud
yes, I can think of more than a few offhand
20:54 PM
dalen
is kind of difficult to handle that otherwise. duplicating the whole release seems a bit ridiculous
20:54 PM
BrianFreud
yes - actually, panda and I've been going back and forth over something like that the past few days
20:55 PM
A Morricone release where the French and Italian have identical Italian tracklists, but titles in Italian or French
20:55 PM
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
20:55 PM
dalen
yeah, but that's a bit different though
20:56 PM
kraftwerk has a similar release
20:56 PM
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
20:56 PM
luks
I think there is a lot of promo/official releases like that
20:57 PM
dalen
BrianFreud: but then the french tracklist is lost
20:57 PM
BrianFreud
20:58 PM
dalen
actually I didn't move p-r to the release events, but moved it to the album attributes instead
20:59 PM
CatCat
dalenI just changed so that status is assigned for each release event instead of the whole release <-- awsome!
20:59 PM
BrianFreud
So it'd be either p-r or soundtrack?
20:59 PM
not sure I like that idea...
20:59 PM
CatCat
wtf is pr
21:00 PM
BrianFreud
pseudo-release
21:00 PM
CatCat
ok
21:00 PM
dalen
BrianFreud: yeah, but a p-r should be the same type as the one it links to
21:01 PM
and there is some code to support multiple attributes, like "Live, Soundtrack, Pseudo-Release"
21:01 PM
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
21:01 PM
dalen
should finish that code up instead
21:01 PM
BrianFreud
So it's not either or?
21:01 PM
hawke_ joined the channel
21:02 PM
If we can have both, double awesome!!!
21:02 PM
luks
dalen: we will definitely need multiple types per album
21:02 PM
dalen
BrianFreud: right now it's either, but that can be changed
21:02 PM
CatCat
21:02 PM
BrianFreud
live / comp, p-r / soundtrack, comp / soundtrack etc
21:02 PM
dalen
luks: agreed
21:02 PM
hawke_
woo, I love walking into the middle of a conversation. :-D
21:03 PM
dalen
21:03 PM
nightgroove has quit
21:03 PM
catgruff joined the channel
21:03 PM
CatCat
hæ
21:03 PM
hawke_
danke
21:03 PM
CatCat
it seems my other machine was unhappy
21:03 PM
but uh..
21:03 PM
this one is fine
21:04 PM
weird
21:04 PM
dalen
luks: I could try to fix that tomorrow
21:04 PM
or tommorrow + the weekend :)
21:04 PM
luks
cool
21:04 PM
catgruff
dalen: did you see the link I (catcat) posted?
21:05 PM
it is a proposition to do what you aretalking about
21:05 PM
catgruff is now known as nightgroove
21:05 PM
BrianFreud
with megathought already put into it :)
21:06 PM
hawke_
dalen: ah, tying the release type/status into the release event -- excellent thing to do.
21:07 PM
CatCat
aww thanks brainfrø
21:07 PM
BrianFreud
:) Just look at some of the bits I added the other day, ok mo? :D
21:07 PM
CatCat
ok onigiri time
21:07 PM
ipes
21:08 PM
editing that page? :*
21:08 PM
BrianFreud
only discussion
21:08 PM
CatCat
oh