az75014
az75014
Sure! To prove to myself that adding pooling would make the difference for me I created a MyAsyncImage/myasyncimage.py so that I could make it load my hacky MyLoader/myloader.py rather than...
The `loader.py` currently doesn't use the config file settings (apart from user agent) -- `urlib.request` is hardcoded. There is no session mechanism for the "requests" implementation, so that shouldn't make...
The issue with pause/play causing the audio to go to the timestamp specified by seek(position) and then restart from the beginning may have to do with the play method having...