Giter VIP home page Giter VIP logo

retrospect-addon / plugin.video.retrospect Goto Github PK

View Code? Open in Web Editor NEW
104.0 10.0 37.0 50.75 MB

Retrospect is a Kodi video add-on which allows you to watch streams of a number of free and publicly available online TV stream sites.

Home Page: https://www.rieter.net/content/

License: GNU General Public License v3.0

Python 100.00%
kodi python3 vod streaming kodi-addon retrospect addon python livestream tv

plugin.video.retrospect's Introduction

Retrospect - Public GIT Repository

GitHub release (latest by date) GitHub Workflow Status (branch) Quality Gate Status License Python Weblate

This repository holds the main code for Retrospect. For more information on bug reporting, please visit https://github.com/retrospect-addon/plugin.video.retrospect or https://github.com/retrospect-addon/plugin.video.retrospect/wiki.

Introduction

Retrospect (Previously XBMC Online TV) is a Kodi video add-on which allows you to watch streams of a number of free and publicly available online TV stream sites.

It originally started the streams from www.uitzendinggemist.nl which is a Dutch site. The add-on got its initial name from this site: ‘Uitzending gemist’ means ‘missed broadcast’ in Dutch.

Discussion about the add-on can be done in this thread at the Kodi forums or in this thread at Tweakers.net (Dutch only). Issues regarding this script can be submitted at our issue tracker at GitHub.

Installing Retrospect

Starting from Kodi Leia (v18), you can easily install Retrospect from the official Kodi add-on repository. Simply use the search function in the add-ons section to find Retrospect and install it. More detailed information can be found in the Retrospect Wiki.

Note: Make sure the Auto-Update option for Retrospect is enabled to automagically receive new updates.

alt text

Kodi Krypton

We have a -1/+1 Kodi release policy: we support the previous, the current and the future release of Kodi. So with the release of Kodi Matrix, the support for Kodi Krypton has been removed.

Automation of Retrospect

Listing of folders or playing of media can be automated for Retrospect. In order for this to work, you will need to create shortcuts for the folders and/or videos you want to automate. This can be done as follows:

  • On each folder or video item you can go to:
    • Retrospect Favourites.
    • Add Shortcut.
    • Provide a [simple name].
    • Remember the simple name as you need it later.
  • Then you can use this url to directly open or play the shortcut:
    • plugin://plugin.video.retrospect/?action=openshortcut&shortcut=[simple name]

Listing a folder can be done by caling the Kodi API Addons.ExecuteAddon with the given shortcut url. Media can be played using the Player.Open API.

If you were to use the Kodi JSON-RPC API (documented here) the following are your options:

  1. You could start the playback of a media file with Player.Open:
curl -X POST -H "content-type:application/json" http://<kodi-ip>:<kodi-port>/jsonrpc -d '{"jsonrpc": "2.0", "method": "Player.Open", "params": {"item": {"file": "plugin://plugin.video.retrospect/?action=openshortcut&shortcut=<shortcut-name>"}}, "id": 1}'
  1. Or open a shortcut to a folder with Addons.ExecuteAddon:
curl -X POST -H "content-type:application/json" http://<kodi-ip>:<kodi-port>/jsonrpc -d '{"jsonrpc": "2.0", "method": "Addons.ExecuteAddon", "params": {"addonid": "plugin.video.retrospect","params": {"action": "openshortcut","shortcut": "<shortcut-name>" }}, "id": 1}'**

Replace <shortcut-name>, <kodi-ip> and <kodi-port> with the correct values.

Contributing

You can help develop Retrospect via our Github page and/or help translating Retrospect via the Kodi Add-on Weblate.

Troubleshooting

Visit the Troubleshooting section of the Retrospect Wiki. There you can find the most common issues and their solutions.

Acknowledgement

The first idea for Retrospect/XBMC Online TV/XOT-Uzg came from a script by BaKMaN.

Copyrights and Licenses

Retrospect is licensed under a GNU General Public License v3.0, see: LICENSE.md

The official add-on package for Retrospect may not be distributed via other repositories than the official Kodi add-on repository.

Disclaimer

Retrospect is not connected to or in any other way affiliated with Kodi, Team Kodi or the XBMC Foundation. Furthermore, any software, addons, or products offered by Retrospect will only receive support in its Kodi forum and Github repository.

Rules & Terms

