Release Real Time TV Italia
#1
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/Beautiful...2.1.tar.gz
Common plugin cache - http://wiki.xbmc.org/index.php?title=Add...ugin_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
Reply
#2
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
Reply
#3
(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
Reply
#4
Awesome Peppe.
Thank you so much!
Reply
#5
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
Reply
#6
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
Reply
#7
Just updated

1.0.1 (2014-06-03)
Added autoplay function
Reply
#8
Addon moved to official XBMC repository.
Reply
#9
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
Reply
#10
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
Reply
#11
Just updated

1.0.2 (2014-07-02)
Fixed errors in parsing video information
Reply
#12
Some series are broken.
Example: "il mio gatto è indemoniato" (Episodi > Script Failed!) (Video: empty)
Reply
#13
(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'))
Reply
#14
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.
Reply
#15
depend from the site not fro the addon . if i can remember on the site you can see only part 1 of 4.
Peppe
Reply

Logout Mark Read Team Forum Stats Members Help
Real Time TV Italia1