Ben Beauchamp

Results 10 comments of Ben Beauchamp

Not sure if you're still looking into this 4 years later, but thread has been renamed to _thread. I tried it myself, but a whole slew of problems followed and...

That covers the functionality I was planning to implement. The only request I didn't cover from the original issue is an easy way to enable or disable the feature from...

TMDB doesn't return keywords on their endpoints, it actually looks like keywords are one of the only things they *don't* return. In order to not stuff the blacklist, I would...

Changed all instances to some form of blacklistedTag. Rebased on top of develop (force push did not alter any previous commits)

The blacklisted tags are processed only when the job runs, so any updates you make to the list will only go into effect the next time the job runs. Entries...

Rebased on develop, no code was altered in the rebase

Thank you for your review! It looks like Jellyseerr's search uses the /search/multi endpoint [here](https://developer.themoviedb.org/reference/search-multi), which unfortunately doesn't have any keyword filtering capabilities. The only way I can think to...

Force push did not alter any code, only fixed the merge conflict. Unfortunately, doing that seems to reset review status. @gauthier-th and @fallenbagel could you re-approve this merge request? Thanks!

Hello! I was wondering if I needed to do anything or if I missed something to get this merged in. Thanks!

Everything is unchanged except the first commit (conflict resolution to use axios in the settings page) and the last commit, which changes the fetch calls I added to axios.get calls....