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.
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