#metabrainz

/

      • Freso
        gcilou: I'm not going to get around to watching your video a 2nd time tonight, sorry. :/
      • gcilou
        That's ok! I'll be around tomorrow
      • Freso
        🙌
      • LordSputnik
        stanislas: pong
      • Freso
        I really like CallerNo6's review reviews.
      • Just a PSA/FYI.
      • I hope I'm not burning him out on them. :|
      • CallerNo6
        Is it February yet?
      • Freso
        No.
      • But only 12 more days of GCI.
      • D4RK-PH0ENiX has quit
      • LordSputnik
        stanislas: before you complete the final testing task, I'd like to see a commit adding comments to the most complex bits of the design, and for you to go through all your function names and check if they're all still appropriate :)
      • (and maybe add docstrings to the most complex functions)
      • D4RK-PH0ENiX joined the channel
      • Nyanko-sensei joined the channel
      • D4RK-PH0ENiX has quit
      • D4RK-PH0ENiX joined the channel
      • Nyanko-sensei has quit
      • adhawkins has quit
      • opatel99
        Freso: or reosarevok: To make the user script experience simplest, I have gotten the API to work fully. However, for the key, should I make a dummy account for a dummy key? I didn't find any *Brainz accounts (did find pages)
      • JesseW joined the channel
      • Dummy account won't work. Requires phone confirmation ^
      • adhawkins joined the channel
      • adhawkins has quit
      • adhawkins joined the channel
      • Nyanko-sensei joined the channel
      • D4RK-PH0ENiX has quit
      • D4RK-PH0ENiX joined the channel
      • Nyanko-sensei has quit
      • Freso
        opatel99: I can make a key for my account, but just use your key for now.
      • I don't think there's any way at all to track that back to you and using it won't allow to identify as you in any way.
      • Nyanko-sensei joined the channel
      • opatel99
        Freso: New complication. "Given URL is not allowed by the Application configuration: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains."
      • D4RK-PH0ENiX has quit
      • Similar to MB's OAuth, FB's api requires a url that is allowed to "refer" to the API calls. I was using musicbrainz before now, but when I moved the API handling to directly on Facebook page, that is the claim that appears.
      • I tried changing the url to facebook.com.. to no avail
      • Freso
        opatel99: Use the advanced setup?
      • opatel99
        I thought I did when making the app.
      • Let me try again
      • For advanced, we have to whitelist IP addresses. Facebook IP's are disabled
      • I have an idea.
      • Freso
        opatel99: AFAICT, the whitelist is for administrative calls, as a security measure, not something to limit where the application can call from.
      • opatel99: I just added you as co-admin of an "application" on Fb. Try to use the key from that?
      • opatel99
        Freso: I'm taking advantage of "Test Users" via Roles -> Test Users.
      • I'll explain in like 10 mins.
      • Freso
        Uhm. Okay. I'll read it in the morning then.
      • G'night.
      • opatel99
        Freso: Aww. Ok. I'll try to have it ready for you by then.
      • Who's ready to try a *working* Facebook Event Import script?
      • D4RK-PH0ENiX joined the channel
      • Nyanko-sensei has quit
      • dcentral joined the channel
      • dcentral has quit
      • Nyanko-sensei joined the channel
      • D4RK-PH0ENiX has quit
      • D4RK-PH0ENiX joined the channel
      • Nyanko-sensei has quit
      • typhoe has quit
      • typhoe joined the channel
      • surtin joined the channel
      • surtin
        hey there. quick question if anyone is around... trying to help someone setup a slave server. seems everything works except running the compile_resources script.
      • bitmap
        surtin: you'll need to update your git checkout, that was fixed recently
      • alternatively, you can update node.js to >= v4
      • hmm, sorry, that's a different issue than the one I thought. but updating node.js should still fix it
      • surtin
        ok i'll try that
      • adesh joined the channel
      • Nyanko-sensei joined the channel
      • opatel99 has quit
      • D4RK-PH0ENiX has quit
      • adesh has quit
      • JonnyJD joined the channel
      • opatel99 joined the channel
      • reosarevok
      • It didn't seed the URL still, and I guess maybe you can manage to get the date and start time seeded too? Dunno what the API has, but
      • JesseW has quit
      • And I'd make the comment into something like "Imported from [FB page] using [Script name and link]" eventually, because it helps more people find the script and use it, but that's probably for when it has a permanent home that's not a pasteee :)
      • But it did show up nicely on the event I wanted so that's good
      • It would be even better if it didn't displace any buttons (the invite etc buttons look weird now), but I don't really have a good idea for placement so just in case you get one :)
      • opatel99
        reosarevok: going to fix it up. Date. Edit note. And placement of button. Thanks
      • reosarevok
        np! :)
      • Hmm. That reminds me.
      • opatel99
        What do you mean by seed the URL
      • reosarevok
        Freso: for when you're back, do you know if anyone has a working youtube import script? nikki's one I had died and I don't think it's being maintained anymore
      • opatel99: what we talked yesterday about getting the url into the URLs section too
      • (the FB event url that is)
      • opatel99
        Oh okay. And yeah, the URL will be gone from the edit note too, so it'll work out
      • D4RK-PH0ENiX joined the channel
      • Nyanko-sensei has quit
      • JesseW joined the channel
      • D4RK-PH0ENiX has quit
      • D4RK-PH0ENiX joined the channel
      • JonnyJD has quit
      • JesseW has quit
      • Freso
        reosarevok: Check the wiki. ;)
      • (Yes, someone does have a working YT importer script.)
      • opatel99: Is there a reason you didn't upload the script to GitHub (or at least a Gist, which is also version controlled) rather than paste.ee?
      • reosarevok
        oooh
      • I guess that won't be a GCI task then :p
      • But yay
      • reosarevok goes update
      • Freso
        A man gotta have his YT importer script. Can't sit around and wait for GCI.
      • opatel99: Also, have a look at how https://bitbucket.org/Freso/nikki-userscripts/s... stores the API key. This way it's easy for someone who wants to change the API key for whatever reason without having to dig through the code. Also look at the @name compared to yours.
      • opatel99: Also also, I would @require https://code.jquery.com/... instead of http://. Or at the very least make it protocol agnostic.
      • reosarevok
        bitmap: treble vocals isn't creditable, but other vocal attributes are. Any idea where I change that?
      • (I was trying to make a report for sopranos without gender set, ended up doing it for ones with gender set but not to female and I'm now changing a lot of rels to treble...)
      • opatel99 has quit
      • surtin has left the channel
      • ariscop has quit
      • abpnd12 joined the channel
      • ariscop joined the channel
      • abpnd12 has quit
      • Mineo has quit
      • Mineo joined the channel
      • mat_ has quit
      • mat_ joined the channel
      • D4RK-PH0ENiX has quit
      • alastairp
        ruaok: I need something like http://www.thingiverse.com/thing:1021025
      • ruaok
        do you need THAT or something like that?
      • alastairp
        well, I need a rpi screen stand
      • I'm just looking at what other ones exist as well
      • ruaok
        point me to something that I can print and I'd be happy to print it.
      • alastairp
        actually, that one. if it fits
      • there aren't many others
      • D4RK-PH0ENiX joined the channel
      • D4RK-PH0ENiX has quit
      • D4RK-PH0ENiX joined the channel
      • http://www.thingiverse.com/thing:1164446 wow, this looks amazing (I don't want it though)
      • the rpi touch screen is awesome
      • UmkaDK has quit
      • ruaok: oh, wait. you have the xcarve too!
      • I wonder if I should go for a wood frame ;)
      • what program do I need to design models?
      • UmkaDK joined the channel
      • ruaok
        so, the x-carve... I need to find a place to run it and to add a dust shoe.
      • so, really, if this is an immediate need, go for 3d printing.
      • once we have a space, I'm hoping to setup a mini maker space with the x-carve and what not.
      • alastairp
        yeah, 3dprint for now
      • I'll look at what I need to do to build a wooden case for it
      • perhaps I'll just pop down to made
      • ruaok
        good plan for now.
      • alastairp
      • ruaok
        nice.
      • I found a new and improved LED strip that will work with a RPi.
      • so I can rebuild the mona lisa into just the stick. and make it handheld for cool patterns.
      • or just zip tie it to a post in the desert somewhere. :)
      • alastairp
        perfect
      • have you ever powered a pi from a phone battery pack?
      • it should work, yeah?