RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Add console year next to games count?

    Scheduled Pinned Locked Moved Help and Support
    yearcustom textmetadata
    3 Posts 2 Posters 714 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.
    • S
      Smoghog
      last edited by

      Hey guys! I wasn't sure if this might belong over in ideas and development, or if there is a simple way I am just overlooking, but...

      Is there a way to add custom text (in this case the year of console release) next to the games count under each console on the main screen in EmulationStation?

      1 Reply Last reply Reply Quote 0
      • rkosterR
        rkoster
        last edited by

        I did it by adding an extra field to the theme I was using (which is a vertical version I made of Metapixel). In each theme.xml for each system, I added something like this:

        	<view name="system"> 
                ....
        		<text name="year" extra="true">
        			<text>1987</text>
        		</text>
                ....
        	</view>
        
        

        and in the main theme file (metapixel.xml in this case) I added

        		<text name="year" extra="true">
        			<pos>0.05 0.55</pos>
        			<size>0.9 0.16</size>
        			<color>bbbbbb</color>
        			<fontPath>./art/font4.ttf</fontPath>
        			<fontSize>0.050</fontSize>
        			<alignment>center</alignment>
        			<forceUppercase>0</forceUppercase>
        		</text>
        

        within the <view name="system"> block. Result:

        Picture of the Amiga screen with year.

        Github/helper scripts * Creativision/Arcadia/Astrocade guide * Amiga guide * Atari 8bit guide

        S 1 Reply Last reply Reply Quote 1
        • S
          Smoghog @rkoster
          last edited by

          @rkoster Ah, Nice! I'll have to dig into the xml files for Carbon since that's what I'm using. I don't have much expertise in that area, but it doesn't look like it would be too much trouble with a little tinkering. Maybe someone who has done it on Carbon will chime in as well before I get a chance to.. :D

          Thanks!

          1 Reply Last reply Reply Quote 0
          • M mmfsilva referenced this topic on
          • First post
            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.