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

Video View For All Themes

Scheduled Pinned Locked Moved Projects and Themes
themevideoemulationstatio
91 Posts 15 Posters 41.1k 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.
  • Z
    Zigurana @herb_fargus
    last edited by 3 Jan 2017, 21:45

    @herb_fargus said in Video View For All Themes:

    It may also be possible at some point that grid view is incorporated as well which we will have to go through this process all over again ;)

    My thoughts exactly.

    If tetris has thought me anything, it's that errors pile up and that accomplishments dissappear.

    1 Reply Last reply Reply Quote 1
    • N
      Nismo @jdrassa
      last edited by Nismo 1 Mar 2017, 21:55 3 Jan 2017, 21:49

      @jdrassa said in Video View For All Themes:

      You are correct though that this approach would not work for themes that need system specific placement of the video.

      Just like my theme... and you only speaking about video element but not marquee.

      I didn't test new theme on old ES anyway...

      @vbs Latest ES it's compatible with old themes and new video themes, but old ES isn't compatible with new video themes.

      J 1 Reply Last reply 3 Jan 2017, 22:54 Reply Quote 0
      • J
        jdrassa @Nismo
        last edited by 3 Jan 2017, 22:54

        @Nismo Your theme is being built explicitly with the video feature in mind so I don't know that making it work with the non-video ES is necessary.

        I was just trying to come up with a way to ease the transition for existing themes. I am not sure how many of them are using system specific image positioning.

        As for the marquee, it is an image element and its presence in the theme XML shouldn't be an issue since images are already supported, although it won't be rendered, but I don't think that is an issue for users who haven't updated ES.

        Get latest build of EmulationStation for Windows here

        N 1 Reply Last reply 4 Jan 2017, 00:19 Reply Quote 0
        • N
          Nismo @jdrassa
          last edited by 4 Jan 2017, 00:19

          @jdrassa that's true, we need to test if can be done without issues...

          1 Reply Last reply Reply Quote 0
          • J
            jdrassa
            last edited by 4 Jan 2017, 04:18

            I did some testing tonight with my EmulationStation build in windows and it worked exactly how I anticipated above. The video element broke the parsing of the theme, but the marquee image and including "video" in the name attribute of a view element had no effect and the theme worked as expected.

            One thing we could do to try to prevent this if/when grid view is incorporated would be to tweak the theme parsing code so that it is a little more flexible and having it log and ignore unexpected elements vs. throwing an error and failing to load the theme.

            Get latest build of EmulationStation for Windows here

            H 1 Reply Last reply 4 Jan 2017, 05:00 Reply Quote 0
            • H
              herb_fargus administrators @jdrassa
              last edited by 4 Jan 2017, 05:00

              @jdrassa agreed. I just tested and got the same results:

              lvl0: 	from theme "/home/pi/.emulationstation/themes/pixel video/snes/theme.xml"
                (from included file "/home/pi/.emulationstation/themes/pixel video/snes/../pixel.xml")
                  Unknown element of type "video"!
              lvl0: 	from theme "/home/pi/.emulationstation/themes/pixel video/retropie/theme.xml"
                (from included file "/home/pi/.emulationstation/themes/pixel video/retropie/../pixel.xml")
                  Unknown element of type "video"!
              

              Perhaps some of the stuff @fieldofcows is working on with metadata may help with this. Still doesn't really fix backward compatibility but then again we are looking toward the future and there is only so much you can do.

              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

              1 Reply Last reply Reply Quote 0
              • M
                mattrixk @Zigurana
                last edited by 4 Jan 2017, 05:12

                @Zigurana said in Video View For All Themes:

                Let's put it differently, why would someone not want to upgrade their ES? If there are relevant issues, those should be adressed.

                I'm personally not planning on updating ES because I have it working how I like it, and I'm too lazy to go through the hassle of fixing any potential breaks caused by updating. I also have no real interest in video previews, but people have asked about it for MetaPixel, so I'm going to have to look into it anyway.

                My ES themes: MetaPixel | Spare | Io | Indent

                1 Reply Last reply Reply Quote 2
                • F
                  fieldofcows
                  last edited by 4 Jan 2017, 07:54

                  I had a quick look at this last night. What I was looking for was a way to write the theme whereby older versions of ES would just ignore the unsupported new functionality.

                  Going forward it makes sense to build this into ES - we can either just warn about and ignore unknown tags rather than aborting or we could implement some sort of versioning. However this doesn't help for anyone that does not what to update their ES.

                  I did have a quick try to see if I could introduce some version checks that older ES would ignore with some success. If you put something like this into your theme:

                  <version minimum="5">
                    <view name="video>
                      <video name="md_video">
                      ...
                    </view>
                  </version>
                  

                  All of the above is ignored by older versions of ES. I could then implement and submit a change that checks the version tag when parsing the theme and conditionally includes the XML within the version elements if the version is greater or equal. I don't think it would be too hard to do this and would allow us to make breaking changes to themes whilst maintaining support for older ES. It would mean a bit more work for themers though because they would potentially need to test on multiple versions of ES.

                  N 1 Reply Last reply 4 Jan 2017, 07:57 Reply Quote 0
                  • N
                    Nismo @fieldofcows
                    last edited by Nismo 1 Apr 2017, 08:05 4 Jan 2017, 07:57

                    @fieldofcows I agree, this doesn't help for anyone that does not want to update their ES, so instead implementing this and make things difficult for theme developers, it's more easy for everybody to update ES, or we can try the two main.xml thing...

                    M 1 Reply Last reply 4 Jan 2017, 10:31 Reply Quote 0
                    • M
                      mattrixk @Nismo
                      last edited by 4 Jan 2017, 10:31

                      @Nismo Hah! bugger me, I'm a themer that doesn't want to update ES. Looks like I'm screwed :D

                      My ES themes: MetaPixel | Spare | Io | Indent

                      N 1 Reply Last reply 4 Jan 2017, 10:44 Reply Quote 0
                      • N
                        Nismo @mattrixk
                        last edited by Nismo 1 Apr 2017, 11:02 4 Jan 2017, 10:44

                        @mattrixk you don't need to update if you don't want, what I mean is for doing what @fieldofcows said about theme versions, you will need to update, so no sense for people that doesn't want to update.

                        I mean there is no sense on theme versions (that make things more difficult for theme developers) if people will need to update their ES to use that feature anyway.

                        Because we are trying to find a solution to help people that doesn't want to update ES, that's because no sense. A solution without the need to update.

                        I hope it's more clear now, sorry english it's not my native language.

                        F 1 Reply Last reply 4 Jan 2017, 11:01 Reply Quote 0
                        • F
                          fieldofcows @Nismo
                          last edited by 4 Jan 2017, 11:01

                          @Nismo Hmm... I'm not sure that's what I envisaged with my suggestion.

                          In looking for a solution I was trying to satisfy the following, where "New ES" supports video and "Old ES" does not support video.

                          1. Existing themes that do not support video work on both New ES and Old ES without error
                          2. Themes that have been updated to support video work on Old ES as well but obviously without video support (warnings are fine in the console but the theme should still work)
                          3. Theme writers can continue writing and testing non-video themes on any version of ES
                          4. Theme writers can write video supported themes on New ES

                          If we make a change to New ES that supports a new <version> tag (or similar) then we can satisfy all the conditions above.

                          The extra work that I referred to for themers is that if they way to support video in their themes and also be backwards-compatible with Old ES then they need to include the <version> tags as well as testing on Old ES (or getting someone else to :) )

                          N 1 Reply Last reply 4 Jan 2017, 11:04 Reply Quote 1
                          • N
                            Nismo @fieldofcows
                            last edited by Nismo 1 Apr 2017, 11:05 4 Jan 2017, 11:04

                            @fieldofcows As far I now... new video themes doesn't work on old ES. Read a few posts ago... and that's the only problem we have...

                            F 1 Reply Last reply 4 Jan 2017, 11:06 Reply Quote 0
                            • F
                              fieldofcows @Nismo
                              last edited by 4 Jan 2017, 11:06

                              @Nismo said in Video View For All Themes:

                              @fieldofcows As far I now... new video themes doesn't work on old ES. Read a few posts ago...

                              Yes, hence wrapping the video view tags in <version></version> which is ignored by old ES, allowing the theme to load without video support.

                              N 1 Reply Last reply 4 Jan 2017, 11:07 Reply Quote 0
                              • N
                                Nismo @fieldofcows
                                last edited by Nismo 1 Apr 2017, 11:10 4 Jan 2017, 11:07

                                @fieldofcows wrapping the video view tags in <version></version> will work on old ES out of the box?

                                F 1 Reply Last reply 4 Jan 2017, 11:09 Reply Quote 0
                                • F
                                  fieldofcows @Nismo
                                  last edited by fieldofcows 1 Apr 2017, 11:14 4 Jan 2017, 11:09

                                  @Nismo said in Video View For All Themes:

                                  @fieldofcows wrapping the video view tags in <version></version> will work on old ES out of the box?

                                  Yep. I tried it. Anything inside <version></version> (or any other unsupported tag for that matter) is silently ignored by old versions of ES.

                                  N 1 Reply Last reply 4 Jan 2017, 11:10 Reply Quote 1
                                  • N
                                    Nismo @fieldofcows
                                    last edited by Nismo 1 Apr 2017, 11:12 4 Jan 2017, 11:10

                                    @fieldofcows Then yes, that's the solution for all our problems.

                                    1 Reply Last reply Reply Quote 0
                                    • N
                                      Nismo
                                      last edited by Nismo 1 Apr 2017, 11:21 4 Jan 2017, 11:16

                                      @fieldofcows My theme it's being made with video support in mind so if I don't include version tags it still working with latest ES? Just because if I do that, I need to modify a lot of lines of code... and my theme desing it's not made for old ES.

                                      F 1 Reply Last reply 4 Jan 2017, 11:20 Reply Quote 0
                                      • F
                                        fieldofcows @Nismo
                                        last edited by 4 Jan 2017, 11:20

                                        @Nismo I haven't made any changes to support the <version> tags yet :) But when/if that change is made the use of the tags will be purely optional: if you want to support non-video ES then you can use the tags, if you don't want to support non-video ES then you can leave them out.

                                        N 1 Reply Last reply 4 Jan 2017, 11:21 Reply Quote 0
                                        • N
                                          Nismo @fieldofcows
                                          last edited by Nismo 1 Apr 2017, 11:24 4 Jan 2017, 11:21

                                          @fieldofcows And what happen when apart from video view you use things like this (from carbon with video support):

                                          <view name="basic, detailed, video">

                                          I use it on my theme too, and don't remember but in pixel theme uses it too...

                                          I suposse we need to divide the views to make it backward compatible and place the version tag...

                                          Anyway i think your solution it's the best one for all...

                                          F 1 Reply Last reply 4 Jan 2017, 11:25 Reply Quote 0
                                          50 out of 91
                                          • First post
                                            50/91
                                            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