Mat
Mat
> And one further thing, I realize that the checks are failing due to `E501 line too long`. Is there still something I need to change in the code? (cuz...
> I added one sample to the tests. Sadly I failed to find or build a sample with ape file format lower than version 3.98 (even with the offical encoder...
Here are audio files with both APEv1 and APEv2 tags. Could you add them to the sample files and ensure they are read properly? [ape_tracks.zip](https://github.com/devsnd/tinytag/files/13548693/ape_tracks.zip) I'll try to generate a...
Please also add a `test_invalid_ape_file` test (see test_all.py for previous examples), and extend the `test_detect_magic_headers` test. > Is there still something I need to do? Ideally, we would have enough...
No worries, thank you for working on this. :)
Thanks! In my opinion, we could start adding type hints to tinytag.py once we're dropping Python 2 support for tinytag 2.0.0.
Adding type hints directly to tinytag.py should now be possible, since we've removed support for Python 2. Is this something you'd like to work on?
I had some spare time and decided to get this done in https://github.com/devsnd/tinytag/pull/201. Whenever you have time, feel free to test the master branch and verify that everything works fine...
> In addition to wrong duration, sometimes I get values that are too large and even negative! For example: -46332413.64897959 and 36934167.48408163 seconds. The files have no problem and the...
Should be fixed now. Please try the master branch and see if you still have files that tinytag can't parse properly. Something's not quite right with the sample file in...