Hello! I started using gameOS today, and when trying to setup all the images, the only things that actually come up are the videos for each game.
I am using Skraper for my images, and I did notice that the generated gamelist.xml only generates tags for
<image>
<thumbnail>
<video>
and when I convert it to metadata.txt (using the linked converter) they only have
assets.boxfront (Converted path matches the <image> tag aka the game screenshot)
assets.video (Converted path matches the <video> tag aka the video)
I attempted manually setting the metadata.txt options, but it didn't work
(My attempt)
assets.boxfront: ./media/box2dfront/Doom (USA).png
assets.logo: ./media/wheel/Doom (USA).png
assets.background: ./media/fanart/Doom (USA).png
assets.video: ./media/videos/Doom (USA).mp4
Once again, when rebooting the only thing that loads is the video
What I have tried:
I doublechecked that the Skraper resources are being checked for
Tree Path Example
C:.
│ Castlevania (USA) (Rev 1).nes
│ gamelist.xml
│ Kirby's Adventure (USA) (Rev 1).nes
│ metadata.txt
│ Super Mario Bros. (World).nes
│ Super Mario Bros. 3 (USA) (Rev 1).nes
│
└───media
├───box2dfront
│ Castlevania (USA) (Rev 1).png
│ Kirby's Adventure (USA) (Rev 1).png
│ Super Mario Bros. (World).png
│ Super Mario Bros. 3 (USA) (Rev 1).png
│
├───fanart
│ Castlevania (USA) (Rev 1).jpg
│ Kirby's Adventure (USA) (Rev 1).jpg
│ Super Mario Bros. (World).jpg
│ Super Mario Bros. 3 (USA) (Rev 1).jpg
│
├───images
│ Castlevania (USA) (Rev 1).png
│ Kirby's Adventure (USA) (Rev 1).png
│ Super Mario Bros. (World).png
│ Super Mario Bros. 3 (USA) (Rev 1).png
│
├───videos
│ Castlevania (USA) (Rev 1).mp4
│ Kirby's Adventure (USA) (Rev 1).mp4
│ Super Mario Bros. (World).mp4
│ Super Mario Bros. 3 (USA) (Rev 1).mp4
│
└───wheel
Castlevania (USA) (Rev 1).png
Kirby's Adventure (USA) (Rev 1).png
Super Mario Bros. (World).png
Super Mario Bros. 3 (USA) (Rev 1).png
Anything else I can try to fix this?
Hello! I started using gameOS today, and when trying to setup all the images, the only things that actually come up are the videos for each game.
I am using Skraper for my images, and I did notice that the generated gamelist.xml only generates tags for
and when I convert it to metadata.txt (using the linked converter) they only have
I attempted manually setting the metadata.txt options, but it didn't work
(My attempt)
Once again, when rebooting the only thing that loads is the video
What I have tried:
I doublechecked that the Skraper resources are being checked for
Tree Path Example
Anything else I can try to fix this?