Unable to see scraped pictures or video #7
-
Hi. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Hi fadangalini, If you are not running the latest version, please update it. There was an issue related to images and video paths that was solved in that same version. If it is the latest, I would like to hear more. Could you send me an example of image or video path from the gamelist.xml file that you know it does not show and a description or image of how the images and videos folder structure is? -with respect to the roms location. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your quick reply.
I think I have the latest version, but will check that and the rest you've
asked for and get back to you tomorrow. I am at work now till late.
Thanks
…On Thu, 1 Sep 2022, 18:39 andresdelcampo, ***@***.***> wrote:
Hi fadangalini,
If you are not running the latest version, please update it. There was an
issue related to images and video paths that was solved in that same
version.
If it is the latest, I would like to hear more. Could you send me an
example of image or video path from the gamelist.xml file that you know it
does not show and a description or image of how the images and videos
folder structure is? -with respect to the roms location.
Thanks!
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQUQUK77VW4DXWISALZSAYDV4DS4ZANCNFSM6AAAAAAQCQK55U>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
.com>
|
Beta Was this translation helpful? Give feedback.
-
I see what's happening now. When you are connecting from Windows to your Emulation station image, you are using the file system that it exposes through \\RETROPIE or \\192.168... (whichever the the image IP is). Those folders are not the whole Linux filesystem, so an absolute path will never work connecting remotely from Windows. I would recommend to move your images and videos closer to your roms so that you can use relative paths. For example, one subdirectory below roms (images and videos subdirectories in the arcade roms directory). So the filesystem could look like this
Then you can have in the gamelist.xml relative paths like
which will work both from EmulationStation and connecting remotely from Windows. You can do a Replace All in a text editor in the gamelist.xml so that changing the paths is fast to do. Or even Replace in Files to do all replacements at once. Make a backup first if you think something could go wrong. Hope it helps! |
Beta Was this translation helpful? Give feedback.
I see what's happening now. When you are connecting from Windows to your Emulation station image, you are using the file system that it exposes through \\RETROPIE or \\192.168... (whichever the the image IP is). Those folders are not the whole Linux filesystem, so an absolute path will never work connecting remotely from Windows.
I would recommend to move your images and videos closer to your roms so that you can use relative paths. For example, one subdirectory below roms (images and videos subdirectories in the arcade roms directory). So the filesystem could look like this
Then you can have in the …