RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. scraper
    Log in to post
    • All categories
    • FloobF

      Scraping artwork on different regions EU/US/JPN

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support region 50hz pal 1g1r scraper
      6
      0 Votes
      6 Posts
      3k Views
      FloobF

      Thanks for all the suggestions. I should have no problem scraping the region artwork I'm after now.

    • A

      Scraper UI development

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development development scraper
      2
      0 Votes
      2 Posts
      460 Views
      mituM

      There are no plans to 'retire' the built-in scraper, improvements are always welcomed.

    • EdgecrusherE

      Emustation scraper/kid mode malfunction

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support scraper kid mode emustation
      3
      0 Votes
      3 Posts
      578 Views
      EdgecrusherE

      @iandaemon
      ok great info I didnt realize that
      thank you

    • fretmanF

      Is re-scraping a straight-forward process?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support scraper videos re-scraping setup
      11
      0 Votes
      11 Posts
      4k Views
      fretmanF

      @exarkuniv , sounds good…thanks.

    • N

      Selph Scraper Video Previews not working - yuv420p vs yuv444p?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support scraper video previews
      2
      0 Votes
      2 Posts
      428 Views
      S

      Put this in your /usr/local/bin folder and make it executable with chmod +x <filename>. Run it from your video folder. Your video files will not be overwritten. New files are saved to ./converted; to use them, you must move or copy one level up to replace the original files. Repeat for each system.

      You may need to install ffmpeg first with sudo apt update && sudo apt install ffmpeg.

      #! /bin/bash # Script provided by Clyde mkdir -p converted # create the folder "converted" if it doesn't exist for f in *.mp4 # process all videos in the current directory do echo "$(pwd)/$f" # show the processed file's name c=$(ffprobe "$f" 2>&1 | grep -c yuv444p) # (-c)ount no. of "444p" if [ "$c" -gt 0 ] # if 444p is present, then # convert to 420p ffmpeg -i "$f" -y -pix_fmt yuv420p -strict experimental converted/"$f" fi done
    • E

      Skyscraper / Steven Selph's Scraper working on some builds and not others???

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support scraper @skyscraper @coverart @rominfo stevenselph
      6
      0 Votes
      6 Posts
      1k Views
      D

      @edillenback said in Skyscraper / Steven Selph's Scraper working on some builds and not others???:

      @drdave79 Just wish I had better news for you. I'm still having issues with both command line scrapers on anything but my existing build. The built-in GUI scraper does work and isn't bad after I took @mitu 's advice of unchecking the 'user decides on conflict' but that won't help you with videos.

      Has to be something about the build process on my end but I'm doing pure vanilla installs and still have no idea what it could be.

      Have you tried Skyscraper?

      Yes, I've tried both. Same result.

    • johnodonJ

      sselph scraper still not working

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support sselph scraper
      2
      0 Votes
      2 Posts
      434 Views
      johnodonJ

      UPDATE: I was wrong. The Windows version is also failing with the same error. I thought it was successful but it was actually using arcadeitalia as the source.

      FYI…the Windows EXE version still works so I guess I can at least use that for now.

    • M

      Video scrape doesn't show videos

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support video scrape retropie steven selph sc scraper scraper video
      3
      0 Votes
      3 Posts
      775 Views
      M

      @sleve_mcdichael
      Thanks for your answer! I was trying to create the script and I couldn't cause I'm a newbie haha. But I figured out that I was using wifi + ethernet cable, I thought it could be the wifi connection, so I disconected it. After that I used the purge option and re-scrape again some platforms and it worked. Got almost every platform working, but I couldnt do it with nintendo 64, it just wont work. When I was scrapping, i got these error messages saying the servers were overloaded, but its okay for me.
      Thank you again !

    • E

      Scraper - Some of your selected systems do not have a platform set

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support emulationstaton scraper dragon32 xroar
      1
      0 Votes
      1 Posts
      760 Views
      No one has replied
    • E

      Scraper not working when attempting to scrape games for descriptions and boxarts.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support scrape issues scraper error database raspberry pi 4
      10
      0 Votes
      10 Posts
      24k Views
      S

      @emulatre71 said in Scraper not working when attempting to scrape games for descriptions and boxarts.:

      I do have a question about those with bin/cue file formats for PS1. It appears like this because the folders are in the ps1 rom folder, I did not take the contents and just throw them straight into the directory because I like to keep things organized. Are they supposed to be in a folder with their respective bin/cue files?
      You don't see the scraper/boxart info until you click on it, this is how they appear so far.

      You can convert .bin/.cue sets to .chd using the CHDMAN tool, to clean up your folders to one file per disc (and potentially also save some space.) This will allow you to keep them all in the root psx folder without being too cluttered up with .bin's and .cue's. After this (you might need to re-scrape your games so it associates the new filenames), the menu art should again work as expected: https://retropie.org.uk/docs/CHD-files/#creating-chds-from-cd-roms

      Then, for multi-disc games, you can rename the .chd's to .cd1, .cd2 etc. (to hide them from the gamelist) and use .m3u playlist files to clean up your game list menu to one menu item per game. Another advantage of this is on-the-fly disc swapping through the Retroarch menu, and easier save file management (one save file per game, named after the .m3u playlist, instead of a separate file for each disc named after the disc): https://retropie.org.uk/docs/Playstation-1/#m3u-playlists-for-cue-bins-or-chds

    • J

      Adding custom box art to retropie?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support custom box art scraper
      2
      0 Votes
      2 Posts
      328 Views
      J

      @jmcdra I must have fixed something. It works

    • A

      Is it possible to use Scraper for one ROM only?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support scraper
      2
      0 Votes
      2 Posts
      383 Views
      mituM

      If you're using the EmulationStation scraper, then press Select on the game you want to scrape and select 'Edit this game's metadata', which opens a dialog that has the scrape option.

      If you're using an external scraper, easiest would be to leave your favorites in the MAME folder or just move then to an arcade folder and scrape the folder. You can then add back the rest of the games.

    • G

      Having some problems scraping my SNES and MegaDrive collection

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support megadrive scraper snes
      1
      0 Votes
      1 Posts
      409 Views
      No one has replied
    • P

      Games scraped succesfuly but images and text won't show up

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support scraper issue
      3
      0 Votes
      3 Posts
      560 Views
      P

      @mitu thank you, that was the problem yes

    • O

      Moving Gamelists and Downloaded Images from SD Card to Portable HDD

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support gamelists scraper scraped images
      3
      0 Votes
      3 Posts
      820 Views
      O

      @mitu thank you as always! Will give this a go.

    • R

      Scraper will not find any game information at all, will not create a gamelist.xml either

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support parsing xml scraper start-end tags
      8
      0 Votes
      8 Posts
      3k Views
      R

      @crush
      ah you guys are legends - thank you!

    • G

      Which scraper would result in the items shown in this screencap?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support scraper emulation station video screenshot
      3
      0 Votes
      3 Posts
      801 Views
      muldjordM

      @goestohollywood This is specifically Skyscraper at default settings.

    • P

      Scraper Complete but nothing is displayed in ES

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support scraper skyscraper
      9
      0 Votes
      9 Posts
      834 Views
      P

      @mitu Sorry, that's what I meant, but thank you for clarifying. I'm thinking of trying again with a single emulator and see if it works. Does that make sense?

    • G

      Gamelists and scrapers

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support gamelist.xml scraper gamelist video
      2
      0 Votes
      2 Posts
      567 Views
      mituM

      EmulationStation will use the gamelist.xml ROMs folder, if found, otherwise it looks in /opt/retropie/configs/all/emulationstation/gamelists/<system>. The 2 files are not combined, just one of them is used, in that order.

      If you enabled the 'Use Local Art' option in EmulationStation's settings, it will try find a video matching the game by looking under roms/<system>/media/<ROM_NAME>-video.mp4, so even if there's no video declared in gamelist.xml, it might still find a video associated with it.

      In fact, what would be the best way to ensure that I get both videos and correct information into my setup?

      Don't mix the scrapers if you want video - the internal scraper doesn't support videos so it might overwrite the video tags if you re-scrape with it. Use the external scraper and see which videos have issues - some arcade videos are incompatible with RPI's hardware video codecs and might not play correctly.

    • P

      Scraper fails on PS1 .chd files where it succeeded with .cue+.bin

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support ps1 chd scraper
      5
      0 Votes
      5 Posts
      1k Views
      P

      @clyde said in Scraper fails on PS1 .chd files where it succeeded with .cue+.bin:

      I'm using RetroPie's chdman and Skyscraper with my PS1 and Mega/Sega CD games, and I have only one game that can't be scraped in either cue or chd form (Kyuutenkai: Fantastic Pinball).

      Thanks for this, it finally forced me to figure out SkyScraper. OMG the SkyScraper output looks so much better than the default scraper, and it handled the CHDs like a champ.