i personally think, picard should have an option to ignore replaygain tags :)
alastairp: is there a minimum/maximum audio length for acousticbrainz? I got various files from a CD ranging between 25 seconds and 11:33. the GUI said there was 1 error, but there was no information which file and why :(
mzfr joined the channel
bukwurm has quit
kwikadi joined the channel
PROTechThor joined the channel
PROTechThor has quit
drsaunders
Freso: ping
Reosarevok: ping
FYI copyied you on my latest KEXP salvo....i'm getting very pissed at the hours i'm spending fixing their shit
HSOWA joined the channel
i even got a private message from a new MB user asking me why this KEXP editor was screwing up the database and not following rules
KassOtsimine has quit
naiveai joined the channel
naiveai
Leo_Verto: Did something break earlier?
naiveai has quit
DjSlash has quit
DjSlash joined the channel
reosarevok
drsaunders: pong
alastairp
SothoTalKer: yes, there is an upper limit, but it's definitely not 11 minutes
25 seconds is probably too short
though perhaps we should look at improving the gui to report that better
UmkaDK has quit
UmkaDK joined the channel
drsaunders
reosarevok: Go for the eyes Boo!
my point was under my ping :-)
reosarevok
drsaunders: oh sorry, I replied from the notification :D
I'll check in the evening, going to see some reindeer now :D
(caribou for you I guess?)
drsaunders
reindeer wish they were caribou
outsidecontext joined the channel
HSOWA has quit
HSOWA joined the channel
outsidecontext has quit
RashiSah[m]
where should I add 0.0.0.0:8080 in abz/config.py so that I can submit files in my local server?
Mineo
there's an example config file (abz/default.conf) in the repository
yagyanshbhatia[m
i had some doubt related to the issue i am currently on.. can anyone help. i've already commented my query there
PICARD-440: Tell the user they need to restart after changing plugins
mzfr has quit
HSOWA has quit
KassOtsimine joined the channel
github joined the channel
github
[picard] zas opened pull request #803: Simplify search dialog save/restore states code (master...search_dialog_states) https://git.io/vNzHQ
github has left the channel
drsaunders has quit
darkhorse
how to remove a plugin in picard ? do i need to delete zip files from plugin directory or there's anyway.
KassOtsimine has quit
KassOtsimine joined the channel
KassOtsimine has quit
KassOtsimine joined the channel
KassOtsimine has quit
KassOtsimine joined the channel
KassOtsimine has quit
KassOtsimine joined the channel
kwikadi has quit
kwikadi joined the channel
KassOtsimine has quit
KassOtsimine joined the channel
Nyanko-sensei joined the channel
D4RK-PH0ENiX has quit
Nyanko-sensei has quit
D4RK-PH0ENiX joined the channel
harshtiku_ joined the channel
drsaunders joined the channel
UmkaDK has quit
suriv joined the channel
naiveai joined the channel
naiveai
Leo_Verto: also, forgot to ask earlier - what are your thoughts on the potential improvements I added (particularly the fuzzy string matching thing - I'm not sure whether it's a good idea, but it could be annoying to have to spell things exactly right for voting)
the main issue is the threshold for what's considered a misspelling vs an invalid option
naiveai has quit
yagyanshbhatia[m
i had some doubt related to the issue i am currently on.. can anyone help. i've already commented my query there
PICARD-440: Tell the user they need to restart after changing plugins
naiveai joined the channel
naiveai
yagyanshbhatia[m: don't ask your question repeatedly
and yes, the comment you've added seems like a good idea to me, but samj1912, zas, etc will confirm this later
naiveai has quit
mzfr joined the channel
samj1912
for things as obvious as these, the easiest way is to make a PR. if there are small amendments, we can comment there. Its easier to review code and suggest changes than comments on tickets
but yes, that sounds exactly what the ticket says
Leo_Verto
naiveai: I don't think fuzzy is a good idea, let's keep the commands precise
SothoTalKer
alastairp: i see. i'm fine with using a CLI, too. do you have something like that i could use which would give me more informatation?
naiveai joined the channel
naiveai
Leo_Verto: no I mean like !startvote [hello, world]; +helwo, should it vote for 'hello'?
Leo_Verto
no
Tykling has quit
naiveai
aight
Leo_Verto
then you'd have to deal with fuzzy collisions and stuff
naiveai
well, we could match to closest ratio, but that might get confusing
Leo_Verto
yeah, then users might not be sure what they actually voted for and we'd get into another whole set of problems
I'm a big fan of the Unix philosophy regarding stuff like this: Do one thing but do it well
naiveai
True, at worst users will have to retype the option name which shouldn't be too long anyway
Tykling joined the channel
SothoTalKer
alastairp: i compared my files and it looks like it was the second longest audio file. I suspect here that parallel processing is the culprit (running out of memory), as the last audio file is 1 minute longer and that happened to be added fine
github joined the channel
github
[picard] vishichoudhary opened pull request #804: PICARD-1177 : Add a option to remove plugins (master...master) https://git.io/vNzA0
github has left the channel
SothoTalKer
i just retried the file by itself and it worked fine :)
naiveai
welp, I've just put a +250 bounty on the SO question for the 👍 regex :P
Leo_Verto: does the real brainzbot run on linux, or something else?
I just asked a bunch of questions really. I once got pretty lucky with a kind of popular question, got 26 upvotes on it alone
Leo_Verto
also brainzbot runs on linux but I don't want something in the code that breaks on other OSes
naiveai
yeah, makes sense. on 90% of builds of linux, this'll work with a very simple solution
Leo_Verto
also that thread is really
a huge fustercluck of workarounds
naiveai
but I figured this incentive will help other desperate people who are broken by unicode
yeah, exactly!
Leo_Verto
this is why we need python 3 .P
naiveai
pretty much
with python 3, the simple, obvious solution works 100%
also, "Badgeland"?
samj1912 remembers back in 2012 when everyone hated switching to py3
yeah, but remind me again if there was anything good in 2012, really
:D
samj1912
3.4 was the tipping point I believe :P
naiveai
I switched my whole setup to py3.6 *just* because fstrings. fstrings are aweesome
samj1912
lol :P
py3.6 also did some amazing things to dictionaries
naiveai
comment on the question "A reminder that some emoji consist of more than one Unicode codepoint (involving combining characters and zero width joiners). It should be possible to write a regex to capture that, but it's not going to be trivial (and I'm not even going to attempt the feat)."