Grid tile content (image, text, or more ...)
-
@herb_fargus Yes it scroll from top to bottom, if you hit the right side it just bring you to the leftest tile of the next row, if you hit the left side it bring you to the rightest tile of the previous row.
But I was actually thinking to give the possibility to theme makers to make the grid scroll horizontally, that would allow theme makers to do some cool looking one row themes like the snes mini theme.
Definitely not my priority at the moment, but the question is still open !
-
@ectoone said in The Grid View need your opinion:
@a12c4 said in The Grid View need your opinion:
@shadowron What do you mean by "saw some themes using this" ? The only scrolling text in EmulationStation is the game description as far as I know.
I believe he's referring the scrolling names in the gamelist when they are to long for the set width.
This, exactly.
-
@ectoone Oh yes my bad forgot it also happened in the basic and detailed list view in the text list. About your questions :
- My plan is detailed in my original message : in the first version of the grid view distributed publicly, the game name will not be part of the grid (the ones inside the grid, you can still display the selected game name in big on top of the screen). In a second time, I want to see what theme makers/users want to do with their grid, if they just want the game name I will reintroduce it, if they want to customize more the grid I will go for the "highly customizable grid tile" talked about at the end of my first message, if they don't care I will just keep the image (atm I got a lot of feedback for the first option, but none for the second one).
- I partially answered that in my answer right above. No that wont work, because yes the left and right tiles will be partially hidden.
- Videos aren't supported. At all. The video preview of the selected game may be added later on the road. But displaying the videos directly in the grid, I'm not so confident about it.
-
Ok, my bad then. I thought this was already about customizable grids.
But yeah, i would prefer no title in the grid at all and go with the "go grab some images first". But only if
<md_name>
is added at the same time, so that I can place the game name wherever I want. If it's not added, I would probably say that I want the name either at the top or bottom of the grid, not inside the tiles.And yes, i had horizontal scrolling in mind for a 1 row navigation myself. I believe @jdrassa was working on making the carousel working as element in gamelist view but sadly this wasn't mentioned in the last time.
-
So, nobody is interested by the highly customizable grid tile so far ?
I love this idea as it could give the theme makers way more opportunities to create good looking grid views, like the snes mini theme do. But if nobody, or nearly nobody is interested, it's not worth the time developing and maintaining this functionality.
-
@a12c4 well of course I'm interested in a more customizable grid view, that's why I asked if we even have options to try different things. On the other hand, I personally have to see/test grid view first so that I can say if I'm interested or not.
I'm not sure if I would use a huge grid in my personal theme but a one line grid seems like something I would use.Speaking of customizations, I noticed that you removed md_image from the metadata tags for grid view (at least that's how I understood the pr on github). I wonder if it would be possible (later) to define in the theme which image should be used for the grid. Something like <imagetype=image|marquee|thumbnail>, in that case it would make sense if we had md_image available in grid view.
-
@ectoone I removed the md_image metadata because it made no sens in a grid view to display the exact same image that is already in the grid on the side of the screen with other metadata, as a "md_name" metadata field wouldn't make sens in the detailed view, as you are already using the game name to choose the game you want.
But about image and thumbnail, I must admit I don't know much about it, I assumed the thumbnail was just a smaller version of the image, like it is usually. Until now I just scrapped my game images using ES scrapper and nothing else. Is customizing the images something common ? How do you do it ? What tool, software is the most commonly used ?
For the video there is nothing planned right now, as most of the video related stuff is already and only usable in the video view, I would need to duplicate a lot of code with current implementation. We would need to first refactor all the code related to game views, to create one, unique view, where the theme maker would choose one way for the user to choose its game (either the text list or the grid), and then add all the extra stuff he want. This is a big task and won't be done anytime soon.
-
@herb_fargus As I said in the message right above, I never tried to customize the images. Is this something common along the RetroPie user base ? How do you do that ? What tool/software should I look at ?
-
I just wanted to say thank you for taking on this project. I'm looking forward to it.
-
@a12c4 Ok, first off. I totally appreciate all the work you and everyone else is doing!
But here is the problem, often when a new thing gets implemented it is somewhat restricted. I can understand that it sometimes is not possible to do everything easy but I also believe that some things are easy to add. Like not having md_marquee in detailed view, or having md_name just in grid view. That makes it difficult for me to create certain effects in themes and the need to find workarounds for some things which often don't look good. I asked before if it would be possible to get the game name as variable, because I was working on a theme where it would look better, instead i had use a one line gamelist element, which was bad because of the scrolling and some other things.
As for the md_image in grid view, I could see the use of having a bigger image of the selected game on smaller displays.Anyways, for the customization of images: First thing is that we have three available tags now to display images:
<image>
which is used for boxart<marquee>
for the game logos- and the recently fixed
<thumbnail>
which will be displayed if a video has a set delay and the option to show an image is set. If no<thumbnail>
is available in the gamelist.xml it will show the<image>
instead.
For every tag you can show whatever you want, the build in scraper only scrapes boxart (unless that was updated) and adds the
-image
suffix.I assume there are multiple ways to select what image you want to appear in which tag. But I will only tell you how I did it before.
I used Universal XML Scraper, with a modified profile to scrape all media files i wanted (boxart, screenshot, marquee and video) on my PC. Sadly, UXS has no option to directly put the different medias into it's own subfolders, so i had to use suffixes, separated them afterwards and bulk removed the suffixes. I ended up with having 4 folders which contain the media, which have the same name as the Rom. Then I had to remove all suffixes from the new gamelist.xml and change the paths to contain the separate folders.
A basic entry for a game looks like this:<path>./Shinobi (USA, Europe).zip</path> <name>Shinobi</name> <image>./_boxart/Shinobi (USA, Europe).png</image> <marquee>./_marquee/Shinobi (USA, Europe).png</marquee> <video>./video/Shinobi (USA, Europe).mp4</video> <thumbnail>./_screenshot/Shinobi (USA, Europe).png</thumbnail>
If grid view gets released and for some reason I want to use screenshots as tile images, all I have to do, is to rename the folders. No messing around with the gamelist, no bulk renaming of the files.
Here is another example, why I hate being restricted as theme maker. Before
<thumbnail>
was fixed, I used<marquee>
to show screenshots along with the normal<image>
in my theme. Now I can have three images, but only if I either don't have<video>
in my gamelist (not really sure about this, never tried it) or i have all tags but use a different folder name for videos (I should mention that I don't use videos, but I want them scraped). Then I still have to manually set ES to use video view and if I don't set it also to parse gamelist only, the entry for the<video>
will be deleted from the gamelist because it can't find them. If I ever want to use videos, I can't just rename my video folder, i need to have a backup of my gamelist. Also with parse gamelist only, I can't use the lastplayed collection (not a problem, because for some other reason i have to use parse gamelist only anyways). Some of these steps seem so unnecessary to me.Edit: The theme from @chicuelo is a good example. It was designed to use screenshots as main image, but we can't just use md_thumbnail in detailed view, if we want the same look, we have to use the methods I mentioned. Either by using video view (easy to achieve for people who actually use videos) or by using screenshots as
<image>
. By using the last method we can't simply switch themes, because some don't look as great with screenshots. -
@ectoone I don't want to start an off-topic discussion, but since you mentioned your scraping problems, and in case you or others don't know already:
Steven Sselph's scraper from Retropie's optional packages has command line arguments to scrape into different directories, put custom paths for images or roms into the gamelist.xml, as well as define or omit suffixes. Those options are not available via the scraper's setup menu.
It doesn't scrape existing images again by default, so creating a new gamelist.xml with a different existing directory structure should take not very long when only mere text is being scraped (title, description etc.). Alas, there's no option to only update certain tags of existing gamelist entries, like "scrape only descriptions".
-
You can find my latest proposition regarding the theming syntax on GitHub. This is what the theming syntax which will be used in the V1 of the grid view, so it may be extended by the future, and small adjustments may still be done before.
Does it look good to you ?
Is the syntax explicit and easy to understand ?
Is the way the different elements are handled between default (unselected) tile and selected tile make sens ?https://github.com/RetroPie/EmulationStation/issues/206#issuecomment-379541647
-
@ectoone Thanks for the explanations, I will give it another look later on and try this scraper, along with taking a look to the code to see if I can do something about your issues. Basically just saying I'm not ignoring your nice answer, but right now all my focus is dedicated to finishing the first version the grid view.
-
Hi, looking good with what you've done so far! keep up the good work!
I was just wondering, like @EctoOne mentioned regarding the selection of image (image/marquee), is this going to be selectable when theming?
Also, can it be used vertically (one (single) column)?
And last of all....is it a separate element to everything else (video tag, marquee tag, image tag, gamelist tag etc)?Cheers! :)
-
@paffley Yes it can be used with one single column.
Technically you can also have one single row, but the behavior will be weird, as the grid can only scroll vertically right now, but I've planned to allow the theme to change the scroll orientation (vertical by default, horizontal as an alternative), if that doesn't add too much complexity to the code and/or many people can find a good usage to that.
About your second question : no the grid view doesn't support video as I said numerous times, but that may changes in the future if we merge all the views (basic, detailed, video and grid) into one single, modular game view. But that isn't for today nor tomorrow.
gamelist tag etc)?
Even if we do what I said, that won't be allowed, you can't select games using both the image grid and the text list, since they have different controls, you will have to make a choice in your theme regarding that point.
-
@ectoone Also wanted to say some changes you requested may look straight forward, but they are not.
For example, adding md_title to all the view will break all the available theme, because to be consistent with other metadata, the md_title will be shown if the theme don't specify it position to offscreen.
I just can't break all the available themes and ask them to update it every time I change a small thing like that.
On another hand, if I do a complete refactoring of the game list views, to merge all this mess into a single, modular game list view, then I will answer most of your concerns in one single time and may ask the theme makers to update their theme to this new, stable and easier to maintain theming syntax.
-
@clyde Thanks for the suggestion, I probably won't try/use it because I already have gamelists/media for all my games (and barely add anything new, and if I do it's a Romhack anyways) but maybe I just take a look for fun.
@A12C4 The proposition looks easy enough to me, although I have some questions: What are
<backgroundColorCenter>
and<backgroundColorEdge>
exactly doing? Is that some kind of gradient or is<backgroundColorEdge>
supposed to be some kind of tile border?And once again, I'm grateful of what you're doing and I know how important grid view is to you (at least I've seen on github that you wanted to get this out as soon as possible) don't ever feel pushed by me or anybody to add something just because they want it. ES does look good enough and it can run games. That's good enough for me.
PS: I remembered where I wanted
<md_name>
as element, it was for my Invaders Theme. I wanted to use the gamelist to be the Invaders, to have the option to move them up/down manually. Because the Invaders are a font, there was no way to see the selected game name and i had to use<md_description>
as the Invaders.
Point is, (no offense) just because something doesn't make sense to you, somebody might be able to make something nice out of it if he/she has the option to try it out. So don't take away (simple?) things. :) -
@a12c4 Looks good to me. But will there be a way to control the numbers of rows and columns?
-
@lilbud good question actually. i assumed that the numbers where defined by the grid size so that it adapts to various screen resolutions.
-
The proposition looks easy enough to me, although I have some questions: What are <backgroundColorCenter> and <backgroundColorEdge> exactly doing? Is that some kind of gradient or is <backgroundColorEdge> supposed to be some kind of tile border?
<backgroundColorEdge> is the tile border, not a gradiant, but you can still insert a gradiant manually in the image you use as the tile background. I need to try it out, but it shouldn't render badly due to the way the background is resized (the background image is splitted in 9 part so the corners don't get distorted and the borders are only distorted on one axis, only the center is completly distorted but should be hidden by the game image). As I said I need to try it out to be sure.
Point is, (no offense) just because something doesn't make sense to you, somebody might be able to make something nice out of it if he/she has the option to try it out. So don't take away (simple?) things. :)
I still have to make design choices somehow, and not supporting a feature which have no use case allow lighter and easier to maintain code. That's why I wanted to open the debate to more people and created this post on the forum, so I can have more feedback and maybe reconsider some design points due to new informations.
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.