Carousel theming help (left align)
-
@Syhles I'm not actually sure what Origin does, I'm doing most of this by trial and error (and I still haven't completely learnt what everything does lol)
-
@Syhles Yeah, this could work too. Set the origin point and position relative to that. I assume the default origin X point is 0.5.
-
@robertybob
Let's you choose where it defaults to before editing <pos> -
0 0.38375 is Default <pos> for the carousel.
https://github.com/jrassa/EmulationStation/blob/master/THEMES.md#carousel -
@Syhles Odd. Perhaps I mean the system logos, which is what he is trying to change here.
-
@AlexMurphy
The code he posted is for the carousel, if he wants to move the logos on the system select screen he has to edit that. -
@robertybob
My carousel is currently vertical and on the left side of the screen
Heres my code try it if you want<carousel name = "systemcarousel"> <type>vertical</type> <pos>0.027 0.05</pos> <size>0.33 0.835</size> <color>00000000</color> <logoScale>1.5</logoScale> <logoSize>0.20 0.15</logoSize> <maxLogoCount>5</maxLogoCount> </carousel>
-
@Syhles @AlexMurphy Thanks guys, you both fixed my issues :)
-
@robertybob Your original problem was the <size>. You had the X-size set to 1, which is 100%, and the carousel is in the middle of that.
-
@mattrixk
I did not know that. I've just started messing with the carousel. -
@Syhles For the Carousel the <size> property works the same as any <image> element.
- <size>1 1</size> sets the element to be 100% wide and 100% high
- <size>0.75 0.5</size> sets the element to be 75% wide and 50% high
The logos in the Carousel sit in the middle of the element, so if you have a <size>1 x</size> then the logos will be in the middle of the screen, now matter what (unless you change the <pos>).
-
@mattrixk
Thanks that's very useful to know. -
@Syhles No worries, glad to help.
-
@mattrixk said in Carousel theming help (left align):
@robertybob Your original problem was the <size>. You had the X-size set to 1, which is 100%, and the carousel is in the middle of that.
Oops!
Last night I had changed it to:
<pos>-0.350 0.039</pos> <size>1 0.8000</size> <color>FFFFFF00</color> <logoScale>2</logoScale> <logoSize>0.125 0.155</logoSize> <maxLogoCount>3</maxLogoCount>
Which gave me this:
Do you think I am ok to leave it as it is?
-
@robertybob
Are you happy with how it looks? If yes then leave as is, lol.
I just spent 2hrs arguing with the Modern theme to get Carousel and System screen just right and now I'm afraid to touch anything or it will burst into flames. -
Just stumble across this post and was hoping someone could talk me through implementing the "carousel" element.
I've already attempted to modify my existing theme xml, however that broke my theme, I even tried using the "supported feature" and that didn't work either.
I'm using Retropie 4.2 and according to GUI looks like I'm using ES V2.1.4RP
-
@__Scannigan__ You need to update your ES for this to work!
-
@TMNTturtlguy ah cheers, I'm currently using a "test build" I assume that'll be overwritten by the official release?
-
@__Scannigan__ I bet you are using the video screen saver with OMX player by @fieldofcows with the modifications made by @pjft . I am using that as well and have been in conversations with @pjft about it. He is working on some other great projectes and pretty busy, and it is to much work form them to keep updating every ES release with their modifications. My hope is that someday soon they will try to get this implemented into the main ES build. It is a great addition and what is nice is that you have the option to turn the OMX player on and off and you don't need to use the video screensaver if you don't want to. It seems like a pretty good addition. Anyways, here is a thread from @pjft regarding updating their work: Link I have similar issues with a theme that i am just about done working on. My solution was to go get another SD card and duplicate my build and then update to the new ES. I now have identical builds, but one has the screensaver ES, the other is up to date with the standard releases. The new ES update does have a pretty big impact on some of the things i have been working on. See this thread: New Comic Book Theme
Edit: To answer your original question, yes, when you update to the new ES to use the new theme tools, you will lose all the screen saver and omx player capabilities.
-
@TMNTturtlguy Spot on mate, yeah would be a shame to lose such a good feature. There's so many things people are working on at the moment, this last few months has seen so many updates and modifications put out there, and I share your thoughts, I'm sure pjft will get it merged eventually, I'm just an impatient sod :) Just one more thought, does the most recent ES release include the screensaver without pjfts modifications?
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.