As more and more people are starting to make channels for Retrospect, we want to lay out some rules and terms for the channels which we will host. Please stick to them before asking us to merge your work with the master branch:

  1. We, the Retrospect team, are not responsible for any content that is displayed using the Retrospect Framework.
  2. We, the Retrospect team, do not support any kind of adult content for Retrospect, nor will we host it on our servers.

Donations

The following persons have supported Retrospect by donating (the list is sorted chronologically):

  • David Testas
  • Stef Olde Scholtenhuis
  • Gerhard ten Hove
  • J.C. Frerichs
  • Kenny Horbach
  • Laurens De Graaff
  • Stehpan van Rooij
  • Niels Walta
  • Rene Wieldraaijer
  • Bastiaan van Perlo
  • Anton Vanhoucke
  • Niels van den Boogaard
  • Ferry Plekkenpol
  • Michel Bos
  • M. Spaans
  • Rogier Duurkoop
  • Jonthe Grotenhuis
  • Maurice van Trijffel
  • Bjorn Stam
  • Prism Open Source
  • Serge Kapitein
  • Robbert Hilgeman
  • Jorn Luttikhold
  • Tom de Goeij
  • Gecko (Martijn Pet)
  • Henri Lier
  • Edwin Endstra
  • Fabian Labohm
  • Jeroen van den Burg
  • Ronald Geerlings
  • Simon Algera
  • Floris Dirkzwager
  • Jurjen van Dijk
  • J. Tebbes
  • Dennis808
  • Joost Wouterse
  • Slashbot28
  • Jasper Westerhof
  • Jacques Overdijk
  • Ramon Broekhuijzen
  • Eymert Versteegt
  • Rick van Venrooij
  • Frans Hondeman
  • RSJ Kok
  • Jamie Janssen
  • Thomas Novin
  • Emiel Havinga
  • De php programmeur
  • Tijs Gerritsen
  • Bonny Gijzen
  • Dennis van Kapel
  • Cameq
  • Bart Macco
  • Markus Sjöström
  • Mathijs Groothuis
  • Rene Popken
  • KEJ Kamperman
  • Angelo Potter
  • Athlete Hundrafemtionio
  • Dennis Brekelmans
  • Ted Backman
  • Michiel Klooster
  • Webframe.NL
  • Jan Willemsen
  • Marcin Holmstrom
  • Örjan Magnusson
  • M H Jongen
  • Ola Lindberg
  • Elcyion
  • Dennis van Kapel
  • Pieter Geljon
  • Andreas Ljunggren
  • Miroslav Puskas
  • Floris van de Kamer
  • Walter Bressers
  • Sjoerd Molenaar
  • Patrik Johansson
  • Willy van Knippenberg
  • Stephan van Rooij
  • D J vd Wielen
  • Erik Bots
  • Alexander Jongeling
  • Robert Thörnberg
  • Tom Urlings
  • Dirk Jeroen Breebaart
  • Hans Nijhuis
  • Michel ten Hove
  • Rick van Venrooij
  • Mattias Lindblad
  • Anton Opgenoort
  • Jasper van den Broek
  • Dick Branderhorst
  • Mans Jonasson
  • Frans Dijkstra
  • Michael Forss
  • Dick Verwoerd
  • Dimitri Olof Areskogh
  • Andreas Hägg
  • Oscar Gala y Hondema
  • Tjerk Pruyssers
  • Ramon de Klein
  • Wouter Maan
  • Thomas Novin
  • Arnd Brugman
  • David Kvarnberg
  • Jasper van den Broek
  • Jeroen Koning
  • Saskia Dijk
  • Erik Hond
  • Frank Hart
  • Rogier Werschkull
  • Chris Evertz
  • Reinoud Vaandrager
  • Lucas van der Haven
  • Robert Persson
  • Harm Verbeek
  • Lars lessel
  • Just van den Broecke
  • Arvid van Kasteel
  • G.F.P. van Dijck
  • Thijs van Nuland
  • Mathijs van der Kooi
  • Michael Rydén
  • Jelmer Hartman
  • Tirza Bosma
  • Tijmen Klein
  • Chris de Jager
  • Albert Kaufman
  • Erik Abbevik
  • Scott Beijn
  • Peter van der Velden
  • Jens Lindberg
  • Derek Smit
  • Wilbert Schoenmakers
  • Bastiaan Wanders
  • Maarten Zeegers
  • Daan Derksen
  • Fredrik Ahl
  • Johannes G H de Wildt
  • Arthur de Werk
  • B van den Heuvel
  • Rowan van Berlo
  • Chris Neddermeijer
  • Willem Goudsbloem
  • Videotools.net
  • Antoinet.com
  • Edwin Eefting
  • Marco Bakker
  • Fredrik Wendland
  • Daniel Harkin
  • Pieter Cornelis Brinkman
  • Tommy Herman
  • Mikael Eklund
  • Bob Visser
  • Wouter Haring
  • Sander van der Knijff
  • Edwin Stol
  • Eric R Dunbar
  • michael kwanten
  • Ron Kamphuis
  • Marielle Bannink
  • F W Jansen
  • Harold de Wit
  • Jim Bevenhall
  • Max Faber
  • Remon Varkevisser
  • Thomas Lundgren
  • Arjan Dekker
  • Herman Greeven
  • Dick Branderhorst
  • Joris Overzet
  • Hans Voorwinden
  • Matthijs Engering
  • Andreas Limber
  • Igor Jellema
  • Henric Ericsson
  • Vardan Sarkisian
  • Stefan Zwanenburg
  • Dirk Jeroen Breebaart
  • Paul Versteeg
  • Wim Til
  • Op Vos
  • Jason Muller
  • Roland Hansen
  • Jeffrey Allen
  • Michel van Verk
  • Marcel Van Dijk
  • Dimitri Huisman
  • Peter Werkander
  • Mikael Eriksson
  • Martin Wikstrand
  • Arjan de Jong
  • Jan-Åke Skoglund
  • Eric Smit
  • G.F.P. van Dijck
  • Jan Papenhove
  • Herman Driessen
  • Matias Toftrup
  • Bob Langerak
  • Martien Wijnands
  • Mark Oost
  • Chris Evertz
  • David Embrechts
  • Roeland Koevoets
  • John Poussart
  • Pieter Geljon
  • Josef Gårdstam
  • Paul Moes
  • Marco Beeren
  • Bulent Malgaz
  • G Hosmar
  • Robert Klep
  • Bas van Marwijk
  • Thomas Pettersson
  • Peter Oosterhoff
  • Alexander Kleyn van Willigen
  • Onno Ruijsbroek
  • Cornelis Pasma
  • Roy van Hal
  • Henrik Sjöholm
  • Christian Ahlin
  • Gerben Roest
  • Koen Vermeulen
  • Christian Koster
  • Johan Bryntesson
  • Freek Langeveld
  • Jasper Koehorst
  • Jaco Vos
  • Carolina Tovar
  • Mats Nordstrom
  • Geert Jan Kalfsbeek
  • Martin Alvin
  • Anders Sandblad
  • Bas van Deursen
  • S Goudswaard
  • Ruben Jan Groot Nibbelink
  • Rogier van der Wel
  • Arjen de Jong
  • Theo Schoen
  • Vincent Muis
  • Ruth de Groot
  • Nils Smits
  • Martin Tullberg
  • Lucas Weteling
  • Nico Olij
  • Josef Salberg
  • Remco Lam
  • Ton Engwirda
  • Vincenzo messina
  • Stephanus René van Amersfoort
  • Rikard Palmer
  • Russell Buijsse
  • Geert Bax
  • Hermandus Jan Marinus Wijnen
  • Martijn Boon
  • F.M.E.J Huang
  • Mikael Eriksson
  • Maryse Ellensburg
  • Balder Wolf
  • Koen Mulder
  • Jan Riemens
  • Koos Stoffels
  • Rob van Houtert
  • Samuel Zayas
  • Jos Verdoorn
  • Patric Sundström
  • Henrik Nyberg
  • Thetmar Wiegers
  • Marco Kerstens
  • Richard Willems
  • Henk Haan
  • Michel van Verk
  • Hans Filipsson
  • Magnus Bertilsson
  • Sean Berger
  • LHM Damen
  • Theo Jansen
  • René Mulder
  • Andrei Neculau
  • Fred Selders
  • Alfred Johansson
  • Adri Domeni
  • Peter Adriaanse
  • Andre Verbücheln
  • Frank Kraaijeveld
  • Thomas Stefan Nugter
  • Robert Mast
  • Daniel Skagerö
  • Christian Jivenius
  • Joost Vande Winkel
  • Johan Asplund
  • Björn Axelsson
  • Gunilla Westermark
  • Tobbe Eriksson
  • Bram De Waal
  • Michiel Ton
  • Hans Filipsson
  • Micha Van Wijngaarden
  • Daniel Sandman
  • Johan Johansson
  • Andreas Rehnmark
  • Jan Den Tandt
  • Theo Schoen
  • Daniel Skagerö
  • Robert Rutherford
  • Ulf Svensson
  • Bert Olsson
  • Svante Dackemyr
  • Koen Bekaert
  • Rob Hermans
  • Marcin Rönndahl
  • Robert Smedjeborg
  • Bo Johansson
  • Olivier De Groote
  • Robin Lövgren
  • Koen Bekaert (second donation!)
  • Mahamed Zishan Khan
  • Tom Mertens
  • Stian Ringstad
  • Per Arne Jonsson
  • Niels Van den Put
  • Jan Tiels
  • Theo Schoen
  • Anton Driesprong
  • Bart Coninckx
  • Rogier Versluis
  • Bo Johansson
  • Ola Stensson
  • Mathijs Groothuis
  • Sune Filipsson
  • Leif Ohlsson
  • Benjamin Jacobs
  • Koen De Buck
  • Hans Filipsson
  • Dejan Dozic
  • Roeland Vanraepenbusch
  • Brick by Brick
  • Gerrit Halfwerk
  • Johan Asplund
  • Ketil Thorgersen
  • Hans Filipsson
  • Daniel Skagerö
  • Richard Hakansson
  • Magnus Holmquist
  • Dejan Dozic
  • Daniel Eriksson
  • Patrik Magnusson
  • Anton Driesprong
  • Stefan Zetterberg
  • Gerrit Halfwerk
  • Martin Gustafsson
  • Daniel Jonsson
  • Stefan
  • John-Richard Berkemo
  • Andreas Uddén
  • Peter Jonsson
  • Martijn Abel
  • Peter Jonsson
  • Tomasz Gross
  • Leendert Breukel
  • Stian Ringstad
  • Fredrik Ostman
  • Johan Asplund
  • Tim Bont
  • Martijn Abel
  • R.J. van den Hoogen
  • Michiel Modderman
  • Magnus Ögren
  • Kovit Holding B.V.
  • Anne Franssens
  • Dejan Dozic
  • Jeroen de Vries
  • A. Majoor
  • John Albregtse
  • European IT Security AB
  • Carlo Spijkers
  • Robin Lövgren
  • Roland Smit
  • G.L. Lekkerkerk
  • P.G.M. Schoonderwoerd
  • Gerrit Halfwerk
  • M. Prins
  • Remco Swart
  • Johan Johansson
  • Bert Algoet
  • Pieter Unema
  • Peter Notebaert
  • Mjm De Frankrijker
  • Kris Provoost (via Brickshop.nl)
  • Lord_Drubibu (via World of Tanks)
  • Christian Johansson
  • Johan Johansson
  • Tpj Mulder
  • André De Winkel
  • Dejan Dozic
  • Henrique Gomes
  • Carl Gärde
  • Stefan Zetterberg
  • Mgj Van Munnen
  • Per Karlsson
  • Peter Werkander
  • Erik Koole
  • Robin Lövgren
  • Johan Lundin
  • Yennick Trevels
  • Cor Kuin
  • Ingos Data o PPDesign
  • Jules Harms
  • Reinier
  • Johan Pieter Zoetekouw
  • Michiel Modderman
  • Nick Corthals
  • Henrik Segesten
  • Olle Damgaard
  • Brecht Serckx
  • Sape Sikkema
  • Gialt Huininga
  • Petra Pahtajärvi
  • Marcus Bruzelius
  • T.R. Quuk
  • M.J.M. de Frankrijker
  • Magnus Holmquist
  • P G M Schoonderwoerd
  • Jasper-Laurens Van Daele
  • Olle Brink
  • Magnus Bertilsson
  • Per-Eric Larsson
  • Arjen Heidinga (Monthly)
  • Jim Altis
  • Jelte Veldstra
  • Jules Harms
  • Peter Vollebregt
  • Danny Sikke
  • Stefan Abramsson
  • Ingos Data o PPDesign
  • Jeroen L. Hendrix
  • Magnus Holmquist
  • Martin Skillingshage
  • Olle Damgaard
  • T Kuipers
  • Ingemar Pahtajärvi
  • Sape Sikkema
  • Ffj Winkelman
  • Magnus Holmquist
  • Pascal Rutgers
  • Ruben Van Dijk
  • Egbert Van der Haring
  • P G M Schoonderwoerd
  • Jonas Koekenbier
  • Danny Sikke
  • M J Poortman
  • Robert Wijnands
  • Roger Ekholm
  • Magnus Holmquist
  • Lars-Gunnar Carlsson
  • Daniel Polders
  • Tim Hosman
  • Tobias Skoglund
  • M J Poortman
  • Steven Hoving
  • Remco Wulms
  • A Majoor
  • Dimitri Dekker
  • Gfp Van Dijck
  • Matthijs Droes
  • John L Lardee
  • Philip Johansson

