meeb
meeb
Yes, a record is kept of downloaded media and that is recalculated if you change a cap. Metadata like subtitles, NFO files and thumbnails are not currently explicitly tracked. They...
It doesn't technically need to download all the thumbnails, but you do need to download all the metadata. It's trivial to add a "don't download thumbnails older than the date...
The signals and "working out what to download and when" logic is pretty messy. It was originally just some hacky code I personally used which has been iterated on with...
And yes, adding a download filter for thumbnails which don't have a `can_download` flag should be relatively straight forward.
Thanks for the offer! You're welcome to attempt to work on a PR for this and I'm happy to accept any well formatted contributions. I've been bottle-necked with other work...
Thanks to @sam-kleiner this is now implemented in the new v3.0.0 release.
Can you paste the full stack trace?
By "Sentry" do you mean https://github.com/getsentry/sentry-python ?
OK I'll see if I can find this in their SDK when I get time.
I'm guessing it's this: https://github.com/getsentry/sentry-python/blob/master/sentry_sdk/integrations/django/views.py#L82 Which isn't actually required in normal Django, but it'll need testing and some sort of mock `None` that has an empty `view_name` to keep Sentry...