Kodi Community Forum
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: [WIP] Internet Archive ROM Launcher - garbear - 2015-09-01

Nope, it doesn't. try modifying addon.xml

if two <provides> tags are given, the add-on may show up under both. In addon.xml of the zip file, change it to

Code:
<extension point="xbmc.python.pluginsource" library="addon.py">
    <provides>video</provides>
    <provides>game</provides>
  </extension>



RE: [WIP] Internet Archive ROM Launcher - Slack8182 - 2015-09-01

It worked!! Thanks for your help


RE: [WIP] Internet Archive ROM Launcher - Scourge - 2015-09-01

I'm unable to run IARL in the latest Retroplayer for Windows build from garbear.
Win 8.1Pro 64-bit
Image
logs:
http://xbmclogs.com/pyygqucvm


RE: [WIP] Internet Archive ROM Launcher - garbear - 2015-09-01

Install from zip instead of copying files directly. That way kodi has a chance to install needed dependencies (in this case, xbmcswift2)


RE: [WIP] Internet Archive ROM Launcher - Scourge - 2015-09-01

I feel like an @ss... thank you for pointing this out. Should've read that from earlier in the thread. Smile


RE: [WIP] Internet Archive ROM Launcher - Heat - 2015-09-04

Got another sorting method that should be added if possible, sort by regions. Only showing for the selected region, maybe adding (US),(EU) or (JP) at the end of the name.


RE: [WIP] Internet Archive ROM Launcher - zachmorris - 2015-09-07

Update 09-07-15
- Added Game Boy Color archive
- Added external launching commands for Windows OS

Also, I'm looking to add external RetroArch launching capability for OpenElec and Android. Anyone have any good documentation on how the command line works for either of these OS's?


RE: [WIP] Internet Archive ROM Launcher - garbear - 2015-09-08

@Milhouse pointed me to this link: http://openelec.tv/forum/128-addons/64970-retroarch-addon-32-64-bits


RE: [WIP] Internet Archive ROM Launcher - subwoofer - 2015-09-09

Has anyone here had luck with this on a FireTV?

I was able to get the zip file installed last night but could only view the config screen. When I hit launch, nothing happened. I have RetroArch installed and it works fine but is there something I'm missing. Thanks!


RE: [WIP] Internet Archive ROM Launcher - zachmorris - 2015-09-09

(2015-09-09, 15:53)subwoofer Wrote: Has anyone here had luck with this on a FireTV?

I was able to get the zip file installed last night but could only view the config screen. When I hit launch, nothing happened. I have RetroArch installed and it works fine but is there something I'm missing. Thanks!

I'd love to work on this for Android and OpenElec/RPi boxes, because honestly I see thats where this addon is actually most useful: for small boxes with little storage. Unfortunately, I've got neither which makes it difficult. Currently the best you could hope for is to be able to download a game and then manually launch it with RetroArch, and I'm not even sure if that works.


RE: [WIP] Internet Archive ROM Launcher - subwoofer - 2015-09-09

Thanks for letting me know that it doesn't work yet on Android. What makes porting it to that platform so difficult? Could you mimic how ROM Collection Browser and that command line to launch the RetroArch apk?


RE: [WIP] Internet Archive ROM Launcher - zachmorris - 2015-09-09

(2015-09-09, 17:14)subwoofer Wrote: Thanks for letting me know that it doesn't work yet on Android. What makes porting it to that platform so difficult? Could you mimic how ROM Collection Browser and that command line to launch the RetroArch apk?

I'll look into that. It's not impossible, just difficult since I can't actually review/test any changes I'd make.


RE: [WIP] Internet Archive ROM Launcher - Scourge - 2015-09-09

So, bascally what you need is someone to provide you with the hardware? Any specific requirements?


RE: [WIP] Internet Archive ROM Launcher - bry - 2015-09-09

Nexus player is on sale for $50 via Groupon today fyi


RE: [WIP] Internet Archive ROM Launcher - natethomas - 2015-09-09

(2015-09-01, 10:59)Scourge Wrote: I feel like an @ss... thank you for pointing this out. Should've read that from earlier in the thread. Smile

Just to be clear, are you saying it's working for you now? When I try to launch a game in Windows, I get a weird flash, and then nothing happens. I was worried that I was doing something wrong, so here are the steps to easily reproduce this problem. At least for me.

Start with a clean install of 2015-8-27 Windows build.

Install IARL zip. Evidently IARL is already installed in this build, but is missing some depends? So I installed the zip and supposedly the depends got installed.

Configure your controller.

Launch IARL. Try to click on a game. Weird flash of failure.

Here's a pastebin of the most recent effort. http://pastebin.com/EdgmY2wH

Here's a video showing it not working.



After doing the clean install attempt. I then went into settings and turned off cache rom lists. Same thing happened.

pastebin: http://pastebin.com/8niWr6cF
video:




This forum uses Lukasz Tkacz MyBB addons.