plugin.video.retrospect's People

Contributors

basrieter avatar bootsman11 avatar dagwieers avatar finnie2006 avatar gade01 avatar github-actions[bot] avatar gvtulder avatar haffmans avatar landgenoot avatar marcelroozekrans avatar matsarv avatar michaelarnauts avatar patriclettau avatar snaah avatar teepean avatar transifex-integration[bot] avatar weblate avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

plugin.video.retrospect's Issues

v.2.7.0 not working for me

Original report by Anonymous.


On T3CH XBMC 2007-11-04 SVN rev10675 v.2.7.0. is not working with me.
XBOX version 1.6

After the loading indicator reaches approx 75% it dissapears from the
screen and nothing happens after that. Logfile is providing below
information.

20071117 08:15:10 - INFO - uriopener.py - 31 - UriHandler
initialised
20071117 08:15:10 - DEBUG - common.py - 115 - Folder Structure of
XOT-Uzg (Uitzendinggemist.v2)
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\default.tbn
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\scripts.xml
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\default.py
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\readme.txt
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\uzg.old.log
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\uzg.log
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\joox\chn_joox.py
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\joox\jooximage.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\joox\jooxlarge.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\joox\jooxthumb.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\kk\chn_kk.py
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\kk\kkicon.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\kk\kkimage.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\kk\kklarge.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\lamas\chn_lamas.py
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\lamas\lamasicon.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\lamas\lamasiconlarge.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\lamas\lamasimage.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\nos\1icon.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\nos\1large.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\nos\2icon.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\nos\2large.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\nos\3icon.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\nos\3large.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\nos\chn_nos.py
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\nos\nosimage.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\nossearch\chn_nossearch.py
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\nossearch\nosicon.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\nossearch\nosimage.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\nossearch\noslarge.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\rtl\background-rtl-16x9.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\rtl\background-rtl.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\rtl\chn_rtl.py
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\rtl\rtlimage.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\rtl\rtlthumb.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\rtl\rtllarge.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\sbs6\background-sbs6-16x9.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\sbs6\background-sbs6.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\sbs6\chn_sbs6.py
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\sbs6\sbs6icon.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\sbs6\sbs6image.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\sbs6\sbs6large.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\talpa\background-talpa-16x9.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\talpa\chn_talpa.py
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\talpa\background-talpa.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\talpa\talpaimage.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\talpa\talpalarge.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\talpa\talpathumb.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\tvlink\chn_tvlink.py
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\tvlink\tvlinkicon.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\tvlink\tvlinkiconlarge.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\channels\tvlink\tvlinknoimage.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\libs\chn_class.py
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\libs\common.py
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\libs\config.py
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\libs\contextmenu.py
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\libs\controls.py
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\libs\logger.py
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\libs\progwindow.py
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\libs\update.py
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\libs\uriopener.py
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\skins\default\media\background-uitzgm.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\skins\default\media\net5off.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\skins\default\media\net5on.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\skins\default\media\xot_background-blank.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\skins\default\media\xot_background.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\skins\default\media\xot_border.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\skins\default\media\xot_channel-bg-focus.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\skins\default\media\xot_channel-bg.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\skins\default\media\xot_complete.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\skins\default\media\xot_control.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\skins\default\media\xot_DefaultFolder.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\skins\default\media\xot_dialog-context-
bottom.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\skins\default\media\xot_dialog-context-top.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\skins\default\media\xot_keyboard-btn-space-
focus2.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\skins\default\media\xot_keyboard-btn-space.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\skins\default\media\xot_dialog-context-
middle.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\skins\default\media\xot_list-focus.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\skins\default\media\xot_list-nofocus.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\skins\default\media\xot_none.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\skins\default\media\xot_scrollbar_bar.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\skins\default\media\xot_scrollbar_bar_focus.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\skins\default\media\xot_top-background.png
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\skins\default\media\xot_scrollbar_background.pn
g
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\skins\default\pal\uzg-channelwindow.xml
20071117 08:15:10 - DEBUG - common.py - 115 - |
Q:\scripts\uitzendinggemist\skins\default\pal\uzg-contextmenu.xml
20071117 08:15:10 - DEBUG - common.py - 115 - +
Q:\scripts\uitzendinggemist\skins\default\pal\uzg-progwindow.xml
20071117 08:15:10 - INFO - common.py - 101 - Setting Skin to:
Default
20071117 08:15:10 - INFO - default.py - 58 - **************
Starting XOT-Uzg (Uitzendinggemist.v2) version v2.7.0 **************
20071117 08:15:10 - INFO - default.py - 59 - Skinfolder = Default
20071117 08:15:10 - INFO - uriopener.py - 146 - Opening requested
uri: http://www.rieter.net/uitzendinggemist/index.php?currentversion=2.7.0
20071117 08:15:10 - INFO - uriopener.py - 159 - Determining which
Progessbar to use....
20071117 08:15:10 - INFO - uriopener.py - 164 - Using Calculated
Progressbar (fileSize=1)
20071117 08:15:10 - INFO - uriopener.py - 195 - Url
http://www.rieter.net/uitzendinggemist/index.php?currentversion=2.7.0 was
opened successfully
20071117 08:15:10 - INFO - common.py - 132 - Removed 0 of 0 files
from cache.
20071117 08:15:10 - CRITICAL - default.py - 93 - Error initializing
XOT-Uzg (Uitzendinggemist.v2)
20071117 08:15:10 - CRITICAL - default.py - 93 - | Traceback (most
recent call last):
20071117 08:15:10 - CRITICAL - default.py - 93 - |
File "Q:\scripts\uitzendinggemist\default.py", line 86, in ?
20071117 08:15:10 - CRITICAL - default.py - 93 - | import
progwindow
20071117 08:15:10 - CRITICAL - default.py - 93 - |
File "Q:\scripts\uitzendinggemist\libs\progwindow.py", line 10, in ?
20071117 08:15:10 - CRITICAL - default.py - 93 - | import
contextmenu
20071117 08:15:10 - CRITICAL - default.py - 93 - |
File "Q:\scripts\uitzendinggemist\libs\contextmenu.py", line 16, in ?
20071117 08:15:10 - CRITICAL - default.py - 93 - | class GUI
(xbmcgui.WindowXMLDialog):
20071117 08:15:10 - CRITICAL - default.py - 93 - |
AttributeError: 'module' object has no attribute 'WindowXMLDialog'


