IARL - Deprecated - 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: IARL - Deprecated (/showthread.php?tid=231339) |
RE: Internet Archive ROM Launcher - lefty420 - 2016-09-26 (2016-09-23, 23:40)zachmorris Wrote: Version 1.5.6 is available now, changes include: Awesome job sir, You certainly have come along way with this addon and congrats for this achievement. Its an integral part of my kodi experience. I cant wait for retroplayer to be out in the wild so more people can experience it. Again man thanks for all your hard work. RE: Internet Archive ROM Launcher - thibs - 2016-09-26 (2016-09-26, 11:35)lefty420 Wrote: Make sure you dont have 2 copies of iarl installed this can happen if you install the zip from the git. Check you don't have plugin.program.iarl + plugin.program.iarl-master in your addons folder. If you do delete them both and re-install from the repo. I just did. I looked into .kodi/userdata/addon_data and .kodi/addons, but I cound't find anything related to iarl. I have the felling that is something wrong with addon.xml. It's just a hunch. RE: Internet Archive ROM Launcher - thibs - 2016-09-26 (2016-09-26, 14:10)thibs Wrote:(2016-09-26, 11:35)lefty420 Wrote: Make sure you dont have 2 copies of iarl installed this can happen if you install the zip from the git. Check you don't have plugin.program.iarl + plugin.program.iarl-master in your addons folder. If you do delete them both and re-install from the repo. Just one more information, when I try to install, the error occurs when it's in 3% RE: Internet Archive ROM Launcher - LupinSansei - 2016-09-27 This is an amazing addon! Is there any way we can use our local collections instead of downloading them? Or create symbolic links to where directory this downloads the roms to? RE: Internet Archive ROM Launcher - zachmorris - 2016-09-27 (2016-09-26, 16:44)thibs Wrote:(2016-09-26, 14:10)thibs Wrote:(2016-09-26, 11:35)lefty420 Wrote: Make sure you dont have 2 copies of iarl installed this can happen if you install the zip from the git. Check you don't have plugin.program.iarl + plugin.program.iarl-master in your addons folder. If you do delete them both and re-install from the repo. You could check the log to see where it's failing, but I'm guessing it's having an issue installing one of the required modules: Code: <import addon="xbmc.python" version="2.14.0"/> What version of Kodi are you using? I'm guessing there's some sort of incompatability with your version. I've developed IARL on Kodi v15 so it should work with that or any later version. Also, if installing by zip, use the latest version from here, although installation by repository is better for automatic updates. RE: Internet Archive ROM Launcher - zachmorris - 2016-09-27 (2016-09-27, 00:25)LupinSansei Wrote: This is an amazing addon! Is there any way we can use our local collections instead of downloading them? Or create symbolic links to where directory this downloads the roms to? You can use local collections. IARL will by default look for a local file first before it downloads. If the file is found locally, it will launch that instead. If it doesn't find it, it will download it. If you want to use local files, ensure the following: 1) The game list of interest is pointed to download to the directory where your local files are saved 2) The local files are named exactly the same as the ones listed in the game list See the addon settings for 'Game Already Exists Locally' and game list settings for 'Download Path' You can also checkout AEL for launching games saved locally. RE: Internet Archive ROM Launcher - thibs - 2016-09-27 (2016-09-27, 21:05)zachmorris Wrote: You could check the log to see where it's failing, but I'm guessing it's having an issue installing one of the required modules: I'm using Kodi 15.2 (OpenElec-Isengard). I'm going to try again using your repository and I'll post the log here. RE: Internet Archive ROM Launcher - thibs - 2016-09-27 (2016-09-27, 21:13)thibs Wrote:(2016-09-27, 21:05)zachmorris Wrote: You could check the log to see where it's failing, but I'm guessing it's having an issue installing one of the required modules: I got the same error. Here is the log of IARL installation. I just copy everything and I know there is a lot of useless things, but I prefer to have sure. I believe this is what tells the error: Code: 16:39:43 240.646439 T:1711273024 ERROR: CAddonInstallJob[plugin.program.iarl]: could not read addon description of special://home/addons/plugin.program.iarl RE: Internet Archive ROM Launcher - zachmorris - 2016-09-28 (2016-09-27, 21:45)thibs Wrote:(2016-09-27, 21:13)thibs Wrote:(2016-09-27, 21:05)zachmorris Wrote: You could check the log to see where it's failing, but I'm guessing it's having an issue installing one of the required modules: No idea what the issue is, but a quick googling makes it sound like there's a corrupt file in your addon folder. You can try the following: 1. Delete the addon folders 'plugin.program.iarl' within .kodi/addons and .kodi/userdata/addon_data 2. Restart Kodi 3. Re-install IARL If that doesn't work, you can manually install by: 1. Copy the folder 'plugin.program.iarl' into your .kodi/addons folder 2. Ensure the required supporting pluins are installed (you might have to manually install them, this is automatic if you install the normal way): plugin.video.youtube script.module.dateutil script.module.requests RE: Internet Archive ROM Launcher - thibs - 2016-09-28 (2016-09-28, 00:21)zachmorris Wrote: No idea what the issue is, but a quick googling makes it sound like there's a corrupt file in your addon folder. You can try the following: I tried to install in a clean version of OpenElec 15.2 and it didn't work as well. I have the plugins with updated version of them. Should I change the version in addons.xml to the version of my plugin? RE: Internet Archive ROM Launcher - thibs - 2016-09-28 (2016-09-28, 00:29)thibs Wrote:(2016-09-28, 00:21)zachmorris Wrote: No idea what the issue is, but a quick googling makes it sound like there's a corrupt file in your addon folder. You can try the following: So, I installed using addon installer and it worked. Thanks for all the help RE: Internet Archive ROM Launcher - thibs - 2016-09-28 Now, i have one more problem LOL. For my gba(although I believe is for every emulator), after I downloaded a rom, the addon unzip the rom, but it's saved with a name with commas and when I tried to lunch, IARL doesn't recognize and try to download again. If I remove the commas, IARL recognizes the archive and open without download. Here is two examples: Addon make the file with this name: 007 - NightFire (USA, Europe) (En,Fr,De).gba -> does not recognize I make the changes for: 007 - NightFire (USA Europe) (EnFrDe).gba -> It does recognize! How do I fix that? RE: Internet Archive ROM Launcher - zachmorris - 2016-09-28 (2016-09-28, 03:42)thibs Wrote: Now, i have one more problem LOL. For my gba(although I believe is for every emulator), after I downloaded a rom, the addon unzip the rom, but it's saved with a name with commas and when I tried to lunch, IARL doesn't recognize and try to download again. If I remove the commas, IARL recognizes the archive and open without download. Here is two examples: Thanks for the report. Appears to be a bug. I'll fix it. RE: Internet Archive ROM Launcher - LupinSansei - 2016-09-28 (2016-09-27, 21:13)zachmorris Wrote:Thanks! I'll give both options a shot. Keep up the awesome work(2016-09-27, 00:25)LupinSansei Wrote: This is an amazing addon! Is there any way we can use our local collections instead of downloading them? Or create symbolic links to where directory this downloads the roms to? RE: Internet Archive ROM Launcher - zachmorris - 2016-09-28 (2016-09-28, 21:38)LupinSansei Wrote:(2016-09-27, 21:13)zachmorris Wrote:Thanks! I'll give both options a shot. Keep up the awesome work(2016-09-27, 00:25)LupinSansei Wrote: This is an amazing addon! Is there any way we can use our local collections instead of downloading them? Or create symbolic links to where directory this downloads the roms to? Just a little more detail. Here's how I'm using the addon for a all-in-one type gaming system:
Version 1.5.7 is available for a few bug fixes. |