[SOFT] Universal XML Scraper - Scrappez vos roms depuis Windows (Scrape your roms from Windows)
-
J'attends aussi un peu avant de tout refaire car c'est long surtout avec le mix darkade
De toute façon ça ne fonctionne que sur les roms ayant les jaquettes de leur region donc je suppose que nintendo et sega sont bien complétées pas besoin de refaire les autres consoles
-
Surtout que je pense que la prochaine version sera surement une 2.0.0.0 ^^
Je voudrais re-écrire la partie qui gère le XML et du coup faire en sorte que les MIX Templates et les profiles de scrapes soient en XML
Mais la il me faut plein de temps ^^ -
Salut tout le monde,
Screech, je ne sais pas si c'est un bug ou si je m'y prend mal, mais quand je scrap un repertoire qui n'est pas sur le meme DD que UXS bah il ne télécharge pas les covers.
Je m'explique, j'ai un répertoire sur mon qui comporte toute mes roms SNES.
UXS se trouve sur mon
Quand je lance le scrape, aucune image ne se télécharge, or si je met mon dossier où se trouve mes roms SNES sur le cela fonctionne.Cela ne gène en rien bien sur, mais je tenais à te le signaler, alos peut être que ce n'est qu'un fois sur 2 que sa arrive
-
Peut être un problème de droit en écriture dans le répertoire des images ?
A priori, je viens de tester aucun problème pour avoir les Rom sur les images sur et même le gamelist.xml sur E: si tu as ^^ le tout en ayant uxs sur F:
Au pire essaye de lancer UXS en admin (MAJ + Clic droit : "Executer en administrateur") pour voir
-
@screech J'ai rééssayer en supprimant tout les fichier que créé UXS, ça refonctionne.
Merci de ta réponse
-
Hi,
thank you for this great Tool! After some configuration it worked like a charme! All Systems got new pictures. Only the psx System will not Scrape. It freezes on "Get System List". It only happens on PSX. I deleted the *bin file Extension, does not help. Do you have an Idea?
-
@VanDutch Hello, Strange if it freezes on "Get System List". Can you try to Change the Value of "$RechSys" in the Advanced configuration menu ? (Edit / Configuration / Advanced)
It will ask you on wich system you wan't to scrape... So If it's the detection System who crash on PSX, it will pass through
-
Thanks, i will try at Home later, @work now!
-
So, here i am. Tried as you said, freeze! I choose Playstation, then the PSX Logo comes, the Bar goes complete green and the Scraper stands still. "No Reaction"!
-
Can you pastbin your log ? (If possible in Verbose = 2)
I check.. Maybe the first game you have do this :S
-
Where can i find the log file?
-
Ok sorry, found it! Here you go...
http://pastebin.com/V47xyBem -
Oh it's my fault !!
Can you edit the UXS-Config.ini, the second line :
$RechFiles = '*.*|*.xml;*.txt;*.dv;*.fs;*.xor;*.drv;*.dat;*.nv;*.bin;*.sav'
by
$RechFiles = '*.*|*.xml;*.txt;*.dv;*.fs;*.xor;*.drv;*.dat;*.nv;*.cue;*.sav'
And can you Wait à little longer?
Calculate hash on 700mo file is longer than 1mo file
-
@VanDutch Can you try the very last version v1.5.0.11
- Minor bug correction On Profil
- Minor bug correction On exclusion list
- Minor bug correction On FileName (Character "&")
- Adding a "Quick Mode" for big file (Only CRC32 hash, no MD5 or SHA1)
So if you scrape Big file (like PSX .bin) It will be in "Quick Mode" without Hashing in MD5 and SHA1 (only CRC32) so it must be quicker
-
Hmm... not really good i think!
-
Really strange I juste try "Crash Bandicoot.bin" and it found it in seconde....
Can you pastbin (again sorry) you log ?
(1h7 for 8 roms !!! dang !! whats the hell....)
-
So, deleted 2 Roms. Tried again, nothing! http://pastebin.com/8tvb9ktt
-
- Fifa soccer 2005 exist, but no rom associated (http://www.screenscraper.fr/gameinfos.php?gameid=19467)
- Street Fighter Collection doesn't exist
- Tony Hawk's Pro Skater exist, but not the good name or CRC (http://www.screenscraper.fr/gameinfos.php?gameid=19527)
So no error just a lake of referencement on ScreenScraper.
Have you just these 3 missings or more ?
Where your rom come from (no link please, just tell me if it's a romset or something) ?If you want, do a full scrape and send me you missing.txt ? (via pastbin if you want )
I see what I can do -
Hi,
is there any way to tell the program to download ONLY the front cover art of the games? In normal profile it only downloads a screenshot of the game.
Thx for the help and keep on with this really good program. -
Of course you can
Watch in the file name UXS-config.ini these 2 lines :
$ELEMENT_11 = 'image|path:image|medias/media_screenshot|path:image'
$ELEMENT_12 = 'image|path:image|medias/media_boxs/media_boxs2d/media_box2d_%%|path:image'The first one say : "download screenshot"
The second on say : "If you haven't found screenshot download the 2D Box"If you want only the 2D Box, simply delete the first line and "Renum" all the line to have a continuity in the line order ($ELEMENT_1 -> $ELEMENT_2 -> $ELEMENT_3 -> and so on till the end)
Oh, and if you want screenshot if no 2D box where found, simply inverse these 2 lines ($ELEMENT_11 become $ELEMENT_12 and $ELEMENT_12 become $ELEMENT_11)
Last things, if you want a 3D box instead of 2D box, simply change "media_boxs2d/media_box2d_%%" in "media_boxs3d/media_box3d_%%"
Relaunch UXS and scrape easy