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

Game List and Gif ideas (ES)

Scheduled Pinned Locked Moved Ideas and Development
emulationstaionthemesgames list
84 Posts 10 Posters 13.3k 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.
  • P
    paffley @lilbud
    last edited by 28 Nov 2017, 23:29

    @lilbud

    • Videos on the system view

    Thumbs up

    1 Reply Last reply Reply Quote 0
    • E
      EctoOne @lilbud
      last edited by EctoOne 29 Nov 2017, 02:35

      @lilbud said in Game List and Gif ideas (ES):

      • This is more for when a image carousel is made, but maybe we can have the option to use the marquee as the image on the carousel.

      I like that. I recently did a full reinstall of my system and while doing that I rescraped all images and this time I separated them all in different subfolders while using the same filename (without suffix). With that I'm able to change what image I want to use as marquee (or boxart) by simply search/replace the folder in my gamelists.
      But I wish there was something like <imagetype>boxart|marquee|screenshot (whenever we get that added to the gamelist)</imagetype>.

      Edit: I meant that i can change my image type by renaming the folders directly and not that i have to edit my gamelists.
      And i also want that <imagetype>tag for md_video so that we can select which image should be shown when using showSnapshotDelay.

      1 Reply Last reply Reply Quote 1
      • P
        paffley
        last edited by 1 Dec 2017, 04:11

        @Zigurana The more I'm thinking of this, the more I'm swaying towards @lilbud 's idea of using the md_marquee as the carousel. This would then give the option to display boxart also and optional title name.

        Whats your thoughts?

        1 Reply Last reply Reply Quote 0
        • E
          EctoOne
          last edited by 1 Dec 2017, 07:55

          I would prefer boxart images as the carousel and to get md_name as optional element, because I asked for md_name for some reason i can't remember before.

          But now that i think of it, the option to set which type of image we want to use is important. Because if someone wants to use marquees as carousel and edits the gamelists to have md_image to show marquees instead of boxart and vise versa, it would (maybe) break some themes that uses the delay thing for videos. It then would display the marquee as well before starting the videos and the boxart can be also look weird when it's shown by using md_marquee.

          For someone like me, that wouldn't be a big problem, because i use my personal theme. But even if i wanted to test other themes they might look weird, just because of the way i've set up my gamelist (i already have that problem by using screenshots as marquees).

          P 1 Reply Last reply 1 Dec 2017, 08:25 Reply Quote 0
          • Z
            Zigurana
            last edited by 1 Dec 2017, 07:59

            From the programming side of things, this is not really an issue, you want to have a carousel element where the theme definition sets the source of images.
            Now the real question is: do you want to enable your end-users to set the source, or should it be locked in the theme (requiring changes to the xml to change the source).

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

            P E 2 Replies Last reply 1 Dec 2017, 08:29 Reply Quote 0
            • P
              paffley @EctoOne
              last edited by 1 Dec 2017, 08:25

              @ectoone said in Game List and Gif ideas (ES):

              I would prefer boxart images as the carousel and to get md_name as optional element, because I asked for md_name for some reason i can't remember before.

              But now that i think of it, the option to set which type of image we want to use is important. Because if someone wants to use marquees as carousel and edits the gamelists to have md_image to show marquees instead of boxart and vise versa, it would (maybe) break some themes that uses the delay thing for videos. It then would display the marquee as well before starting the videos and the boxart can be also look weird when it's shown by using md_marquee.

              For someone like me, that wouldn't be a big problem, because i use my personal theme. But even if i wanted to test other themes they might look weird, just because of the way i've set up my gamelist (i already have that problem by using screenshots as marquees).

              Very good points there @EctoOne

              1 Reply Last reply Reply Quote 0
              • P
                paffley @Zigurana
                last edited by paffley 12 Jan 2017, 08:31 1 Dec 2017, 08:29

                @zigurana said in Game List and Gif ideas (ES):

                Now the real question is: do you want to enable your end-users to set the source, or should it be locked in the theme (requiring changes to the xml to change the source).

                @Zigurana I think both your points are valid, it all depends on the theme creator, is it a nes classic style carousel (boxart) or a hyperspin style carousel (wheel/marquee). This is where the option would be great in the xml, to pick what is the source.

                Update: The above could also be used by the end user renaming the folder to the relevant md_ as @EctoOne suggested in his personal build.

                1 Reply Last reply Reply Quote 0
                • E
                  EctoOne @Zigurana
                  last edited by 1 Dec 2017, 09:55

                  @zigurana said in Game List and Gif ideas (ES):

                  Now the real question is: do you want to enable your end-users to set the source, or should it be locked in the theme (requiring changes to the xml to change the source).

                  That's a hard question.
                  Normally i would say that a way for users to choose what to show would be best but the problem here would be that some themes are pretty restricted in terms of element positions. So a theme can look good because it's optimized for a marquee carousel but it might look weird when using boxart.

                  The problem with having the carousel determined by the theme is that maybe some creators want to offer both variants and therefore have to maintain multiple variants. This would be the lesser problem IMO.
                  Another solution would be to add some sort of new view type where the themer can create layouts for both options inside the theme and it then would use whatever the user selects.

                  Example:

                   <view name="detailed" type="boxart">
                    <carousel name="systemcarousel">
                     <imagetype>boxart</imagetype>
                  some position settings and stuff
                    </carousel>
                   <view name="detailed" type="marquee">
                    <carousel name="systemcarousel">
                     <imagetype>marquee</imagetype>
                  different position settings and stuff
                    </carousel>
                  

                  I assume that this would be overkill to add tho, so i would say that the themer should decide what to use. And if they want to have both options available they can "simply" offer one. With that solution there will be no problems with breaking other themes (at least none that i can think of right now).

                  Speaking of it, will the carousel have the same theming options as the system carousel? Like can we make a vertical or vertical_wheel one? If so, was there any progress made on adding the horizontal_wheel option?

                  1 Reply Last reply Reply Quote 0
                  • P
                    paffley
                    last edited by 1 Dec 2017, 13:50

                    My thoughts are just to use the md_marquee tag for the carousel, the user can then decide what to put in the marquee folder, wheelart, boxart, screenshot etc. This way it is a separate entity and everything can be kept 'as-is' without jeopardising anybody's current setup.

                    Hope this helps and makes sense.

                    Personal build...

                    0_1512136096453_IMG_1699.jpg

                    Those are collections on the carousel wheel, I'm thinking maybe the vertical_wheel on the gamelist view could look very similar.

                    T 1 Reply Last reply 11 Apr 2018, 11:07 Reply Quote 0
                    • S
                      sturbek
                      last edited by 4 Dec 2017, 14:36

                      Second vote for a minimal graphics only theme using Marquee art.

                      Here’s a rough mock-up of a vertical carousel, with the selected game highlighted
                      https://m.imgur.com/0F981lZ

                      1 Reply Last reply Reply Quote 0
                      • D
                        darknior @lilbud
                        last edited by darknior 12 May 2017, 20:07 5 Dec 2017, 18:47

                        @lilbud said in Game List and Gif ideas (ES):

                        Videos on the system view

                        I like all your ideas, but this one is the most important for me :)

                        I have create a new thread for the other idea i have with some mockup to come...
                        https://retropie.org.uk/forum/topic/15029/savestate-loading-from-es-like-on-snesmini-with-screenshot

                        Life is game, just play it !

                        1 Reply Last reply Reply Quote 0
                        • P
                          paffley
                          last edited by 7 Dec 2017, 06:07

                          Hey @Zigurana any more thoughts on this? What do you think regarding a marquee only carousel?

                          1 Reply Last reply Reply Quote 0
                          • P
                            paffley
                            last edited by 13 Dec 2017, 16:52

                            Anyone got any more thoughts or input on this marquee carousel?

                            1 Reply Last reply Reply Quote -1
                            • D
                              danielmewhouse @Zigurana
                              last edited by danielmewhouse 13 Dec 2017, 18:14

                              @zigurana said in Game List and Gif ideas (ES):

                              For instance, you can describe in some detail how you would expect the system to work. This new component, it would act as a replacement of the gamelist, and themes should define how they would want to employ it.

                              I think this feature could be interesting... Specially to themes that mimic Snes Classic Mini gamelist. @ruckage and @frgn will get some benefits from this for his themes.

                              It's no use!!! Take this!!!

                              1 Reply Last reply Reply Quote 1
                              • P
                                paffley
                                last edited by 14 Dec 2017, 10:58

                                I second this @danielmewhouse , there are so many options for this being horizontal and vertical. It would complete my retropie bubble lol.

                                1 Reply Last reply Reply Quote 0
                                • S
                                  sturbek
                                  last edited by 18 Dec 2017, 13:53

                                  Here is a rough hack of a carousel using the existing ES

                                  (basically just positioning text elements off screen and centering the artwork)
                                  https://retropie.org.uk/forum/topic/15346/mame-minimal-marquee-theme

                                  P D 2 Replies Last reply 19 Dec 2017, 23:49 Reply Quote 1
                                  • P
                                    paffley @sturbek
                                    last edited by paffley 19 Dec 2017, 23:49

                                    @sturbek said in Game List and Gif ideas (ES):

                                    Here is a rough hack of a carousel using the existing ES

                                    (basically just positioning text elements off screen and centering the artwork)
                                    https://retropie.org.uk/forum/topic/15346/mame-minimal-marquee-theme

                                    What exactly do you mean by a carousel hack?

                                    just display a single image center and remove everything else? I don't get it.

                                    1 Reply Last reply Reply Quote 0
                                    • D
                                      danielmewhouse @sturbek
                                      last edited by 20 Dec 2017, 09:43

                                      @sturbek said in Game List and Gif ideas (ES):

                                      Here is a rough hack of a carousel using the existing ES

                                      Sorry buddy, but this isn't the same thing we are talking about. In this case, the developer just removed the gamelist and is just showing the game marquee. We are talking about a gamelist with boxarts instead of just plain text. Something similar to the system select carousel.

                                      It's no use!!! Take this!!!

                                      1 Reply Last reply Reply Quote 0
                                      • E
                                        EctoOne
                                        last edited by EctoOne 21 Dec 2017, 04:45

                                        So i got my second Pi yesterday and today i took some time to install RetroPie again and updated my personal theme and i noticed something. As i mentioned before, it would be great if we could define what image to use for certain objects with something like <imagetype>, it would be awesome if the gamelist carousel had it's own md_image.
                                        Because then it would be possible to display three images (if no videos are used.)
                                        I could use boxart with <showSnapshotNoVideo>, screenshots with <marquee> and marquees with that new tag in the carousel (or vise versa if we get the option to select what image to use).

                                        Or we could just get md_screenshot and/or md_fanart as new image elements.

                                        1 Reply Last reply Reply Quote 0
                                        • P
                                          paffley
                                          last edited by 21 Dec 2017, 23:37

                                          I'm with you @EctoOne , lets just hope someone picks this up.

                                          I have an awesome theme just about completed with all systems and collections. I can upload some screens if you wanna see, I know it wont be everyones cuppa tea but I'm trying to stay away from AM as its too clunky imo. It's kinda like hyperspin but my own designs and own spin on it, gonna call it ultraspin ha! the only thing is it really needs the gamelist carousel to go with it, at the moment I'm using a large 3d boxart in place of the carousel, still looks cool but ya know. Ive also added a text gamelist version but like i say, it really would fit like a glove with a marquee type carousel.

                                          Fingers crossed!

                                          E 1 Reply Last reply 22 Dec 2017, 00:33 Reply Quote 0
                                          41 out of 84
                                          • First post
                                            41/84
                                            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