Jump to content

workaround for smartplaylist with rt filter?


horstepipe
Go to solution Solved by sualfred,

Recommended Posts

horstepipe

Hey

Unfortunately it just caught my eye that one can't create a smartplaylist with reasonable rotten tomatoes (user rating) filters.

The problem is that the highest number Kodi allows in this field is 10, but the highest rotten tomatoes rating is 100 :-/

 

I'd love to create a playlist showing movies with a high imdb and rotten tomatoes rating, unfortunately it is not possible.

 

@@Angelblue05 do you see any possibility to fool the Kodi db to make this possible? :-)

 

Best regards

Link to comment
Share on other sites

  • Solution
sualfred

Just manually edit the smart playlist. It's stored in your userdata folder.

 

Example:

E:\Kodi\Kodi Leia\portable_data\userdata\playlists\video

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
    <name>test</name>
    <match>all</match>
    <rule field="userrating" operator="is">
        <value>100</value>
    </rule>
    <order direction="descending">userrating</order>
</smartplaylist>

Works.

  • Like 2
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...