We are introducing new tags and I'd like to know his opinion on the matter
iliekcomputers__
Is that json from the alpha importer logs? We don't really do anything to the data there. I don't know why it is escaped.
Sophist-UK
Ok.
ruaok
iliekcomputers__: yes. we need to track that down and figure out why that is happening.
github joined the channel
github
[picard] samj1912 closed pull request #666: PICARD-1034: Add support for TOAL id3 frame (master...picard1034) https://git.io/vSsfB
github has left the channel
iliekcomputers__
ruaok: okay. Will do tonight.
saifulbkhan has quit
ruaok
iliekcomputers__: thx
LeRoberte
Hello everyone
So I talked to ruaok about joining forces, I will provide all the venue data you need and keep it updated in your site regularly with the fields you need
And I asked him if there was a way I could in exchange use some venues data for the venue map of my site
ruaok nudges LeRoberte to finally ask a question
ruaok goes offline for a while to hammer on the accounting for a bit
?
SothoTalKer joined the channel
outsidecontext
samj1912, I had been updating the packaging recipes on launchpad.net in the past. but this is all a bit outdated now. not sure if somebody already touched this for the 1.4 release
but at least it needs to be migrated to the new git repo there
samj1912
outsidecontext: I dont have much experience with packaging picard debs, I can continue maintaining it if you can give me a few pointers and access right to package :)
outsidecontext
I can set this up again so we have the packaging recipes running again. after that it is easy to update
I will have a few free evenings the next days, will setup the packaging then
samj1912
cool :D
thanks a bunch! :D
Sophist-UK
sam1912: Now that we have qt5 merged I need to install it for python2 on windows - but apparently there is only a binary version available for Py3, and for Py2 you have to compile it yourself. So I need to find a MS C++ compiler and try to do this. My question is whether this is an issue for future maintenance versions of 1.4.x for anyone who runs Picard from source ? I presume we have done
the necessary compilations for Travis.
samj1912
Sophist-UK: travis compiles just fine for the current master
that was one of the reasons we added docker
yes, I know building qt5 for py2 might be a bit of a pain
if you want to wait for a couple of weeks, I will have the py3 version up
Sophist-UK
I can wait - however we should decide whether the 1.4.x branch will run PyQt5 or not - because if it will then we will probably all need to do the compile in order to support it.
UmkaDK joined the channel
And if we decide not to use Qt5 in 1.4.x then we need to do the Git magic to split it off prior to merge of #503 and start cherry picking.
sam1912 / zas: what is the process for e.g. applying #667 to 1.4.x? Are authors expected to resubmit against the 1.4.x branch, will one of you cherry pick?
samj1912 / zas: Can I draw your attention to PICARD-1049 to see what you guys think?
cherry-picking to 1.4.x branches, with care about py2/py3/qt4/qt5 stuff
samj1912
Sophist-UK: the arguments are valid, we will have to do something about migrating the existing Work tags to WORK though
any idea what foobar2000 uses?
justharshal joined the channel
hmm, they dont have it
zas
It means Picard needs to be able to read TXXX:Work as well as TXXX:WORK
And write to TXXX:WORK only
samj1912
we read all TXXX tags, we will have to decide whether to be case sensitive about them or not or treat work as a special case
zas
Yes, but what happens if we have 2 tags in the same file, TXXX:WORK and TXXX:Work...
D4RK-PH0ENiX joined the channel
D4RK-PH0ENiX has quit
D4RK-PH0ENiX joined the channel
ruaok
help with travel planning
I'm starting to think we will need a consenting adult around here. question, you're a mom. You fit that bill, yes??
question? Quesito...
Quesito
Si?
I'm not an adult. ;)
ruaok
crap.
maybe we should put an ad in the paper.
Quesito
For an adult? Possible hard to find locally....
ruaok
I've only ever seen adults with gantt charts.
how do you explain that??
Quesito
Just pretending!!! ;)
ruaok
fake it 'til you make it.
that should be our motto.
Quesito
Right?
Tots
Sophist-UK
I would suggest that on file load we see if TXXX:CaSe matches case-independently a freetext field CASE/Case/case and if so we:
a. Rename the tax in the file to the correct case; and
b. Load it into the known tag
samj1912
hmmm
Sophist-UK
So it gets fixed even if user doesn't have "Clear existing tags" checked.
samj1912
still the above logic applies
how to handle the case with TXXX:Work and TXXX:WORK
when both are present
Sophist-UK
Only issue is that unless there are other changes, the need to save the file will not be highlighted in the UI.
If both are present, then:
samj1912
we can append?
Sophist-UK
1. If the values are the same, we can discard one.
samj1912
if they are not same
Sophist-UK
2. If the values are different then we append as you suggest.
samj1912
you willing to work on that?
Sophist-UK
Yes. I'll take it.
samj1912
cool :)
Sophist-UK: while you are at it, are you willing to take a look at all the id3 spec tags we dont support and add a PR to read and write into those tags disregarding filling em up with MeB data