Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
[LOCAL] Thumbnails, art_id URL from MYSQL
#1
After snooping around kodi forums and have not find this solution or attempt, I had to make this post

On MYSQL, I've noticed most thumbnail/poster/fanart are grabbed from art_id URL.

Is there any script or workaround to grab the URL of thumbnails from local server?

| art_id | media_id | media_type | type | url | 
| 24141 | 442| movie | poster | http://image.tmdb.org/t/p/original/cswwr32s.jpg |

=======================================================================
To this,

| art_id | media_id | media_type | type | url | 
| 24141 | 442| movie | poster | smb://192.168.1.1234/Movies/Harry (2001)-thumb.jpg |



This way, it will be truly centralized. Not substitution nonsense.
Reply
#2
(2022-03-27, 15:29)clockwerk Wrote: | art_id | media_id | media_type | type | url | 
| 24141 | 442| movie | poster | http://image.tmdb.org/t/p/original/cswwr32s.jpg |
To me that indicates one of the following:
1. When you scraped that movie into the library, you did not have local artwork. You may have added local artwork later.
or
2. If you did have local artwork, maybe that particular image was missing or corrupt and Kodi had to fall back to a scraped image to display the poster.

Looking at the link, it is looks like a very old link, so maybe just delete the movie from the library and rescan it, and Kodi will use the local artwork if it is correctly named and saved.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#3
(2022-03-27, 20:57)Karellen Wrote:
(2022-03-27, 15:29)clockwerk Wrote: | art_id | media_id | media_type | type | url | 
| 24141 | 442| movie | poster | http://image.tmdb.org/t/p/original/cswwr32s.jpg |
To me that indicates one of the following:
1. When you scraped that movie into the library, you did not have local artwork. You may have added local artwork later.
or
2. If you did have local artwork, maybe that particular image was missing or corrupt and Kodi had to fall back to a scraped image to display the poster.

Looking at the link, it is looks like a very old link, so maybe just delete the movie from the library and rescan it, and Kodi will use the local artwork if it is correctly named and saved.

Not at all, its just an example.
This is a problem for Local Information Scraped video. The thumbnails are not gonna appear from MYSQL unlike tmdb where CLIENTS will re-download thumbs by the links.

TLDR, Clients won't have thumbnails for Locally INFO Scraped.
Reply

Logout Mark Read Team Forum Stats Members Help
[LOCAL] Thumbnails, art_id URL from MYSQL0