@
latts9923 Edit
"Do you have any rows in the "id" column named "metadatautils.get_omdb_info"?" - OK, I found a tool to use to view the simplecache.db. Yes, I have rows in the "id" column named "metadatautils.get_omdb_info". They look like this (as an example) - "metadatautils.get_omdb_info.310307" but for every one of those rows in the Data column it says "None". I do have rows that have the following in the Data column - "metadatautils.get_rt_ratings.sully.movies" (using this as an example, I have rows like that for my other movies too) and in those rows in the Data column I do see RT scores. So for example in the example above for "Sully" in the data column I see -
{'title': 'sully', 'audienceScoreAll.averageRating': '4', 'audienceScoreAll.likedCount': 17589, 'audienceScoreAll.notLikedCount': 3364, 'audienceScoreAll.ratingCount': 48732, 'audienceScoreAll.reviewCount': 2120, 'audienceScoreAll.audienceClass': 'upright', 'audienceScoreAll.score': 84, 'tomatometerScoreAll.averageRating': '7.20', 'tomatometerScoreAll.likedCount': 295, 'tomatometerScoreAll.notLikedCount': 53, 'tomatometerScoreAll.ratingCount': 348, 'tomatometerScoreAll.reviewCount': 348, 'tomatometerScoreAll.tomatometerState': 'certified-fresh', 'tomatometerScoreAll.score': 85, 'tomatometerScoreTop.averageRating': '7.10', 'tomatometerScoreTop.likedCount': 60, 'tomatometerScoreTop.notLikedCount': 14, 'tomatometerScoreTop.ratingCount': 74, 'tomatometerScoreTop.reviewCount': 74, 'tomatometerScoreTop.tomatometerState': 'certified-fresh', 'tomatometerScoreTop.score': 81}
My OMDb API is entered correctly in Metadatautils and I double checked.