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 - fongmac - 2017-01-02 Im on libreelec running gamestarter...everything works fine from advance launcher however i can't get any of the systems to launch from internet archive rom launcher addon... RE: Internet Archive ROM Launcher - bignellrp - 2017-01-03 (2017-01-02, 21:59)bignellrp Wrote: Sorry, I should have read the manual first (rtfm) All now works on Andriod now I've followed the instructions and downloaded all the updates and cores within Retroarch. Only problem that remains is that the controllers "focus" remains within Kodi and the controller is not picked up by Retroarch as a user controller so you can't control the game. A bit of a fatal flaw but I'm sure there's a way to fix this. Any help would be appreciated if someone else has come across this? RE: Internet Archive ROM Launcher - zachmorris - 2017-01-03 (2017-01-02, 05:16)GriffeyJuni0r Wrote:(2017-01-01, 19:26)zachmorris Wrote: Take a look at the unfiltered lists. I think it will have what you're looking for.Nice - Exactly what I was looking for! Just one problem, I'm not able to launch anything from these unfiltered lists. It only downloads a 40kb file and gives me a script error - I am able to download/launch other Dreamcast games from the filtered lists. Looks like the URL it's trying to find to may have changed, as I tried loading it in the browser and got a "The item you have requested has a problem with one or more of the metadata files" error: You found yet another bug. Your getting good at this! This issue is just a typo in the Full Dreamcast xml. I'll fix it in the next update, but you can fix it easily by doing a find all / replace all with a text editor: Find All: Code: name="https://archive.org/download/ Code: name=" RE: Internet Archive ROM Launcher - zachmorris - 2017-01-03 (2017-01-02, 14:35)J9104 Wrote:(2017-01-02, 07:52)fongmac Wrote: Anyone having issues with psx in iarl? Im stuck in a loop where iarl just keeps trying to download the game whether i select launch or download...it tells me download is complete but thats it. It never launches...if i hit launch it tries to ownload game again...what am i doing wrong? Thats a good point. I'll change the setting to "User Email" or something like that to clarify. RE: Internet Archive ROM Launcher - zachmorris - 2017-01-03 (2017-01-03, 00:50)bignellrp Wrote:(2017-01-02, 21:59)bignellrp Wrote: Sorry, I should have read the manual first (rtfm) Hmm. Interesting. I haven't had this issue. Does the controller work when Kodi is exited and it's just retroarch running? Second question: Does the problem go away when you choose Settings>system settings>input devices>enable joystick and gamepad support>toggle and disable (which will disable control in Kodi)? If the latter works, maybe there's a way for me to temporarily disable control when a launch command is sent, then re-enable it after you return back to Kodi. Internet Archive ROM Launcher - Jackhari - 2017-01-03 I am using this addon i.a.r.l in s905x libreelec with retroarch. [LibreELEC] Run RetroArch on your S905/S905X device! http://freaktab.com/forum/tv-player-support/amlogic-based-tv-players/s905/others-ac/609242-libreelec-run-retroarch-on-your-s905-s905x-device I have chosen s905x in addon setting and ran wizard too,i have retroarch addon for s905x too but when i try to play rom ,it fails to open retroarch.any ideas?is there specific setting for s905x retroarch launcher addon in kodi required for iarl to work? Sent from my iPhone RE: Internet Archive ROM Launcher - djnice - 2017-01-03 (2017-01-03, 14:05)Jackhari Wrote: I am using this addon i.a.r.l in s905x libreelec with retroarch. Same here, fails to open RetroArch, but restarts Kodi. I'm using 32 bit 7.0.3.011 build from kszaq, and RetroArch 7.0.2-j07 from JoKeRzBoX's repo. RE: Internet Archive ROM Launcher - efegue - 2017-01-03 (2017-01-03, 15:44)djnice Wrote:(2017-01-03, 14:05)Jackhari Wrote: I am using this addon i.a.r.l in s905x libreelec with retroarch. You need to fix the external command to launch retroarch with the ROM, I've done it on a s905x box, but I can't remember from memory now. Internet Archive ROM Launcher - Jackhari - 2017-01-03 (2017-01-03, 19:59)efegue Wrote:(2017-01-03, 15:44)djnice Wrote:(2017-01-03, 14:05)Jackhari Wrote: I am using this addon i.a.r.l in s905x libreelec with retroarch. Check ur config and pls advise what config works,thanks Sent from my iPhone RE: Internet Archive ROM Launcher - GriffeyJuni0r - 2017-01-03 (2017-01-03, 01:26)zachmorris Wrote: You found yet another bug. Your getting good at this! haha thanks! Though the QA in me thinks I totally should have noticed the double URL - Either way, works great now!! RE: Internet Archive ROM Launcher - zachmorris - 2017-01-04 (2017-01-03, 15:44)djnice Wrote:(2017-01-03, 14:05)Jackhari Wrote: I am using this addon i.a.r.l in s905x libreelec with retroarch. For s905 and the like, I simply copied the commands another user provided that he said worked. If they need to be modified please let me know. The commands IARL sends to launch a game for Amlogic are listed here. Edit: I think I see the issue, and I updated the command format using the format from this thread. You can try the new command database by replacing the external_command_database.xml with the new one from git. RE: Internet Archive ROM Launcher - djnice - 2017-01-04 (2017-01-04, 00:53)zachmorris Wrote:(2017-01-03, 15:44)djnice Wrote:(2017-01-03, 14:05)Jackhari Wrote: I am using this addon i.a.r.l in s905x libreelec with retroarch. I replaced the xml file, but still does not working. There are the files from LE: retroarch.sh retroarch.start RE: Internet Archive ROM Launcher - djnice - 2017-01-04 I discovered the bug: Kodi log: IARL External launch command sent: /storage/.kodi/addons/emulator.tools.retroarch/bin/retroarch.sh snes9x "/storage/.kodi/userdata/addon_data/plugin.program.iarl/temp_iarl/Mortal Kombat II (Europe).sfc" The problem is the wrong library name, when I replacing snes9x to snes9x2010, the game is loading. RE: Internet Archive ROM Launcher - zachmorris - 2017-01-04 (2017-01-04, 13:32)djnice Wrote: I discovered the bug: OK thats good news, it works. The core name should be changeable in the addon settings. See here. If there are better defaults to set for Amlogic in the wizard, let me know. RE: Internet Archive ROM Launcher - MrInternetJunkie - 2017-01-04 Long time lurker, first time poster! @zachmorris First of all. Love the Add On! After some tinkering with Retroarch it works like a champ. A quick question regarding the default skin. I'm trying to adapt IARL to my skin of choice Artic Zephyr. (Haven't seen any other skin mods yet.) What I'm trying to do is to change the launch window to 1080i and use the roms fanart as a background in that window. Can't for the love of me figure out how to do that. Possible without too much hacking? If so... Can someone give me any pointers how this can be accomplished? Thanks! |