NOTICE: [beets] sampsyo pushed 1 new commit to master: https://github.com/sampsyo/beets/commit/f8d9019d1b495f42a0409ee2874d17584ce160a4
NOTICE: beets/master f8d9019 Adrian Sampson: Better explanation of `threaded` option...
piercedwater joined the channel
joshproehl_ joined the channel
anthony25_ joined the channel
m4rcu5_ joined the channel
Somasis_ joined the channel
m4rcu5 has quit
zeltak has quit
spooky has quit
minus has quit
Somasis_ is now known as Somasis
Somasis has quit
Somasis joined the channel
minus joined the channel
zeltak joined the channel
poggy_ joined the channel
qpdb has quit
qpdb_ joined the channel
tiago has quit
tiago joined the channel
jlogsdon joined the channel
jlogsdon joined the channel
jlogsdon joined the channel
tg joined the channel
konubinix has quit
pprkut has quit
thunderrd_ has quit
Exposure has quit
xarph has quit
jpabq joined the channel
pprkut joined the channel
Exposure joined the channel
robink_ joined the channel
spooky joined the channel
spooky is now known as Guest84687
konubinix joined the channel
thunderrd_ joined the channel
Vacuity_ joined the channel
Vacuity has quit
jlogsdon has quit
jlogsdon joined the channel
Joschasa has quit
chrisb has quit
Joschasa joined the channel
jaquer has quit
jaquer joined the channel
xarph joined the channel
NOTICE: [beets] sampsyo pushed 8 new commits to master: https://github.com/sampsyo/beets/compare/f8d9019d1b49...9a76a1e7ebf3
NOTICE: beets/master 420b072 Jack Wilsdon: Add `remove_art_file` configuration property
NOTICE: beets/master 9eb4fc5 Jack Wilsdon: Wrap line to ensure it is less than 80 characters
NOTICE: beets/master 110ab43 Jack Wilsdon: Add documentation for `remove_art_file`
Guest84687 is now known as spooky
toblakai has quit
BrainDamage has quit
Chreo joined the channel
BrainDamage joined the channel
m4rcu5_ has quit
m4rcu5 joined the channel
thunderrd_ has quit
lazka joined the channel
robink_ joined the channel
lazka
sampsyo_, got any thoughts on file locking in regards to mutagen? Would ir
Would it providing any guarantees help beets?
axx_ has left the channel
robink_ joined the channel
konubinix has quit
konubinix joined the channel
robink_ joined the channel
m4rcu5 has quit
m4rcu5 joined the channel
robink_ joined the channel
lazka has quit
sdfg has quit
sdfg joined the channel
robink_ joined the channel
thunderrd joined the channel
robink_ joined the channel
Vacuity joined the channel
Vacuity_ has quit
chrisb joined the channel
Vacuity_ joined the channel
Vacuity has quit
chrisb has quit
robink_ joined the channel
mal`` has quit
mal`` joined the channel
Chreo has quit
robink_ joined the channel
beat has quit
beat joined the channel
robink_ joined the channel
robink_ joined the channel
chrisb joined the channel
jlogsdon joined the channel
chrisb has quit
lazka joined the channel
asdil12 has quit
rotzbouw joined the channel
sampsyo_
lazka: Good question. At the moment, beets itself avoids concurrent file modifications, but maybe there could be strange situations when interoperating with other software?
asdil12 joined the channel
lazka
sampsyo_, generally we only could protect against mutagen modifying the same file in different threads
file locks are advisory only
sampsyo_
Right, good point, so other software would need to respect them too.
I think the answer is that it would not be a big deal for beets—since the concurrency we use internally wouldn't need file locks.
lazka
sampsyo_, ok, thanks.
sampsyo_
As an aside, thanks for all your work on Mutagen lately! Awesome progress.
lazka lives in in constant fear of corrupting everyones files :)
chrisb joined the channel
beat has quit
beat joined the channel
beat has quit
beat joined the channel
beastd joined the channel
robink_ joined the channel
qpdb_ is now known as qpdb
chrisb has quit
NOTICE: [beets] Profpatsch opened issue #1593: import formatting hard to parse mentally https://github.com/sampsyo/beets/issues/1593
xsteadfastx joined the channel
rotzbouw
do I need to to anything else than start a musicbrainz vm and enter localhost:500 in the beets config before I can use it with beets? :)
Freso
rotzbouw: You will likely want to setup replication on the VM.
rotzbouw
Freso: hm, i'll look into that, thanks
NOTICE: [beets] sampsyo closed issue #1592: import crash because of replaygain https://github.com/sampsyo/beets/issues/1592
Freso: doesn't that just pull in all updates from the main db?
Freso
Yep.
rotzbouw
okay, then I wasn't specific enough. I think I just have a connection problem. I can access localhost:5000 via browser but beets seems to fail to connect
e.g. it says "Error: MusicBrainz not reachable in release search with query {u'release': u'next stop soweto 4: zulu rock, afro-disco & mbaqanga 1975-1985', u'tracks': u'15', u'artist': u'various artists'}"
with a preceding Python error: "NetworkError: retried 8 times, caused by: HTTP Error 503: Service Unavailable"
sampsyo_
rotzbouw: There's no particular reason why beets would engender a 503 while your browser doesn't -- you may want to look at the logs for the MB server inside your VM.
rotzbouw
yeah. the rate may be too high or sth. i'll look into it. thanks.
rotzbouw has quit
NOTICE: [beets] sampsyo pushed 4 new commits to master: https://github.com/sampsyo/beets/compare/2140bb27a30e...7a306db752ca
NOTICE: beets/master ff4fda1 nath@home: play: make the many files warning configurable...
NOTICE: beets/master 940dc3c nath@home: play: Add documentation for play-warn-tresh...
NOTICE: beets/master b412596 Adrian Sampson: Merge pull request #1577 from nathdwek/play-warn-tresh...