Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
Randomize movie/show poster
#1
Is it possible to have multiple movie poster and show a random one each time? Sort of like how netflix will have multiple movie posters and show a different one.

I know netflix uses and algorithm to determine which one it will show. I just want to know if its possible to randomize.
Reply
#2
I think it's possible, but you'd have to write a service addon to do it.  That addon would sit in the background and periodically pick a new poster from the list of available posters in Kodi. But by default, no, there isn't a setting or anything to do that.
Reply
#3
(2020-11-07, 18:06)pkscout Wrote: I think it's possible, but you'd have to write a service addon to do it.  That addon would sit in the background and periodically pick a new poster from the list of available posters in Kodi. But by default, no, there isn't a setting or anything to do that.

I think that's something I can do. Only thing that isn't obvious from reading the documentation. Is how do you get a list of the movies/tv shows in your library?
Reply
#4
(2020-11-10, 16:02)taleman Wrote:
(2020-11-07, 18:06)pkscout Wrote: I think it's possible, but you'd have to write a service addon to do it.  That addon would sit in the background and periodically pick a new poster from the list of available posters in Kodi. But by default, no, there isn't a setting or anything to do that.

I think that's something I can do. Only thing that isn't obvious from reading the documentation. Is how do you get a list of the movies/tv shows in your library?
Take a look at this JSON RPC call:

https://kodi.wiki/view/JSON-RPC_API/v12#....GetMovies
Reply

Logout Mark Read Team Forum Stats Members Help
Randomize movie/show poster0