In December 2015 the nightly repository was moved from a separate repository into the main Retrospect repository at Bitbucket.
See here.
Nightly GIT
If you are really into XBMC Online TV and want to keep up with the most recent changes, you can now pull XBMC Online TV from the XBMC Online TV Nightly BitBucket repository. This repository contains the most recent XBMC Online TV changes. There are however some things to consider before using these builds:
- Nightly XOT version are always one version ahead of the current version. So if the current version is 3.5.2, the nightly version is 3.5.3. Same goes for the corresponding channels: The live versions have 3.5.2.x, whereas the nightly versions have 3.5.3.0. This causes Kodi to think it already has the most recent version installed and it will not install updates. This is exactly what we want, because the nightly builds are not compatible with current builds.
- You can’t install the Nightly XOT via the official XBMC Online TV Kode repository. Only via the BitBucket GIT repo (See below).
- The Nightly XOT version will probably contain bugs and might not always work as it should. That is because it is a work-in-progress.
Installation
The installation comes down to putting the folders from the GIT repo in the Kodi add-on folder (see the Troubleshooting page for locations). The result should be that the addons folder now contains at least these folders:
- net.rieter.xot
- net.rieter.xot.channel.be
- net.rieter.xot.channel.mtg
- net.rieter.xot.channel.mtv
- net.rieter.xot.channel.nick
- net.rieter.xot.channel.nos
- net.rieter.xot.channel.regionalnl
- net.rieter.xot.channel.rtlnl
- net.rieter.xot.channel.sbsnl
- net.rieter.xot.channel.se
- net.rieter.xot.channel.streams
- net.rieter.xot.channel.uk
- net.rieter.xot.channel.videos
- Clone the Nightly GIT repository directly into the Kodi Add-on folder. So don’t put it in a subfolder.
- Run XOT once to initialise stuff before accessing the XOT add-on settings.
- Download the complete Nightly GIT repo and extract it into the Kodi Add-on folder.
- Run XOT once to initialise stuff before accessing the XOT add-on settings.
- Pull latest changes into your clone (located in the Kodi Add-on folder).
- After that remove all existing
*.pyc
and *.pyo
files within the XOT folders (don’t skip this step, it is essential).
- Run XOT once to initialise stuff before accessing the XOT add-on settings.
- Download the complete Nightly GIT repo.
- Remove all existing XOT folders (don’t skip this step, it is essential).
- Extract the new ones it into the Kodi Add-on folder.
- Run XOT once to initialise stuff before accessing the XOT add-on settings.
Related Articles
There has been a lot of confusion on how Retrospect update work. So this KB article is an attempt to explain the main ideas and principles behind the system. And...
We're doing it slowly! 2017-11-01 - Update #4 I have seen some zip files pop-ing up with Retrospect versions. None of them are from a trusted source and I would...
Many Kodi add-ons store user name and passwords in their add-on settings. However, almost nobody seems to care about the fact that these are stored in plain text in the...