Tom Wallroth
Tom Wallroth
Hey @armsby, I cannot merge your PR because it has failing tests. Please make sure that the tests run through, and I'll give it another look. Also, please add the...
I just wanted to port your patch to the newest version of tinytag, but apparently [this is the "movement", like in classical music](https://mutagen.readthedocs.io/en/latest/api/mp4.html), and not the series/series number. I also...
Just merged it, will release a new version with the fix soon.
Hey @mathiascode, thank you again for your work! It's nice that you take the time to refactor existing parts on top of providing the fixes
Hey @DohrliOfDeath Most of the time aac is actually in a mp4 container, so you can just change this line here: https://github.com/devsnd/tinytag/blob/master/tinytag/tinytag.py#L119 from ```(b'.m4b', b'.m4a', b'.mp4'): MP4,``` to ```(b'.m4b', b'.m4a',...
Hey Dohrli, thanks for the sample fiel. The `aac` you created however is a "pure" audio file, in the sense that it's not inside an audio container format; Usually the...
Have you tried using the parser classes directly? If you know what kind of file type you're handling, you should be able to use: ``` from tinytag import MP3 mp3_info...
Hey @minus7 It's true that the precendence of data is something I have not thought about yet. So thank you for bringing that to my attention. I think only taking...
Interesting. This seems to be an issue with Flac-to-ogg mapping. (It turns out your ogg file is a flac in disguise). I need to check the documentation and find a...
Simpler: IFrames work on their own. All they need is a URL. I could write a simple jQuery thingy that turns into an IFrame after the user clicked it. This...