12:28 PM
Leftmost joined the channel
2012-05-01 12237, 2012
12:30 PM
jcazevedo joined the channel
2012-05-01 12252, 2012
12:31 PM
STalKer-X joined the channel
2012-05-01 12216, 2012
12:32 PM
nikki
adhawkins: I actually had an example earlier where the barcode was for an official release but the cover provided by the barcode was just bizarre and unrelated
2012-05-01 12230, 2012
12:32 PM
adhawkins
Fair enough!
2012-05-01 12238, 2012
12:32 PM
adhawkins
Was the cover on the appropriate amazon page?
2012-05-01 12258, 2012
12:32 PM
nikki
afaik it doesn't have an amazon page
2012-05-01 12206, 2012
12:33 PM
adhawkins
Oh ok
2012-05-01 12202, 2012
12:35 PM
nikki
hawke_: pre-ngs we squished covers into a square, but post-ngs we only set max heights/widths. any problems since then were amazon having crappy covers :P (they do have non-square covers, e.g. for dvds and 8cm cds, so it's not that it's impossible for them)
2012-05-01 12233, 2012
12:36 PM
Vorpal joined the channel
2012-05-01 12201, 2012
12:40 PM
bitmap joined the channel
2012-05-01 12216, 2012
12:40 PM
eduardo joined the channel
2012-05-01 12221, 2012
12:41 PM
eduardo
hello
2012-05-01 12245, 2012
12:42 PM
eduardo
i'd like to know if it is possible to contribute to musicbrainz android
2012-05-01 12224, 2012
12:43 PM
ianmcorvidae
eduardo: it's possible -- he doesn't seem to be here right now, but the person to ask about that would be jdamcd, he's the author of it
2012-05-01 12246, 2012
12:58 PM
adhawkins
Anyone give me a release ID with coverart?
2012-05-01 12223, 2012
13:00 PM
nikki
2012-05-01 12239, 2012
13:00 PM
ianmcorvidae
ah, just beat me
2012-05-01 12244, 2012
13:00 PM
ianmcorvidae
2012-05-01 12216, 2012
13:01 PM
ianmcorvidae
though if you want to test types, and test *lots* of coverart, use mine (has 35 pieces of cover art, heh)
2012-05-01 12201, 2012
13:02 PM
adhawkins
Well, at the moment I just want to make a valid request so I can start following any redirects.
2012-05-01 12259, 2012
13:09 PM
kurtjx joined the channel
2012-05-01 12209, 2012
13:12 PM
ocharles
2012-05-01 12212, 2012
13:12 PM
ocharles
or should I remove them?
2012-05-01 12239, 2012
13:12 PM
ianmcorvidae
if they came with the release I think they should be there
2012-05-01 12245, 2012
13:12 PM
ianmcorvidae
I scanned a sticker that came with one of my releases
2012-05-01 12254, 2012
13:12 PM
ocharles
they came with the bandcamp download, yea
2012-05-01 12208, 2012
13:28 PM
warp
then definitely.
2012-05-01 12212, 2012
13:28 PM
warp
also, goodmorning!
2012-05-01 12205, 2012
14:05 PM
drsaunde joined the channel
2012-05-01 12236, 2012
14:09 PM
davitf joined the channel
2012-05-01 12225, 2012
14:16 PM
kurtjx_ joined the channel
2012-05-01 12225, 2012
14:19 PM
drsaunde joined the channel
2012-05-01 12210, 2012
14:22 PM
the_metalgamer joined the channel
2012-05-01 12222, 2012
14:29 PM
drsaunde1 joined the channel
2012-05-01 12254, 2012
14:46 PM
kurtjx joined the channel
2012-05-01 12224, 2012
14:50 PM
bitmap joined the channel
2012-05-01 12229, 2012
15:17 PM
kepstin-laptop joined the channel
2012-05-01 12242, 2012
15:32 PM
hawke_1 joined the channel
2012-05-01 12204, 2012
15:36 PM
ijabz joined the channel
2012-05-01 12212, 2012
15:48 PM
Noobie
gcc:error. libofa.dll
2012-05-01 12214, 2012
15:48 PM
Noobie
so fuzzy
2012-05-01 12224, 2012
15:48 PM
kepstin-laptop joined the channel
2012-05-01 12252, 2012
16:03 PM
ocharles
1002
2012-05-01 12255, 2012
16:03 PM
ocharles
2012-05-01 12258, 2012
16:03 PM
ocharles
Good work :)
2012-05-01 12225, 2012
16:06 PM
reosarevok joined the channel
2012-05-01 12210, 2012
16:09 PM
derwin
why count(1) instead of count(*) ?
2012-05-01 12247, 2012
16:10 PM
derwin
that's like, an urban legend, isn't it?
2012-05-01 12222, 2012
16:12 PM
ocharles
i think so, but it's just habit
2012-05-01 12244, 2012
16:13 PM
derwin
mysql, at least, turns : select count(*) into - select count(0) AS `count(*)` from `mysql`.`user`
2012-05-01 12258, 2012
16:13 PM
derwin
so your habit is what the optimizer is doing
2012-05-01 12230, 2012
16:14 PM
ocharles
yes
2012-05-01 12231, 2012
16:15 PM
derwin
I may be a DBA.
2012-05-01 12205, 2012
16:16 PM
ocharles
note that count(1) v count(*) could also be interpreted as having semantically different meanings
2012-05-01 12223, 2012
16:16 PM
ocharles
so whether or not I chose to write count(1) might not have been motivated by trying to be 'clever' :)
2012-05-01 12234, 2012
16:16 PM
derwin
how? I can see how count(<column>) can have different meaning
2012-05-01 12251, 2012
16:16 PM
derwin
but how is count(1) v count(*) ?
2012-05-01 12249, 2012
16:18 PM
ianmcorvidae
looks like postgresql does count(*) with a sequential scan of the entire table, there's a note
2012-05-01 12202, 2012
16:19 PM
ianmcorvidae
which suggests it's probably not any different than count(1) or such
2012-05-01 12250, 2012
16:19 PM
ocharles
i'm looking forward to 9.2
2012-05-01 12210, 2012
16:20 PM
ianmcorvidae
yeah, index-only scans :D
2012-05-01 12241, 2012
16:20 PM
ocharles
2012-05-01 12242, 2012
16:20 PM
ocharles
:)
2012-05-01 12252, 2012
16:28 PM
adhawkins joined the channel
2012-05-01 12251, 2012
16:46 PM
ruaok joined the channel
2012-05-01 12255, 2012
17:05 PM
kepstin-laptop joined the channel
2012-05-01 12259, 2012
17:18 PM
Leftmost joined the channel
2012-05-01 12248, 2012
17:38 PM
drsaunde1
count(dracula)
2012-05-01 12258, 2012
17:38 PM
drsaunde1
one bolt of lightning ... muahahaha
2012-05-01 12207, 2012
17:51 PM
Shepard
count(count)
2012-05-01 12244, 2012
17:59 PM
bitmap joined the channel
2012-05-01 12204, 2012
18:11 PM
dbalk27 joined the channel
2012-05-01 12236, 2012
18:13 PM
betoth joined the channel
2012-05-01 12230, 2012
18:14 PM
betoth has left the channel
2012-05-01 12225, 2012
18:16 PM
adhawkins joined the channel
2012-05-01 12221, 2012
18:19 PM
CatCat
count(chocula)
2012-05-01 12254, 2012
18:19 PM
ruaok joined the channel
2012-05-01 12202, 2012
18:20 PM
CatCat
hi ruaok !
2012-05-01 12206, 2012
18:20 PM
ruaok
hi
2012-05-01 12207, 2012
18:20 PM
CatCat
waga klepto
2012-05-01 12202, 2012
18:21 PM
ruaok
:-)
2012-05-01 12219, 2012
18:21 PM
CatCat
good day?
2012-05-01 12223, 2012
18:21 PM
CatCat hads a good day
2012-05-01 12231, 2012
18:21 PM
ruaok
we shipped CAA yesterday. YES!
2012-05-01 12233, 2012
18:21 PM
ruaok
and COVERS!
2012-05-01 12236, 2012
18:21 PM
ruaok
:-D
2012-05-01 12201, 2012
18:22 PM
CatCat
it started out crap but progressed better after some crazy decisions
2012-05-01 12208, 2012
18:22 PM
CatCat
my day i mean
2012-05-01 12214, 2012
18:22 PM
CatCat
IKNOW.. COVERS!!!!
2012-05-01 12252, 2012
18:22 PM
CatCat
i spent yesterday completely playing civ III, so i missed itlmao, one day, one day i takea break form everything and of course it's the day CAA ships
2012-05-01 12254, 2012
18:22 PM
CatCat
lmao
2012-05-01 12208, 2012
18:24 PM
nikki
it wasn't released until after midnight anyway
2012-05-01 12218, 2012
18:24 PM
nikki
or thereabouts
2012-05-01 12230, 2012
18:25 PM
CatCat
heh
2012-05-01 12242, 2012
18:25 PM
hawke_1
How many releases now have cover art in CAA?
2012-05-01 12257, 2012
18:25 PM
CatCat
2001?
2012-05-01 12201, 2012
18:26 PM
CatCat
no wait, 1002
2012-05-01 12217, 2012
18:26 PM
derwin
civ... III ?
2012-05-01 12222, 2012
18:26 PM
CatCat
why yes
2012-05-01 12232, 2012
18:26 PM
CatCat
it's the one i own
2012-05-01 12206, 2012
18:27 PM
nikki
we have 1056 add cover art edits. not sure how many releases
2012-05-01 12208, 2012
18:27 PM
CatCat
the latest civ doesn't run on mac either
2012-05-01 12227, 2012
18:27 PM
derwin
civ IV was pretty darn solid
2012-05-01 12232, 2012
18:27 PM
CatCat
hmm
2012-05-01 12237, 2012
18:27 PM
CatCat
does it run on mac though?
2012-05-01 12240, 2012
18:27 PM
Noobie
libofa is more or less obsolete right?
2012-05-01 12225, 2012
18:28 PM
ruaok
1050 images collected!
2012-05-01 12244, 2012
18:28 PM
nikki
ruaok: but how many releases now have caa covers?
2012-05-01 12217, 2012
18:29 PM
ruaok
634
2012-05-01 12225, 2012
18:29 PM
nikki
not bad...
2012-05-01 12224, 2012
18:36 PM
the_metalgamer joined the channel
2012-05-01 12230, 2012
18:39 PM
Noobie
ImportError: No Module named picard.musicdns.ofa :/
2012-05-01 12252, 2012
18:53 PM
drsaunde1
re: CIV i didn't like iv.. v is good, is still think III is probably the best
2012-05-01 12235, 2012
18:54 PM
reosarevok
Clearly the best is Alpha Centauri
2012-05-01 12251, 2012
18:54 PM
drsaunde1
religions were annoying
2012-05-01 12202, 2012
18:55 PM
drsaunde1
not a fan of AC either
2012-05-01 12214, 2012
18:55 PM
reosarevok
:(
2012-05-01 12241, 2012
18:55 PM
drsaunde1
i found cleaning up fungus annoying too
2012-05-01 12201, 2012
18:56 PM
reosarevok
Dunno, I found AC much nicer but maybe it was just because it isn't so terribly "put historical names to unhistorical stuff"
2012-05-01 12247, 2012
18:56 PM
drsaunde1
okay i can concede that point
2012-05-01 12257, 2012
18:56 PM
drsaunde1
we both know baldur's gate II is the best game ever
2012-05-01 12216, 2012
18:58 PM
hawke_1
2012-05-01 12250, 2012
18:58 PM
hawke_1
Should I try to fix the release and match up recordings, or should I just stay as a no-vote?
2012-05-01 12202, 2012
18:59 PM
symphonick joined the channel
2012-05-01 12226, 2012
18:59 PM
reosarevok
Depends on how easy it is to fix vs. just copy the tracklist and paste it into a new release's parser
2012-05-01 12228, 2012
18:59 PM
reosarevok
I'd say
2012-05-01 12231, 2012
18:59 PM
drsaunde1
i agree, just no vote that...easier to add again, especially with an existing tracklist to copy
2012-05-01 12240, 2012
18:59 PM
nikki
is it just me or are the checkboxes smaller now?
2012-05-01 12203, 2012
19:00 PM
reosarevok
nikki: maybe they lost padding like everything else and look smaller or something?
2012-05-01 12216, 2012
19:00 PM
nikki
I dunno. but I'm having trouble aiming for them :/
2012-05-01 12220, 2012
19:00 PM
nikki
and they look weeeeird
2012-05-01 12248, 2012
19:01 PM
reosarevok
Pic?
2012-05-01 12211, 2012
19:05 PM
bitmap joined the channel
2012-05-01 12207, 2012
19:06 PM
Noobie is impressed
2012-05-01 12249, 2012
19:06 PM
nikki
2012-05-01 12201, 2012
19:07 PM
reosarevok
Noobie, why? :)
2012-05-01 12213, 2012
19:07 PM
reosarevok
nikki, that does look small-ish
2012-05-01 12215, 2012
19:07 PM
Noobie
picard 0.16 is super fast and got a fresh new look
2012-05-01 12217, 2012
19:09 PM
Noobie
i also like the open button
2012-05-01 12231, 2012
19:09 PM
reosarevok finds wrongly merged classical recordings
2012-05-01 12232, 2012
19:09 PM
reosarevok
Meh
2012-05-01 12243, 2012
19:10 PM
Noobie
:D
2012-05-01 12222, 2012
19:12 PM
Noobie
a plugin to split audio files against a cue sheet would be awesome :o
2012-05-01 12238, 2012
19:12 PM
ianmcorvidae
I think shntools already has something to do that
2012-05-01 12252, 2012
19:12 PM
nikki has used it for that
2012-05-01 12257, 2012
19:12 PM
adhawkins
It sure does
2012-05-01 12206, 2012
19:13 PM
Noobie
yeah,but picard doesn't^^
2012-05-01 12209, 2012
19:13 PM
adhawkins
My flac2ogg python script uses it.
2012-05-01 12216, 2012
19:13 PM
ianmcorvidae
yeah, shnsplit