2018-03-09, 07:11
With 2.1.5 or with the git version? Which scraper did you use?
(2018-03-10, 16:43)trihy Wrote: Hi @malteThere is already an option available like this in addon settings: dont import games without description.
But there should be an option to import games that are not on the database?
ie. Some user have hacked or modded roms in library and wont be able to launch them with rcb if they are not listed...
(2018-03-10, 16:43)trihy Wrote: BTW I added the rcb_lcdsmartie code to git build, but when launch a game an error show global name romcollection is not defined.Try to replace line 109:
Uploaded the modified launcher.py if you want to check https://pastebin.com/bp8pyB1X
Edit. I corrected a blank space on "write (" , but problem still persist.
__launchNonXbox(cmd, romCollection, gameRow, settings, precmd, postcmd, roms, gui, listitem)
self.__launchNonXbox(cmd, gameRow, precmd, postcmd, roms, gui, listitem)
trihy Wrote:Tried but still same error. Probably something related to editing, since python is a little picky, not sure.Ok, try this file: link
(2018-03-11, 08:20)malte Wrote:That worked. Thanks.trihy Wrote:Tried but still same error. Probably something related to editing, since python is a little picky, not sure.Ok, try this file: link
trihy Wrote:What do you think about an option to avoid scraping of a particular rom?No, I think an avoid scraping flag is not an option.
ie. when using a match factor lower than one, some roms can get missinterpreted.
And probably Game A.zip and Game A ver 1.2.zip will be scraped the same.
Maybe we can add a Game A ver 1.2_noscrape.zip sufix and this game will be show on list by its filename.
Maybe im telling something stupid, not sure if its already implemented or if its even a good idea.