Tagged: es manager, ES scraper, FanArt, roms
-
AuthorPosts
-
Anonymous
Inactive11/09/2013 at 09:11Post count: 11Hi,
I want to scrape my game on my PC, before send them to my RaspberryPi.
Is there any soft for that ?
Thanks in advance
I’ve put together a little form app to help clear up the gamelist.xml file, it’s not a screen scrapper but helps clean up the lose ends that the ES Script hasn’t spotted or miss identified.
Recommended steps:-
Load roms on to RetroPie and run the ES-Scrapper script
copy gamelist.xml and images for a console from Pi to windows PC
launch RetroPie.exe in same directory on PC as gameslist.xml
click ‘Get gamelist’
scroll through list of rom titles, on right amend any titles, descriptions, image location.
click Update to write back to gamelist.xml
if image isn’t shown or is incorrect, use search box to search through browser, same images manually and reselect rom name to see it on the form
once happy copy the gamelist.xml and images back to the PiImage changes on the Pi should show but text changes will show after a reboot
can this be re-posted somewhere so people can download please?
I am very interested in this as well, wonder why the links aren’t showing up for you?
I ended up writing my own simple (~30 line) scripts.
For MAME and FBA roms it utilizes local text files that have associations between the rom names and their actual names (ghouls -> Ghouls and Ghosts). It will create the gamelist.xml (just like ES-scraper), but does it entirely locally, so it only takes a couple seconds to process a couple thousand roms. It will even make image references in the xml file if you have png files in the rom directory with the same names as your roms.
There are much faster ways to automatically fetch appropriately sized and named rom png files. I used the EmuMovies automated downloader, which is a Windows app. To grab the images you just point the program at your roms directory and it will take care of everything in a couple minutes. Then they just needed to be transferred to the appropriate rom directory on the pi.
I also have a similar script for console games, but it doesn’t have the name association file so the roms need to be named in the same way you want them displayed. There are already lots of solutions for renaming rom files.
The scripts don’t populate descriptions, but honestly I never felt the ES-scraper descriptions were of any real benefit.
If there’s lots of interest I can post the scripts somewhere, but I’d want to clean them up and do some consolidation before they are shared.
Plan Z ;) I put the details in a Blog – RetroPie GameList Updater
cacophony555 do you fancy sharing you console roms script?
Thanks
Karl
[quote=4586]It’s available on my link below, if it doesn’t launch then you may need a more recent version of the .net framework.
Launch in windows folder with your gamelist.xml file
[/quote]Thank you! :D This is a fantastic little program! I managed to do a complete gamelist with images and descriptions in about half an hour, which can take almost a day doing it manually.Anonymous
Inactive03/01/2014 at 10:36Post count: 11Hi,
Finally i made a little program to manage my roms. (inspired by “Game List Updater” by lakeuk)
You can download it here : http://www.initial-team.com/initmaster/files/ES-Manager.rar
You can put your own configuration in this file : ES-Manager.exe.config
For example for SNES<add key="snes_name" value="SNES"/> <add key="snes_pc_path" value="P:\RetroPie\Roms\snes"/> <add key="snes_pi_path" value="/home/pi/RetroPie/roms/snes/"/> <add key="snes_cover_width" value="825"/> <add key="snes_cover_height" value="580"/> <add key="snes_cover_width_alternate" value="580"/> <add key="snes_cover_height_alternate" value="825"/> <add key="snes_rom_extension" value="smc,sfc,fig,swc"/> <add key="snes_gamesdb_machine_name" value="Super Nintendo (SNES)"/>
If you don’t want a repertory to be scrapped, leave the “pc_path” parameter blank
Anonymous
Inactive03/14/2014 at 00:11Post count: 11I did a small update on ES-Manager. (download link is still the same)
– Better rom name cleaning
– Possibility to do direct copy to pi smb share
– Correct covers sizes for nes/snes/md/sms in the config fileYou can check for updates on my blog
Leonardo
Guest06/19/2014 at 02:45Post count: 908New Resources Required:
– Download images without resizing.The problem is that the image is stretched or flattened when it resizes
thanks for sharing! :)
zSprawl
Guest06/23/2014 at 06:34Post count: 908I can’t seem to get it to run in Windows 8, it just crashes without error. I’ve tried all kinds of compatibility settings.
Anonymous
Inactive06/23/2014 at 09:44Post count: 11It works on Windows 8 32 & 64.
Be sure that the paths in the .config file are corrects (that’s usually the reason of crash).
I hope to find time to make a new release before july.
zSprawl
Guest06/23/2014 at 20:31Post count: 908ahh had one of the local paths wrong. Thanks
zSprawl
Guest06/23/2014 at 20:53Post count: 908There is a bug with SNES default width. If I change it in the config file to 541 as the default, it won’t take. I need to change it manually each time in the gui.
Also, is there a way to get it to do a full scrap first, then I can go in and micro manage?
Love the tool. Thanks !
leonardo
Guest07/03/2014 at 03:18Post count: 908how to set not to resize the image after download from google?
zSprawl
Guest07/04/2014 at 04:06Post count: 908You need to edit the config file for your size options. Sadly it defaults to the first option everytime, and a bug appears to require it to be the default.
Using this tool is very tedious and time consuming, but you get perfect results in the end. Using the built in scrapper is easy, but often has problems parsing special characters, thus mislabeling a game.
ES-manager is a great tool! Is there a way to select all and let it scrape all the roms, or do you have to be there and do it one by one?
Haris
Guest07/19/2014 at 10:52Post count: 908Exe file doesnt work. When i run it it dows nothing. Do i miss smth? should i have opened my pi?
You need to alter the directory locations in the ES Manager config file.
Also if you using Retropie v2 then mine mini-app and the ES Manager won’t do the job as the update has moved the romart / gamelist.xml to different folders
home\pi\.emulationstation\downloaded_images
home\pi\.emulationstation\gamelistsdeaftolight – these tools were cobbled together help manually fill in the gaps and correct wrong info that the retropie main scrapper has picked up.
In the Retropie v2 the scraper has moved to the main emulationstation GUI where you can do a scrape of everything.
Haris
Guest07/19/2014 at 14:39Post count: 908Lakeuk i agree but:
1-internal es scraper canot find many rom’s thumbnails
2-you have to do it one by one!! And all of us do have thousands of roms…
so i guess that s not a solution:(
I’ve updated my cleanup app to fit with the changes made under 2.X in directory locations and also added a few more sources for hunting out FanArt, new version can be found on my blog post and the link below:-
Hint Hint – I like ininmaster’s app for the additions mine doesn’t have, hopefully he’ll update it in the near future :)
Looks like is won’t post my link, you can find it in the previous post #4876 above
-
AuthorPosts
- The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.