[Recalbox 9.1] Theme Unifiedspin
-
Bonjour Butch Games,
Ce theme est superbe, très agréable dans l'utilisation. Bravo pour le boulot. C'est mon thème par défaut depuis 2 ans.
A priori depuis la version Recalbox 9.2 on a des petits problèmes d'affichage sur la gamelist. Le détail du rom et les screenshots ne sont pas correctement positionnés. Est-il prévu une mise à jour ?
Merci. -
@brunog
Salut,
On a fait les correction sur ce thème. Je viens de mettre à jour le lien pour la 9.2 dans le message initial -
@BOUNITOS
Salut,
Mais vous êtes tous incroyables chez Recalbox !!
Merci pour la réactivité et les corrections.
J'ai testé et c'est parfait. Encore du bon boulot ! -
Bonjour,
Tout d'abord, merci beaucoup pour ce theme, il est super beau!
J'ai juste un petit souci: je n'ai pas les notes (ratings) des jeux qui s'affichent, il n'y a rien à l'endroit où ça doit être. Est-ce que vous savez d'où ça pourrait venir?
Je suis sur recalbox 9.2.2.
-
Quick follow-up, in case it helps someone.
I managed to fix the rating and release date in 9.2.2 by modifying the file "_inc\gamelistviews\standard_gamelist.xml", and changing:
- replace lines 27-34 with
<text name="md_lbl_rating, md_lbl_releasedate, md_lbl_developer, md_lbl_publisher, md_lbl_genre, md_lbl_lastplayed, md_lbl_playcount, md_developer, md_publisher, md_genre, md_playcount, md_lastplayed, md_description"> <pos>1 1</pos> </text> <text name="md_lbl_rating,md_lbl_releasedate, md_lbl_developer, md_lbl_publisher, md_lbl_genre, md_lbl_lastplayed, md_lbl_playcount, md_lbl_players, md_description"> <color>FFFFFF</color> <fontPath>./../fonts/Acre.otf</fontPath> <fontSize>0.025</fontSize> </text>
- adding the color directly to the "md_releasedate" node at line 69-71:
<datetime name="md_releasedate"> <color>F9F900</color> <forceUppercase>1</forceUppercase>
Obviously, I am using the standard gamelist view. You would have to do the same for the other views if you use them.
-
@blazermax Check the first post,
I've put a link to a version for 9.2 that fixes the bug you're talking about, so you can continue to use this theme for the moment.
Look at the end of the first post -
Hello,
In order to understand how themes are made, and fixing some bugs in themes I use (like this one), I started reorganizing things (files + actual XML) to follow the approach I saw in https://gitlab.com/Bounitos/Theme-Midnight (by Bounitos).
@Butch-Games are you ok if I share the resulting files once it's done? Do you want me to open a big PR on your gitlab repository?
I am not changing the pictures, or the systems actually supported (I need to learn some photoshop skills for that, not sure how Butch-Games made the existing ones; any pointer in the right direction for that would be appreciated btw).