- C31 plugin
- SBS plugin - updated
- Network 10 plugin - improved original content from adammw111 Note I've Update the link for ten
- The Age Tv
- Channel 7 plugin
- A repository of my plugins
bog_gob
Member Posts: 60 Joined: Feb 2010 Reputation: 5 Location: Melbourne |
2012-03-16 22:53
Post: #1
Here are some additional channels not covered by the excellent repository xbmc-catchuptv-au.
(This post was last modified: 2012-12-25 08:32 by bog_gob.)
|
| find quote |
pepper1972
Junior Member Posts: 5 Joined: Mar 2012 Reputation: 0 |
2012-03-17 05:42
Post: #2
bog_gob,
do you know if any of these Australian TV plugins work outside Australia? I am from Hong Kong. |
| find quote |
bog_gob
Member Posts: 60 Joined: Feb 2010 Reputation: 5 Location: Melbourne |
2012-03-17 08:45
Post: #3
Not that I'm aware of, possibly a web proxy/redirect?
|
| find quote |
bossanova808
Member+ Joined: Sep 2009 Reputation: 20 Location: Melbourne, Australia |
2012-03-17 10:19
Post: #4
Have you thought about maybe contributing these back tot he repo itself so they're all in one place? Most of the ones in the repo itself are currently broken ...
My XBMC stuff: ...inc: |
| find quote |
bog_gob
Member Posts: 60 Joined: Feb 2010 Reputation: 5 Location: Melbourne |
2012-03-17 22:34
Post: #5
I'm not sure how
, I'd do so if the maintainers of the Catch Up Tv site were interested. I'd guess I'd have to contact the maintainers and ask if they'd like to include my material.
|
| find quote |
bossanova808
Member+ Joined: Sep 2009 Reputation: 20 Location: Melbourne, Australia |
2012-03-17 23:32
Post: #6
Yeah basically they can make you a contributor to the project and then you can push your changes to google code and thus to the repo/addon users
My XBMC stuff: ...inc: |
| find quote |
TheFonz
Senior Member Posts: 122 Joined: Jan 2011 Reputation: 2 |
2012-03-19 01:38
Post: #7
Is there any chance of adding the Channel 9 Fix Play content?
ASROCK 100HT-BD | WINDOWS 8 | FRODO B1 | AEON MQ4 |
| find quote |
wyrm
Skilled Skinner Joined: Nov 2007 Reputation: 5 Location: Perth, Australia (GMT +8) |
2012-03-19 03:53
Post: #8
(2012-03-16 22:53)bog_gob Wrote: Here are some additional channels not covered by the excellent repository xbmc-catchuptv-au.bog_gob, First of all thank you for giving these scripts/plugins some loving. I know the missus has certainly missed the SBS plugin, and I'm sure she will appreciate the others that you have included. Unfortunately the SBS plugin still has one or two little gottcha's. The first time that I try the plugin I get a warning that something is wrong and the script crashes. Seems to work fine the next time I try the plugin. Anyway here is the appropriate part of my debug log. PHP Code: 09:07:16 T:5428 ERROR: J:\Users\John\AppData\Roaming\XBMC\addons\plugin.video.sbs2\default.py:34: DeprecationWarning: os.getcwd() Thanks again mate Wyrm (xTV-SAF) (2012-03-16 22:53)bog_gob Wrote: Here are some additional channels not covered by the excellent repository xbmc-catchuptv-au.bog_gob, Sorry, also just noticed that your link in your original message to the Ten plugin points to the Age download. You might want to edit the link to point to the correct file. Wyrm (xTV-SAF)
(This post was last modified: 2012-03-19 03:57 by wyrm.)
|
| find quote |
bog_gob
Member Posts: 60 Joined: Feb 2010 Reputation: 5 Location: Melbourne |
2012-03-19 11:46
Post: #9
(2012-03-19 01:38)TheFonz Wrote: Is there any chance of adding the Channel 9 Fix Play content?Channel 9 uses silverlight for steaming its media which makes it impossible to run in linux (the environment I use). I hear it's possible to get silverlight plugins working on windows (by redirecting to a browser) but I haven't taken the time to investigate. Maybe someone else can help with this? |
| find quote |
bog_gob
Member Posts: 60 Joined: Feb 2010 Reputation: 5 Location: Melbourne |
2012-03-19 14:07
Post: #10
(2012-03-19 03:53)wyrm Wrote:(2012-03-16 22:53)bog_gob Wrote: Here are some additional channels not covered by the excellent repository xbmc-catchuptv-au.bog_gob, Thanks for the feedback . I've updated the link. I've has a look at the log, it seems as though you've got problems with a http request. It could be due to an early timeout. I'm testing on Dharma which uses python 2.4, Eden uses python 2.7 which allows you to specify a timeout. Could you change the following line:File "J:\Users\John\AppData\Roaming\XBMC\addons\plugin.video.sbs2\resources\scraper.py", line 8, in geturl return urllib2.urlopen(urllib2.Request(url, headers = {"Accept-Encoding":"gzip"})).read().decode('iso-8859-1', 'ignore').encode('ascii', 'ignore') To: return urllib2.urlopen(urllib2.Request(url), timeout = 60).read().decode('iso-8859-1', 'ignore').encode('ascii', 'ignore') Remember in python the indentation is important, there should be a single tab leading the line. |
| find quote |

, I'd do so if the maintainers of the Catch Up Tv site were interested. I'd guess I'd have to contact the maintainers and ask if they'd like to include my material.
Search
Help