Original item http://code.google.com/p/xot-uzg/issues/detail?id=18

Buffering Problem, buffer does not get refilled after pausing

Original report by Anonymous.


What steps will reproduce the problem?

  1. None
    2.
    3.

What is the expected output? What do you see instead?
After I pause, and during the pause, the 4mb of buffer is surpassed,
the system does not refill the buffer when play is pressed again.
This results in a cut off after pausing too long. Buffer does not get
filled anymore.

What version of the product are you using? On what operating system?

Latest Version

Please provide any additional information below.

Buffer problem/ Also Ned1->Journaal->106 pages of news items still have to
be reloaded every single time, every page than again exists of 20+ items.


Original item http://code.google.com/p/xot-uzg/issues/detail?id=21

starting xot-uzg results in hang on initialising logger

Original report by Anonymous.


What steps will reproduce the problem?

  1. in xbmc starting xot-uzg

What is the expected output? What do you see instead?
xot stats but hangs on initialising logger. Aborting is also impossible....
only resetting the box helps

What version of the product are you using? On what operating system?
3.01 on xbmc svn 10070-4.1.2 (bigfoot87s latest release)

Please provide any additional information below.
in xbmc.log: 21:08:49 M: 36569088 ERROR: Scriptresult: Error


Original item http://code.google.com/p/xot-uzg/issues/detail?id=41

