Screenscrapper in Spanish - config.ini
-
Hi guys,
I am trying to make the scrapper function work in spanish but I am doing something wrong, because the system back to me all the game details in english.
I change many times the file config.ini with no success.
What I am doing wrong?THANKS!
[main]
##Setting input, gamelist or media folder here, will automatically append '/[platform]' to path.
##If you need better control, use the same variables under a [<platform>] section instead.
#inputFolder="/home/pi/RetroPie/roms"
#gamelistFolder="/home/pi/RetroPie/roms"
#mediaFolder="/home/pi/RetroPie/roms"
#cacheFolder="/home/pi/.skyscraper/cache"
#cacheResize="false"
#cacheCovers="true"
#cacheScreenshots="true"
#cacheWheels="true"
#cacheMarquees="true"
#importFolder="/home/pi/.skyscraper/import"
#unpack="false"
#frontend="emulationstation"
#emulator=""
#videos="false"
#symlink="false"
#brackets="true"
#maxLength="10000"
#threads="2"
#pretend="false"
#unattend="false"
#unattendSkip="false"
#interactive="false"
#forceFilename="false"
#verbosity="1"
#skipped="false"
#maxFails="30"
#lang="es"
#region="wor"
#langPrios="es,en,fr"
#regionPrios="eu,us,ss,uk,wor,jp"
#minMatch="0"
#artworkXml="artwork.xml"
#relativePaths="false"
#addExtensions="*.zst"
#hints="false"
#subdirs="true"
#spaceCheck="false"[arcade]
inputFolder="/home/pi/RetroPie/roms/arcade"
gamelistFolder="/home/pi/RetroPie/roms/arcade"
mediaFolder="/home/pi/RetroPie/roms/arcade/media"
cacheFolder="/home/pi/.skyscraper/cache/arcade"
cacheResize="false"
cacheCovers="true"
cacheScreenshots="true"
cacheWheels="true"
cacheMarquees="true"
importFolder="/home/pi/.skyscraper/import/arcade"
unpack="false"
emulator=""
videos="false"
symlink="false"
brackets="true"
lang="es"
region="wor"
langPrios="es,en,de"
regionPrios="eu,us,ss,uk,wor,jp"
minMatch="0"
maxLength="10000"
threads="2"
startAt="filename"
endAt="filename"
pretend="false"
unattend="false"
unattendSkip="false"
interactive="false"
forceFilename="false"
verbosity="1"
skipped="false"
artworkXml="artwork.xml"
relativePaths="false"
extensions="*.zip *.uae .adf"
addExtensions=".zst *.rom"
subdirs="true"[nes]
inputFolder="/home/pi/RetroPie/roms/nes"
gamelistFolder="/home/pi/RetroPie/roms/nes"
mediaFolder="/home/pi/RetroPie/roms/nes/media"
cacheFolder="/home/pi/.skyscraper/cache/nes"
cacheResize="false"
cacheCovers="true"
cacheScreenshots="true"
cacheWheels="true"
cacheMarquees="true"
importFolder="/home/pi/.skyscraper/import/nes"
unpack="false"
emulator=""
videos="false"
symlink="false"
brackets="true"
lang="es"
region="wor"
langPrios="es,en,de"
regionPrios="eu,us,ss,uk,wor,jp"
minMatch="0"
maxLength="10000"
threads="2"
startAt="filename"
endAt="filename"
pretend="false"
unattend="false"
unattendSkip="false"
interactive="false"
forceFilename="false"
verbosity="1"
skipped="false"
artworkXml="artwork.xml"
relativePaths="false"
extensions="*.zip .nes"
addExtensions=".zip *.nes"
subdirs="true"[screenscraper]
userCreds="XX:XX"
threads="1"
minMatch="0"
maxLength="10000"
interactive="false"
cacheCovers="true"
cacheScreenshots="true"
cacheWheels="true"
cacheMarquees="true"
videos="false" -
Here's what worked for me - this is my whole
config.ini
:[main] lang=es region=eu langPrios=es,en regionPrios=eu,wor,us,jp
Scraping seems to get the Spanish description for the games that have it, I tested it with Arcade and NES systems.
[..] #5/31 (T1) Pass 1 ---- Game 'bionicc' found! :) ---- Scraper: screenscraper From cache: NO Search match: 100 % Compare title: 'Bionic Commando' Result title: 'Bionic Commando' () Platform: 'Capcom Classics' () Release Date: '1987-01-01' () Developer: 'Capcom' () Publisher: 'Capcom' () Players: '2' () Ages: '' () Tags: 'Plataforma, Plataforma / Tirador con deslizamiento' () Rating (0-1): '0.4' () Cover: YES () Screenshot: YES () Wheel: YES () Marquee: YES () Description: () 'El Comando Biónico es un scrolling platform shoot-em-up diez años después del final de la III Guerra Mundial, con el jugador asumiendo el papel de "Super Joe"; un Comando de élite encargado de infiltrarse en la base militar del enemigo para descubrir sus planes secretos y destruir sus silos de misiles. nnnnPara ayudarle en su misión, Joe está equipado con un brazo biónico; un gancho telescópico de agarre que se utiliza para atravesar las numerosas plataformas y cornisas que conforman los niveles del juego. El brazo también se puede utilizar para aturdir temporalmente a los enemigos o golpearlos desde las plataformas, así como para recuperar los objetos de bonificación, cajas de madera y armas que ocasionalmente caen en la zona de guerra en paracaídas. nnnnAdemás del brazo biónico, Joe está armado con una escopeta usada para matar enemigos y destruir obstrucciones. La escopeta sólo se puede disparar a izquierda y derecha, sin embargo, y no se puede usar al mismo tiempo que el brazo biónico. Se pueden recoger pistolas más poderosas a lo largo del juego.' [...]
-
Thank you very much again @mitu !
Sorry, just to do a double check about if I understand properly.
I should change the main tag and keep as I did the "arcade" and "nes"?
This is how the file should be?THANKS!!!
[main]
lang=es
region=eu
langPrios=es,en
regionPrios=eu,wor,us,jp[arcade]
inputFolder="/home/pi/RetroPie/roms/arcade"
gamelistFolder="/home/pi/RetroPie/roms/arcade"
mediaFolder="/home/pi/RetroPie/roms/arcade/media"
cacheFolder="/home/pi/.skyscraper/cache/arcade"
cacheResize="false"
cacheCovers="true"
cacheScreenshots="true"
cacheWheels="true"
cacheMarquees="true"
importFolder="/home/pi/.skyscraper/import/arcade"
unpack="false"
emulator=""
videos="false"
symlink="false"
brackets="true"
lang="es"
region="wor"
langPrios="es,en,de"
regionPrios="eu,us,ss,uk,wor,jp"
minMatch="0"
maxLength="10000"
threads="2"
startAt="filename"
endAt="filename"
pretend="false"
unattend="false"
unattendSkip="false"
interactive="false"
forceFilename="false"
verbosity="1"
skipped="false"
artworkXml="artwork.xml"
relativePaths="false"
extensions="*.zip *.uae .adf"
addExtensions=".zst *.rom"
subdirs="true"[nes]
inputFolder="/home/pi/RetroPie/roms/nes"
gamelistFolder="/home/pi/RetroPie/roms/nes"
mediaFolder="/home/pi/RetroPie/roms/nes/media"
cacheFolder="/home/pi/.skyscraper/cache/nes"
cacheResize="false"
cacheCovers="true"
cacheScreenshots="true"
cacheWheels="true"
cacheMarquees="true"
importFolder="/home/pi/.skyscraper/import/nes"
unpack="false"
emulator=""
videos="false"
symlink="false"
brackets="true"
lang="es"
region="wor"
langPrios="es,en,de"
regionPrios="eu,us,ss,uk,wor,jp"
minMatch="0"
maxLength="10000"
threads="2"
startAt="filename"
endAt="filename"
pretend="false"
unattend="false"
unattendSkip="false"
interactive="false"
forceFilename="false"
verbosity="1"
skipped="false"
artworkXml="artwork.xml"
relativePaths="false"
extensions="*.zip .nes"
addExtensions=".zip *.nes"
subdirs="true"[screenscraper]
userCreds="XX:XX"
threads="1"
minMatch="0"
maxLength="10000"
interactive="false"
cacheCovers="true"
cacheScreenshots="true"
cacheWheels="true"
cacheMarquees="true"
videos="false" -
If your goal is to prioritise scraping in Spanish, then I think you can remove everything from the
.ini
file and leave only themain
section and the ScreenScraper credentials (if you have any):[main] lang=es region=eu langPrios=es,en regionPrios=eu,wor,us,jp [screenscraper] userCreds="XX:XX" threads="1"
Other options can be set through the user interface in the Skyscraper options (videos, marquees, etc.)
-
Totally understood.
Thank you very much for your help, I really appreciate it a lot.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.