v17 Smart playlists return empty because of rating rules
#2
Kodi now supports 2 different ratings fields for songs - rating and userrating. For consistency with video maybe? I have no idea why other team members made this change.

Anyway I suspect you just need to change your playlist rules to use the userrating field instead of rating, that is where the migrated data went. It is now a score out of 10. For more "consistency" it is called "my rating" on screen.

For example:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="songs">
    <name>Rating_my</name>
    <match>all</match>
    <rule field="userrating" operator="greaterthan">
        <value>3</value>
    </rule>
    <limit>10</limit>
</smartplaylist>

Search for "rating" should find more discussion. Also might help others if you change the title (edit the 1st post) to mention rating too - it is not a general playlist issue, but a specific one.

My family is also sticking with Confluence. But if you want to moan about Estuary then do so in a skins subforum not here. It will do no good there either, but at least it theory it is the area sknners could look at.
Reply


Messages In This Thread
RE: Music library's smart playlists return empty - by DaveBlake - 2017-05-24, 17:51
Logout Mark Read Team Forum Stats Members Help
Smart playlists return empty because of rating rules0