Kodi Community Forum

Full Version: Rom Collection Browser - new string ids
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

just a quick info for skins that have RCB support and that make use of RCBs internal string ids: I had to do some changes to the string ids. All string ids have been moved to a range between 32000 and 32999. Right now RCB ships the old and the new ids together, so it will remain backward compatible for a while. But in future please make sure only to use the new ids.

If you did not mix up RCBs ids with your own ones in the same range, it should be save to make these replacements in your RCB skin files (order is important):
Code:
id="350 -> id="320
id="400 -> id="321
id="401 -> id="322
id="450 -> id="323    
id="500 -> id="324    
id="510 -> id="325
id="520 -> id="326
id="530 -> id="327
id="5400 -> id="3275    
id="5500 -> id="3280
id="5600 -> id="3285
id="5700 -> id="3290
id="30000 -> id="32999


Thanks,
malte
Hi Malte,

I need help with RCB and the "Make Local Copy" feature. I'm having issues with games that requires a bios such as neogeo or mame running using the "Make local copy" function because it doesn't copy the bios file or able to reference it from the source location on my SMB. Is there any solution for this?