#musicbrainz

/

      • Muzzz
        Marillion is progressive rock ;)
      • warp
        yay, fight over genres!
      • Muzzz
        Nah, Marillion are progressive rock, there's nothing symphonic abuot them at all :P
      • warp
        ok :)
      • warp doesn't know them.
      • ruaok joined the channel
      • yllona
        g'morning again ruaok ;)
      • ruaok has quit
      • yllona giggles, and heads back to bed... laterz
      • CatCat
        warp!
      • hi warp
      • fun in bergen?
      • yllona has quit
      • pfft
      • MBChatLogger: off
      • MBChatLogger
        is not logging
      • is logging
      • CatCat
        MBChatLogger: trms
      • MBChatLogger
        I'm logging. I don't understand 'trms', CatCat. Try /msg MBChatLogger help
      • CatCat
        MBChatLogger: off
      • MBChatLogger
        is not logging
      • is logging
      • CatCat
        it's only you who are PARANOID,. Muzzz
      • now, pictures
      • >:D
      • FauxFaux
        Oh, there're pictures? ¬_¬
      • CatCat
        \o/
      • Muzzz
        I'm not paranoid at all
      • I'm just pointing it, it makes you look like a douche doing it like that
      • CatCat
        you pointing it out is what makes it look douchey
      • also, you are not fun
      • Muzzz
        No, me pointing it out doesn't stop it being douchey :P
      • CatCat
        you've gotten OLD muuuzzzzz
      • Muzzz
        Me pointing it out is trying to stop you being douchey in the future :P
      • CatCat
        i said "look" not "being"
      • and you
      • are not the boss
      • of me
      • Muzzz
        I know
      • CatCat
        so plz stop
      • Muzzz
        Suggestions != orders
      • FauxFaux
        You two are both pink. \o/
      • CatCat
        i think its a culture thing
      • FauxFaux: awesome!
      • Muzzz
        I clearly need something to do, so so bored
      • CatCat
        becasue in norwegiaqn, if you tell someone soemthing, you *are* telling them to do it
      • FauxFaux
        Gee tee aye.
      • Muzzz
        Surely it depends what you tell them
      • FauxFaux
        Eyev.
      • CatCat puts a pink sparkle on FauxFaux's tail
      • CatCat
        now lets she what happens
      • see*
      • LotR
        Muzzz: symphonic rock.. progressive rock.. it's all the same to me: complicated shit :)
      • Muzzz
        Hmm, I dunno, prog rock not so much
      • I can get my head around a fair bit of prog, the only thing that makes it difficult is the speed at which it's played :P
      • LotR
        (note I was using shit as 'stuff', not 'crap')
      • Muzzz
        I noticed
      • LotR
        ok :)
      • warp
        CatCat: a bit boring today. the real code event at piksel didn't seem very interesting, so i mostly just walked about and took some pictures.
      • this dorm.no place is also too cheap to have any decent place where I can just sit and code, though i did win a 2-hour epic battle with some little bug this morning.
      • praest76 has quit
      • xlotlu joined the channel
      • MightyJay has quit
      • nikki
        a 2 hour epic battle with some little bug? :o
      • CatCat
        warp: yay more pictures!
      • crapcrap crap
      • i have to go to the veterinærhøgskole
      • to get pills for the cat :(
      • arg, they have funky openingtimes i don't remember
      • ah i found it.. 16:30-19:00
      • some hours
      • on saturday, 10:00 to 12:30
      • >_<
      • warp
        nikki: software bug.
      • nikki
        oh... haha... I imagined you running around the room after some little insect
      • warp
        I overlooked one layer in my OOP abstraction whatever thingy. so I called foo.bar ("baz"), but in bar () I didn't get "baz". something like that anyway.
      • CatCat
        Now grooving to: KISS ~ Heaven's on Fire (3:20) (from Animalize) (1984)
      • when I was three, this was my favourite song, haha, I still like it :D
      • RifRaf
        morning
      • Wizzcat are you about? or anyone else that could maybe help with a python problem
      • ok if some kind soul could look at this and suggest a line or two so i can focus of the actual ignore strings to use http://pastebin.ca/1278194
      • CatCat
        loi
      • "morning"
      • [20:53] RifRafmorning
      • time-of-day, RifRaf
      • RifRaf
        well i just woke up and it sure looks like it :P
      • CatCat goes to bed / not actually but will be afk fo the evening
      • time-of-day CatCat
      • CatCat
        ^_^
      • warp
        bye catcat
      • warp waits for the pastebin to load.
      • (internet being exceptionally slow right now)
      • RifRaf
        yep was very slow here too for some odd reason
      • can try another if no good
      • Muzzz
      • warp
        RifRaf: not sure what the question is.
      • i'd say you need to add stuff to ignore.
      • RifRaf
        i want to use wildcards in ignore list, and ignore tags containing numbers
      • Muzzz
        Now, if you did this in a real language like Perl, it'd be piss to do
      • RifRaf
        already over 500 entries, and would need 5000 if i can't start using wildcards :(
      • and numbers are slipping though, like i have 60s, 70s etc in ignore list and the still appear in tags, is something to do with the trailing s, not sure though
      • warp
        RifRaf: you could replace the if name.lower() not in ignore: line with a function call, and then just write the function to ignore all you want to ignore.
      • RifRaf
        so a regexp to just remove any tag containing a numeral would sort that
      • warp yep, i can't code but, am trying to read all sorts of online stuff to help me but getting more confused
      • warp
        RifRaf: ah :)
      • RifRaf
        i would prefer to analyse 10000000 tags to find out the best strings to ignore
      • i can do that part well
      • warp
        I would probably invert the problem myself.
      • just accept a few genre tags and ignore everything else.
      • RifRaf
        yep the numbers still slip through, am happy with a single genre tag, but am populating other tags with the other data that gets returned, is quite good once sifted well
      • warp
        ok :)
      • RifRaf
        like putting the left over good tags into comments field to be able to search the weird sub genres
      • down to 99 main genres today, finally trimmed it to less than 100
      • warp
        RifRaf: i think this should remove stuff with numbers in it:
      • if name.lower() not in ignore and not re.search('[0-9]', name):
      • RifRaf
        warp ok will get some test files and try it out, cheers for havin a go
      • warp
        (needs an 'import re', preferably somewhere at the top of the source file, if it isn't there yet)
      • RifRaf
        i'll have to add import re
      • heh thanks, see i am learning little bits
      • warp
        :)
      • i'm afk again, this internet is too annoying.
      • RifRaf
        k well let ya know how it goes
      • er will*
      • futilius joined the channel
      • luks
        RifRaf: can you pastebin the complete source code somewhere, I have some time so I could add the wildcard support for you
      • nikki
        hey luks
      • luks
        hi
      • nikki doesn't have any questions for you for once :P
      • hehe
      • RifRaf
        warp it works a treat, no number tags sneaking through, that wipes out a good percentage of wat i don't want already :)
      • luks sure thing, if you are bored now will post or else will try play a bit first now that one re is working
      • but with no ignore list no number tags got through, is great start
      • luks
        I'm having fun writing this "Visio-like" app I started, so I'm not that bored :) but this should be easy enough
      • RifRaf
        yeah i'll pastebin the code that i know is working now with the addition of warps. you'll have to forgive my using some tags for non standard things, such as encodedby to hold the bands country of origin
      • luks
        heh
      • nikki
        well, they're your tags, you can do what you want with them :P
      • RifRaf
        but needed a tag that was barely using and supported by most applications, custom tags are not as easy as i hoped
      • nikki yeah but hoping that these mods can be used by the next version of plugin for everyone, i guess that my lists of genres and non standard tags can be stripped easy enough
      • luks here is a copy of currently working plugin http://pastie.org/332814
      • luks
        RifRaf: should I add the wildcard support?
      • RifRaf
        am also using the grouping tag as like a supergenre, so only about 10 values in there like rock, pop etc
      • luks yes please
      • luks
        ok
      • RifRaf
        the regexp to catch numbers is working, does anyone really like number genres like 60s etc?
      • i find with dates in the tags its much easier to use them if you want a decade or year to listen to
      • ddski16 joined the channel
      • have a list of 30 wildcard entries already that will remove over 2000 unwanted tags
      • ddski16 has left the channel
      • luks