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

    boxart and snaps on USB mount rather than SD?

    Scheduled Pinned Locked Moved Help and Support
    retropie setup
    4 Posts 3 Posters 124 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.
    • D
      duiz
      last edited by

      I just got a pi4 and have been able to setup a manual install just to get used to the filesystems and such. One thing I wanna do that I can't really find much in the way of documentation on is store boxarts and video snaps on my USB, as my internal SD is only 16gb and I don't wanna overfill it (nor can I even transfer files to it via ssh so it's a mute point)

      So is there a way to direct retropie to seek out boxart and snaps on the USB via the retropie-mount method?

      simpleethatS 1 Reply Last reply Reply Quote 0
      • simpleethatS
        simpleethat @duiz
        last edited by

        @duiz it looks for the medias through the location specified in the gamelist.xml. The retropie-mount method mounts the roms and config folders from the USB so unless your media is in another location it will find them.

        What I've found to make my life easier is to use Skraper to gather all my medias for various ROM collections. By default it saves the gameslist in the folder with the ROMs (ie roms\nes) and the medias in a subfolder (ie roms\nes\media\video). I like this arrangement so I can easily add systems to other builds with copying one folder vs having to go to multiple locations to copy roms, gamelists, and media.

        D 1 Reply Last reply Reply Quote 0
        • D
          duiz @simpleethat
          last edited by

          @simpleethat So trying out a few things, I got the video play by using these addresses in the gameslist.xml

          		<image>home/pi/RetroPie/boxart/nes/3-D WorldRunner (USA)-image.jpg</image>
          		<video>home/pi/RetroPie/videos/nes/3-D WorldRunner (USA).mp4</video>
          

          However the boxart does not show. So atleast I'm halfway there.

          1 Reply Last reply Reply Quote 0
          • mituM
            mitu Global Moderator
            last edited by

            Try adding the / before the relative path, so it becomes

            <image>/home/pi/RetroPie/boxart/nes/3-D WorldRunner (USA)-image.jpg</image>
            
            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.