http://www.southparkstudios.com/

Original report by Anonymous.


Bas,

Can you add this channel to XOT?
http://www.southparkstudios.com/
Thank you
Slashbot28

Trey Parker and Matt Stone, the creators of the hit show South Park have
announced the launch of a website that streams every episode of South Park
ever created, and for free.

The site, South Park Digital Studios will include every episode, 3,000
video clips and an avatar creator. There were also be a dozen "Flash,
Shockwave and Java powered mini games" as well as a retail store and
download section for wallpapers and the like.

The site, SouthParkStudios.com, comes as part of the creators latest
contract with Comedy Central, the cable network which broadcasts the show.
Stone and Parker agreed to write three more seasons and Comedy Central will
financially back the site. Parker and Stone also have equal partnership in
the new digital venture.

�Three more years of South Park will give us the opportunity to offend that
many more people,� Stone announced in a prepared statement. �And since Trey
and I are in charge of the digital side of South Park, we can offend people
on their cellphones, game consoles, and computers too. It's all very
exciting for us.�

The episodes will each have 3 or 4 small advertisements throughout the
show, but that is a small price to pay for free episodes whenever you want
them.

http://www.southparkstudios.com/


Original item http://code.google.com/p/xot-uzg/issues/detail?id=38

Script Lockup

