Kodi Community Forum
[RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Game Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=291)
+---- Thread: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs (/showthread.php?tid=70115)



- maseatx - 2011-10-20

ok thanks malte the change to the maws.xml file fixed it


- malte - 2011-10-22

New test version available: 0.9.2

Main change of this release is the new skin selection. Regardless which skin you are using as default skin you can now switch between RCBs Confluence, Night and Simplicity skin (thanks again to mcborzu and igotdvds for providing the skin files).

Screenshots
From left to right: Confluence, Night, Simplicity

Image Image Image



Complete list of changes:

General:
  • Ignore action id 0
Import Games:
  • Add download url to nfo file
  • Update thegamesdb scraper: download screenshot files
  • MAME scraper: revert change from 0.9.1 (broke the scrape process again)
Browse Games:
  • Add skin selection in addon settings: choose between Confluence, Night and Simplicity
  • Re-enable video in game info window

Optional steps to enable skin specific fonts
By default you won't see the skin specific fonts in RCB. XBMC uses default fonts if it can't find the specific ones. So you will be able to view all information, it just does not look like the skinner wanted it to look like.

To get the skin specific fonts working in different default skins you have to do the following:
1. go to "RCB install dir\resources\skins\fonts" and copy the *.ttf files to your default skins fonts dir
2. copy the content of the file "RCB install dir\resources\skins\Font.xml" to the "720p\Font.xml" file of your default skin (details are explained in the file itself)
3. restart XBMC

Unfortunately, you have to redo these steps every time you update your default skin (if you update it via XBMC addon manager).

Where to find the default skin files:
Confluence: "XBMC install dir/addons/skin.confluence"
All other: "XBMC userdata/addons/skin.xxx"


Note: Users of Night and Simplicity as default skin have to remove or rename the RCB skin files that are shipped with these skins. These files aren't up to date anymore.

Previous test version: 0.9.1


- maseatx - 2011-10-22

looking good NodNod
thanks for the update


- Domina - 2011-10-22

Thanks for updating! Laugh

I'm having some problems with caching, thumbnails take too long to appear in large collections of games being too difficult to navigate through the gallery.
I noticed that the other two skins simplicity and night, the thing goes a little faster, but still with delay.

I changed the way the cache to "CACHEINTEMANDNEXT", "CACHEALL" and "CACHEITEM"


- malte - 2011-10-22

Yes, Night and Simplicity are a bit smoother than my Confluence skin. That is the difference if a skin is done by a skinnerBig Grin.

I tested here with around 5k games and I am quite satisfied with the performance. I guess you can't expect it to browse 100% flawlessly with that amount of items. It is not native XBMC code that is running, all is done in "external" python which will always be something different than browsing your movie collection (which will not have 5k items I guess).

Anyway, I will work on performance again when I start to work on Eden compatibility. Maybe there are some additional changes in the interface that will help to improve the browsing experience.

BTW: I just updated the skinning guide. It should be up to date with current release now.


- DigiTech - 2011-10-23

Thanks for your time, dedication and hard work as always malte, i have had such a great time with RCB and of course all the awesome guys that brought us the great emulators, thanks a lot!


- Domina - 2011-10-23

malte Wrote:Yes, Night and Simplicity are a bit smoother than my Confluence skin. That is the difference if a skin is done by a skinnerBig Grin.

I tested here with around 5k games and I am quite satisfied with the performance. I guess you can't expect it to browse 100% flawlessly with that amount of items. It is not native XBMC code that is running, all is done in "external" python which will always be something different than browsing your movie collection (which will not have 5k items I guess).

Anyway, I will work on performance again when I start to work on Eden compatibility. Maybe there are some additional changes in the interface that will help to improve the browsing experience.

BTW: I just updated the skinning guide. It should be up to date with current release now.


