jtpavlock

Results 37 comments of jtpavlock

> No, there is https://github.com/beetbox/mediafile as a wrapper though Is this something you'd be interested in implementing/merging into mutagen?

Does quodlibet implement a similar wrapper internally (also picard) or are there maybe other/better ways of doing this?

> I think we can start requiring 3.6 if it makes things easier, not sure if it does. Definitely not a deal breaker, but I _think_ the only difference is...

Since this repository seems rather dead and unmaintained, [I opened up a fork](https://github.com/jtpavlock/nba_stats) that I'm going to try to update and would love some help!

what's the curl command you're using? I'll try some testing too

I checked out [this stackoverflow post](https://stackoverflow.com/questions/37959349/request-working-in-curl-but-not-in-postman) and disabling sending the postman token header worked for me

Heads up I have my fork, [nbapy](https://github.com/jtpavlock/nbapy) up and running on pip. I tried to clean up the code a bit and add some tests. I'm hoping others may hop...

@luzer your issues should be fixed, but let me know if otherwise. @bttmly Sorry for the late response. It is a good idea, but a lot of my work was...

This also occurs if just importing the base name ```python import mediafile def foo(): """ Raises: mediafile.UnreadableFileError """ raise mediafile.UnreadableFileError ``` Does not work. Instead you must specify the abbreviated...

I'd like to tackle this and I want to make sure I'm considering all the potential issues. The proposed solution I am thinking is using pathlib everywhere and storing paths...