Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    [Recalbox 9.1] Theme Unifiedspin

    Themes & Interface
    theme recalbox 9
    13
    27
    24627
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • alonsocr23
      alonsocr23 last edited by

      I've tried it on Recalbox 8.1.1 on a Raspberry 3b+ connected to a TV and it doesn't work, why could it be? help, thanks

      Butch Games 1 Reply Last reply Reply Quote 0
      • Butch Games
        Butch Games Theme moderator @alonsocr23 last edited by

        @alonsocr23
        Hello, is the theme unpacked ?
        The theme works well on Pi4, normally it should on pi3 too

        1 Reply Last reply Reply Quote 0
        • Butch Games
          Butch Games Theme moderator last edited by

          Le thème est maintenant compatible avec Recalbox 9.0

          aftermath 1 Reply Last reply Reply Quote 2
          • Sesto2k
            Sesto2k last edited by Sesto2k

            Really a great theme. I just installed it. However, since I have set everything to german (I'm from Germany), here's a little hint: In the game overview of the respective systems, the words "Published (Veröffentlicht)" and "Player (Spieler)" overlap...can this be changed? Maybe with a little more distance?

            Vraiment un super thème. Je viens de l'installer. Cependant, comme j'ai tout mis en allemand (je viens d'Allemagne), voici un petit indice : dans l'aperçu du jeu des systèmes respectifs, les mots "Publié (Veröffentlicht)" et "Joueur (Spieler)" se chevauchent... cela peut-il être changé? Peut-être avec un peu plus de distance ?

            Unifiedspin Theme 2.jpg

            Butch Games 1 Reply Last reply Reply Quote 0
            • aftermath
              aftermath @Butch Games last edited by

              @Butch-Games Is there a reason this theme is Recalbox-only? There is nothing else on Recalbox, Batocera or Retropie that even comes close.

              M__a__a__x Butch Games 2 Replies Last reply Reply Quote 0
              • M__a__a__x
                M__a__a__x Global moderator @aftermath last edited by

                @aftermath

                Hello,

                Each Distribution, even if they are based on the same bases, have their own specificities, including in the themes.


                Bonjour,

                Chaque Distribution, même si elles s'appuient sur les même bases ont leurs propres spécificités y compris dans les thèmes.

                Recalboxment votre,

                M__a__a__x

                1 Reply Last reply Reply Quote 0
                • Butch Games
                  Butch Games Theme moderator @aftermath last edited by

                  @aftermath
                  Hello, I only make themes for Recalbox

                  1 Reply Last reply Reply Quote 0
                  • Butch Games
                    Butch Games Theme moderator @Sesto2k last edited by

                    @Sesto2k
                    Je vais y réfléchir, merci pour la remarque

                    1 Reply Last reply Reply Quote 0
                    • M__a__a__x
                      M__a__a__x Global moderator last edited by

                      Thème 100% à jour avec les différents systèmes de la 9.1

                      Recalboxment votre,

                      M__a__a__x

                      1 Reply Last reply Reply Quote 0
                      • Psykotine
                        Psykotine last edited by

                        bonjour, un grand merci à toi pour tout ce travail !!!

                        juste une remarque d'amélioration :

                        la Wheel et le Thème ne gère pas le 240p Test Suite

                        sinon c'est vraiment un thème agréable et efficace

                        1 Reply Last reply Reply Quote 0
                        • brunog
                          brunog last edited by

                          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.

                          BOUNITOS 1 Reply Last reply Reply Quote 0
                          • BOUNITOS
                            BOUNITOS Staff @brunog last edited by

                            @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

                            brunog 1 Reply Last reply Reply Quote 0
                            • brunog
                              brunog @BOUNITOS last edited by

                              @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 !

                              1 Reply Last reply Reply Quote 1
                              • sonyc
                                sonyc last edited by

                                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.

                                sonyc 1 Reply Last reply Reply Quote 0
                                • sonyc
                                  sonyc @sonyc last edited by

                                  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.

                                  1 Reply Last reply Reply Quote 0
                                  • BOUNITOS
                                    BOUNITOS Staff last edited by

                                    @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

                                    1 Reply Last reply Reply Quote 0
                                    • sonyc
                                      sonyc last edited by

                                      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).

                                      1 Reply Last reply Reply Quote 0
                                      • First post
                                        Last post

                                      Want to support us ?

                                      81
                                      Online

                                      99.6k
                                      Users

                                      28.1k
                                      Topics

                                      187.1k
                                      Posts

                                      Copyright © 2021 recalbox.com