nicfit

Results 58 comments of nicfit

There are definitely problems parsing the TIME and TDAT frames, thanks for the report! The good news is, unless you require ID3 2.3 and or these frames, you should be...

@St3fi I worked around this, but it appears this a meson issue. First, I installed meson-git (on archlinux) hoping this was fixed, as this https://github.com/mesonbuild/meson/pull/9445 addresses the issue. No luck...

@eli-schwartz I said "I worked around this...".. Nothing was fixed. Why edit? Because that is what it took for me to install revelation, when I needed a password then. Not...

Where does this stand? I've created something similar in my tree. Also, memoize cache would need to be cleared for each host change. e.g., fab -H centos_host, debian_host deploy

I've seen this before, and IIRC even have a test file/case for it. But apparently to workaround is not enough. I'd your input file to really make any progress on...

Hi @gobater , thanks for this. I made some updates and a working unit test in https://github.com/nicfit/eyeD3/pull/586.

I do use `[tool.poetry.dev-dependencies]` for release tools, but the `coverage` is part of an `test` extras, not the main eyeD3 deps.

Hi there @UnixCro . A quick test of those command line options for for me. I'm not fully understanding your question/problem, maybe you can provide a sample program I can...

Good call @gcscaglia . If the file has padding already, set to allow padding, the image can be removed and replaced in terms of more padding (null bytes). So a...

I've wanted this feature myself, but never found time to implement. Not time for doing it right now, but it would make an excellent eyeD3 plugin that I've heavily consider...