Original report by Anonymous.


What steps will reproduce the problem?

  1. Load script and open Joox.net source.
  2. Open a folder with lots of files in.
  3. Scroll down the files very quickly (press down repeatedly)
  4. Immediately after scrolling through lots of files, hit the context menu
    button before the "File Information" is loaded.
  5. Script/system will crash.

There appears to be an issue with the script locking the XBMC GUI. The
console is still accessible via FTP, just no GUI access is possible until a
hard reboot.

I am using the latest version of the script (with a user agent modification
made by myself, viewable here
(http://www.xboxmediacenter.com/forum/showpost.php?p=149758&postcount=133),
and the latest XBMC.

Logfiles show nothing.


Original item http://code.google.com/p/xot-uzg/issues/detail?id=12

RTL doesn't work from of 21-03-2008.

Original report by Anonymous.


What steps will reproduce the problem?

  1. Start the script
  2. Choose RTL 4,5&7
  3. Every program you select leeds to 'No files'

What is the expected output? What do you see instead?
The expected output is the list of episodes of one program.
Instead: 'No files'
P.S. All other streams work perfect!

What version of the product are you using? On what operating system?
XBMC Pimped Edition, Build 16 March 2008.

Please provide any additional information below.
Yesterday (or the day before) everything was just working fine. I did
update XBMC and downloaded the latest version of the script and after that
it was broken. I had left the old XBMC (September 2007) on the disc and
RTL was also borken in that one (I have seen it working there with Jensen
en 'De gouden kooi'.) I guess they changed the site.

B.T.W.: Real nice script.


Original item http://code.google.com/p/xot-uzg/issues/detail?id=37

GOT vraag - Toevoegen populaire uitzendingen

Original report by Anonymous.


Bij deze wil ik je herinneren aan mijn vraag die ik je op GOT had gesteld,
namelijk:

Kan je binnen het uitzending gemist script eventueel de volgende onderdelen
van de uitzendinggemist site opnemen:

  • Populaire uitzendingen
  • Nieuw Toegevoegd

Eventueel ook:

  • Wat kijken bezoekers nu
  • Eerdere tips van uitzendinggemist

Ik hoop dat je er wat van kan maken, al ben ik al heel tevreden met de
huidige versie!

Fijne vakantie!

Michiel


Original item http://code.google.com/p/xot-uzg/issues/detail?id=22

XOT-Uzg occasionally shows "No files"

Original report by Anonymous.


What steps will reproduce the problem?

  1. Open the XOT-Uzg script
  2. Select a channel (ie. "Ned 1")
  3. The program list (occasionally) shows "No files"

What is the expected output? What do you see instead?
I'd expected a program list and not "No files"

What version of the product are you using? On what operating system?
3.0.1

Please provide any additional information below.
I've manually fixed the problem by adding "time.sleep(self.pollInterval)"
to the "while not openThread.isCompleted and not canceled"-loop in uriopener.py


Original item http://code.google.com/p/xot-uzg/issues/detail?id=42

contextmenu to 123video (where are the xxx movies)

Original report by Anonymous.


What steps will reproduce the problem?

  1. contextmenu to 123video
    2.
    3.

What is the expected output? What do you see instead?
?
What version of the product are you using? On what operating system?
newest version of XBMC 2008:)

Please provide any additional information below.
cannot find xxx movies on 123video, is it possible to add this option to
it:)

