#musicbrainz

/

      • toxickore joined the channel
      • Amblin joined the channel
      • Synchro has quit
      • FauxFaux
        4h in, 20% done.. will.. not.. give.. up..
      • canidae
        you've tagged 20% of your music in 4 hours?
      • rpedro has quit
      • rpedro joined the channel
      • toxickore has quit
      • Byr0n_X joined the channel
      • Byr0n_X has left the channel
      • luks: still alive? got another python-quiz for you :p
      • luks
        yep, still here :)
      • canidae
        need a workaround for this error "UnicodeEncodeError: 'ascii' codec can't encode characters in position 10-12: ordinal not in range(128)"
      • apparently i'm getting some string with weird characters
      • luks
        use unicode objects
      • yllona
        canidae: so you're on a mission to: 1) keep everyone young; 2) give everyone a few grey hairs :)
      • luks
        canidae: python uses only ascii for implicit conversions between str and unicode
      • canidae
        yllona: i'm not quite sure what my mission is, although i suspect i won't have any hair left on my head if i don't get this working within the end of the week :p'
      • luks
        to you have to call e.g. something.encode('utf-8')
      • *so
      • yllona
        canidae: :)
      • yay! luks to the rescue ;)
      • canidae
        luks: so... you're suggesting i do a "text.encode('utf-8')" then?
      • luks
        what exactly are you doing?
      • canidae
        well :)
      • luks
        if you need to pass the string to some external library which expects UTF-8 then yes
      • canidae
        right
      • *breathe*
      • ok, so i got pylucene up & running after alot of pain, i've made a cute index just below 2gb and i'm fetching fields from a document
      • it works well for most, but at least one artist didn't like when i tried to "print doc.get('artist')"
      • not quite sure what more i can say, it borks when i try to do that print :)
      • luks
        print uses the encoding from your locale
      • unless you redirect the output to a file
      • then it uses ascii
      • canidae
        it's a cgi-script, so i guess it outputs to apache :p
      • luks
        yeah, then you probably need to encode it explicitly
      • okay, i'm off to bed
      • good night
      • or good morning :)
      • luks has quit
      • canidae
        well that's the oddest...
      • oh wait, it isn't :)
      • 이동준
      • no wonder it borked if it tried to display that as ascii
      • tro has quit
      • tro joined the channel
      • CarlFK joined the channel
      • yllona has quit
      • Yurim joined the channel
      • Yurim
        Hi folks!
      • Amblin- joined the channel
      • Amblin has quit
      • hawke has quit
      • toxickore joined the channel
      • hawke joined the channel
      • Yurim has quit
      • rpedro has quit
      • rpedro joined the channel
      • SoothingR joined the channel
      • MrQwerty joined the channel
      • toxickore has quit
      • FauxFaux has quit
      • FauxFaux joined the channel
      • rpedro has quit
      • rpedro joined the channel
      • dseomn has quit
      • sidd_ has quit
      • Aankhen`` has quit
      • yalaforge joined the channel
      • Freso joined the channel
      • luks joined the channel
      • luks has quit
      • luks joined the channel
      • sidd joined the channel
      • csp joined the channel
      • csp
        Am I supposed to leave in spelling mistakes in track titles?
      • FauxFaux
        I believe it's quoted as the artists' choice, check the covers?
      • csp
        I do have the original CD, but I'm unsure if it's the artist (Jim Croce) choice to name it "It does'nt have to be that way"
      • (while I'm not a native english speaker, I believe it should be "doesn't")
      • FauxFaux
        Yeah, that looks horrible. :p
      • csp
        I guess it's a stupid compilation.. but it is acually printed that way
      • I think I'll try to make it correct english. Other compilations also use the correct title
      • Synchro joined the channel
      • Rondom joined the channel
      • deadchip
        i think it should become a separately listed track with the annotation of being an extraordinary curiosity
      • csp
        I could add an annotation to the release mentioning the error, but should the title of the track be the original or the corrected one then?
      • yalaforge
        if other releases use the correct title, then it's no artist intent and it should be corrected, IMHO
      • intgr
        Freso: Ping?
      • Freso
        intgr: Pong!
      • HairMetalAddict
        Album cover mistakes are regularly corrected. We want correct info, not the cover designer's inability to spell...
      • intgr
        I'm at work (= on Windows) and I'd like to bump Picard to 0.7.1 in my overlay. Could you test it for me?
      • luks: ftp.musicbrainz.org appears to be missing picard-0.7.1.tar.gz
      • Now this is odd. I could've sworn I saw a 0.7.1 release announcement on the blog this morning... Or was I still dreaming?
      • yalaforge
        it was in mb-users, I think
      • the reason why it's not yet on the ftp server could be a permission problem
      • yalaforge doesn't have upload privs for his packages either
      • luks
        actually, no. uploading picard to ftp.mb.org was a temporary solution
      • i'm not sure if i should upload it also there
      • intgr
        Helixcommunity sucks.
      • luks
        yeah, but it has nice stats :)
      • wait a sec, i'll upload it
      • intgr
        Thanks. :)
      • I wouldn't mind Helixcommunity if one wouldn't have to update that download ID with every new release.
      • deadchip
        csp: no it was just a joke
      • csp: i wouldn't bother with anything, except maybe making a note or something that on the printed cover of this particular CD the title was spelled wrong
      • csp: so people who own the exact same CD are not confused (they'll probably think that it's just a typo as well but this will just let them know they're not the only onse)
      • ones*
      • csp
        deadchip: sorry the joke didn't work. I'm leaving it corrected now. The collection (out since 1989) isn't popular anyway, so why bother
      • deadchip
        hmm everyone seems to be dead serious today or so
      • csp: yeah ok
      • luks: btw i've implemented levenshtein matching in our MB editing dialog
      • just for the case you're interested in that or so
      • in that screenshot it matched the titles using LD and some additional code of course
      • intgr
        Are you using standard weights?
      • deadchip
        i don't know much about the specific LD calculation implementation i've used
      • i'd have to check heh
      • intgr
        Differences in punctation and higher/lower case should probably have lower weights.
      • But what kind of matching algorithm does Picard currently use? I thought it was Levenshtein.
      • luks
        levenshtein on normalized strings
      • deadchip
        oh i didn't know you have it already in
      • intgr
        Freso: So, would you be OK with testing 0.7.1?
      • deadchip
        but either way, i've tried to do various preprocessing to the strings before calculating the ld and it turned out leaving them like they are seems to be best
      • i'm not even normalizing them in any way (lowercasing or anything)
      • Freso
        intgr: Sure. :)
      • Rondom has quit
      • intgr: But please prepend all messages directed to me with my nick so that my highlight goes off. :)
      • intgr
        Freso: Ah, ok. :)
      • Freso: I suppose you can manage the version-bumping yourself?
      • Freso
        intgr: Unmasking/-keywording or renaming the ebuild?
      • The former? Sure. The latter? Sure - but I'd prefer you to do it. :)
      • DeafRaiders joined the channel
      • DeafRaiders
        hi
      • intgr
        Freso: cp musicbrainz-overlay/media-sound/picard/picard-0.7.0.ebuild musicbrainz-overlay/media-sound/picard/picard-0.7.1.ebuild; ebuild musicbrainz-overlay/media-sound/picard/picard-0.7.1.ebuild digest
      • Freso: wget https://helixcommunity.org/frs/download.php/220... -O /usr/portage/distfiles/picard-0.7.1.tar.gz
      • DeafRaiders
        can someone provide help with picard version
      • intgr
        Freso: And then emerge. :)
      • DeafRaiders
        intgr u any good with Picard?
      • Freso
        intgr: You haven't updated the overlay with digests and all?
      • intgr: It'll be so much easier for me if I just have to worry about checking out the latest overlay and unmasking and keywording as necessary. :)
      • intgr
        Freso: Not yet, since the Picard dist is not up yet on ftp.musicbrainz.org, and I wouldn't like to break SRC_URI
      • Ah, never mind, it just appeared. :)
      • Freso: Hold on, I'll check in the new ebuild.
      • luks
        DeafRaiders: don't ask to ask, just ask :)
      • Freso
        intgr: :)
      • DeafRaiders
        ok i am trying to save Now 61 disc 2 but its not letting be i comes up with an error
      • ok i am trying to save Now 61 disc 2 but its not letting me, it comes up with an error
      • yalaforge
        did other files work before?
      • DeafRaiders
        no PUID