-
Notifications
You must be signed in to change notification settings - Fork 1
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
Auto update feature #4
Comments
Check this project: https://github.com/hadynz/repository.arabic.xbmc-addons |
Following that arabic plugin example means we have to manually make a Well, i guess creating zip file manually is acceptable. But it has to be
|
What about creating another repository, just for the releases? |
we can use this method right? this should solve our problem with binary releases. To release our plugin we just need to update the versions string within our will it works? :D On Tue, Dec 11, 2012 at 9:58 PM, Leonardo Cervo [email protected]:
http://neofreko.posterous.com - Tokyo Gaijin |
OK, i'm confused. So far, this is what I get. we'll need a datadir, repo xml will point into it and xbmc can fetch the addon by constructing the URL as: [datadir]/[repo.id]-[version].zip Which is probably what you've been trying to explain to me by that example link :D OK, let's go with the example you gave. it won't be too painful. few KBs won't hurt future bandwidth standard :D |
OK, installing repo file keeps getting me: invalid repo structure |
Shouldn't the datadir in addons.xml point to http://github.com/neofreko/xbmc-animedreaming/raw/master/repo? |
Hmm, I think the repo zip should have a folder inside called 'repo.neofreko' with the files. |
have a shot at it :D On Wed, Dec 12, 2012 at 12:42 AM, Leonardo Cervo
http://neofreko.posterous.com - Tokyo Gaijin |
It works with a structure like: repository.neofreko-1.0.0.zip - repository.neofreko -- addon.xml -- icon.png -- changelog.txt |
Have you removed old one from .xbmc/addons/packages? |
Have you been able to make it work? I just tested and the repo installs fine but when I try to download the addon, it starts but then finish without installing. |
Keep spewing incorrect structure for me :(
|
Ahh, tried to manually install the addon file and got a 'invalid structure' message, added folder plugin.video.animedreaming.tv inside zip file and it worked. |
Cool! Did you retry installing via repo again? Did it finally work?
|
never figured out how to make a repo out of this
The text was updated successfully, but these errors were encountered: