JesseW is checking in again, in case someone is around to let me know what parts of the collections work are still outstanding and which could use my help...
kepstin-laptop joined the channel
ianmcorvidae
JesseW: I've done works and recordings, but making it all work for everything else is pending
plus a comment on the current PR as far as works/recordings, but :)
the types are added, and once it works for everything that has a type there's a hack that can be removed
I wasn't sure how far you'd gotten with some of this stuff, there's some that looks like it could be factored out into a role, which I also haven't really done any of (e.g. the Data:: classes' find_by_collection are all pretty similar)
JesseW
ok, thanks, that makes sense
Nyanko-sensei
anyone knows where the picard script is located?
ianmcorvidae
Nyanko-sensei: not sure what you mean
https://github.com/musicbrainz/picard is the source code, if that's what you mean. if you mean where does it store something like the taggerscript, I'm not sure but I assume just in the usual settings file
Nyanko-sensei
the tagger script from "advanced settings"
ianmcorvidae
it's just stored in a config variable with the rest
on a linux system with standard settings it's in ~/.config/MusicBrainz/Picard.conf, forget where it puts it on non-xdg system
s
Nyanko-sensei
thanks! will search for that file ^^;
all these symlinks make my 120GB SSD host 10TB of files. OTL
o_O no such file on windows
ianmcorvidae
yeah, that's a linux pathname, I'm sure it's somewhere else there
not sure
CallerNo6 joined the channel
JesseW joined the channel
randybias joined the channel
randybias
so... is it just me or did replication for musicbrainz-server change recently? I'm missing bin/replicate on a fresh build.
ah... or bin/replicate is in the VM only.... that's what it's starting to look like.
That script isn't documented anywhere? Or checked into a repo? I'd download it, but I'm on a plane.
you can, of course, just write your own scripts too :) but anyway
(most of us just put admin/cron/slave.sh or admin/replication/LoadReplicationChanges into crontab directly, since that replicate thing has handling for a lock file, start/stop, etc. so that you don't have to edit the crontab
)
randybias
Yeah, I just had used that before and now I'm building from scratch without the VM handy for reference.
Got it.
navap joined the channel
diana_olhovik_ joined the channel
yeeeargh joined the channel
loujine joined the channel
Junior_ joined the channel
ohrstrom joined the channel
UmkaDK joined the channel
UmkaDK joined the channel
ariscop joined the channel
UmkaDK_ joined the channel
Freso joined the channel
UmkaDK joined the channel
ruaok joined the channel
Gentlecat joined the channel
ruaok joined the channel
UmkaDK joined the channel
ianmcorvidae joined the channel
UmkaDK joined the channel
Junior_ joined the channel
Nyanko-sensei joined the channel
ruaok
Gentlecat: the new site is paying dividends. :)
and I've got a long list of people to still hit. :)
Gentlecat
you've said that like 3 times this week :)
great!
ruaok
can you tell I'm excited? I think pretty soon we can start thinking about hiring a sysadmin/devops person.
I think that will be really nice for all of us. :)
Gentlecat
hopefully I won't have to deploy CB and related stuff then, which is good :)
ruaok
we still need to figure out what exactly we want this person to do.
but deploying some updates may be something you won't escape for a while. :)
alastairp
ruaok: fyi if you get a notification, I'm going to download json dumps from ab
ruaok
I dialed those way back. should be all good.
alastairp
oh crap
forgot. the internet here is terrible
Gentlecat
ruaok: how is performance, btw? I remember you wanted to attach some monitoring
the fact that high level can change based on slight differences in encoding is enough to show that this is a bit of a joke
and we need a better way of doing genre, etc
what are you interested in showing?
"we have 3 genres for this track"
Gentlecat
maybe just N top predictions
alastairp
well, someone could just see that there's 4, and get the the 4 high levels
I think this would only be useful for the web view
(!) warning: we have conflicting estimates for the genre
johtso_ joined the channel
ruaok
OK, new companies on my radar this week: AXS and maybe Vevo.
Lets see what they do. :)
JonnyJD joined the channel
JonnyJD
hello, I'm back again. I am going to release isrcsubmit 2.0.1 tomorrow or at the weekend. If anything needs a change before that, now is a good time to bug me.
Freso, Sebastinas: ^
ruaok
welcome back, JonnyJD !
alastairp
ruaok: blocked out
ruaok
;)
alastairp
ruaok: I just did a whois, and I'm chuckling quite a bit now
registration date, especially
UmkaDK has left the channel
UmkaDK joined the channel
night199uk joined the channel
_Dave_ joined the channel
weeksio
so I'm having a little noob trouble. I'm trying to port the search server's boosting/analysis configuration to solr
I need to use fully qualified Java class names in the solr schema.xml file
so I need to compile the files to a jar, but I'm getting a ton of "package <x> does not exist" errors