Big thx nice project you have ill like it;)


Original item http://code.google.com/p/xot-uzg/issues/detail?id=23

Joox.net not working..

Original report by Anonymous.


What steps will reproduce the problem?

  1. Start script..
  2. Hit Joox.net button
  3. Pick anything :)

What is the expected output? What do you see instead?

Expected somekind of playing motion picture...
Instead... nothing happens when you select a file...

What version of the product are you using? On what operating system?
2.7.0 on latest BigFoot87 XBMC (28-10)

Please provide any additional information below.

This is from the logfile:

20071109 01:32:09 - INFO - uriopener.py - 195 - Url
http://www.joox.net/cat/2/id/1649961 was opened successfully
20071109 01:32:09 - CRITICAL - chn_class.py - 171 - Error initialising
the Joox.Net Window.
20071109 01:32:09 - CRITICAL - chn_class.py - 171 - | Traceback (most
recent call last):
20071109 01:32:09 - CRITICAL - chn_class.py - 171 - | File
"Q:\scripts\uitzendinggemist\libs\chn_class.py", line 165, in onInit
20071109 01:32:09 - CRITICAL - chn_class.py - 171 - |
self.DisplayFolderList(self.listItems, 0)
20071109 01:32:09 - CRITICAL - chn_class.py - 171 - | File
"Q:\scripts\uitzendinggemist\libs\chn_class.py", line 597, in DisplayFolderList
20071109 01:32:09 - CRITICAL - chn_class.py - 171 - | _item =
self.UpdateVideoItem(self.listItems[position])
20071109 01:32:09 - CRITICAL - chn_class.py - 171 - | File
"Q:\scripts\uitzendinggemist\libs\chn_class.py", line 549, in UpdateVideoItem
20071109 01:32:09 - CRITICAL - chn_class.py - 171 - | item.mediaurl =
common.DoRegexFindAll(self.mediaUrlRegex, _data)[-1]
20071109 01:32:09 - CRITICAL - chn_class.py - 171 - | IndexError: list
index out of range
20071109 01:32:09 - DEBUG - chn_class.py - 184 - Cancelling and
starting onKeyUpDown timer


