2018-01-20, 00:28
Ok, then download the complete file from here. This should do it.
(2018-01-20, 00:28)malte Wrote: Ok, then download the complete file from here. This should do it.Great. Seems to be working fine. File generated correctly and changes according to launched game.
(2018-01-27, 07:28)malte Wrote: What format do the xml files have and what types of images do you have?Hi @malte. thanks for you help. please find attached the information. hope you can point me to the solution. As i note. i use this structure with emby as well. i use emby to scrape the artwork and xml info. so this is the reason i want rcb to take the information from within the game folders.
If the xml files are results of earlier RCB scrapes then you should be able to reimport them with the "local nfo" scraper. If it is a format that RCB does not know then you will need to create a parse description that tells RCB how to parse the xml files. You can show me an example of one file and I can tell you what to do.
When the images are named properly (same name as the roms with different extensions) you should be able to tell RCB to pick these files up. On initial run you can add artwork types with the import wizard as describe here. If you already created a config file you can use the Edit Rom Collection dialog as described here.
Also make sure that you have access to the NAS from RCB. You will need to add the NAS (or specific folders) as source in kodis file manager.
And make a backup of your xml files if these are RCB nfo files. There was a bug in earlier RCB versions that may overwrite nfo files with empty files when there was an error during scraping. This bug should be fixed in latest releases but better be safe.
Quote:</Item><?xml version="1.0" encoding="utf-8" standalone="yes"?>Code:
<Item>
<ContentRating>E</ContentRating>
<Added>1/14/2018 5:58:39 PM</Added>
<LockData>false</LockData>
<Overview>K. Rool has kidnapped the Kongs! Can Donkey Kong rescue his friends, reclaim the Golden Bananas and save his homeland from certain doom? Take out some Kremlings with Chunky's Pineapple Launcher or Lanky's Trombone. Float through the air using Tiny's Ponytail Twirl. Even rocket to the sky with Diddy's Jetbarrel!</Overview>
<LocalTitle>Donkey Kong 64</LocalTitle>
<PremiereDate>1999-11-24</PremiereDate>
<ProductionYear>1999</ProductionYear>
<GamesdbId>250</GamesdbId>
<Genres>
<Genre>Action</Genre>
<Genre>Adventure</Genre>
</Genres>
<Studios>
<Studio>Nintendo</Studio>
<Studio>Rare</Studio>
</Studios>
<GameSystem>Nintendo 64</GameSystem>
<Players>1</Players>
"path_to_retroarch\retroarch.exe" -L "path_to_cores\core_name.dll" "%ROM%"