[SOFT] New command-line scraper
-
Une interface est en cours, mais il faudra attendre encore quelques jours
A Windows/Linux GUI will be available soon.
-
Hi all,
The Skraper GUI is on the way. The GUI use the same underlying scraping library, but offer a more visual approach for better understanding. It includes a Wizard to ease configuration of all the stuff for RecalBox, Retropie, Launchbox and even a Generic retroemulation profile.
Originaly designed in english, I need help to translate the whole project.
I'll do the french (france) translation and I've already a translator for portugeese/BRASIL.I'm looking for translators, mainly for:
- German (de-DE)
- Spanish (es-ES or es-* if there are only a few difference with other spanish-speaking countries)
- Italian (it-IT)
- Dutch (nl-NL)
- pt-PT since there are many differences with pt-BR
Obviously, any other language translator is welcome!
For now, I cannot manage right-to-left languages, maybe later.
Translation will be done (and updated) through Excel .xlsx files, and translators will receive new bêta everytime a translation is updated.
Thanks in advance!
Here is a link to several SkraperUI screenshots, quite old now, but I'll update new picture later:
Skraper Scrrenshots -
@bkg2k I can do the spanish translation.
One request I have (haven’t been able to test your scraper yet though) is to upload all known hashes to SS automatically. Specially for large/cd based systems... screenscraper only calculates the crc when the rom file is big, thus large roms metadata is a bit incomplete for such.
Thanks for your work!
-
Regarde si tu peux utiliser un fichier .po - .mo pour tes traductions.
Plus simple à gérer que par xml, et tu peux du coup utiliser ce site qui est hyper pratique :
https://www.poeditor.com -
Le soft est en C#, donc les langues et les ressources associées sont gérée automatiquement par Visual Studio (et 2 plugin pour me mâcher le travail un peu plus).
L'import/export excel permet à tout un chacun de traduire et me permet à moi de réimporter les traductions en 2 clicks -
@paradadf You're welcome for the spanish translation
About automatic MD5/SHA1, sure that's a good idea. I can add this automatically for files less than a few megabytes, and add an options to force MD5/SHA for larges files.
The only limitation is for files in zip/7z/rar, because the scraper do not inflate files, it takes the CRC given by the archive instead. -
@bkg2k yeah, no need to inflate them. Usually, cd-based roms are unzipped anyway. It is just that I hate seeing those hashes missing. If you could add such a switch and have it deactivated by default, that’d be great.
-
Hello all,
The new GUI skraper is in alpha stage, tested by a few people. It's almost complete and it should be released in bêta stage in a few days for Windows only. Linux & MacOS version will come later.
Also, the "old" console version will be replaced with a new one, using the new scraping library used in the GUI version: faster & more accurate.
Meaningwhile, you may want to check the development progress here: www.skraper.net@paradadf : feel free to contact me on ScreenScraper if your translation proposal is still relevant
Also, Italian and German translated are welcome for both the application and the Web Site! (other languages too )
-
@bkg2k you should consuder poeditor (which means your project must be open source). Teabslations are extremly fast there
- Consider Mono compatibility. People don't only use windows ...
-
@Substring Yes the project will be open source (as soon as I find a clean solution to remove my ScreenScraper's developer identifiers from the project ).
As I use Visual Studio with the appropriate plugin, languages resources are managed automatically in a fast, efficient and clean way.
Also, mono compatibility is planned, as the soft shoud be released on linux & macOS. -
@bkg2k said in [SOFT] New command-line scraper:
@Substring Yes the project will be open source (as soon as I find a clean solution to remove my ScreenScraper's developer identifiers from the project ).
As I use Visual Studio with the appropriate plugin, languages resources are managed automatically in a fast, efficient and clean way.
Also, mono compatibility is planned, as the soft shoud be released on linux & macOS.That's always the hard part, Because screenscraper needs the password in each request. That's why I stopped working on my tool, got it to a point where all the admins could use it but we could never release it to the wild without my dev login being visible.
Edit: Hi bkg2k Blade Hunter here, havn't been around SS much since moving house in Dec :).
-
Really nice looking front end on it, I have one question though.
For the image output folder I wanted to make it something like this: %ROMROOTFOLDER%%SYSTEM%\downloaded_images Is %SYSTEM% a variable it will recognize?
-
@dan-donoghue Currently, Skraper replace the following varables:
%ROMROOTFOLDER% : The selected root folder you selected in the wizard.
%FRONTENDROOTFOLDER% : Selected front-end path in the wizard (only for Retropie & Launchbox).
%SCREENSCRAPERPLATFORM% : Internal ScreenScraper system name.There is no variable for recalbox (or any other frontend) that map recalbox system folders. Actually those folders are hardcoded in the wizard (for ES-based front-ends)