Laine icon indicating copy to clipboard operation
Laine copied to clipboard

Ratings support?

Open JasonLG1979 opened this issue 8 years ago • 0 comments

The MPRIS spec supports reading ratings, although it's very vague as to what the values are suppose to translate to.

MPRIS 1 says:

"rating" (uint32) A "taste" rate value, out of 5. 0-5 or 1-5?

MPRIS 2 says:

xesam:userRating Float: A user-specified rating. This should be in the range 0.0 to 1.0.

Although the current spec is MPRIS 2 most players and clients seem to use the 0 through 4 or 5 scale.

As far as setting ratings the spec really doesn't say anything. It seems pretty much up to the player to "extend" the API with their own methods/properties.

I guess my question is if you plan on implementing any ratings support?

JasonLG1979 avatar Mar 11 '16 22:03 JasonLG1979