Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Follow Free Media Player Specification #47

Closed
wants to merge 2 commits into from
Closed

Follow Free Media Player Specification #47

wants to merge 2 commits into from

Conversation

Seirdy
Copy link
Contributor

@Seirdy Seirdy commented Sep 5, 2020

Players such as Clementine, Yarock, XMMS2, and VLC parse/write rating
tags by looking for the "Fmps Rating" tag in accordance with the XDG
FMPS specification

As per this specification, ratings now get written to the FMPS_RATING
tag as floating points between 0 and 1 (i.e., save a rating of 3/10 by
setting FMPS_RATING to 0.3). This allows track ratings to be parsed by
other media players that comply with the specificaation.

Players such as Clementine, Yarock, XMMS2, and VLC parse/write rating
tags by looking for the "Fmps Rating" tag in accordance with the [XDG
FMPS specification](https://gitlab.freedesktop.org/xdg/xdg-specs/-/blob/media-player/media-player/specification.txt)

As per this specification, ratings now get written to the FMPS_RATING
tag as floating points between 0 and 1 (i.e., save a rating of 3/10 by
setting FMPS_RATING to 0.3). This allows track ratings to be parsed by
other media players that comply with the specificaation.
@Seirdy Seirdy closed this Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant