Philipp Wolfer
Philipp Wolfer
I agree with bric3. This is my major annoyance when sharing code over a chat tool which replaces emoticons. Such functionality does not really fit well into a font targeted...
I can reproduce this in Atom on Linux. Seems to be a general issue how `
@nijel Thanks for getting into this discussion. Could this also be done independent of a users GitHub profile? Not every users has one. I imagine something similar to how Github...
@nijel Those are good points. So give the user the ability to specify a separate commit e-mail from their verified e-mail addresses + importing the verified e-mails from github as...
It's odd. For some reason it does not read the ID3 tag that is there. When writing it happily adds another ID3 chunk to the end of the file, increasing...
"Δ " and "Ε" actually cannot be encoded in latin-1 / ISO-8859-1, see https://en.wikipedia.org/wiki/ISO/IEC_8859-1 . I don't know what encoding MP3Tag is using there, I could not reproduce the exact outcome....
Indeed, month and day are supposed to go into the `TDAT` frame. For a full representation including the time one would use the `TYEAR`, `TDAT` and `TIME` frames. See https://id3.org/d3v2.3.0....
Why not do the conversion to and from bytes in your code? This is just the interface, and I think it makes sense for the interface to handle bytes here...
Also wanted to note that this could not be changed without breaking the interface. So if there would be a way to directly write and get tags as strings this...
> This isn't as nice as editing/implementing the mutagen files directly, but I tried looking at them and it took me way too long to try to understand how things...