-
Notifications
You must be signed in to change notification settings - Fork 9
Update version in addon.xml #31
Comments
then i guess something else is wrong, since it stuck on version 0.0.1 in |
Interesting! Have you validated that the actual files are using the latest version maybe? If not, it's probably an issue with the repository, so you have done the right thing to open an issue there. |
I'll leave it open for now until more is known. |
i checked content of poetry.lock and it is old, thus i opened a new issue. i guess people either use old version or download new versions manually. |
you can see last release archive have version. |
@vasilky3 See the issue I linked here. Elementum uses dynamic repo, it uses GitHub API to identify latest version of addon. It works fine for all "official" elementum addons, but for some reason does not work for this addon. |
Yes, that is because repository expects a new version in addon.xml. That is the way how Kodi identifies a newer version. It does not look on zip file name, but reads addon.xml to parse version. @fugkco Would be great if you could update a version with addon.xml changes to list actual version name. Or we can update repository code to get the latest tag to identify version, but that is another story.. |
Moreover in las PR i changed naming for *.zip in release. to {name}-{ver} |
Yes, since repository is not reading older releases, only the last/current one, so we will need to change pattern for release url. |
@elgatito I'm not sure if I'm following. If the version is updated in addon.xml, why does the URL need to change? The GitHub release URL already contains the version number, so I prefer to keep it out of the filename, as otherwise it renders the latest endpoint of GitHub's releases API useless. Anyway, I'll make some updates soon so it commits the correct version to the repo as part of a release! |
@fugkco it was answer to comment above. In that PR the name of zip file will be changed for your git repo, thus the name of zip file should be changed in kodi's repo config as well (in URL). |
@fugkco Repository addon is not using Github API to get correct url to release assets. |
Hi.
Looks like you still use version "0.0.1" while in reality you have version 3.0 already:
script.elementum.jackett/addon.xml
Line 3 in fceaee5
I suggest to update
addon.xml
very time you make a release.The text was updated successfully, but these errors were encountered: