l3uddz / traktarr

Script to add new series & movies to Sonarr/Radarr based on Trakt lists.
GNU General Public License v3.0
576 stars 52 forks source link

Support multiple movies db scores #114

Closed lightglitch closed 3 years ago

lightglitch commented 4 years ago

It still needs some testing but feedback is welcome.

desimaniac commented 4 years ago

Thanks. Will check this out in a bit

crypto-vault commented 4 years ago

I hope this gets merged. Omdb lacks a lot on rotten ratings for new releases. Using IMDb would get some more results.

crypto-vault commented 4 years ago

You're using a float for imdb_rating, but when logging you're using an integer so you get something like: "Minimum Rotten Tomatoes score of 50%, IMDB score 5%, Metacritic score 50% requested." when using IMDB score 5.0 as an example. You need to replace logging from %d to %.1f

lightglitch commented 4 years ago

@crypto-vault thx for the feedback

lightglitch commented 4 years ago

@desimaniac can you merge this, thx

hyperhydra98 commented 3 years ago

@l3uddz @desimaniac @horjulf @nemchik @zenjabba Would one you you be able to please help merge this? It would be a great addition to Traktarr as many OMDb results lack RT ratings.

jacobtipp commented 3 years ago

@l3uddz @desimaniac @horjulf @nemchik @zenjabba Would one you you be able to please help merge this? It would be a great addition to Traktarr as many OMDb results lack RT ratings.

I agree, I run traktarr on several docker containers and being able to use ratings from other providers would be a great addition

lightglitch commented 3 years ago

I stopped using traktarr and created my own tool https://github.com/lightglitch/seekerr