horstepipe 364 Posted December 10, 2018 Posted December 10, 2018 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
Solution sualfred 677 Posted December 10, 2018 Solution Posted December 10, 2018 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. 2
Recommended Posts