they are just links where you select your mirror, etc.
and that will point you to the FTP
Sinogn
ok great, i thought it will download and didnt click on them, silly me
its been awhile since i used the db, kind of slipped my memory, does it include the genre for tracks ?
luks
not directly
there are tags, which might contain genres
Sinogn
so if say i want to find what genre Pearl Jam - Last Kiss is ?
as an example
luks
you can't do that in general
and MB will not help you with impossible things :)
Sinogn
ok so its in tags
luks
I can guarantee you that even we two wouldn't agree on what genre the song it
is
Sinogn
no thats fine, i just need to get some value
my music is genreless, lol
luks
tags should work then
but you need to filter them
because users are free to use them for whatever purpose
Sinogn
ok just want to make sure before i spend the next few hours recreating the db
first time i did it on windows, not on nix oh joy
thanks ill be back if there is any issues
Sinogn has left the channel
nikki joined the channel
nikki joined the channel
warp
aCiD2: any idea how I can instantiate a MusicBrainz::Server::Data::Editor from a commandline script? (no catalyst running).
aCiD2
warp: You'll need to use MusicBrainz::Server::Test->create_test_context and use that
like in the t/data* unit tests
pronik
aCiD2: not that it matters currently, but I've tried running dbix-class-schema-loader with the mb database and it generated a bunch of really nice classes
could be a task for ngs+1
(background being: we are starting playing with dbix::class at work so I wanted to experiment a bit)
warp
aCiD2: thanks, I'll try that.
aCiD2
pronik: Yea, DBIx::Class is nice, but it takes quite a bit to get to work as well as what we have atm
I'm waiting for the new Moose version to come before I even consider that, certainly ngs+x, where x > 1
pronik
you mean the dbix-class based on moose? yes, that'd be very nice, however, I couldn't find any metions about actually producing code for that
I sure hope I have enough dbix-class experience when mb moves to it ;)