win10_emulation_station icon indicating copy to clipboard operation
win10_emulation_station copied to clipboard

[Improvement Request] Remove the '.' for scrappers.

Open DanielLester83 opened this issue 3 years ago • 2 comments

Even on windows some programs such as skraper won't look in folders that start with a period. So I suggest that in your script you use mklink /s to symlink ".emulationstation" to "emulationstation". then generate the systems file to point to the "emulationstation" folder.

DanielLester83 avatar Jun 09 '21 16:06 DanielLester83

This is a valid point - but I honestly thing it's more hassle than it's worth setting um symlinks in a big script that I want to cater for as many people as possible with as little error as possible.

It HAS been a while since I used a scraper myself - but I haven't had any problems with the default path that the emulation station folder is in - can I ask how you were running the scraper - maybe on CMD or an older version of Powershell? Powershell core tends to treat things much nicer than it's predecessors.

Francommit avatar Feb 15 '22 11:02 Francommit

I'm using Skraper from https://www.skraper.net/ which is a Windows GUI App on Windows 10 so I assume it is using an API to access files. I know I can run CMD or Powershell commands individually on my Win 10 install.

DanielLester83 avatar Feb 15 '22 19:02 DanielLester83