Posts: 26
Threads: 7
Thanks Received:
0 in 0 posts
Thanks Given: 2
Joined: 19/07/2015
Reputation:
0
Hi,
in these days I tried to make a smart playlist.. I'd like to do top 250 imdb as preset in Kodi, but I can't be able to do it... I don't know why once I setted everything, the playlist shows all my films and not only the top 250.
Any ideas to help me?
tks
Posts: 10.777
Threads: 929
Thanks Received:
1.004 in 825 posts
Thanks Given: 1.066
Joined: 13/09/2012
Reputation:
352
11/04/2021, 19:37
(This post was last modified: 11/04/2021, 19:38 by
Wanilton.)
The smart playlist should look like this
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>Top 250</name>
<match>all</match>
<rule field="top250" operator="greaterthan">0</rule>
<limit>250</limit>
<order direction="ascending">top250</order>
</smartplaylist>
Of course, if you haven't scrapped the top 250 or set-up up your scraper for it, then the .nfo will not have that information. Check with a text editor one of the top 250 .nfo and see if the tag is listing inside <top250>100</top250>
Apoie o projeto MEDIA Brasil. Faça uma doação ou assine e torne-se Vip - Tenha acesso aos recursos exclusivos das versões customizadas + acesso área vip do fórum.
Support the Media Brazil project. Make a donation or subscribe and become VIP - Access the exclusive features of the custom versions + access the VIP area of the forum.
Request more info via chat or private message.
Please do not PM me for support; use the forum instead
Wanilton
Media Brazil Forum Staff
KODI 21.0 Omega Custom /
Skin Aeon MQ9-1.6.0-29 - 09.15.2023
Be Vip Plus,
donate.
Posts: 10.777
Threads: 929
Thanks Received:
1.004 in 825 posts
Thanks Given: 1.066
Joined: 13/09/2012
Reputation:
352
2 ways, using smartplaylist creator (Kodi will create) or manually create an XSP file...and put the file in your userdata/playlists/video/top_250.xsp or any other filename.
Apoie o projeto MEDIA Brasil. Faça uma doação ou assine e torne-se Vip - Tenha acesso aos recursos exclusivos das versões customizadas + acesso área vip do fórum.
Support the Media Brazil project. Make a donation or subscribe and become VIP - Access the exclusive features of the custom versions + access the VIP area of the forum.
Request more info via chat or private message.
Please do not PM me for support; use the forum instead
Wanilton
Media Brazil Forum Staff
KODI 21.0 Omega Custom /
Skin Aeon MQ9-1.6.0-29 - 09.15.2023
Be Vip Plus,
donate.