Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IARL Integration Issue #7

Closed
chewvodka opened this issue Jun 16, 2016 · 3 comments
Closed

IARL Integration Issue #7

chewvodka opened this issue Jun 16, 2016 · 3 comments

Comments

@chewvodka
Copy link

I discovered an issue with the IARL Integration. If you don't have IARL installed, and download it through the GameStarter config tabs, it downloads a version of IARL in a zip folder where the subfolder is called "plugin.program.iarl-master". The -master bit causes IARL's setup wizard to fail because the python script is located in a different folder than where the addon is calling it from. According to ZachMorris (the IARL author), downloading IARL from "HIS" GitHub doesn't have that problem. So GameStarter is the blame, adding the extra -master bit on the end.

@bite-your-idols
Copy link
Owner

bite-your-idols commented Jun 16, 2016

HI,
IARL addon's github page has no releases page so the only way to download its zip is from main github page. If I download it I get a file named "plugin.program.iarl-master.zip" and when unzipping the result is a folder named "plugin.program.iarl-master".
So I can not see any difference with the result of downloading/unzipping using Gamestarter...

@chewvodka
Copy link
Author

I noticed that too. If you look in his Wiki, he has instructions with 2 different links to his addon. One is to get his repo https://github.com/zach-morris/repository.zachmorris/releases/download/1.0.0/repository.zachmorris-1.0.0.zip or to get his "latest" via the archive https://github.com/zach-morris/plugin.program.iarl/archive/master.zip. The only other option I see is via the "homepage" button to download the zip (which in turn creates that -master folder).

@bite-your-idols
Copy link
Owner

bite-your-idols commented Jun 22, 2016

Hi!
you can replace the file /storage/.kodi/addons/script.gamestarter/resources/bin/install_iarl.sh with this updated one: https://github.com/bite-your-idols/Gamestarter-Pi/raw/master/resources/bin/install_iarl.sh
it will install the latest addon version with correct folder name.

I will include it in my next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants