#beets

/

      • robink_ joined the channel
      • jrobeson
        sampsyo, i got too excited, i meant what did you personally want to work on next. although of course, that other stuff is very valuable to write down
      • JesseW joined the channel
      • robink_ joined the channel
      • jpabq has quit
      • jpabq joined the channel
      • jpabq has quit
      • jpabq joined the channel
      • Freso has quit
      • sampsyo
        jrobeson: Oh! I'm most excited about AURA, myself.
      • jrobeson
        hmm, what to do ..
      • self.assert_equal_path(self.lib.items().get().path, self.import_media[0].path) string/byte comparison on windows
      • Freso joined the channel
      • jrobeson_ joined the channel
      • Joschasa_ joined the channel
      • Joschasa has quit
      • freakout_ has quit
      • freakout joined the channel
      • Joschasa_ is now known as Joschasa
      • Vacuity_ joined the channel
      • Vacuity has quit
      • zotherstupidguy joined the channel
      • zotherstupidguy
        is there a way to fill music files with metadata automatically from the web??
      • based on their hash or somthing?
      • JesseW
        yes, that's whathttps://acoustid.org/ is designed to do
      • untitaker joined the channel
      • zotherstupidguy
        Jessew thats great!! any idea how to achieve that from the commandline
      • ?
      • JesseW
        hm
      • zotherstupidguy
        input: a folder of music, output: lyrcis and albumart and other metadata such as artist and album name, song name
      • JesseW
      • beat has quit
      • and more of the docs linked from there
      • zotherstupidguy
        JesseW appreciate it, thankx
      • JesseW
        sure. if you have more questions after reading those docs, please do ask
      • beat joined the channel
      • zotherstupidguy
        i just like to say it is freakin amazing!!! i will keep reading the docs! i am amazed with how much beauty of intellect is being shared online for free!
      • JesseW
        It is quite amazing. Good to be reminded of it. :-)
      • jrobeson
        sup JesseW ?
      • JesseW
        jrobeson: greetink
      • lazka joined the channel
      • zotherstupidguy has quit
      • jrobeson_ has quit
      • Freso
        Btw, for people who want better ways to get music recommendations, have a look at https://blog.musicbrainz.org/2016/07/12/dataset... - it's not going to be the magic bullet, but it's a step towards making good, open and open source music recommendation engines. :)
      • jrobeson
        Freso, did you try it out yet?
      • Freso
        Not in this current iteration. I don't really have the patience to curate a good dataset. :(
      • jrobeson
        also, did you try out beets with py3 yet? :)
      • Freso
        No.
      • I'm going to fork/clone the PKGBUILD and edit it for Py3 and then try that out.
      • But I already use beets less than weekly, so...
      • jrobeson
        isn't it easier to just check it out from git ?
      • the only thing you should have to do is install the six package, everything else should be fine, assuming you were using the most recent beets version
      • otherwise there was a mutagen upgraded requirement that you may or may not have
      • thunderrd_ has quit
      • chrustler has quit
      • chrustler joined the channel
      • chrustler_ joined the channel
      • chrustler has quit
      • chrustler_ has quit
      • chrustler joined the channel
      • chrustler has quit
      • chrustler joined the channel
      • chrustler has quit
      • chrustler joined the channel
      • chrustler has quit
      • chrustler joined the channel
      • chrustler has quit
      • chrustler joined the channel
      • chrustler has quit
      • chrustler joined the channel
      • chrustler_ joined the channel
      • chrustler has quit
      • thunderrd joined the channel
      • thunderrd has quit
      • thunderrd joined the channel
      • thunderrd has quit
      • zotherstupidguy joined the channel
      • zotherstupidguy
        hi there
      • Freso
        zotherstupidguy: Hello :)
      • (You will generally get help quicker if you just ask whatever question you have, rather than wait for someone to come around. If I could have answered, I would have spend the time writing this to answer you - instead I'm going to go away again and not see if you reply until later. This adds a lot of delays to the communication.)
      • lazka has quit
      • lazka joined the channel
      • Miblo has quit
      • thunderrd joined the channel
      • thunderrd has quit
      • zotherstupidguy
        well,
      • Q1: does beets allow streaming radio channels, like icecast?
      • Q2: today, i coded a api client for acoustid to get a musicbrainz id for unkown.mp3, then i coded another api client for musicbrainz to get information about that id; is there a way to just give a folder of unkown mp3 to beets and it will communicate with both services and automatically fill the mp3 with metadata information? i seeking to end up with a script that i wouldn't fire and forget
      • thunderrd joined the channel
      • asdil12 has quit
      • asdil12 joined the channel
      • thunderrd has quit
      • afics has quit
      • thunderrd joined the channel
      • Miblo joined the channel
      • thunderrd has quit
      • thunderrd joined the channel
      • JesseW joined the channel
      • anybody can help?
      • lazka has quit
      • qpdb joined the channel
      • Freso
        I'm not sure what you mean with Q1. beets is not an audio player, so it cannot play streams, nor is it a streaming software to generate streams.
      • For Q2, beets already has a plugin for using AcoustIDs for resolving unknown audio files to MusicBrainz IDs: http://beets.readthedocs.io/en/stable/plugins/c... - maybe look into using that?
      • zotherstupidguy
        Freso thanks, i will :))
      • afics joined the channel
      • afics joined the channel
      • N0S4A2 joined the channel
      • ScruffyRules has quit
      • ScruffyRules joined the channel
      • Miblo has quit
      • Miblo joined the channel
      • untitaker joined the channel
      • zotherstupidguy has quit
      • jrobeson
        beets can play audio with a the play plugin Freso
      • and the web interface, althoguh that is pretty basic
      • Freso
        jrobeson: Is it actually beets doing the playing?
      • I thought it just sent the file(s) off to an external program.
      • jrobeson
        it can be, with the gstreamer plugins
      • it depends on which option you choose, it can call an external, or play with gstreamer
      • at least that's hwo the code read to me
      • unless i just woke up and am thinking of the wrong plugin
      • but it can definitely play audio on the web
      • chrustler_ has quit
      • chrustler joined the channel
      • chrustler has quit
      • chrustler joined the channel
      • thunderrd_ joined the channel
      • thunderrd has quit
      • sampsyo, we already have to accept strings and bytestrings in command_output due to usage of syspath(), so can we now remove unnecessary b'' prefixes from the commands, since we have to conditionally convert anyways?
      • we're not gonna have trouble with encoding/decoding any of the arguname names in any encoding
      • argument names*