Kodi Community Forum
Release Real Time TV Italia - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: Release Real Time TV Italia (/showthread.php?tid=196642)

Pages: 1 2 3


Real Time TV Italia - Gopher - 2014-05-31

Hi all,
I have just finished a video addon that scrapes for videos and episodes from http://www.realtimetv.it
Please test it deeply because the website code is very eterogeneous and I put some ugly exception handling.

Here is the link of the repository:

Real Time TV Italia repository on github
Real Time TV Italia on the official XBMC repository
Real Time TV Italia Wiki page (please contribute)

and here you can download the zip file if anything goes wrong with github:

Real Time TV Italia 1.0.3

DEPENDENCIES

BeautifulSoup 3 - http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-3.2.1.tar.gz
Common plugin cache - http://wiki.xbmc.org/index.php?title=Add-on:Common_plugin_cache (not yet implemented)
PyAMF - http://www.pyamf.org/community/download.html

CHANGELOG

1.0.3 (2014-11-25)
Thanks to phate89 for this commit https://github.com/phate89

Moved url handling in watchEpisode
Removed pointless string encode
Used stacked url in case we find more than one video
Removed "Parte X" From episode title if exists
Added better utf8 safe logging enabled only with debug

1.0.2 (2014-07-02)
Fixed errors in parsing video information

1.0.1 (2014-06-03)
Added autoplay function

1.0.0 (2014-05-31)
Initial release

SCREENSHOTS

I tested the plugin on a Gotham installation both on Windows and Linux.

Let me know your findings.

Cheers,
Goph


RE: Real Time TV Italia - Gopher - 2014-06-02

Please Italians. I need your help to test this plugin.
It is not the best addon for us (males), I know, but may be you can convince your girlfriends and your wives to test it.

I appreciate any help.

Cheers,
Goph


RE: Real Time TV Italia - peppe_sr - 2014-06-02

(2014-06-02, 21:08)Gopher Wrote: Please Italians. I need your help to test this plugin.
It is not the best addon for us (males), I know, but may be you can convince your girlfriends and your wives to test it.

I appreciate any help.

Cheers,
Goph

Big Grin ok mate i take take a ride and report.
Peppe


RE: Real Time TV Italia - Gopher - 2014-06-02

Awesome Peppe.
Thank you so much!


RE: Real Time TV Italia - peppe_sr - 2014-06-03

As promised i tried your real time addon.
it works well, the videos i launched ran well (no autostart here too).
the thumbnails created are really poor but i'm sure it depends from the site.
haven't had the time to watch a whole episode to see if all is stable.
waiting other implementation seen on your dmax addon.
have a nice day.
Peppe


RE: Real Time TV Italia - Gopher - 2014-06-03

Hi Peppe.
You are right: unfortunately both the thumbnails (the static image and the one you can extract from the video) have a really bad resolution.
Nothing to do from that side Sad.

Thank you for your support as usual and have a nice day Smile.

Cheers,
Goph


RE: Real Time TV Italia - Gopher - 2014-06-03

Just updated

1.0.1 (2014-06-03)
Added autoplay function



RE: Real Time TV Italia - Gopher - 2014-06-08

Addon moved to official XBMC repository.


RE: Real Time TV Italia - peppe_sr - 2014-06-28

hi gopher i'm here to report some strange things.
- browsing videos from "tutti i temi->argomento->video" arrives a script error.
- "next" button is present even if there are not available videos in next page. this cause a script error.
- watching an episode (are all part 1 of 4, site is really weird) at the end the addon try to play another video (don't know which) and xbmc stuck on loading.
that's all.
bye
Peppe


RE: Real Time TV Italia - Gopher - 2014-06-30

Hi Peppe.
Thanks. I have identified why the issues are happening and I am going to fix in the next few days (unfortunately, I will have to get rid of some information that is causing the script breaking).

Cheers,
Goph


RE: Real Time TV Italia - Gopher - 2014-07-02

Just updated

1.0.2 (2014-07-02)
Fixed errors in parsing video information



RE: Real Time TV Italia - polipodepolipi - 2014-08-07

Some series are broken.
Example: "il mio gatto è indemoniato" (Episodi > Script Failed!) (Video: empty)


RE: Real Time TV Italia - nightflyer - 2014-08-07

(2014-08-07, 12:39)polipodepolipi Wrote: Some series are broken.
Example: "il mio gatto è indemoniato" (Episodi > Script Failed!) (Video: empty)

Change line 93 from:
Code:
        xbmc.log(msg=episode_title)
to:
Code:
        xbmc.log(msg=episode_title.encode('utf-8'))



RE: Real Time TV Italia - wanya78 - 2014-11-02

Hi,
I can watch, for any program, only a first part of them.
Example: Il Mio Gatto E' Indemoniato - I can watch :
episode 1 - part 1 of 4;
episode 2 - part 1 of 4;
episode 3 - part 1 of 4;
exc.

How can I watch other parts for the single episodes?

Thanks.


RE: Real Time TV Italia - peppe_sr - 2014-11-02

depend from the site not fro the addon . if i can remember on the site you can see only part 1 of 4.
Peppe