2015-07-14, 01:32
I would like to use KODI portably. To do this, I made a .bat file that opens Kodi.exe with a -p parameter. This creates a new directory in the same folder as kodi.exe called portable_data.
After setting up Rom Collection Browser, a config.xml file appears in
Kodi\portable_data\userdata\addon_data\script.games.rom.collection.browser
There are absolute paths in config.xml to the roms, the emulator, my parseInstruction file, and my description files. Thus, any time the folder is moved, these absolute paths don't work and Kodi puts out an error when I attempt open rom collection browser.
How can I make the paths in config.xml relative so I can move the folder and maintain functionality?
I've tried doing "~\portable_data\roms\snes\info\_parserConfig.xml" but any changes I make to this line causes an error. Thanks!
After setting up Rom Collection Browser, a config.xml file appears in
Kodi\portable_data\userdata\addon_data\script.games.rom.collection.browser
There are absolute paths in config.xml to the roms, the emulator, my parseInstruction file, and my description files. Thus, any time the folder is moved, these absolute paths don't work and Kodi puts out an error when I attempt open rom collection browser.
How can I make the paths in config.xml relative so I can move the folder and maintain functionality?
I've tried doing "~\portable_data\roms\snes\info\_parserConfig.xml" but any changes I make to this line causes an error. Thanks!