• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
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.8k 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.
  • R
    robertybob
    last edited by 24 Mar 2017, 13:52

    I found a website called freesound.org and picked a space-like sound :D

    @Nismo I didn't how to add that system switching sound, so I've added it to my theme now. Thanks!!

    N 1 Reply Last reply 24 Mar 2017, 13:55 Reply Quote 0
    • N
      Nismo @robertybob
      last edited by Nismo 24 Mar 2017, 13:55

      @robertybob No problem mate, tell me if it works on your rpi because I have no rpi to test, but for sure it will work on windows if you use the ES version with video support.

      Gamelist sound will work for sure, I mean system sound.

      R 1 Reply Last reply 24 Mar 2017, 23:33 Reply Quote 0
      • N
        Nismo @lilbud
        last edited by Nismo 24 Mar 2017, 14:03

        @herb_fargus @lilbud I have found an error in the code of your main flat.xml file. Maybe that's because your theme it's broken.

        Problem is <view name="video"> and </view> tags are missing:

        <feature supported="video">
        		
        	  <image name="md_marquee">
        			<origin>0 0</origin>
        			<pos>0.800 0.01</pos>
        			<maxSize>0.19 0.10</maxSize>
        	  </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>./assets/static.mp4</default>
        			<showSnapshotNoVideo>false</showSnapshotNoVideo>
        			<showSnapshotDelay>false</showSnapshotDelay>
        	  </video>
        	  
        	</feature>
        
        </theme>
        

        @herb_fargus can you make this changes to github and test it please?, (I don't know how to use github), change the code above for this one:

        <feature supported="video">
        
            <view name="video">	
        	  <image name="md_marquee">
        			<origin>0 0</origin>
        			<pos>0.800 0.01</pos>
        			<maxSize>0.19 0.10</maxSize>
        	  </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>./assets/static.mp4</default>
        			<showSnapshotNoVideo>false</showSnapshotNoVideo>
        			<showSnapshotDelay>false</showSnapshotDelay>
        	  </video>
        	  
        	</view>
           </feature>
        </theme>
        

        I hope this helps. Regards.

        R 1 Reply Last reply 24 Mar 2017, 14:13 Reply Quote 0
        • R
          robertybob @Nismo
          last edited by 24 Mar 2017, 14:13

          @Nismo @lilbud

          I think I've corrected it(?)

          https://github.com/lilbud/es-theme-flat/pull/4

          N 1 Reply Last reply 24 Mar 2017, 14:14 Reply Quote 0
          • N
            Nismo @robertybob
            last edited by Nismo 24 Mar 2017, 14:14

            @robertybob I think my code it's ok now.

            L R 2 Replies Last reply 24 Mar 2017, 14:16 Reply Quote 0
            • L
              lilbud @Nismo
              last edited by 24 Mar 2017, 14:16

              For sounds, which would be better?

              1. http://rcptones.com/dev_tones/tones/digi_plink.wav

              or

              1. http://rcptones.com/dev_tones/tones/click_04.wav

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

              Backlog: http://backloggery.com/lilbud

              N 1 Reply Last reply 24 Mar 2017, 14:17 Reply Quote 0
              • N
                Nismo @lilbud
                last edited by Nismo 24 Mar 2017, 14:17

                @lilbud I like both of them, for me I think the number 2 it's better.

                1 Reply Last reply Reply Quote 0
                • R
                  robertybob @Nismo
                  last edited by 24 Mar 2017, 14:19

                  @Nismo Herb edited my space.xml the same way :)

                  N H 3 Replies Last reply 24 Mar 2017, 14:19 Reply Quote 0
                  • N
                    Nismo @robertybob
                    last edited by Nismo 24 Mar 2017, 14:19

                    @robertybob Ok no problem then, now we only need somebody to test if it's fixed XD. Thanks.

                    1 Reply Last reply Reply Quote 0
                    • N
                      Nismo @robertybob
                      last edited by 24 Mar 2017, 14:25

                      @robertybob It's the system sound working in your Rpi?

                      R 1 Reply Last reply 24 Mar 2017, 14:38 Reply Quote 0
                      • H
                        herb_fargus administrators @robertybob
                        last edited by 24 Mar 2017, 14:28

                        @robertybob don't know if I did it right though ;) anyways I'll look at all this when I get time after work and all that, but if someone fixes / tests before me then that's great too. Saves me the trouble ;)

                        If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

                        Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

                        N 1 Reply Last reply 24 Mar 2017, 14:32 Reply Quote 0
                        • N
                          Nismo @herb_fargus
                          last edited by Nismo 24 Mar 2017, 14:32

                          @herb_fargus I think the right way it's this:

                          <feature supported="video">
                          
                             <view name="video">	
                             </view>
                          
                          </feature>
                          
                          

                          This way have sense...

                          1 Reply Last reply Reply Quote 0
                          • R
                            robertybob @Nismo
                            last edited by 24 Mar 2017, 14:38

                            @Nismo said in Flat Theme:

                            @robertybob It's the system sound working in your Rpi?

                            I'm not able to test until tomorrow night, but I'll report back then :)

                            1 Reply Last reply Reply Quote 1
                            • S
                              sergioad
                              last edited by 24 Mar 2017, 15:57

                              @Nismo could you help @lilbud to add the option to enable optional scrolling sounds to his theme?

                              N 1 Reply Last reply 24 Mar 2017, 17:19 Reply Quote 0
                              • N
                                Nismo @sergioad
                                last edited by 24 Mar 2017, 17:19

                                @sergioad Read a few posts ago, I tell him the code, and he was looking for a good sound, so the sound support will be added soon.

                                S 1 Reply Last reply 24 Mar 2017, 17:42 Reply Quote 0
                                • S
                                  sergioad @Nismo
                                  last edited by sergioad 24 Mar 2017, 17:42

                                  @Nismo @lilbud the sounds should be optional for people who is more visual and dislikes sounds, maybe the sounds could be similar to the new xarbon sounds, clean earcandy and modern 😀

                                  L 1 Reply Last reply 24 Mar 2017, 17:49 Reply Quote 0
                                  • L
                                    lilbud @sergioad
                                    last edited by 24 Mar 2017, 17:49

                                    @sergioad The only way they can be optional is through editing the xml file. I am going to use this sound: http://rcptones.com/dev_tones/tones/click_04.wav

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

                                    Backlog: http://backloggery.com/lilbud

                                    S 1 Reply Last reply 24 Mar 2017, 17:53 Reply Quote 1
                                    • S
                                      sergioad @lilbud
                                      last edited by 24 Mar 2017, 17:53

                                      @lilbud oh man I LOVE THAT SOUND, it is gorgeous and earcandy

                                      1 Reply Last reply Reply Quote 0
                                      • R
                                        robertybob @Nismo
                                        last edited by 24 Mar 2017, 23:33

                                        @Nismo said in Flat Theme:

                                        @robertybob No problem mate, tell me if it works on your rpi because I have no rpi to test, but for sure it will work on windows if you use the ES version with video support.

                                        Gamelist sound will work for sure, I mean system sound.

                                        The 'system sound' on your theme and mine is not working in the latest Windows builds although it does work on the one by fieldofcows. I'm going to assume it therefore won't work on a Pi with the latest ES :(

                                        S 1 Reply Last reply 25 Mar 2017, 06:33 Reply Quote 0
                                        • J
                                          jdrassa
                                          last edited by 25 Mar 2017, 02:01

                                          @lilbud fyi, videos now support <maxSize> like images in case you want to use it.

                                          Get latest build of EmulationStation for Windows here

                                          1 Reply Last reply Reply Quote 0
                                          203 out of 270
                                          • First post
                                            203/270
                                            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.

                                            This community forum collects and processes your personal information.
                                            consent.not_received