https://bugs.kde.org/show_bug.cgi?id=454437
--- Comment #5 from Karl Ove Hufthammer <k...@huftis.org> --- (In reply to Urs Fleisch from comment #4) > You can find a development snapshot Kid3 git20220528 in > https://sourceforge.net/projects/kid3/files/kid3/development/ where I have > implemented 'get ratingstars' and 'set ratingstars' for kid3-cli. Thanks, I’ll take a look. BTW, is there a reason this update isn’t available at https://invent.kde.org/multimedia/kid3? > - You still can only set full stars, not half stars or other fractions. That’s OK for me. :) > - If you use `kid3-cli -c "set ratingstars 2" *` this will not work > correctly when files with different tag formats are included by `*`. The > reason is by design: When a frame is added or edited on multiple files, it > is only created once and then pasted into the remaining files, so this will > only work when using ratingstars with files having the same tag format. In > other cases, you should write the tags separately, e.g. using `for i in *; > do kid3-cli -c 'set ratingstars 2' $i; done`. OK. But I think this is very surprising behaviour, so shouldn’t it be mentioned in the documentation? -- You are receiving this mail because: You are watching all bug changes.