Problem displaying screenshots in PM3.HD Mod

Discussion and development of skins for XBMC4XBOX
Post Reply
xgekox
Posts: 6
Joined: Fri Feb 05, 2021 1:57 pm

Problem displaying screenshots in PM3.HD Mod

Post by xgekox »

Good morning to All,
I write because I’m creating a custom version of PM3.HD with graphics taken from the Xbox Classic skin, with the addition of the display of screenshots uploaded by the ArtWork Installer and with Synopsis (thanks to the Rocky'5 script).
The big problem I’m encountering is that the skin displays the screenshots only and exclusively if the game folder has the same name of the game (the one contained in the XBE file).
The string I brought back is this:

<description>Games Screenshot image </description>
<posx>20</posx>
<posy>480</posy>
<width>224</width>
<height>165</height>
<fadetime></fadetime>
<imagepath background="True">F:/Games/$INFO[ListItem.Label]/_resources/screenshots/Screenshot-1.jpg</imagepath>
<aspectratio align="center">stretch</aspectratio>
</control>

I also tried to replace [listitem.Label] with [listitem.Path] but it didn’t work, in your opinion how can I solve the problem?
Where am I wrong?

Thank you so much for helping me?
Attachments
Skin1.jpg
Skin2.jpg
Post Reply