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 204.7k 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.
    • N
      Nismo @lilbud
      last edited by Nismo

      @lilbud I don't know how to do that, but if you want i can tell you what was the changes.

      Here you have: http://www.mediafire.com/file/f9ts8gayc8n8r7c/es-theme-flat-with-video.zip

      You need to place marquees better, i let that for you, but now are not on top of video, now are on upper right corner, anyway marquees are on top of nes logo, no space for marquees there.

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

        @Nismo Video is still not playing for me

        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 Nismo

          @lilbud This is what I did to fix the theme.

          • For every system, in theme.xml I replace:
          <view name="basic, detailed">
          

          with:

          <view name="basic, detailed, video">
          
          • On flat.xml replace:
          <view name="basic, detailed, grid">
          

          with:

          <view name="basic, detailed, grid, video">
          
          • and:
          <view name="detailed">
          

          with:

          <view name="detailed, video">
          
          • But video view doesn't need md_image so I deleted this from <view name="detailed, video">:
          <image name="md_image">
          			<pos>0.254 0.202</pos>
          			<maxSize>0.185 0.327</maxSize>
          			<origin>0 0</origin>
          		</image>
          
          • And placed appart for detailed view only:
          <view name="detailed">
          		
          		<image name="md_image">
          			<pos>0.254 0.202</pos>
          			<maxSize>0.185 0.327</maxSize>
          			<origin>0 0</origin>
          		</image>
          	</view>
          
          • And changed the values of marquees because before was the same than video and that is because displaying on top of video.
          <image name="md_marquee">
          			<origin>0 0</origin>
          			<pos>0.745 0.01</pos>
          			<maxSize>0.25 0.14</maxSize>
          		</image>
          

          You need to edit this and place it better.

          I hope this helps on github.

          Regards.

          lilbudL 1 Reply Last reply Reply Quote 0
          • greekmanxG
            greekmanx
            last edited by

            so I can confirm it now works with motionblue v2 video plays perfectly now just the marques are little wierd in top right but otherwise no issues.

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

              @Nismo I even downloaded the the Oldroom theme, but video still won't play

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

              Backlog: http://backloggery.com/lilbud

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

                @lilbud You mean default video?

                lilbudL 1 Reply Last reply Reply Quote 0
                • greekmanxG
                  greekmanx
                  last edited by

                  lilbud what image are you using or did you make your own? I am using motionblue v2 and the download Nismo just posted works fine

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

                    @Nismo No, and I have a video set for Tetris, no video/audio will play.

                    @greekmanx Retropie 4.1.14

                    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
                    • N
                      Nismo @lilbud
                      last edited by Nismo

                      @lilbud I'm sure you didn't edit your gamelist.xml to add videos and marquees tags are not??

                      1 Reply Last reply Reply Quote 0
                      • FlyingTomahawkF
                        FlyingTomahawk
                        last edited by

                        I assume that this whole video and grid stuff is not inside any official release yet right?

                        HurricaneFanH 1 Reply Last reply Reply Quote 0
                        • greekmanxG
                          greekmanx
                          last edited by

                          lilbud I am sure you know this but 4.1.14 stock does not support video david when he did motion blue added in the code to make it work

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

                            Got it working, it turns out there still was a image tag in the gamelist.

                            0_1486954818831_upload-e8f34884-d248-47d6-909d-12d4d65b037f

                            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
                            • N
                              Nismo @lilbud
                              last edited by

                              @lilbud Strabge because it's working for me and for greekmanx, something it's wrong, check if the paths for the videos are correct in gamelist.xml.

                              The easy way is to edit gamelist.xml and the path for video:

                              ./videos/my_video.mp4

                              then create the folder videos inside your roms folder, with yor roms files, and place the video inside.

                              1 Reply Last reply Reply Quote 0
                              • greekmanxG
                                greekmanx
                                last edited by

                                lilbud you are much smarter then me you can make themes I cannot

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

                                  @lilbud you posted before than me... XD.

                                  I found 2 more errors.

                                  1- There is not default.mp4 video inside assets folder.

                                  2- You need to replace this on Flat.xml:

                                  <default>~/assets/default.mp4</default>
                                  

                                  with a dot:

                                  <default>./assets/default.mp4</default>
                                  
                                  1 Reply Last reply Reply Quote 0
                                  • N
                                    Nismo @lilbud
                                    last edited by

                                    @lilbud And maybe you want to change this:

                                    <showSnapshotNoVideo>false</showSnapshotNoVideo>
                                    

                                    with this:

                                    <showSnapshotNoVideo>true</showSnapshotNoVideo>
                                    

                                    This change it's optional...

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

                                      @FlyingTomahawk Last official release was just 4.1 which was released in November. The Video theme stuff happened in December. So you would have to upgrade your official release to get the feature.

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

                                        @HurricaneFan He fixed yet, was an error on gamelist.

                                        @lilbud said in Flat Theme:

                                        Got it working, it turns out there still was a image tag in the gamelist.

                                        1 Reply Last reply Reply Quote 0
                                        • greekmanxG
                                          greekmanx
                                          last edited by greekmanx

                                          I made a quick video to show it working and there is sound I cut it out to spare you of my wife and her friend playing Cards against humanity they are loud.

                                          N RoxsteadyR 2 Replies Last reply Reply Quote 1
                                          • N
                                            Nismo @greekmanx
                                            last edited by Nismo

                                            @greekmanx don't forget to to this:

                                            You need to replace this on Flat.xml:

                                            <default>~/assets/default.mp4</default>
                                            

                                            with a dot:

                                            <default>./assets/default.mp4</default>
                                            

                                            And place a default.mp4 video inside assets folder, it will play a default video for games without videos.

                                            greekmanxG 1 Reply 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.