Nomads: Well, alas, the only way to know what's really going on is to narrow it down… otherwise, we don't really know how to start debugging. :/
choki joined the channel
thunderrd has quit
choki has quit
Joschasa has quit
Joschasa joined the channel
m4rcu5 joined the channel
thunderrd joined the channel
thunderrd has quit
thunderrd joined the channel
thunderrd has quit
thunderrd joined the channel
lift has quit
lift joined the channel
neomilium joined the channel
Nomads
Allright, after my bash script ends, I will re-run it and try disabling plugins to find out why. But currently it already added 70gb of music ever since I last wrote here.
One more question. I edited the genres file to have some of the genres, not all and cannonical is also enabled. But currently beet is adding all the genres I removed from the yaml file. Any tips on how I can fix it?
jcazevedo joined the channel
Deelight has quit
lazka joined the channel
neomilium has quit
watsonalgas joined the channel
NOTICE: [beets] SimonHova opened issue #1904: Musicbrainz track disambiguation? https://github.com/beetbox/beets/issues/1904
neomilium joined the channel
neomilium has quit
choki joined the channel
neomilium joined the channel
untitaker joined the channel
m4rcu5 has quit
m4rcu5 joined the channel
watsonalgas has quit
watsonalgas joined the channel
m4rcu5 has quit
m4rcu5 joined the channel
lazka has quit
madmouser1 joined the channel
neomilium_ joined the channel
neomilium has quit
neomilium_ has quit
watsonalgas has quit
storrgie joined the channel
NoahTheDuke joined the channel
NoahTheDuke
hey all. i'm working on a plugin, and I'd like it to remember the last time it was run (if ever). Is there some way for me to write "last_ran" to the database, or maybe to a file and retrieved later?
Vacuity joined the channel
Vacuity_ has quit
neomilium joined the channel
neomilium has quit
neomilium joined the channel
NoahTheDuke has quit
Biblio has left the channel
adamcik has quit
choki joined the channel
adamcik joined the channel
jpabq_ is now known as jpabq
jpabq has quit
jpabq joined the channel
watsonalgas joined the channel
m4rcu5 has quit
m4rcu5 joined the channel
thunderrd_ joined the channel
thunderrd has quit
neomilium has quit
NOTICE: [beets] sampsyo closed issue #1900: [Issue] Database or disk is full error. Beets creates new files ? https://github.com/beetbox/beets/issues/1900
cautiousgiant joined the channel
cautiousgiant
hi, can anybody tell me why beets might appear to hang during an import? i'm running the latest version installed via pip on raspbian wheezy on an rpi 2, and it's generally been working great, but after processing an unknown album of tv themes as individual tracks, it's still sitting there apparently doing something, and top shows it's using lots of CPU, but nothing is coming up from the prompt.
my library.db file shows its modification date being updated, but it doesn't seem to be getting any larger
jdoe
there seem to be a lot of background tasks that don't provide status updates (or at least not prompt ones) ... fetching some metadata, fingerprinting etc.
it's probably not actually hung.
cautiousgiant
if it's been sitting there for 20-30 minutes after manually identifying about 30 tracks from this unknown album, is that more or less as expected?
Nomads
cautiousgiant, I'm a new beets user as well. I'm running it on a vps in my dedicated machine and yeah, sometimes the process runs just too long. I was told maybe it's due to a plugin.
It took me ~24 hours to make beets successfully import 60gb of music. More to come... I am observing the process and it seems to wait a lot on some folders indeed.
cautiousgiant
Thanks, Nomads. I guess I will leave it running for the time being and see what happens.
Using find to see what's been touched, only the state.pickle file seems to have been touched in the last 30 minutes
Nomads
And do not forget that your rpi2 may be a tad underpowered ^^
cautiousgiant
Nomads, did you quit the beets process when it seemed to hang, or just leave it running indefinitely?
Nomads
Actually, on my case I spent 12 hours on waiting one process. Didn't move on. No matter how many times I ran beets, it hang at some point. But I was trying to scan a folder of 300-400gb.
So I decided it might have something to do with the amount of it. So I compiled a bash script to search for every subfolder and if there's any mp3 files in it, run beet import command and skip to next one
cautiousgiant
Ah, interesting, so you run each folder as a new import
My library is "only" 30GB
Nomads
Currently, I have a total of 100Gb files recognised at my import folder, before I beet killed itself not recognizing many of what it recognized now.
cautiousgiant, I am trying a library of 500gb ^^
Maybe what I did is killing the multithread functionality, I am not sure and I sure did not want to try parallelizing the tasks. But yeah, basically. If there's an mp3 file, it is sent to beet, otherwise it's skipped.
But then again, I'm a newbie as well. My approach might not be approved here. I'ld say give your beets some time before killing the process.
But beware, I had to re-import my library a few times due to db corruption caused by killing the process