(2018-03-27, 02:37)jurialmunkey Wrote: (2018-03-27, 01:26)Guilouz Wrote: Some issues (Leia branch) :
1. Text change on focus
2. Duplicate duration
3. And I see you support Artwork Beef, is it possible you add multifanart support with it ? And also for pictures (fanarts) list on dialog video info ?
4. What do you think about reduce size of landscape widgets, to have more than 3 items on screen ?
5. On my last screenshot, what are the stars rating ? There is already TMDB and IMDB rating beside.
1. Fixed. Thanks for the report.
2. Looks like you are not on the latest Leia nightly. There were changes to ListItem.Duration where it now supports formatting strings.
See: https://forum.kodi.tv/showthread.php?tid...pid2717654
3. Added support for Artwork Beef via Artwork Helper (need to install it manually from rmrector's repo)
4. The problem with reducing the size is that it changes alignment - currently two widgets fit perfectly on the screen which is great for mouse/touch setups.
5. Star rating is the manually set UserRating. If ListItem.UserRating is empty, it falls back to ListItem.Rating from library. The IMDB rating tag pulls from SkinHelper, so is updated more frequently.
3. Extrafanarts are working now. Can you reduce cycling time of fanarts ?
4. It's too bad
5. This is duplicate when user rating is not set. Why not display it only when user rating is set ?
Minor issue, I think there is too much space here :
And there is something wrong with settings name, I think you use two strings (Name of setting and 'settings' word) to show them, in my screenshot you can see 'Médias Paramètres', in French correct translation is 'Paramètres des médias'
In this case Kodi settings must use their strings like :
#: system/settings/settings.xml
msgctxt "#14212"
msgid "Media settings"
msgstr "Paramètres des médias"
#: system/settings/settings.xml
msgctxt "#14207"
msgid "Interface settings"
msgstr "Paramètres de l’interface"
#: system/settings/settings.xml
msgctxt "#14208"
msgid "Service settings"
msgstr "Paramètres des services"
#: system/settings/settings.xml
msgctxt "#14209"
msgid "System settings"
msgstr "Paramètres du système"
#: system/settings/settings.xml
msgctxt "#14210"
msgid "Profile settings"
msgstr "Paramètres du profil"
Or you can use : 'Settings : Name of setting'
I hope you have understand what I mean.