mynttt / UpdateTool

A tool to update the IMDB ratings for Plex libraries that contain movies/series and use the IMDB agent to receive ratings
GNU General Public License v3.0
250 stars 12 forks source link

episodes are getting the imdb rating but the tv shows itself still have tmdb rating #63

Closed titooo7 closed 3 years ago

titooo7 commented 3 years ago

My plex server is running on a a linux headless sever and I'd like the tv shows to have iMDB ratings rather than thetvdb or themoviedb. My TV Shows library is setup as it follows on Plex: image image

I installed this tool on my via docker with the following command:

docker pull mynttt/updatetool docker run -dit -e RUN_EVERY_N_HOURS=1 \ -e TMDB_API_KEY=my-tmdb-key \ -e TVDB_API_KEY=my-v3-legacy-key \ -e UNLOCK_FOR_NEW_TV_AGENT="2;13" \ -e CAPABILITIES="NO_MOVIE" \ -v "/opt/appdata/plex/database/Library/Application Support/Plex Media Server/":/plexdata \ -v "/opt/appdata/imdpupdaterconfig":/config \ mynttt/updatetool

Few hours later I checked and I see that many episodes have now their own imdb rating but still have tmdb rating for the tv show

Am I missing some step?

titooo7 commented 3 years ago

I paid for a thetvdb api and that fixed the issue