Kodi Community Forum

Full Version: How to make a playlist a specific video ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I would like to make a playlist with a specific list of movies that I have to select from over a thousand movies that I have.
For example, I want to see all Marvel movies in a specific order.
So I want to select all Marvel movies and create a playlist that I can open easily. Instead of each time find out which movie is the next to watch and look for it in all the media. I would like to do it once and for all and keep this playlist recorded to watch every night a new movie from this list.
And I have not found how to do it yet.
Can you help me ?
Thank you.
I am on a rasberry with Kodi 18.3 and the movies are on a local network.
I want to see all Marvel movies in a specific order.
you could make a node https://forum.kodi.tv/showthread.php?tid=257378

sort by set
play count =0

xml:
<?xml version="1.0" encoding="UTF-8"?>

-<node type="folder">

<label>row1</label>

<path>videodb://movies/?setid=37&studioid=83</path>

</node>
setid=Marvel movies
@the_other_guy

How does that sort movies into a specific order? How does it combine movies from different sets sharing the same Universe?
(2019-08-16, 00:54)Karellen Wrote: [ -> ]@blackpanthera

Try this... https://kodi.wiki/view/HOW-TO:Movie_universe
Hello, thanks. Following the explanation, it's exactly what I need.  Smile
​​​​[font][font]I will try it.
Thanks [/font][/font]
(2019-08-16, 00:54)Karellen Wrote: [ -> ]@blackpanthera

Try this... https://kodi.wiki/view/HOW-TO:Movie_universe

I tried and all is working as expected. Thanks.
Great to hear. I will mark this solved..

Thread marked solved.