Nathan Thomas
Nathan Thomas
@CHJ85 See if v2 on the dev branch fixes the issue.
I need the full debug traceback or the exact track that caused the issue. Also try using v2, which is live on the dev branch.
Got it, thanks! So in order to get precise chunks of size `N`, is it recommended to use `readexactly(N)`? This was several orders of magnitude slower for my use case....
My use case was for blowfish decryption, which was done on a chunk by chunk basis. This behavior was an issue because for any chunk with length `n < chunk_size`...
Can you give the URL for a track where all the metadata isn't downloaded?
The folder where streamrip stores configuration is generated using the [appdirs](https://github.com/ActiveState/appdirs) package. If it's generating a folder that's immutable on Nix that suggests appdirs doesn't support NixOS. Maybe you should...
Do you have db paths set in the config?
Sure, submit and I will review it.
Fixed in dev.
Looks good. Thank you!