Posts: 394
Joined: Nov 2009
Reputation:
18
Hi, I have quite a large number of TV Shows that don't update the ratings with this addon because they are missing the IMDB tt####### ID's.
I know I can edit and add them manually one by one using this addon, but I'm thinking it would much faster and more efficient for me to add them by editing the database directly. I looked through the tables and it's not readily apparent where the IMDB ID's get stored.
Could someone familar with the database structure please point me in the right direction?
Many thanks!
TRJB
Posts: 394
Joined: Nov 2009
Reputation:
18
2024-11-10, 05:08
(This post was last modified: 2024-11-10, 05:13 by therealjoeblow. Edited 5 times in total.)
It's some of really old stuff in my library that was scraped using whatever official scrapers were available at the time a long time ago, wayback in the "XBMC Babylon" days or thereabouts. I guess way back then TVDB didn't have IMDB links in their data.
I see what you mean, without storing them directly beside a direct reference to the show title it's not going to be any easier to edit the db directly. I guess I'll just chug away with them one at a time with the addon in the regular UI.
I don't really want to re-scrape my stuff as I have painstakenly curated all of my artwork over the years and don't want it all to get replaced with new/other versions.
Is there a way to just rescrape all of the data and leave all of the artwork existing without touching it?
TRJB
Posts: 6
Joined: May 2023
Reputation:
0
First of all I want to thank you for all your hard work in this addon. I love it.
I sometimes insert the imdb id using the database directly using the query:
INSERT INTO `uniqueid` (media_id,media_type,`value`,`type`) VALUES (@MediaId, 'episode', @ImdbId, 'imdb'), where media_id is the episode id and the value is the imdb id
Using the latest version 5.1.3 of the addon and I have it set to episode update mode.
This works fine and if I update the full TV Show or a single season most of the time all the episodes get their own ratings correctly but sometimes this does not update (normally when the number of rating votes is low). I noticed that the ones that do not work if I update the episode directly it updates the rating but if I do it globally by tv show or season it doesn't.
Don't know if this is a bug or a feature but it seems updating a single episode has a different behavior than updating the full season or show.
Also I would like to suggest an improvement. I have a huge list of movies and tvshows and if I run the updater it takes hours to update all my library. Would it be possible to have another option in the addon menu just to update all TV Shows or all Movies but not both?
Also, since I now am updating 30+ episodes due to that bug I find myself doing 2 clicks for every update, one to bring up the menu and another to actually update, if we have a menu options or a keyboard shortcut just to do the update without showing the summary afterwards as well would be lovely
Again, thanks for you work!
Posts: 6
Joined: May 2023
Reputation:
0
Thanks for your reply. Unfortunately I manually updated all buggy entries for the time being so would not be easy to reproduce the bug. As soon as I have a similar issue I'll post here.
Just a clarification, regarding the update only Shows or Movies I know about the settings but by default I want to update all if on a schedule, etc. But if I manually just want to update Shows, I need to go to the settings, disable Movies, run the update, wait for it for finish and then enable Movies again. Again this was just a nice to have, nothing major.
Regarding the feature for single episode update of not showing the Update window before and after the update would love to have that and although I understand that probably this is not the regular use of the add-on, if I have 3 TV shows that just release a new episode I'll go to each show and update the last episode on each. I normally do this because updating the full show if it's too big could take a while.
I'll keep you posted as soon as I get some buggy episodes to get the logs
Posts: 1
Joined: Jan 2025
Reputation:
0
Hi there, absolutely loving the addon. It has been very helpful in optimizing my low interaction/high information user interface for kodi.
The only issue i have is the frequency of the updates. Weekly updates of the ratings are fine for a static library, but less so for a frequently updated library.
Would there be a possibility to update the ratings daily? Perhaps by running the addon from command line and scheduling it as a task? Or are there drawbacks i cannot see for running the ratings update more frequently than once a week?
Even more perfect would be if the addon could update incrementally. So that when a new file shows up in recent episodes it will only update the rating for that specific new addition to the library rather than doing a full scan of all entries in the library. That way i could have it check for new entries every few minutes and only update the new content, and the library will show a rating quickly after it is added.
It is just a minor issue, the addon is still great as is. I am just on a mission to get a squeaky clean interface and an instant user experience. Using kodi with arctic zephyr minimal interface.