Closed vahtos closed 4 weeks ago
Hi @vahtos! Thank you for the suggestions 🙂
I've pushed an update to the nightly
tag that includes some of these changes. Could you help test it out and let me know how it works?
WOW! That was so fast. It works for me, however a couple of notes:
Error: Value error: invalid literal for int() with base 10: ''
I would expect that similarly other values not being set will cause errors. Maybe these placeholders should be defaults, or there should be some form validation to prevent continuing with invalid configurations?
Error: Unexpected error: 'bool' object has no attribute 'lower'
Hi @vahtos! Thank you so much for your detailed feedback and testing. It’s incredibly helpful for the development of this project!
I’ve pushed an update to the nightly
tag that includes several fixes and improvements. I’ve also added a new field to allow selecting the original language of the content, with support for multiple language filters.
I’d love to hear your thoughts on it!
Hi @giuseppe99barchetta thank you for your time in working on this! I originally retested without pulling the new image... that's why you should never test before coffee :)
The issue of the bool being expected to be a string still exists, even after pulling the new image, though the screenshot here is from before updating the image.
Data type issue in how this toggle is saved (saved as bool, expected to be string)
Hi @vahtos, thanks for the report! It looks like you're not on the latest nightly version. It seems to be the same one from yesterday. Could you try pulling the latest update?
Hi @vahtos, thanks for the report! It looks like you're not on the latest nightly version. It seems to be the same one from yesterday. Could you try pulling the latest update?
Yes, sorry about that. I've updated the previous comment.
Hi @vahtos, thanks for the report! It looks like you're not on the latest nightly version. It seems to be the same one from yesterday. Could you try pulling the latest update?
Yes, sorry about that. I've updated the previous comment.
Have you encountered any other issues? Anyway I pushed the fix for "Bool object has no attribute 'lower'" error right now :)
Not related to this ticket, no. I confirmed the rating threshold and vote count seem to be working (all suggestions within the values I set). All of the suggestions also followed the other filter settings I put, but though this is a small sample size.
Not related to this ticket, no. I confirmed the rating threshold and vote count seem to be working (all suggestions within the values I set). All of the suggestions also followed the other filter settings I put, but though this is a small sample size.
Great to hear the filters are working as expected! I'll plan to release this update soon. Just want to solve the duplicate request bug first. Thanks again for your feedback and testing!
Related to #57. It would be great if there was a way to apply more rules to what is requested. For example, filtering by rating would be very useful. Kind of like what Overcrawlerr does.
Ideally, this would include ratings from various sources (Rotten Tomatoes, TMDB, Trakt, IMDB, etc.), but the easiest to implement is probably TMDB considering the existing integration. It should also consider how many review/votes were aggregated to form that score.
A couple of things that would need to be considered:
Example rules as they might appear in
config.yaml
: