playlist or content target similar movies
#1
I want a playlist of dynamic content to be fill for similar movies.... I want to choose the movie I know skin help widget will give me a random move with movie similar to it... but I want to tell it which movie I want it to find similar movies for..... or at least maybe a playlist where I pass $INFO[ListItem.Genre] and it pick other random movies in the same genre.
Shield TV | Windows 10 | Mariadb | Mii Box
Evolve Ecosystem Repo | TV Melodies | Madnox Holiday Mod
Reply
#2
You can pass the imdb id to the similar movies path as an optional condition
Code:
plugin://script.skin.helper.widgets/?action=similar&mediatype=movies&imdbid=[IMDBID]

You can get the imdb id from a list item with
Code:
$INFO[ListItem.IMDBNumber]

So if you wanted a similar movies list in dialogvideoinfo for example:
Code:
plugin://script.skin.helper.widgets/?action=similar&mediatype=movies&imdbid=$INFO[ListItem.IMDBNumber]

Or alternatively you can grab the imdbid from imdb if you want a specific film.
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
#3
Thanks that's exactly what I wanted .... I feel dumb of overlooking/not understanding that when I read over the readme. Thanks again
Shield TV | Windows 10 | Mariadb | Mii Box
Evolve Ecosystem Repo | TV Melodies | Madnox Holiday Mod
Reply

Logout Mark Read Team Forum Stats Members Help
playlist or content target similar movies0