2013-03-23, 22:04
XBMC Version Check
What it does is:
Only for (others have own notification):
(Windows / iOS / OSX / Linux)
Notifies on following releases:
Linux will check using apt (package manager)
Version file:
versions.txt
Github:
service.xbmc.versioncheck
Eden:
service.xbmc.versioncheck-0.0.1
Note: since Eden is already out of date it won't be added to repo anyway.
Frodo/Gotham:
Added to repo and can be found in:
"Add-ons -> XBMC.org Add-ons -> Services -> XBMC Version Check"
What it does is:
- check version installed
- compare to available list
- show an ok dialog with the advice
- ask if you want to disable notification
- only show a notification dialog on login and every 24hours if enabled (can be adjusted ofcourse)
Only for (others have own notification):
PHP Code:
<platform>osx osx32 osx64 ios windx wingl linux</platform>
Notifies on following releases:
- Stable
- Bugfix
- alpha (mothly)
- beta
- release candidate
Linux will check using apt (package manager)
Version file:
versions.txt
Github:
service.xbmc.versioncheck
Eden:
service.xbmc.versioncheck-0.0.1
Note: since Eden is already out of date it won't be added to repo anyway.
Frodo/Gotham:
Added to repo and can be found in:
"Add-ons -> XBMC.org Add-ons -> Services -> XBMC Version Check"