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 - zachmorris - 2017-04-15 (2017-04-15, 20:01)vevs Wrote: Hello! Tell me please, is there any way to force of using the proxy-server in this wonderful addon? In my country archive.org blocked at all, so addon can't download any ROM Thanks in advance! No current support for a proxy. I don't use a proxy so I wouldn't really be able to test it either. If you're willing to edit code and try it yourself, if you get it working I can add it. My best guess is change these two lines here and here To include a proxy as show in this example. RE: Internet Archive ROM Launcher - jdig4240 - 2017-04-16 Any chance of adding a Remove from favorites option in the Favorite games context menu? I dont see any option to remove favorites. Is there a way that im not seeing besides deleting the pickle? RE: Internet Archive ROM Launcher - zachmorris - 2017-04-17 (2017-04-16, 17:05)jdig4240 Wrote: Any chance of adding a Remove from favorites option in the Favorite games context menu? I dont see any option to remove favorites. Is there a way that im not seeing besides deleting the pickle? There's no way to do that in the addon currently. You can manually edit the xml file that was created to remove it, then select 'Refresh Archive' listing from the addon and it will be removed. I can add this to my list of things to do. (2017-04-04, 10:21)lefty420 Wrote: I was wondering if there were any plans to update the c64 list to support a vice compatible gameset? instead of using mame softlist. C64 is one of the next ones to work on to work with the new VICE core, since that already seems to be much better than MAME RE: Internet Archive ROM Launcher - moonchilddave - 2017-04-18 Trying to get IARL working - but am getting an error when launching... Any ideas? Kodi 17.1 on Amazon Fire TV (2nd gen). Log file: Code: 23:39:56.293 T:367802349520 NOTICE: IARL: Lets Play! RE: Internet Archive ROM Launcher - linkinsoldier - 2017-04-18 Will not work on normal 17.x build, you will need 18.x build (currently only available as alpha!!) or custom build RE: Internet Archive ROM Launcher - zachmorris - 2017-04-19 (2017-04-18, 05:55)moonchilddave Wrote: Trying to get IARL working - but am getting an error when launching... Any ideas? Kodi 17.1 on Amazon Fire TV (2nd gen). (2017-04-18, 08:38)linkinsoldier Wrote: Will not work on normal 17.x build, you will need 18.x build (currently only available as alpha!!) or custom build Not true! IARL should work on Kodi v16 or later. It just can't play games directly in Kodi with Retroplayer unless you're using v18 or a test build from here. Should still work without a problem using Retroarch and external launching though. It appears there's been some sort of xml file corruption. I think only one other user has described the same issue, and I have no idea why it happens, but I think this example shows where I can prompt the user to delete the bad file if it does happen - I'll add that to my list of things to update. In the meantime, I suggest you uninstall the addon, and delete the folder (using ES-File explorer or adbLink or similar): Code: Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/plugin.program.iarl Alternatively, you can just try deleting the one file it's complaining about: Code: Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/plugin.program.iarl/dat_files/Atari_7800_ZachMorris.xml and see if that resolves the error. RE: Internet Archive ROM Launcher - linkinsoldier - 2017-04-19 Sorry, I thought via android there is no possibility via retroplayer (unless you are using kodi 18) RE: Internet Archive ROM Launcher - Sparda333 - 2017-04-19 Is there away to keep the roms how come it dissappears? RE: Internet Archive ROM Launcher - vevs - 2017-04-19 (2017-04-15, 21:23)zachmorris Wrote: No current support for a proxy. I don't use a proxy so I wouldn't really be able to test it either. If you're willing to edit code and try it yourself, if you get it working I can add it. Thanks for the answer! I've modified mentioned lines, and in additional this one - and it works! I think it'll be a good idea to rewrite "old download method" too for using "requests" instead of "urllib" (for downloading without authorization), but I'm not so good at Python (and programming at all), so i can't handle it myself RE: Internet Archive ROM Launcher - zachmorris - 2017-04-19 (2017-04-19, 15:23)Sparda333 Wrote: Is there away to keep the roms how come it dissappears? Per the first post, read the FAQ RE: Internet Archive ROM Launcher - zachmorris - 2017-04-19 (2017-04-19, 15:40)vevs Wrote:(2017-04-15, 21:23)zachmorris Wrote: No current support for a proxy. I don't use a proxy so I wouldn't really be able to test it either. If you're willing to edit code and try it yourself, if you get it working I can add it. Good to know it works. I'll see about adding an advanced option for it. RE: Internet Archive ROM Launcher - kpop - 2017-04-20 is there anyway to have the game artwork and boxart come up on the homscreen, instead of movies and music? RE: Internet Archive ROM Launcher - zachmorris - 2017-04-20 (2017-04-20, 04:05)kpop Wrote: is there anyway to have the game artwork and boxart come up on the homscreen, instead of movies and music? Thats skin dependant. I know the Estuary Mod can show addon info on the homescreen, since thats what I use. RE: Internet Archive ROM Launcher - kpop - 2017-04-21 thanks that did the trick, is there anyway to auto populate the artwork in the veiws?, as it seems to find the artwork and populate it as you scroll trough the lists on the fly, would be great to be doing this in the background. RE: Internet Archive ROM Launcher - zachmorris - 2017-04-21 (2017-04-21, 04:45)kpop Wrote: thanks that did the trick, is there anyway to auto populate the artwork in the veiws?, as it seems to find the artwork and populate it as you scroll trough the lists on the fly, would be great to be doing this in the background. The artwork downloading is all taken care of by Kodi. It should all be cached though, so once downloaded it should be available on your local machine. With really big game lists it can obviously take a long time to get all the images. |