• 1
  • 126
  • 127
  • 128(current)
  • 129
  • 130
  • 151
Release Retrospect v5.5.x Video Add-On
Install the repository for now. I uploaded it here: https://bitbucket.org/basrieter/xbmc-onl...downloads/

If you log a bug for this in BitBucket, I will remove the check (or better, do a Pull Request with a fix)
Reply
(2017-11-01, 22:37)Basje Wrote: For those interested: https://www.rieter.net/content/2017/11/0...ct-status/

I am opening up the GIT repository again so there will be no more need for random mirrors. I appreciate the effort, but I see it as a major risk that some wiseguy decides to package some nasty Python code within Retrospect and then cause havoc to all the users. Not that this has been the case, but there are some examples where it happened. So please visit https://bitbucket.org/basrieter/xbmc-online-tv/ for future downloads
 This is great news, Bas. Have you decided if you will make Retrospect work on Kodi 18?

EDIT: I think it will be a bit of a hassle to get what has been changed in new releases now. How about a changelog listing all changes to channels in the root directory of the zip?
Reply
You can always check here: https://www.rieter.net/content/category/xot/changelog/
Reply
(2017-11-18, 23:51)Basje Wrote: You can always check here: https://www.rieter.net/content/category/xot/changelog/
 Yes, but there's nothing about new fixes, post the "on hold" or am I missing something?

Kodi 18 vs Retrospect?
Reply
True, but if there are updates, it will be there. Or just check here: https://bitbucket.org/basrieter/xbmc-onl...nch/master
Reply
Ah, ok. Sad to see the local IP option is gone, but I know why it's necessary.
Reply
Yeah, sorry for that, but it really had to go. Working around IP geo blocks makes the add-on a bit too shady at the moment.
Reply
I'm confused about the installation ... is it just a straightforward addon install using net.rieter.xot-4.1.7alpha2.zip ?
Reply
(2017-11-22, 08:38)castalla Wrote: I'm confused about the installation ... is it just a straightforward addon install using net.rieter.xot-4.1.7alpha2.zip ?

Have you tried extracting the zip in the kodi addon folder?
Reply
No - that's a nightmare on FireTV !  Isn't there an addon zip install?
Reply
Does anyone know if it is possible to modify how the names are shown in the Retrospect Favourites (allfavourites)? Right now they are shown as:

"Show Name [channel name]" 

Ideally i would like to remove the "[Channel Name]" part so only the show name is visible, any idea if this is possible and how to go about it?

Thanks
Reply
(2017-11-27, 15:46)gsonmartin Wrote: Does anyone know if it is possible to modify how the names are shown in the Retrospect Favourites (allfavourites)? Right now they are shown as:

"Show Name[channel name]" 

Ideally i would like to remove the "[Channel Name]" part so only the show name is visible, any idea if this is possible and how to go about it?

Thanks
Managed to solve this myself, if anyone else is interested all you need to do is change a line in the "favourites.py" file located under "net.rieter.xot/resources/lib". Make sure to do a backup of the "favourites.py" file if anything should go wrong when editing the file.

Change the following line (almost at the end of the file):
Code:
item.name = "%s [%s]" % (item.name, channelName)
into:
Code:
item.name = "%s" % (item.name)
Reply
(2017-11-22, 10:29)castalla Wrote: No - that's a nightmare on FireTV !  Isn't there an addon zip install?

It's the one you've been using. Did you install it in Kodi?
Reply
(2017-11-28, 00:25)Snaah Wrote:
(2017-11-22, 10:29)castalla Wrote: No - that's a nightmare on FireTV !  Isn't there an addon zip install?

It's the one you've been using. Did you install it in Kodi? 
 No - do I jjust install the zip using the Kodi routine of adding from zip?
Reply
Yes, use "Install from zip".

EDIT: http://www.retrospect.tk updated to download page of beta.
Reply
  • 1
  • 126
  • 127
  • 128(current)
  • 129
  • 130
  • 151

Logout Mark Read Team Forum Stats Members Help
Retrospect v5.5.x Video Add-On7