https://bugs.kde.org/show_bug.cgi?id=454437
--- Comment #7 from Karl Ove Hufthammer <k...@huftis.org> --- I’ve now done some testing, for various audio formats. Setting and getting a 1–5 star rating seems to work fine. Retrieving the ‘rating’ also seems to return the correct numerical rating for each format. But using the binary from https://sourceforge.net/projects/kid3/files/kid3/development/kid3-git20220528-win32-x64.zip/download, I get an error message when I try to set a rating on the .ogg file: /path/kid3-git20220528-Linux/kid3-cli: symbol lookup error: /path/kid3-git20220528-Linux/plugins/liboggflacmetadata.so: undefined symbol: __pow_finite (A similar .opus file works fine.) Also, I think trying to set an invalid star rating (e.g. ‘3.7’, ‘-1’, 6 or ‘foo’) should result in an error message (and no stored rating). Currently, it doesn’t. I’m not sure how *getting* an non-numerical rating (e.g., ‘foo’) as a ‘ratingstars’ value should be handled. Perhaps returning an empty value? Currently, the stored value (e.g., ‘foo’ for most formats, 0 for some) is returned. -- You are receiving this mail because: You are watching all bug changes.