retropassdev / RetroPass

Retro Pass is a simple frontend for emulators running on Xbox.
GNU General Public License v2.0
105 stars 42 forks source link

Some Games don't show box art #2

Closed CoadyKidd closed 2 years ago

CoadyKidd commented 2 years ago

these are games with unofficial box art such as Sonic & Knuckles + Sonic 3 and Angry Birds for the psp i think to fix this you would have to make it so if theres no Box Art it goes to the Fan Art - Box Art folder instead

CoadyKidd commented 2 years ago

if you copy and paste manually it fixes it

retropassdev commented 2 years ago

LaunchBox has /Data/Platforms.xml where all the image and video folders are defined. For each MediaType there is a FolderPath. These media types are supported while others are ignored: "Screenshot - Game Title" "Screenshot - Gameplay" "Screenshot - Game Select" "Video"

"Screenshot - Game Title" is searched for box art, so it's best to put the images there. I will update documentation with more details about asset loading and what's supported.