• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
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

No metadata showing for first item in rom sub-folder

Scheduled Pinned Locked Moved Help and Support
emulationstatiosubfoldersmetadata issues
9 Posts 4 Posters 1.9k 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.
  • C
    cafarellidigital
    last edited by cafarellidigital 28 Jun 2017, 05:18

    I've searched this site as well as others for an answer to this issue, but came up short (though I feel like I've seen a solution to it somewhere).

    I've just started adding subfolders for multidisc games (Gran Turismo 2, Final Fantasy VII, Metal Gear Solid, etc), and while I can get metadata to show up properly for the subfolder itself, when I enter the folder, the first item in the list always has blank information (no image/video, no release date, developer, players, description; just nothing). All other items in a subfolder will have proper metadata information, and if I move from the first item to the second in the list, and then back to the first, the first item will have metadata again.

    So obviously the metadata is correctly applied (otherwise nothing would show at all), it is just not "loading" when EmulationStation enters a subfolder. Does anyone know how I can fix this? Or is this a common issue without a solution?

    Pi Model: 3
    RetroPie Version Used: 4.2
    Built From: Pre made SD Image on RetroPie website

    Console Stripe Video Splashscreen | Mushberry Splatter Splashscreen

    C 1 Reply Last reply 28 Jun 2017, 22:12 Reply Quote 0
    • C
      cafarellidigital @cafarellidigital
      last edited by cafarellidigital 28 Jun 2017, 22:12

      I posted this in the wee early morning hours, like an idiot, so I'm bumping this once and only once, hoping for a response. Thanks!

      Console Stripe Video Splashscreen | Mushberry Splatter Splashscreen

      1 Reply Last reply Reply Quote 0
      • B
        BAZLOCO
        last edited by 28 Jun 2017, 22:48

        I would suggest using eboots - you can find a converter that will let you convert the multidisc isos or bins to pbp format

        the psx can run these and they are usually smaller file sizes too

        with regards to your metadata, can you post an example of the gameslist.xml file ?
        more than likely its looking at a location where your images/videos etc are saved but you may need to verify the location and amend the xml file

        C 2 Replies Last reply 28 Jun 2017, 23:16 Reply Quote 0
        • C
          cafarellidigital @BAZLOCO
          last edited by 28 Jun 2017, 23:16

          @BAZLOCO thanks for replying!

          Yea, I know about the eboot files, but that isn't the best option for everything (Gran Turismo 2 is one example). Plus, this isn't really a disc issue, it's a folder issue. I may want to use folders later for a different reason, and the problem would still exist. But thanks for the suggestion.

          Regarding metadata, I'll post that when I get home from work. But if that were the problem, wouldn't nothing show at all? The part that throws me off is that I can move from the 1st item to the 2nd item, then back to the 1st, and all of a sudden the metadata is back. It's like it just doesn't load immediately.

          Console Stripe Video Splashscreen | Mushberry Splatter Splashscreen

          1 Reply Last reply Reply Quote 0
          • C
            cafarellidigital @BAZLOCO
            last edited by 28 Jun 2017, 23:54

            @BAZLOCO Here's a section of my gamelist.xml

            <game>
            	<path>./Gran Turismo 2</path>
            	<name>Gran Turismo 2 (folder)</name>
            	<desc>blah blah blah</desc>
            	<image>/home/pi/.emulationstation/downloaded_images/psx/Gran Turismo 2 - Arcade-image.png</image>
            	<rating>0.7</rating>
            	<releasedate>19991211T000000</releasedate>
            	<developer>Polyphony Digital</developer>
            	<publisher>Sony Computer Entertainment</publisher>
            	<genre>Racing</genre>
            	<players>2</players>
            	<video>/home/pi/.emulationstation/downloaded_videos/psx/Gran Turismo 2 - Arcade-video.mp4</video>
            	<marquee>/home/pi/.emulationstation/marquees/psx/Gran Turismo 2 - Arcade-marquee.png</marquee>
            </game>
            <game>
            	<path>./Gran Turismo 2/Gran Turismo 2 - Arcade.cue</path>
            	<name>Gran Turismo 2: Arcade</name>
            	<desc>blah blah blah</desc>
            	<image>/home/pi/.emulationstation/downloaded_images/psx/Gran Turismo 2 - Arcade-image.png</image>
            	<rating>0.7</rating>
            	<releasedate>19991211T000000</releasedate>
            	<developer>Polyphony Digital</developer>
            	<publisher>Sony Computer Entertainment</publisher>
            	<genre>Racing</genre>
            	<players>2</players>
            	<video>/home/pi/.emulationstation/downloaded_videos/psx/Gran Turismo 2 - Arcade-video.mp4</video>
            	<marquee>/home/pi/.emulationstation/marquees/psx/Gran Turismo 2 - Arcade-marquee.png</marquee>
            </game>
            <game>
            	<path>./Gran Turismo 2/Gran Turismo 2 - Simulation.cue</path>
            	<name>Gran Turismo 2: Simulation</name>
            	<desc>blah blah</desc>
            	<image>/home/pi/.emulationstation/downloaded_images/psx/Gran Turismo 2 - Simulation-image.png</image>
            	<rating>0.7</rating>
            	<releasedate>19991211T000000</releasedate>
            	<developer>Polyphony Digital</developer>
            	<publisher>Sony Computer Entertainment</publisher>
            	<genre>Racing</genre>
            	<players>2</players>
            	<video>/home/pi/.emulationstation/downloaded_videos/psx/Gran Turismo 2 - Simulation-video.mp4</video>
            	<marquee>/home/pi/.emulationstation/marquees/psx/Gran Turismo 2 - Simulation-marquee.png</marquee>
            </game>
            

            So to clarify, the top entry is for the folder, the middle entry is for the first item/game in the folder, and the bottom entry is for the second item/game in the folder.

            When I go to the psx system and highlight the folder, it shows the correct metadata. When I enter the folder, I expect to see the metadata for the first item/game in the folder, but instead I see blank metadata. If I move the highlight/cursor to the second item/game, it shows its correct metadata. If I move back to the first item/game, it will show the correct metadata now.

            Why doesn't it show it on first load of the content sof the folder? How can I fix this?

            Console Stripe Video Splashscreen | Mushberry Splatter Splashscreen

            1 Reply Last reply Reply Quote 0
            • P
              PittStone
              last edited by 6 Aug 2017, 07:33

              I have the Same Problem here, too!

              "When I enter the folder, I expect to see the metadata for the first item/game in the folder, but instead I see blank metadata. If I move the highlight/cursor to the second item/game, it shows its correct metadata. If I move back to the first item/game, it will show the correct metadata now."

              Any Fixes? THX

              P 1 Reply Last reply 6 Aug 2017, 10:25 Reply Quote 0
              • P
                pjft @PittStone
                last edited by 6 Aug 2017, 10:25

                @pittstone I have a fix for this but haven't submitted It yet as it's part of a bigger change.

                If you want to test the binary, see here:

                https://retropie.org.uk/forum/topic/11805/please-test-creating-custom-collections

                P 1 Reply Last reply 6 Aug 2017, 18:48 Reply Quote 0
                • P
                  PittStone @pjft
                  last edited by 6 Aug 2017, 18:48

                  @pjft Thanks for the Answere. But i'm German and i don't Understand what is to do without a "To Do" List.

                  P 1 Reply Last reply 6 Aug 2017, 19:06 Reply Quote 0
                  • P
                    pjft @PittStone
                    last edited by 6 Aug 2017, 19:06

                    @pittstone no problem. Just wait for it to be merged into the main branch. Know that someone has fixed it :)

                    1 Reply Last reply Reply Quote 0
                    • 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.

                      [[user:consent.lead]]
                      [[user:consent.not_received]]