• Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Smart Playlists and ratings

    Scheduled Pinned Locked Moved
    Technical Help
    1
    1
    184
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      mike_jones
      last edited by

      I'm trying to put together a smart playlist that will skip anything with a 1, 2, or 3-star rating (yes, that's weird). I built one with three conditions: rating not equal <1 star>, rating not equal <2 stars>, rating not equal ❤ stars> with AND to match all conditions.
      It keeps adding songs with 3-star ratings to the playlist.
      I'm willing to believe there's something odd for ratings in the database, particularly since when I looked at it with a SQLite editor it says that the "ratings" field is INTEGER but the values are...not integers, but also not exactly .2, .4 and so on. I expected them to be 0-5, or at least 0, .2, .4 exactly.
      Any advice? If there are values the ratings "should be" to make this work I have no problem editing the database.

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Powered by NodeBB | Contributors