hum, I have a track description and it say "someone: keys" what is keys ? keyboard ?
reosarevok
Usually, I think so
But without knowing more, I can't tell :)
If the track has keyboards, and nobody else is credited for them, then yeah :p
mat_
yeah, it has
jabawok joined the channel
jabawok joined the channel
DarkAudit joined the channel
jabawok joined the channel
v6lur joined the channel
jesus2099 joined the channel
Noobie joined the channel
jesus2099
hrglgrmpf: could you cross check both normaised catalogue number ABCD-1234 (replace spaces by - and remove traling -X, ~X and /X in ABCD-1234-X, ABCD-1234~X or ABCD-1234/X etc.) and EAN (JAN) for amazon.jp ? If possible ?
djce joined the channel
hrglgrmpf
jesus2099: uh, what exactly? I'm not used to editing Japanese...
jesus2099
are you auto-linking jpn ASIN ?
if so, maybe 1. don’t link when no pics
and 2. do the catalogue search cross check
hrglgrmpf
I'm only linking ASINs if they have cover :-)
jesus2099
catalogues numbers are searchable in amazonjp
cool :)
hrglgrmpf
ok, good to know
I think I used that sometime ago
nikki
they also return them in the xml now
well. sometimes
hrglgrmpf
I currently only do amazon.{co.uk,de,fr,it}, because somehow my amazon key lets me only access those sites :-(
but when I'm finished with those and have this problem solved, I will go for co.jp as well
jesus2099
okette
hrglgrmpf
so, but what should be done if JAN matches, but catalog number doesn't?
jesus2099
amazon france also finds catnums generally if you remove all non [0-9] characters
nikki
hrglgrmpf: tell me! :D
hrglgrmpf
I thought that would come :-)
jesus2099
catnum.replace(/[^0-9]/g, "")
hrglgrmpf
well, I can write them in a special SQL table, and paste them to a wiki once I'm finished
jesus2099
for those 123 456-7 ones but maybe don’t care, it’s not as well standardised as in jpn
nikki
if you've normalised the catalogue numbers ok, I would expect it to mean someone's got the barcode from one release and the catalogue number from another which would need manual fixing
hrglgrmpf
yes :-/
sadly that is true for many releases
jesus2099
hrglgrmpf: thus the cross check would be nice for jpn releases, it works in 95% cases
nikki wonders where her catno normalising thing is on her server
hrglgrmpf
jesus2099: will do, thanks!
nikki
'cause I know I have one for matching oricon and vgmdb info to mb's mess :P
hrglgrmpf
I don't add ASINs if either the ASIN is already in the DB or the barcode appears on another release
jesus2099
something like replace(/^([0-9a-z]+)[- ]{1}([0-9]+).*$/, $1-$2)
hrglgrmpf
because especially for popular artists (e.g. The Who) there are sooo many similar re-releases, and adding ASINs doesn't decrease the mess
jesus2099
something like replace(/^([0-9a-z]+)[- ]{1}([0-9]+).*$/i, $1-$2)
hrglgrmpf
jesus2099: thx, I will write it down
jesus2099
hrglgrmpf: very good, your mutliple tests already :)
hrglgrmpf
I currently only test for barcode and similar release name
the format/label/date gets written in the edit note, but isn't checked
it's just too unreliable on the amazon side
but if it's in the edit note, it helps voting
jesus2099: thanks :-)
jesus2099
something like replace(/^([0-9a-z]+)[- ]{1}([0-9]+)[^0-9].*$/i, $1-$2)
sorry it seems better ↗ yes yes ok no problem :)
no it’s wrong again, I let you do it if you want ;)
hrglgrmpf
I will test it anyway if I start linking ;-)
nikki
you don't need {1} in there
hrglgrmpf
maybe I register a new amazon account in japan
nikki
and that doesn't catch ones like ABCD1234
jesus2099
my last attempt (probably not ok but anyway) ^([0-9a-z]+)[- ]([0-9]+)[^0-9]?
nikki: oh that’s too crappy catnum but yeah, it’s like this on HMV indeed :D
nikki
and also printed like that on some sony releases :/
jesus2099
nikki: if you find yours back don’t hesitate to give it to us, then :)