2022-03-27, 15:29
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.
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.