Bug [Fixed] Rating and votes with troubles Kyrpton
#1
Bug 
Get bug in rating and votes when use version 05.01.2016 Krypton (continue with error using 05,02.2016)

Broken using version 32d99cd
http://mirrors.kodi.tv/nightlies/win32/K...master.exe

Image

Using version a09f146 - 04.30.2016 http://mirrors.kodi.tv/nightlies/win32/K...master.exe work fine

Image

----------------------------------

HERE FIX:

Trouble caused by string 20350 in resource.language.en_gb

This way work fine - 04/30/2016
#. Label for showing media rating and votes (combined), for example: "9.1 (87 votes)"
#: xbmc/GUIInfoManager.cpp
msgctxt "#20350"
msgid "%s (%s votes)"
msgstr ""

With string actual cause this trouble. 05/02/2016
#. Label for showing media rating and votes (combined), for example: "9.1 (87 votes)"
#: xbmc/GUIInfoManager.cpp
msgctxt "#20350"
msgid "%.1f (%i votes)"
msgstr ""

Changed msgid "%s (%s votes)" and now rating and votes show fine again.
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
#2
wish i read your edit before i started searching for the cause myself :-)

thanx for the headsup!
https://github.com/xbmc/xbmc/pull/9740
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply

Logout Mark Read Team Forum Stats Members Help
[Fixed] Rating and votes with troubles Kyrpton0