RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    Flat Theme

    Scheduled Pinned Locked Moved Projects and Themes
    poor man wannabe richrich man wannabe king
    270 Posts 33 Posters 211.6k Views
    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.
    • meleuM
      meleu @FlyingTomahawk
      last edited by

      @FlyingTomahawk said in Flat Theme:

      Is that the loading screen once you start the rom?

      Look this thread to know what it's all about: https://retropie.org.uk/forum/topic/7193/runcommand-launching-images-for-any-theme

      • Useful topics
      • joystick-selection tool
      • rpie-art tool
      • achievements I made
      1 Reply Last reply Reply Quote 1
      • meleuM
        meleu @lilbud
        last edited by

        @lilbud Now a curiosity...

        My script gets the font to add the "NOW LOADING" and "PRESS A BUTTON" text from the <textlist> of detailed view, following an hierarchy like this:

        <theme>
            <view name=detailed>
                <textlist name=*ANYTHING*>
                    <fontPath>FONT_NAME.TTF</fontPath>
        

        Your flat.xml file has two entries for this data: here at line 56 and here at line 163. I'm not an expert about ES themes and I don't know if this is a redundancy, but this duplicity was confusing my script.

        Thanks to this fact, I fixed my script and made it a little stronger. :-)

        • Useful topics
        • joystick-selection tool
        • rpie-art tool
        • achievements I made
        lilbudL 1 Reply Last reply Reply Quote 0
        • greekmanxG
          greekmanx @lilbud
          last edited by

          @lilbud man you are awesome the dark theme is amazing and I am patiently (NOT PATIENTLY) waiting for video support and well this will be the best theme ever hard to go to images after you been using video snaps otherwise lilbud sweet theme

          RionR 1 Reply Last reply Reply Quote 4
          • RionR
            Rion @greekmanx
            last edited by

            @greekmanx @lilbud I second video support. 😀

            FBNeo rom filtering
            Mame2003 Arcade Bezels
            Fba Arcade Bezels
            Fba NeoGeo Bezels

            lilbudL 1 Reply Last reply Reply Quote 2
            • lilbudL
              lilbud @Rion
              last edited by

              @Rion @greekmanx I can't get video to show up, I set all of the tags, but still nothing.

              Creator of the Radiocade: https://retropie.org.uk/forum/topic/6077/radiocade

              Backlog: http://backloggery.com/lilbud

              HurricaneFanH mattrixkM 2 Replies Last reply Reply Quote 0
              • lilbudL
                lilbud @meleu
                last edited by

                @meleu The gamelist has 2 entries, 1 for each view, since each has a different template

                Creator of the Radiocade: https://retropie.org.uk/forum/topic/6077/radiocade

                Backlog: http://backloggery.com/lilbud

                1 Reply Last reply Reply Quote 0
                • HurricaneFanH
                  HurricaneFan @lilbud
                  last edited by

                  @lilbud can you post your video code and we could try to help you?

                  1 Reply Last reply Reply Quote 0
                  • mattrixkM
                    mattrixk @lilbud
                    last edited by

                    @lilbud Do you have your sound turned up? I had the issue where I thought videos weren't working, but it turned out they were playing, but were just behind my background image.

                    You'll need to remove extra="true" from <image name="background" extra="true"> in order for the background image to go behind the videos.

                    My ES themes: MetaPixel | Spare | Io | Indent

                    1 Reply Last reply Reply Quote 1
                    • lilbudL
                      lilbud
                      last edited by lilbud

                      Here is the video code

                      <view name="video">
                      	<image name="md_marquee">
                      		<pos>0.254 0.202</pos>
                      		<origin>0.0 0.0</origin>
                      		<size>0.185 0.327</size>
                      	</image>
                      	<video name="md_video">
                      		<pos>0.254 0.202</pos>
                      		<origin>0 0</origin>
                      		<size>0.185 0.327</size>
                      		<delay>0.0</delay>
                      		<default>~/resources/default.wma</default>
                      		<showSnapshotNoVideo>false</showSnapshotNoVideo>
                      		<showSnapshotDelay>false</showSnapshotDelay>
                      	</video>
                      </view>
                      

                      Creator of the Radiocade: https://retropie.org.uk/forum/topic/6077/radiocade

                      Backlog: http://backloggery.com/lilbud

                      1 Reply Last reply Reply Quote 0
                      • N
                        Nismo
                        last edited by Nismo

                        @lilbud Are you setting background as "extra"??? I told you any extra images are on top of video.

                        Can you send me or post a copy of your flat.xml? I downloaded the one from github but no video entries there.

                        Also in that code I see this:

                        <default>~/resources/default.wma</default>
                        

                        As far I know wma = windows media audio... so it's not a video, maybe you are trying to play a windows media video? (wmv).

                        1 Reply Last reply Reply Quote 0
                        • lilbudL
                          lilbud
                          last edited by

                          @Nismo https://drive.google.com/file/d/0B3U0bE6LTfFQZVhkN3BrUWFLZUk/view?usp=sharing

                          Creator of the Radiocade: https://retropie.org.uk/forum/topic/6077/radiocade

                          Backlog: http://backloggery.com/lilbud

                          mattrixkM N 2 Replies Last reply Reply Quote 0
                          • mattrixkM
                            mattrixk @lilbud
                            last edited by

                            @lilbud I see nothing in there that would stop your videos from showing up. Maybe it's an issue with your gamelist.xml not pointing to your videos correctly?

                            Also, is this part of core ES now?
                            <feature supported="carousel">

                            Last I heard it was just a suggestion. I didn't know anyone had actually made it work.

                            My ES themes: MetaPixel | Spare | Io | Indent

                            lilbudL 1 Reply Last reply Reply Quote 0
                            • lilbudL
                              lilbud @mattrixk
                              last edited by

                              @mattrixk Got it to work, but I would need more time to screw around with it.

                              I have like 5 different builds of ES installed. Switching between them as needed

                              Creator of the Radiocade: https://retropie.org.uk/forum/topic/6077/radiocade

                              Backlog: http://backloggery.com/lilbud

                              1 Reply Last reply Reply Quote 0
                              • N
                                Nismo @lilbud
                                last edited by

                                @lilbud I'll take a look but I still don't understand why are you using audio where must be a video.

                                lilbudL 1 Reply Last reply Reply Quote 0
                                • lilbudL
                                  lilbud @Nismo
                                  last edited by

                                  @Nismo Changed it to a video file, even set a default video

                                  https://drive.google.com/file/d/0B3U0bE6LTfFQZVhkN3BrUWFLZUk/view?usp=sharing

                                  Creator of the Radiocade: https://retropie.org.uk/forum/topic/6077/radiocade

                                  Backlog: http://backloggery.com/lilbud

                                  N 3 Replies Last reply Reply Quote 0
                                  • N
                                    Nismo @lilbud
                                    last edited by Nismo

                                    @lilbud I'll help you with this, I have white screnn in all systems.

                                    Also you need to set up the marquees, even if you doesn't want to use marquees in your theme, because it can show on top or other things if somebody have marquees.

                                    If you want marquees place it somewhere, if you don't want marquees, move out of the screen.

                                    1 Reply Last reply Reply Quote 0
                                    • N
                                      Nismo @lilbud
                                      last edited by

                                      @lilbud I got it working, marquees and images are on top of videos, i'll fix in a sec and send you the theme with the changes.

                                      lilbudL 1 Reply Last reply Reply Quote 0
                                      • sergioadS
                                        sergioad
                                        last edited by

                                        Looks awesome, reminds me Android and Kodi 17

                                        1 Reply Last reply Reply Quote 0
                                        • N
                                          Nismo @lilbud
                                          last edited by

                                          @lilbud Go it working now give me some minutes to place marquees...

                                          1 Reply Last reply Reply Quote 0
                                          • lilbudL
                                            lilbud @Nismo
                                            last edited by

                                            @Nismo Could you send a Pull Request instead?

                                            Creator of the Radiocade: https://retropie.org.uk/forum/topic/6077/radiocade

                                            Backlog: http://backloggery.com/lilbud

                                            N 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                                            Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.