Malte thank you once again, was using data art for RCB with a Seagate Barracuda 250GB 7200 rpm and games on a HD 5400 Seagate 2TB, then switched to a 120GB SSD and moved the data of art, for was often shorter delay, then it must be some problem with data access.
What I noticed is that with videos it really slows the HD (most of my videos got it (emumovies).
My test config is: Phenom X3 720BE, 8GBRam, Win7, XBMC Eden nightlies.
I decided to leave only in coverflow with cover and other arts and video on the details page that makes it run better coverflow.


Image


Two question, when you put the video to be shown on screen info (details page) the video plays correctly, but when it terminate it does not restart, this is normal? There could have an automatically restart when finished the video?

Thanks to update skinning rcb!


- malte - 2011-10-23

Yes, I also use it this way (screenshots in game list and video in info view). In Dharma the autoplay video often locks up XBMC and in general it slows down browsing experience. But you are right, the auto repeat is missing. Added to my list. Thanks.

In Eden you can also use the fullscreen video playback, this is my favorite way to watch the videos. Just press play on the main screen to start the playback in fullscreen. You can zap through all videos of the current selection this way.

About performance: I also noticed that the time to load the list and performance in general is not linear to the number of items. E.g. if I load 1000 items, the list is ready in 1-2 secs, so no problem. If I load 5000 items loading the list takes 10-15 secs and even longer to load. So it is a good idea to find out what is the magic number of items on your system and try to keep the result set smaller than that.


- Domina - 2011-10-23

In mame I have 4k of games, but the problem ends up happening in galleries with over 100 games, then maybe the problem is not only the quantity, did a test in my art images and stirred a little in config.xml like this:
I left as fanart images only fanart if he has no fanart uses nothing in the background.
I created 4 type of art called thumb1, Thumb2, thumb3 and thumb4 (these are images of low resolution screenshot that is around 320x240)
I did a downscale in the cover images I have.

Image

The result was a significant increase in speed, a good part of my cover images are resolution 1500p
http://www.4shared.com/photo/4YUjFqj7/Alex_Kidd_in_the_Enchanted_Cas.html
http://www.4shared.com/photo/FhjZUQZE/Alien_Storm__Capa_Frente_.html

Unintentionally I had doubled in the tag xml file "TypeForMainView3" and add title and eventually the console was soon replaced by the logo of the game, I liked the look, a suggestion in a future release to add support to these logos along with the other three would be cool!

Image
Image

The logos can be obtained at Hyperspin forum with the name of "wheel art".

Thanks! Big Grin


- blinken - 2011-10-23

I've been busy but just attempted the help you have me in your last message. You said to delete the MyGames.db; I tried this, and went as far to uninstall XBMC and restart everything. Here is a log file of when I try to import a library:


12:28:11 T:4180 M:2392915968 NOTICE: RCB: init log level
12:28:11 T:4180 M:2392842240 NOTICE: RCB: current log level: 2
12:28:11 T:4180 M:2392842240 NOTICE: RCB_INFO: Path to configuration file: C:\Users\Admin\AppData\Roaming\XBMC\userdata\addon_data\script.games.rom.collection.browser\config.xml
12:28:11 T:4180 M:2392825856 NOTICE: RCB_INFO: Init Rom Collection Browser: C:\Users\Admin\AppData\Roaming\XBMC\addons\script.games.rom.collection.browser
12:28:11 T:4180 M:2392825856 NOTICE: RCB_WARNING: Cannot read file "C:\Users\Admin\AppData\Roaming\XBMC\userdata\addon_data\script.games.rom.collection.browser\dbupdatestatus.txt". Error: "invalid mode: r"
12:28:11 T:4180 M:2392825856 NOTICE: C:\Users\Admin\AppData\Roaming\XBMC\userdata\addon_data\script.games.rom.collection.browser\MyGames.db
12:28:11 T:4180 M:2391121920 NOTICE: RCB_INFO: Reading version from config.xml: 0.8.6
12:28:11 T:4180 M:2391121920 NOTICE: RCB_INFO: Config file is up to date
12:28:11 T:4180 M:2391121920 NOTICE: RCB_INFO: Path to configuration file: C:\Users\Admin\AppData\Roaming\XBMC\userdata\addon_data\script.games.rom.collection.browser\config.xml
12:28:11 T:4180 M:2391121920 NOTICE: RCB_INFO: Begin checkScrapStart
12:28:11 T:4180 M:2391121920 NOTICE: RCB_INFO: End checkScrapStart
12:28:11 T:4180 M:2391121920 NOTICE: RCB_INFO: Begin readXml
12:28:11 T:4180 M:2391121920 NOTICE: RCB_INFO: Path to configuration file: C:\Users\Admin\AppData\Roaming\XBMC\userdata\addon_data\script.games.rom.collection.browser\config.xml
12:28:11 T:4180 M:2390990848 NOTICE: RCB_INFO: Begin readRomCollections
12:28:11 T:4180 M:2390990848 NOTICE: RCB_INFO: Scraper Site: local nfo
12:28:11 T:4180 M:2390990848 NOTICE: RCB_INFO: Site platform:
12:28:11 T:4180 M:2390990848 NOTICE: RCB_INFO: Scraper descFilePerGame: True
12:28:11 T:4180 M:2390990848 NOTICE: RCB_INFO: Scraper Site: thevideogamedb.com
12:28:11 T:4180 M:2390990848 NOTICE: RCB_INFO: Site platform:
12:28:11 T:4180 M:2390990848 NOTICE: RCB_INFO: Scraper descFilePerGame: True
12:28:11 T:4180 M:2390990848 NOTICE: RCB_INFO: Scraper Site: thegamesdb.net
12:28:11 T:4180 M:2390990848 NOTICE: RCB_INFO: Site platform:
12:28:11 T:4180 M:2390990848 NOTICE: RCB_INFO: Scraper descFilePerGame: True
12:28:11 T:4180 M:2390990848 NOTICE: RCB_INFO: Scraper Site: giantbomb.com
12:28:11 T:4180 M:2390990848 NOTICE: RCB_INFO: Site platform:
12:28:11 T:4180 M:2390990848 NOTICE: RCB_INFO: Scraper descFilePerGame: True
12:28:11 T:4180 M:2390990848 NOTICE: RCB_INFO: Scraper Site: mobygames.com
12:28:11 T:4180 M:2390990848 NOTICE: RCB_INFO: Site platform:
12:28:11 T:4180 M:2390990848 NOTICE: RCB_INFO: Scraper descFilePerGame: True
12:28:11 T:4180 M:2390990848 NOTICE: RCB_INFO: Scraper Site: maws.mameworld.info
12:28:11 T:4180 M:2390990848 NOTICE: RCB_INFO: Site platform:
12:28:11 T:4180 M:2390990848 NOTICE: RCB_INFO: Scraper descFilePerGame: True
12:28:11 T:4180 M:2390990848 NOTICE: RCB_INFO: Scraper Site: Nintendo 64
12:28:11 T:4180 M:2390990848 NOTICE: RCB_INFO: Site platform:
12:28:11 T:4180 M:2390990848 NOTICE: RCB_INFO: Scraper descFilePerGame: True
12:28:11 T:4180 M:2390990848 NOTICE: RCB_INFO: Begin cacheItems
12:28:11 T:4180 M:2390990848 NOTICE: RCB_INFO: End cacheItems
12:28:12 T:4180 M:2390470656 NOTICE: RCB_INFO: Begin onInit
12:28:12 T:4180 M:2396557312 NOTICE: RCB_INFO: Begin loadViewState
12:28:13 T:4180 M:2398773248 NOTICE: RCB_INFO: Begin showGames
12:28:13 T:4180 M:2398773248 NOTICE: RCB_INFO: helper.buildLikeStatement
12:28:13 T:4180 M:2398773248 NOTICE: load games from db in 0 ms
12:28:13 T:4180 M:2398769152 NOTICE: load 0 games to list in 16 ms
12:28:13 T:4180 M:2398769152 NOTICE: RCB_INFO: End showGames
12:28:13 T:4180 M:2398769152 NOTICE: RCB_WARNING: ListSize == 0 in setFilterSelection
12:28:13 T:4180 M:2398769152 NOTICE: RCB_INFO: Begin showGameInfo
12:28:13 T:4180 M:2398769152 NOTICE: RCB_WARNING: ListSize == 0 in showGameInfo
12:28:13 T:4180 M:2398760960 NOTICE: RCB_INFO: End loadViewState
12:28:13 T:4180 M:2398720000 NOTICE: RCB_INFO: Begin checkAutoExec
12:28:13 T:4180 M:2398695424 NOTICE: RCB_INFO: Checking path: C:\Users\Admin\AppData\Roaming\XBMC\userdata\autoexec.py
12:28:13 T:4180 M:2398695424 NOTICE: RCB_INFO: End onInit
12:28:14 T:4180 M:2398588928 NOTICE: RCB_INFO: onActionCurrentRun: 1766 ms
12:28:14 T:4180 M:2398588928 NOTICE: RCB_INFO: onActionLastRun: 0 ms
12:28:14 T:4180 M:2398588928 NOTICE: RCB_INFO: diff: 1766 ms
12:28:19 T:4180 M:2399449088 NOTICE: RCB_INFO: onActionCurrentRun: 6199 ms
12:28:19 T:4180 M:2399449088 NOTICE: RCB_INFO: onActionLastRun: 1766 ms
12:28:19 T:4180 M:2399449088 NOTICE: RCB_INFO: diff: 4433 ms
12:28:19 T:4180 M:2399449088 NOTICE: RCB_INFO: onAction: ACTION_CONTEXT
12:28:19 T:4180 M:2399449088 NOTICE: RCB_INFO: init ContextMenu
12:28:19 T:2012 M:2399440896 WARNING: Skin has invalid include: dialogeffect
12:28:19 T:4180 M:2399424512 NOTICE: RCB_INFO: onInit ContextMenu
12:28:23 T:4180 M:2399756288 NOTICE: RCB_INFO: Begin addRomCollection
12:28:25 T:4180 M:2394914816 NOTICE: RCB_INFO: scenarioIndex: 0
12:28:34 T:4180 M:2394427392 NOTICE: RCB_INFO: platformIndex: 45
12:28:34 T:4180 M:2394427392 NOTICE: RCB_INFO: selected platform: Nintendo 64
12:29:23 T:4180 M:2412187648 NOTICE: RCB_INFO: consolePath: C:\Users\Admin\Emulation\Systems\P64\Project64.exe
12:29:25 T:4180 M:2412183552 NOTICE: RCB_INFO: emuParams: "%ROM%"
12:30:37 T:4180 M:2415882240 NOTICE: RCB_INFO: fileMask: *.ZIP,*.z64
12:30:40 T:4180 M:2415718400 NOTICE: RCB_INFO: artworkPath: C:\Users\Admin\Emulation\New folder (2)\
12:30:40 T:4180 M:2415964160 WARNING: Skin has invalid include: DialogInfo
12:30:42 T:4180 M:2416250880 WARNING: Previous line repeats 5 times.
12:30:42 T:4180 M:2416250880 NOTICE: RCB_INFO: init ConfigXmlWriter
12:30:42 T:4180 M:2416250880 NOTICE: RCB_INFO: Path to configuration file: C:\Users\Admin\AppData\Roaming\XBMC\userdata\addon_data\script.games.rom.collection.browser\config.xml
12:30:42 T:4180 M:2416230400 NOTICE: RCB_INFO: write Rom Collections
12:30:42 T:4180 M:2416230400 NOTICE: RCB_INFO: write Rom Collection: Nintendo 64
12:30:42 T:4180 M:2416230400 NOTICE: RCB_INFO: Path to configuration file: C:\Users\Admin\AppData\Roaming\XBMC\userdata\addon_data\script.games.rom.collection.browser\config.xml
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Begin readXml
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Path to configuration file: C:\Users\Admin\AppData\Roaming\XBMC\userdata\addon_data\script.games.rom.collection.browser\config.xml
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Begin readRomCollections
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: current Rom Collection: Nintendo 64
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Rom path: C:\Users\Admin\Emulation\New folder (2)\*.ZIP
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Rom path: C:\Users\Admin\Emulation\New folder (2)\*.z64
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Media path: C:\Users\Admin\Emulation\New folder (2)\boxfront\%GAME%.*
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Media path: C:\Users\Admin\Emulation\New folder (2)\boxback\%GAME%.*
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Media path: C:\Users\Admin\Emulation\New folder (2)\cartridge\%GAME%.*
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Media path: C:\Users\Admin\Emulation\New folder (2)\screenshot\%GAME%.*
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Media path: C:\Users\Admin\Emulation\New folder (2)\fanart\%GAME%.*
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Scraper site: thegamesdb.net
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Scraper Site: thegamesdb.net
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Site platform:
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Scraper descFilePerGame: True
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Scraper site: giantbomb.com
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Scraper Site: giantbomb.com
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Site platform:
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Scraper descFilePerGame: True
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Scraper site: mobygames.com
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Scraper Site: mobygames.com
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Site platform: 9
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Scraper descFilePerGame: True
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Image Placing name: gameinfobig


- blinken - 2011-10-23

12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Image Placing name: gameinfobig
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: emulatorCmd: C:\Users\Admin\Emulation\Systems\P64\Project64.exe
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: emulatorParams: "%ROM%"
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: ignoreOnScan: False
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: allowUpdate: True
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: useEmuSolo: False
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: useFoldernameAsGamename: False
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: maxFolderDepth: 99
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: doNotExtractZipFiles: False
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: diskPrefix: _Disk
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Scraper Site: local nfo
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Site platform:
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Scraper descFilePerGame: True
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Scraper Site: thevideogamedb.com
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Site platform:
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Scraper descFilePerGame: True
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Scraper Site: thegamesdb.net
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Site platform:
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Scraper descFilePerGame: True
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Scraper Site: giantbomb.com
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Site platform:
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Scraper descFilePerGame: True
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Scraper Site: mobygames.com
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Site platform:
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Scraper descFilePerGame: True
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Scraper Site: maws.mameworld.info
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Site platform:
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Scraper descFilePerGame: True
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Scraper Site: Nintendo 64
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Site platform:
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Scraper descFilePerGame: True
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Begin updateDB
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: Begin clearCache
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: End clearCache
12:30:42 T:4180 M:2416246784 NOTICE: RCB_INFO: init ImportOptions
12:30:42 T:2012 M:2416238592 WARNING: Skin has invalid include: dialogeffect
12:30:42 T:4180 M:2415882240 NOTICE: RCB_INFO: onInit ImportOptions
12:30:45 T:4180 M:2416062464 NOTICE: RCB_INFO: Selected scraping mode: 0
12:30:45 T:4180 M:2416082944 NOTICE: RCB_INFO: Scraper Site: thegamesdb.net
12:30:45 T:4180 M:2416082944 NOTICE: RCB_INFO: Site platform: 9
12:30:45 T:4180 M:2416082944 NOTICE: RCB_INFO: Scraper descFilePerGame: True
12:30:45 T:4180 M:2416082944 NOTICE: RCB_INFO: Scraper Site: giantbomb.com
12:30:45 T:4180 M:2416082944 NOTICE: RCB_INFO: Site platform: 9
12:30:45 T:4180 M:2416082944 NOTICE: RCB_INFO: Scraper descFilePerGame: True
12:30:45 T:4180 M:2416082944 NOTICE: RCB_INFO: Scraper Site: mobygames.com
12:30:45 T:4180 M:2416082944 NOTICE: RCB_INFO: Site platform: 9
12:30:45 T:4180 M:2416082944 NOTICE: RCB_INFO: Scraper descFilePerGame: True
12:30:46 T:4180 M:2416062464 NOTICE: RCB_INFO: Start Update DB
12:30:46 T:4180 M:2416062464 NOTICE: RCB_INFO: Iterating Rom Collections
12:30:46 T:4180 M:2416054272 NOTICE: RCB_INFO: current Rom Collection: Nintendo 64
12:30:46 T:4180 M:2416054272 NOTICE: RCB_INFO: ignoreOnScan: False
12:30:46 T:4180 M:2416054272 NOTICE: RCB_INFO: update is allowed for current rom collection: True
12:30:46 T:4180 M:2416054272 NOTICE: RCB_INFO: max folder depth: 99
12:30:46 T:4180 M:2416054272 NOTICE: RCB_INFO: Rom path: ['C:\\Users\\Admin\\Emulation\\New folder (2)\\*.ZIP', 'C:\\Users\\Admin\\Emulation\\New folder (2)\\*.z64']
12:30:46 T:4180 M:2416054272 NOTICE: RCB_INFO: Reading rom files
12:30:46 T:4180 M:2416054272 NOTICE: RCB_INFO: walkDownPath romPath: C:\Users\Admin\Emulation\New folder (2)\*.ZIP
12:30:46 T:4180 M:2416054272 NOTICE: RCB_INFO: dirname: C:\Users\Admin\Emulation\New folder (2)
12:30:46 T:4180 M:2416054272 NOTICE: RCB_INFO: basename: *.ZIP
12:30:46 T:4180 M:2416054272 NOTICE: RCB_INFO: checking sub directories
12:30:46 T:4180 M:2415988736 NOTICE: RCB_INFO: walkDownPath romPath: C:\Users\Admin\Emulation\New folder (2)\*.z64
12:30:46 T:4180 M:2415988736 NOTICE: RCB_INFO: dirname: C:\Users\Admin\Emulation\New folder (2)
12:30:46 T:4180 M:2415988736 NOTICE: RCB_INFO: basename: *.z64
12:30:46 T:4180 M:2415988736 NOTICE: RCB_INFO: checking sub directories
12:30:46 T:4180 M:2415988736 NOTICE: RCB_INFO: Files read: ['C:\\Users\\Admin\\Emulation\\New folder (2)\\1080 Snowboarding (JU) (M2) [!].zip']
12:30:46 T:4180 M:2415988736 NOTICE: RCB_INFO: current rom file: C:\Users\Admin\Emulation\New folder (2)\1080 Snowboarding (JU) (M2) [!].zip
12:30:46 T:4180 M:2415988736 NOTICE: RCB_INFO: gamename (file): 1080 Snowboarding (JU) (M2) [!].zip
12:30:46 T:4180 M:2415988736 NOTICE: RCB_INFO: gamename (friendly): 1080 Snowboarding (JU) (M2) [!]
12:30:46 T:4180 M:2415988736 NOTICE: RCB_INFO: Start scraping info for game: 1080 Snowboarding (JU) (M2) [!]
12:30:46 T:4180 M:2415988736 NOTICE: RCB_INFO: using scraper: thegamesdb.net
12:30:46 T:4180 M:2416001024 NOTICE: RCB_INFO: description file (tokens replaced): http://thegamesdb.net/api/GetGame.php?name=1080%20Snowboarding
12:30:46 T:4180 M:2416001024 NOTICE: RCB_WARNING: Encoding: utf-8
12:30:46 T:4180 M:2415620096 NOTICE: RCB_INFO: No results found with current scraper
12:30:46 T:4180 M:2415620096 NOTICE: RCB_INFO: using scraper: giantbomb.com
12:30:46 T:4180 M:2415665152 NOTICE: RCB_INFO: description file (tokens replaced): http://api.giantbomb.com/search/?api_key=279442d60999f92c5e5f693b4d23bd3b6fd8e868&query=1080%20Snowboarding&resources=game&field_list=api_detail_url,name&format=xml
12:30:46 T:4180 M:2415665152 NOTICE: RCB_WARNING: Encoding: utf-8
12:30:46 T:4180 M:2415665152 NOTICE: RCB_INFO: Searching for game: 1080 Snowboarding
12:30:46 T:4180 M:2415665152 NOTICE: RCB_INFO: 1 results found. Try to find best match.
12:30:46 T:4180 M:2415665152 NOTICE: RCB_INFO: Comparing 1080 Snowboarding with 1080° Snowboarding
12:30:46 T:4180 M:2415665152 NOTICE: RCB_INFO: Try normalized names. Comparing 1080SNOWBOARDING with 1080°SNOWBOARDING
12:30:46 T:4180 M:2415665152 NOTICE: RCB_INFO: Try with replaced sequel numbers. Comparing XVIII0SNOWBOARDING with XVIII0°SNOWBOARDING
12:30:46 T:4180 M:2415661056 NOTICE: RCB_INFO: No result found. Try to find game by ratio. Comparing XVIII0SNOWBOARDING with XVIII0°SNOWBOARDING, ratio: 0.947368421053
12:30:46 T:4180 M:2415661056 NOTICE: RCB_WARNING: Ratio != 1.0 and scraping option is set to "Accurate". Result will be skipped
12:30:46 T:4180 M:2415661056 NOTICE: RCB_INFO: using url from previous scraper:
12:30:46 T:4180 M:2415661056 NOTICE: RCB_WARNING: description file for game 1080 Snowboarding could not be found. Check if this path exists:
12:30:46 T:4180 M:2415661056 NOTICE: RCB_INFO: using scraper: mobygames.com
12:30:46 T:4180 M:2415656960 NOTICE: RCB_INFO: description file (tokens replaced): http://www.mobygames.com/search/quick?game=1080%20Snowboarding&p=9
12:30:46 T:4180 M:2415656960 NOTICE: RCB_WARNING: Encoding: utf-8
12:30:47 T:4180 M:2413391872 NOTICE: RCB_INFO: Searching for game: 1080 Snowboarding
12:30:47 T:4180 M:2413391872 NOTICE: RCB_INFO: 4 results found. Try to find best match.
12:30:47 T:4180 M:2413391872 NOTICE: RCB_INFO: Comparing 1080 Snowboarding with 1080° Snowboarding
12:30:47 T:4180 M:2413391872 NOTICE: RCB_INFO: Try normalized names. Comparing 1080SNOWBOARDING with 1080XB0;SNOWBOARDING
12:30:47 T:4180 M:2413391872 NOTICE: RCB_INFO: Try with replaced sequel numbers. Comparing XVIII0SNOWBOARDING with XVIII0XB0;SNOWBOARDING
12:30:47 T:4180 M:2413391872 NOTICE: RCB_INFO: No result found. Try to find game by ratio. Comparing XVIII0SNOWBOARDING with XVIII0XB0;SNOWBOARDING, ratio: 0.9
12:30:47 T:4180 M:2413391872 NOTICE: RCB_INFO: Comparing 1080 Snowboarding with Twisted Edge: Extreme Snowboarding
12:30:47 T:4180 M:2413391872 NOTICE: RCB_INFO: Try normalized names. Comparing 1080SNOWBOARDING with TWISTEDEDGEEXTREMESNOWBOARDING
12:30:47 T:4180 M:2413391872 NOTICE: RCB_INFO: Try with replaced sequel numbers. Comparing XVIII0SNOWBOARDING with TWISTEDEDGEEXTREMESNOWBOARDING
12:30:47 T:4180 M:2413391872 NOTICE: RCB_INFO: No result found. Try to find game by ratio. Comparing XVIII0SNOWBOARDING with TWISTEDEDGEEXTREMESNOWBOARDING, ratio: 0.541666666667
12:30:47 T:4180 M:2413391872 NOTICE: RCB_INFO: Comparing 1080 Snowboarding with Snowboard Kids
12:30:47 T:4180 M:2413391872 NOTICE: RCB_INFO: Try normalized names. Comparing 1080SNOWBOARDING with SNOWBOARDKIDS
12:30:47 T:4180 M:2413391872 NOTICE: RCB_INFO: Try with replaced sequel numbers. Comparing XVIII0SNOWBOARDING with SNOWBOARDKIDS
12:30:47 T:4180 M:2413391872 NOTICE: RCB_INFO: No result found. Try to find game by ratio. Comparing XVIII0SNOWBOARDING with SNOWBOARDKIDS, ratio: 0.645161290323
12:30:47 T:4180 M:2413391872 NOTICE: RCB_INFO: Comparing 1080 Snowboarding with Snowboard Kids 2
12:30:47 T:4180 M:2413391872 NOTICE: RCB_INFO: Try normalized names. Comparing 1080SNOWBOARDING with SNOWBOARDKIDS2
12:30:47 T:4180 M:2413391872 NOTICE: RCB_INFO: Try with replaced sequel numbers. Comparing XVIII0SNOWBOARDING with SNOWBOARDKIDSII
1


- blinken - 2011-10-23

12:30:47 T:4180 M:2413391872 NOTICE: RCB_INFO: No result found. Try to find game by ratio. Comparing XVIII0SNOWBOARDING with SNOWBOARDKIDSII, ratio: 0.606060606061
12:30:47 T:4180 M:2413391872 NOTICE: RCB_WARNING: Ratio != 1.0 and scraping option is set to "Accurate". Result will be skipped
12:30:47 T:4180 M:2413391872 NOTICE: RCB_INFO: using url from previous scraper:
12:30:47 T:4180 M:2413391872 NOTICE: RCB_WARNING: description file for game 1080 Snowboarding could not be found. Check if this path exists:
12:30:47 T:4180 M:2413391872 NOTICE: RCB_INFO: using url from previous scraper:
12:30:47 T:4180 M:2413391872 NOTICE: RCB_WARNING: description file for game 1080 Snowboarding could not be found. Check if this path exists:
12:30:47 T:4180 M:2413391872 NOTICE: RCB_INFO: using url from previous scraper:
12:30:47 T:4180 M:2413391872 NOTICE: RCB_WARNING: description file for game 1080 Snowboarding could not be found. Check if this path exists:
12:30:47 T:4180 M:2413391872 NOTICE: RCB_INFO: using url from previous scraper:
12:30:47 T:4180 M:2413391872 NOTICE: RCB_WARNING: description file for game 1080 Snowboarding could not be found. Check if this path exists:
12:30:47 T:4180 M:2413391872 NOTICE: RCB_INFO: using url from previous scraper:
12:30:47 T:4180 M:2413391872 NOTICE: RCB_WARNING: description file for game 1080 Snowboarding could not be found. Check if this path exists:
12:30:47 T:4180 M:2413391872 NOTICE: RCB_INFO: using url from previous scraper:
12:30:47 T:4180 M:2413391872 NOTICE: RCB_WARNING: description file for game 1080 Snowboarding could not be found. Check if this path exists:
12:30:47 T:4180 M:2413387776 NOTICE: RCB_WARNING: No description found for game "1080 Snowboarding (JU) (M2) [!]". Game will not be imported.
12:30:47 T:4180 M:2413387776 NOTICE: RCB_INFO: Update finished
12:30:47 T:2012 M:2413367296 ERROR: CLocalizeStrings::ClearBlock: Trying to clear non existent block C:\Users\Admin\AppData\Roaming\XBMC\addons\script.games.rom.collection.browser
12:30:47 T:4180 M:2413367296 NOTICE: RCB_INFO: Begin cacheItems
12:30:47 T:4180 M:2413367296 NOTICE: RCB_INFO: End cacheItems
12:30:47 T:4180 M:2413387776 NOTICE: RCB_INFO: End updateDB
12:30:47 T:4180 M:2413387776 NOTICE: RCB_INFO: End addRomCollection
12:30:47 T:2012 M:2413387776 ERROR: CLocalizeStrings::ClearBlock: Trying to clear non existent block C:\Users\Admin\AppData\Roaming\XBMC\addons\script.games.rom.collection.browser
12:30:49 T:4180 M:2414141440 NOTICE: RCB_INFO: onActionCurrentRun: 156663 ms
12:30:49 T:4180 M:2414141440 NOTICE: RCB_INFO: onActionLastRun: 154546 ms
12:30:49 T:4180 M:2414141440 NOTICE: RCB_INFO: diff: 2116 ms
12:30:49 T:4180 M:2414125056 NOTICE: RCB_WARNING: control == None in onAction
12:30:50 T:4180 M:2414153728 NOTICE: RCB_INFO: onActionCurrentRun: 157447 ms
12:30:50 T:4180 M:2414153728 NOTICE: RCB_INFO: onActionLastRun: 156680 ms
12:30:50 T:4180 M:2414153728 NOTICE: RCB_INFO: diff: 766 ms
12:30:51 T:4180 M:2413125632 NOTICE: RCB_INFO: onActionCurrentRun: 158580 ms
12:30:51 T:4180 M:2413125632 NOTICE: RCB_INFO: onActionLastRun: 157463 ms
12:30:51 T:4180 M:2413125632 NOTICE: RCB_INFO: diff: 1116 ms
12:30:51 T:4180 M:2413125632 NOTICE: RCB_INFO: Begin showGames
12:30:51 T:4180 M:2413125632 NOTICE: RCB_INFO: helper.buildLikeStatement
12:30:51 T:4180 M:2413125632 NOTICE: load games from db in 0 ms
12:30:51 T:4180 M:2413125632 NOTICE: load 0 games to list in 16 ms
12:30:51 T:4180 M:2413125632 NOTICE: RCB_INFO: End showGames
12:30:52 T:4180 M:2413109248 NOTICE: RCB_INFO: Begin showGameInfo
12:30:52 T:4180 M:2413109248 NOTICE: RCB_WARNING: ListSize == 0 in showGameInfo
12:30:52 T:4180 M:2413109248 NOTICE: RCB_INFO: onActionCurrentRun: 159430 ms
12:30:52 T:4180 M:2413109248 NOTICE: RCB_INFO: onActionLastRun: 158630 ms
12:30:52 T:4180 M:2413109248 NOTICE: RCB_INFO: diff: 799 ms
12:30:54 T:4180 M:2414149632 NOTICE: RCB_INFO: onActionCurrentRun: 161413 ms
12:30:54 T:4180 M:2414149632 NOTICE: RCB_INFO: onActionLastRun: 159430 ms
12:30:54 T:4180 M:2414149632 NOTICE: RCB_INFO: diff: 1983 ms
12:30:54 T:4180 M:2414149632 NOTICE: RCB_INFO: Begin showGameInfo
12:30:54 T:4180 M:2414149632 NOTICE: RCB_WARNING: ListSize == 0 in showGameInfo
12:30:55 T:4180 M:2424360960 NOTICE: RCB_INFO: onActionCurrentRun: 162246 ms
12:30:55 T:4180 M:2424360960 NOTICE: RCB_INFO: onActionLastRun: 161430 ms
12:30:55 T:4180 M:2424360960 NOTICE: RCB_INFO: diff: 816 ms
12:30:55 T:4180 M:2424360960 NOTICE: RCB_WARNING: control == None in onAction
12:30:56 T:4180 M:2424377344 NOTICE: RCB_INFO: onActionCurrentRun: 163013 ms
12:30:56 T:4180 M:2424377344 NOTICE: RCB_INFO: onActionLastRun: 162263 ms
12:30:56 T:4180 M:2424377344 NOTICE: RCB_INFO: diff: 750 ms
12:30:57 T:4180 M:2424438784 NOTICE: RCB_INFO: onActionCurrentRun: 163996 ms
12:30:57 T:4180 M:2424438784 NOTICE: RCB_INFO: onActionLastRun: 163030 ms
12:30:57 T:4180 M:2424438784 NOTICE: RCB_INFO: diff: 966 ms
12:30:57 T:4180 M:2424438784 NOTICE: RCB_INFO: Begin showGames
12:30:57 T:4180 M:2424438784 NOTICE: RCB_INFO: helper.buildLikeStatement
12:30:57 T:4180 M:2424438784 NOTICE: load games from db in 0 ms
12:30:57 T:4180 M:2424438784 NOTICE: load 0 games to list in 16 ms
12:30:57 T:4180 M:2424438784 NOTICE: RCB_INFO: End showGames
12:30:57 T:4180 M:2424418304 NOTICE: RCB_INFO: onActionCurrentRun: 164513 ms
12:30:57 T:4180 M:2424418304 NOTICE: RCB_INFO: onActionLastRun: 164046 ms
12:30:57 T:4180 M:2424418304 NOTICE: RCB_INFO: diff: 466 ms
12:30:57 T:4180 M:2424422400 NOTICE: RCB_INFO: Begin showGames
12:30:57 T:4180 M:2424422400 NOTICE: RCB_INFO: helper.buildLikeStatement
12:30:57 T:4180 M:2424422400 NOTICE: load games from db in 0 ms
12:30:57 T:4180 M:2424422400 NOTICE: load 0 games to list in 16 ms
12:30:57 T:4180 M:2424422400 NOTICE: RCB_INFO: End showGames
12:30:58 T:4180 M:2424422400 NOTICE: RCB_INFO: onActionCurrentRun: 164930 ms
12:30:58 T:4180 M:2424422400 NOTICE: RCB_INFO: onActionLastRun: 164563 ms
12:30:58 T:4180 M:2424422400 NOTICE: RCB_INFO: diff: 366 ms
12:30:58 T:4180 M:2424430592 NOTICE: RCB_INFO: onActionCurrentRun: 165613 ms
12:30:58 T:4180 M:2424430592 NOTICE: RCB_INFO: onActionLastRun: 164946 ms
12:30:58 T:4180 M:2424430592 NOTICE: RCB_INFO: diff: 666 ms
12:30:58 T:4180 M:2424430592 NOTICE: RCB_INFO: Begin showGames
12:30:58 T:4180 M:2424430592 NOTICE: RCB_INFO: helper.buildLikeStatement
12:30:58 T:4180 M:2424430592 NOTICE: load games from db in 0 ms
12:30:58 T:4180 M:2424430592 NOTICE: load 0 games to list in 16 ms
12:30:58 T:4180 M:2424430592 NOTICE: RCB_INFO: End showGames
12:30:59 T:4180 M:2424430592 NOTICE: RCB_INFO: onActionCurrentRun: 166696 ms
12:30:59 T:4180 M:2424430592 NOTICE: RCB_INFO: onActionLastRun: 165646 ms
12:30:59 T:4180 M:2424430592 NOTICE: RCB_INFO: diff: 1049 ms
12:31:00 T:4180 M:2424430592 NOTICE: RCB_INFO: onActionCurrentRun: 167113 ms
12:31:00 T:4180 M:2424430592 NOTICE: RCB_INFO: onActionLastRun: 166713 ms
12:31:00 T:4180 M:2424430592 NOTICE: RCB_INFO: diff: 400 ms
12:31:00 T:4180 M:2424430592 NOTICE: RCB_INFO: Begin showGames
12:31:00 T:4180 M:2424430592 NOTICE: RCB_INFO: helper.buildLikeStatement
12:31:00 T:4180 M:2424430592 NOTICE: load games from db in 0 ms
12:31:00 T:4180 M:2424430592 NOTICE: load 0 games to list in 16 ms
12:31:00 T:4180 M:2424430592 NOTICE: RCB_INFO: End showGames
12:31:00 T:4180 M:2424475648 NOTICE: RCB_INFO: onActionCurrentRun: 167630 ms
12:31:00 T:4180 M:2424475648 NOTICE: RCB_INFO: onActionLastRun: 167163 ms
12:31:00 T:4180 M:2424475648 NOTICE: RCB_INFO: diff: 466 ms
12:31:00 T:4180 M:2424475648 NOTICE: RCB_INFO: Begin showGames
12:31:00 T:4180 M:2424475648 NOTICE: RCB_INFO: helper.buildLikeStatement
12:31:00 T:4180 M:2424475648 NOTICE: load games from db in 0 ms
12:31:00 T:4180 M:2424463360 NOTICE: load 0 games to list in 16 ms
12:31:00 T:4180 M:2424463360 NOTICE: RCB_INFO: End showGames
12:31:01 T:4180 M:2424483840 NOTICE: RCB_INFO: Begin showGameInfo
12:31:01 T:4180 M:2424483840 NOTICE: RCB_WARNING: ListSize == 0 in showGameInfo
12:31:01 T:4180 M:2424483840 NOTICE: RCB_INFO: onActionCurrentRun: 167996 ms
12:31:01 T:4180 M:2424483840 NOTICE: RCB_INFO: onActionLastRun: 167680 ms
12:31:01 T:4180 M:2424483840 NOTICE: RCB_INFO: diff: 316 ms
12:31:01 T:4180 M:2424623104 NOTICE: RCB_INFO: onActionCurrentRun: 168730 ms
12:31:01 T:4180 M:2424623104 NOTICE: RCB_INFO: onActionLastRun: 167996 ms
12:31:01 T:4180 M:2424623104 NOTICE: RCB_INFO: diff: 733 ms
12:31:01 T:4180 M:2424623104 NOTICE: RCB_INFO: Begin showGameInfo
12:31:01 T:4180 M:2424623104 NOTICE: RCB_WARNING: ListSize == 0 in showGameInfo
12:31:02 T:4180 M:2424651776 NOTICE: RCB_INFO: onActionCurrentRun: 168980 ms
12:31:02 T:4180 M:2424651776 NOTICE: RCB_INFO: onActionLastRun: 168746 ms
12:31:02 T:4180 M:2424651776 NOTICE: RCB_INFO: diff: 233 ms
12:31:02 T:4180 M:2424651776 NOTICE: RCB_INFO: Begin showGameInfo
12:31:02 T:4180 M:2424651776 NOTICE: RCB_WARNING: ListSize == 0 in showGameInfo
12:31:02 T:4180 M:2424623104 NOTICE: RCB_INFO: onActionCurrentRun: 169413 ms
12:31:02 T:4180 M:2424623104 NOTICE: RCB_INFO: onActionLastRun: 168996 ms
12:31:02 T:4180 M:2424623104 NOTICE: RCB_INFO: diff: 416 ms
12:31:02 T:4180 M:2424623104 NOTICE: RCB_WARNING: control == None in onAction
12:31:02 T:4180 M:2424705024 NOTICE: RCB_INFO: onActionCurrentRun: 169680 ms
12:31:02 T:4180 M:2424705024 NOTICE: RCB_INFO: onActionLastRun: 169430 ms
12:31:02 T:4180 M:2424705024 NOTICE: RCB_INFO: diff: 250 ms
12:31:03 T:4180 M:2424692736 NOTICE: RCB_INFO: onActionCurrentRun: 169946 ms
12:31:03 T:4180 M:2424692736 NOTICE: RCB_INFO: onActionLastRun: 169696 ms
12:31:03 T:4180 M:2424692736 NOTICE: RCB_INFO: diff: 250 ms


- malte - 2011-10-24

@Domina: Yes, artwork size is the next big thing. I did not try it with other addons like Advanced Launcher but I would guess it is the same problem there. So nothing that I could really change in my script. But I will check.

@blinken: Please use a service like pastebin to post large log files. There are good reasons why there is a character limitaion here in the forumSmile.

In this log file the problem is just the scraping method (Accurate). The game that you are trying to scrape is named "1080 Snowboarding" and on most sites it is named "1080° Snowboarding". In Accurate mode it requires 100% name matching. Try to scrape it with "Guess matches" or "Interactive".


- Tomkun - 2011-10-24

Malte,

Is it possible to have %CRC% as a tag? I ask because I can only find some artwork named by CRC and renaming it by hand would be an awful lot of work.


- daviduco - 2011-10-24

How do I tell the script where's my rom foldeR?

I'm stuck, i choose import and nothing happens.

And if i choose to add a rom collection i can only brose my cd-rom and a usb pendrive, i don't see any of my local drives Huh