Allen Wittenauer
Allen Wittenauer
I've got a unit test I'm writing that is causing bats to crash on OS X Mavericks (bash 3.2.53) with a bad subscript. Some sketchy variable handling in the routine...
There is an assumption that if there is no matching wikipedia link that label is safe to use when querying wikidata. It is not. [Human Tetris](https://www.wikidata.org/wiki/Q60845849). It is only (currently)...
fixes #173 where I've seen it.
There should probably be a warning that while this code is MIT, it has a dependency on `html2text` which is GPL-3. That licensing restriction may prevent others from being able...
I would like the ability to get all of the images in a file. Currently, I think tinytag is coded to just pull the cover image or maybe it is...
**Is your feature request related to a problem? Please describe.** tinytag is part of a larger app that needs to handle events as they arise. It would be useful if...
Running a simple test of AioClient reveals that it isn't properly await'ing everything: ```python import asyncio import pypresence CLIENT_ID='your client id here' async def main(): client = pypresence.AioClient(CLIENT_ID) await client.start()...
**Describe the bug** According to the ID3 spec, the `WOAR` frame may appear multiple times **To Reproduce** 1. tinytag open an MP3 with multiple `WOAR` frame 2. see that `extra["url"]`...
With v5 going away, this example should get updated to use the v6 API.