2022-02-20, 09:03
I am having an issue with Kodi showing my movie artwork. It's happening to about half of my library. I have 1400+ dvd rips. I setup my library quite a few years ago. I have had this problem in the past. I used to just delete the mysql db, Thumbnails and Textures.db file and rescrape everything. But I don't want to do that since we have watch progress on many movies and TV shows.
Most of my movies are DVD rips from my own DVDs. The naming scheme is [movie name].dvdrip.mkv. Almost all of the missing artwork is on movies that have been scraped properly. The actors are linked and the movie name is scraped and the information is filled in, except the artwork. I check in the database and I can see the the c08 field has artwork URLs in it.
On titles that have missing artwork in Kodi, the URLs return a 404.
For example, here's one of the URLs inside the c08 field in the DB for a movie called 2 Guns: https://image.tmdb.org/t/p/w500/30lM3Uvz...YTWgd3.jpg. I can readily find many, many other examples with the same problem. I use The Movie Database Scraper.
I can go in the GUI and click Refresh and then it finds the movie instantly and pulls down the new artwork and then the problem is solved, for that ONE movie. To test if I can do this in an automated way, I've tried to delete them manually from the movie table and the files table and then Update the Library and Scan for New Content but that does not rediscover the movie.
I'm guessing this scraping happened fine at some point before 2017 when these movies were added to my library (files.dateAdded), but that the links are now dead? Or perhaps there was a problem with the scraper when the files were originally scraped years ago? Who knows.
I found a reported issue where the links had http: instead of https: in them, and followed the instructions here (https://www.reddit.com/r/kodi/comments/j...&context=3). I exported the tables, sed replaced the http with https for the tmdb.org links, and reimported the sql file. There was no change at all in my problem. Most of the links that i glanced through had http in them were actor links, and I do recall missing actor images, but I don't care about that nearly as much as the cover art.
Questions:

Most of my movies are DVD rips from my own DVDs. The naming scheme is [movie name].dvdrip.mkv. Almost all of the missing artwork is on movies that have been scraped properly. The actors are linked and the movie name is scraped and the information is filled in, except the artwork. I check in the database and I can see the the c08 field has artwork URLs in it.
On titles that have missing artwork in Kodi, the URLs return a 404.
For example, here's one of the URLs inside the c08 field in the DB for a movie called 2 Guns: https://image.tmdb.org/t/p/w500/30lM3Uvz...YTWgd3.jpg. I can readily find many, many other examples with the same problem. I use The Movie Database Scraper.
I can go in the GUI and click Refresh and then it finds the movie instantly and pulls down the new artwork and then the problem is solved, for that ONE movie. To test if I can do this in an automated way, I've tried to delete them manually from the movie table and the files table and then Update the Library and Scan for New Content but that does not rediscover the movie.
I'm guessing this scraping happened fine at some point before 2017 when these movies were added to my library (files.dateAdded), but that the links are now dead? Or perhaps there was a problem with the scraper when the files were originally scraped years ago? Who knows.
I found a reported issue where the links had http: instead of https: in them, and followed the instructions here (https://www.reddit.com/r/kodi/comments/j...&context=3). I exported the tables, sed replaced the http with https for the tmdb.org links, and reimported the sql file. There was no change at all in my problem. Most of the links that i glanced through had http in them were actor links, and I do recall missing actor images, but I don't care about that nearly as much as the cover art.
Questions:
- I'm not sure what to do to fix nearly 700 bad entries like this in an automated way. It will take way too long to do it manually. Any ideas?
- Is there any better way to handle long term storage of scraped information? I see some people use scrapers outside of Kodi and somehow manage jpg files alongside the movie files. All my files are named like I said above, and in one folder called Movies. I'm not sure if I can use something like Artwork Beef? But I don't really want to go through alot of effort to set things up and have to maintain that going forward. I just want it to work within Kodi. I use it daily and it's been a few years that this problem has been antagonizing me.
