Kodi Community Forum

Full Version: Retrospect v5.5.x Video Add-On
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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)
(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?
(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?
True, but if there are updates, it will be there. Or just check here: https://bitbucket.org/basrieter/xbmc-onl...nch/master
Ah, ok. Sad to see the local IP option is gone, but I know why it's necessary.
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.
I'm confused about the installation ... is it just a straightforward addon install using net.rieter.xot-4.1.7alpha2.zip ?
(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?
No - that's a nightmare on FireTV !  Isn't there an addon zip install?
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
(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)
(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?
(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?
Yes, use "Install from zip".

EDIT: http://www.retrospect.tk updated to download page of beta.