Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. IceLancer
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 11
    • Best 0
    • Controversial 0
    • Groups 0

    IceLancer

    @IceLancer

    0
    Reputation
    463
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    IceLancer Unfollow Follow

    Latest posts made by IceLancer

    • RE: [BATCH] Scrape your roms on your PC - fastscraper

      @paradadf I don't know why the discrepancy in size. Its clean Git compile.
      I tried scraper -version
      doesnt print anything.
      Btw i noticed its not just me who is insisting on up to the code rom folder names. Every Hyperspin user insists on the same as well, i didnt knew that. But when i think more on it i honestly do not see any legitimate reason for ES to use manufactured names like they do.Its pure chaos and a mess.

      P.S
      I also noticed havoc when collections got support in ES. People even made topic to organize "new unified" names for them. Its hilarious.

      posted in Community projects
      IceLancer
      IceLancer
    • RE: [BATCH] Scrape your roms on your PC - fastscraper

      @paradadf Sorry but yeah, i am kinda heavy on heaving everything sorted top notch. Making rom folder names to their specs is priority to me. I already spent a week modifing all database to match it.
      it also makes all 3 frontend systems working in sync
      BUT its not priority for you at all. I found workaround for batch fastscraper by doing dirty hack to it.

      here is scraper

      https://mega.nz/#!MxQ0HJQa!h6RU6cHjV83F8T7d7wPDOfFJdwo_P8t0EKz-ruVDa4c

      it reads :
      fastscraper ver. 14.09.2017

      posted in Community projects
      IceLancer
      IceLancer
    • RE: [BATCH] Scrape your roms on your PC - fastscraper

      @icelancer meh 😞 not even "all" can see folders with spaces..
      for /F "delims=" %f in ('dir /B /A:D') do set system=!system! %f
      Lists folders properly:
      set system=!system! Sega Dreamcast

      Why isnt it finding Sega Dreamcast then?

      posted in Community projects
      IceLancer
      IceLancer
    • RE: [BATCH] Scrape your roms on your PC - fastscraper

      @paradadf Should i have? I just compiled from git

      BTW , answer me this if u can , thanks.
      Is it possible to tell batch when asking for system name , to give him folder name with space ?
      I am in process of sorting rom folder to their original names and i am stuck with this bat now.

      i tried :
      Sega Dreamcast
      "Sega Dreamcast"
      'Sega Dreamcast'
      it keeps finding Sega OR Dreamcast, as not found. But not Sega Dreamcast

      posted in Community projects
      IceLancer
      IceLancer
    • RE: [BATCH] Scrape your roms on your PC - fastscraper

      Add an option to turn off scraper.exe autoupdate. its easy to compile from git with go. And bat keeps bringing old exe instead of my new compiled one. Had to manually cut the code for update.

      posted in Community projects
      IceLancer
      IceLancer
    • RE: [SOFT] GameList Editor

      @neeeeb too hostile environment here. I am out

      posted in Community projects
      IceLancer
      IceLancer
    • RE: [BATCH] Scrape your roms on your PC - fastscraper

      Hey!
      I have constant crash when attempting to scrape
      Every single time it will crash on 5 specific games in my mame game list.
      Here is data

      2017/11/08 00:10:18 arcade srcs:
      2017/11/08 00:10:18 console srcs: ss,gdb,ovgdb
      2017/11/08 00:10:18 INFO: Checking for new hash.csv.
      2017/11/08 00:10:19 INFO: hash.csv "d9eedf6e622a8ab6a1a14486bb90ffb8" up to date.
      2017/11/08 00:10:20 INFO: Checking for new OpenVGDB.
      2017/11/08 00:10:20 INFO: Upgrading OpenGDB: -> "bc42a41ec8f627815ea1dee9dfcd9514".
      2017/11/08 00:10:22 INFO: Upgrade Complete.
      2017/11/08 00:10:22 INFO: Starting: test\columns.zip
      panic: runtime error: invalid memory address or nil pointer dereference
      [signal 0xc0000005 code=0x0 addr=0x28 pc=0x709c45]

      goroutine 65 [running]:
      github.com/sselph/scraper/rom.getImage(0x9470c0, 0xc042047d80, 0x0, 0x0, 0xc04293a1e0, 0x16, 0x190, 0x0, 0x0, 0x0)
      /home/sselph/go/src/github.com/sselph/scraper/rom/rom.go:366 +0xf5
      github.com/sselph/scraper/rom.(*ROM).XML(0xc042e2ba80, 0x9470c0, 0xc042047d80, 0xc042049400, 0x6, 0x8, 0xc04203fb10)
      /home/sselph/go/src/github.com/sselph/scraper/rom/rom.go:495 +0x62d
      main.worker(0x9470c0, 0xc042047d80, 0xc042940180, 0x6, 0x8, 0xc042049400, 0xc04203fb10, 0xc04301a480, 0xc04301a4e0, 0xc042280a80)
      /home/sselph/go/src/github.com/sselph/scraper/scraper.go:140 +0x4e8
      created by main.crawlROMs
      /home/sselph/go/src/github.com/sselph/scraper/scraper.go:223 +0x66b

      Start : 0:10:18.64
      Finish : 0:10:23.40
      ---------------
      Duration : 00:00:04,76

      There is nothing in the folder except one single game. Columns.zip
      And as i said regular scrape without ur batch file will go throu that without error.
      Do u know whats causing this?

      Ok i went and tested each line separately it seems that -download_marquees="true" is causing the crash.. i cant tell why..


      ok Sorry it has nothing to do with ur batch, i have posted issue on sselph git

      posted in Community projects
      IceLancer
      IceLancer
    • RE: [SOFT] Universal ROM Cleaner – Nettoyez vos romset d'une main (Clean your Romset with one hand)

      @icelancer nvm found what i was looking for on hyper forum DoubleKiller.exe
      Thanks

      posted in Community projects
      IceLancer
      IceLancer
    • RE: [SOFT] GameList Editor

      Nice one, but question. Is it possible to add "scrape description" ?or other missing element?
      Select your filter <missing description> and then scrape description beside each missing game?

      P.S
      Also "scrape closed for non subscribers"
      Can we get option to use our user name and pass for scrape?

      p.p.s
      option to exlude -image ,- marquee, -video
      from newly scraped files with ur tool

      posted in Community projects
      IceLancer
      IceLancer
    • RE: [SOFT] Universal ROM Cleaner – Nettoyez vos romset d'une main (Clean your Romset with one hand)

      I was really hopping that this tool can remove duplicates by checking Hashes. But it doesnt. Any chance to see that option? or at least compare crc's and remove doubles?

      Steel Empire, The (UE) [!]
      Steel Empire (USA)
      same crc ,sha1

      posted in Community projects
      IceLancer
      IceLancer