Original item http://code.google.com/p/xot-uzg/issues/detail?id=17

Can you add this new videochannel http://www.hulu.com/

Original report by Anonymous.


Can you add this new videochannel?

http://www.hulu.com/

Thank you,
Geert Verhulst

If you've been looking forward to seeing Hulu, the online video site from
NBC Universal and News Corp, but haven't been able to get an invitation to
the private beta you're in luck. After several hours offline, preparing for
the big launch, Hulu is out of beta and available to all U.S. residents.

Hulu has been in private beta since October of last year, and has received
very positive reviews from nearly everyone. You can find my new review of
the service .

In addition to offering ad-supported Streaming of both current and past TV
shows, Hulu allows members to share video clips with friends in a number of
ways. They can be embedded in web pages, added to social networking sites
like MySpace or Facebook, or submitted to Digg.


Original item http://code.google.com/p/xot-uzg/issues/detail?id=33

QuickSilver context menu

Original report by Anonymous.


What steps will reproduce the problem?

  1. Open XOT
  2. Select Quicksilverscreen
  3. click "white" context menu button.

What is the expected output? What do you see instead?
Looking at the python script for chn_quicksilver.py, the context menu
should show a download, play with dvdplayer, and mplayer. I only see
Update Item. I would like to change to the dvdplayer as most flv's will
play longer in dvdplayer.

What version of the product are you using? On what operating system?
3.0.1, on latest t3ch svn rev12263.

Please provide any additional information below.

The XOT architecture is very impressive. I love the idea of content
specific channels. The QuickSilverscreen plugin is great, but with most
flv's defaulting to mplayer, it will quit often stop after 3 minutes, but
with dvdplayer for same flv's it's fine.


Original item http://code.google.com/p/xot-uzg/issues/detail?id=40

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.