Kodi Community Forum
[Release] Australian Tv Channel Additional Plugins - 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] Australian Tv Channel Additional Plugins (/showthread.php?tid=125746)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


RE: [Release] Australian Tv Channel Additional Plugins - joelbaby - 2014-03-22

(2014-03-15, 01:04)adammw Wrote: We could fallback to using the streams designed for iPhones which can play on XBMC but I hadn't thought it was worth it as they don't convert all the shows to that format.

Something may be better than nothing. It is likely the more popular shows would be available on iPhone.


RE: [Release] Australian Tv Channel Additional Plugins - blossom24 - 2014-03-22

I have installed the repository ok, but when I try install the addon for any and all the channels, it doesn't work.

I click on install for, say, ch10 and the words " downloading 0%" flash for a couple of seconds then disappears,. Nothing else happens.

The only options available are Install and Change Log. When I go into Change Log I get the message no info found. I can select Install multiple times but it does not install. Yes I am connected to the internet... I just posted this...

This happens with all the channels. Yes I am in Australia. Any idea what I am doing wrong please...


RE: [Release] Australian Tv Channel Additional Plugins - blossom24 - 2014-03-30

I'm still not having any luck getting this to work. Any suggestions?


RE: [Release] Australian Tv Channel Additional Plugins - Richie - 2014-03-31

What are the chances of getting AFL Live Pass integrated into the AFL addon?

I'm keen to buy a subscription, but would prefer to watch it on TV rather than a PC.


RE: [Release] Australian Tv Channel Additional Plugins - pomdave - 2014-04-03

I just found this addon and was all excited, but I'm struggling to get Rageagain working, it successfully loads the list of episodes, and when an episode is selected it loads the playlist from it.
But whatever I click it dies with a script error.
which ends up logging this:

Code:
09:26:43 T:1612   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.KeyError'>
                                            Error Contents: ('sig',)
                                            Traceback (most recent call last):
                                              File "C:\XBMC12\portable_data\addons\plugin.video.rageagain\default.py", line 117, in <module>
                                                main()
                                              File "C:\XBMC12\portable_data\addons\plugin.video.rageagain\default.py", line 112, in main
                                                getattr(sc, mode)(params)
                                              File "C:\XBMC12\portable_data\addons\plugin.video.rageagain\scraper.py", line 133, in details
                                                "url"        : ret + '&signature=' + outd['sig'],
                                            KeyError: ('sig',)
                                            -->End of Python script error report<--

Is the Rageagain addon still working for anyone?

I've tried on windows & android, and with XBMC versions 11, 12.3 & 13b3


RE: [Release] Australian Tv Channel Additional Plugins - tree_and_kite - 2014-04-06

Channel Nine has moved their catchup service again to http://www.jump-in.com.au/ . Good news is they're now using flash (brightcove?). Does this mean a channel nine plugin is now possible?


@pomdave RageAgain not working for me either on 12.3


RE: [Release] Australian Tv Channel Additional Plugins - pomdave - 2014-04-07

Hi tree&kite

Thanks for your response, it would be good to see a Channel Nine addon.

I got Rageagain somewhat running.

I edited scraper.py

and changed the line the error complained about

from
Code:
"url" : ret + '&signature=' + outd['sig'],
to
Code:
"url" : outd['url'],

The addon now runs, and it will actually play some old videos, but it seems anything new it fails on.
It seems newer content has some kind of signature going on.

I recently update the youtube addon, and I can play these new videos in the youtube addon.
I'm trying to understand how the youtube addon handles the signature stuff and port it across into the rageagain addon ... but to be honest I don't have much of a clue what I'm doing so it may take a while or never happen.

Or is there anyway one can call the youtubeplayer from rageagain addon and pass the url to it?


RE: [Release] Australian Tv Channel Additional Plugins - pomdave - 2014-04-09

Ok I got Rageagain working some more, it seems to play all the videos now.

First of all, you'll need to upgrade Youtube addon so that you can actually play the problem videos.

I followed this post http://forum.xbmc.org/showthread.php?tid=79487&pid=1658118#pid1658118

Then you can use my modified version of rageagain http://goo.gl/wgWABC

In summary the rageagain addon fetches and displays the playlists from RageAgain and when you select a video it gets the video id and passes it to the youtube plugin for it to handle the signature decryption stuff and get the url.

Some of the stuff like 'record to disk' and 'play from here' probably won't work.

If you find any problem videos try them directly in the youtube addon, if that can't play the video your stuffed.


RE: [Release] Australian Tv Channel Additional Plugins - ltmon - 2014-04-17

I'm having troubles getting SBS2 to work on certain videos. It's having trouble parsing the bitrate and other such information from the video URL in scraper.py.

The video I'm trying to get has a URL at:

hxxp://sbsauvodenc-vh.akamaihd.net/z/SBS/managed/2014/04/08/2014-04-08_487732_,1500,1000,512,128,K.mp4.csmil/manifest.f4m?hdnea=st=1397706834~exp=1 397724864~acl=/*~hmac=806e5bdd5046ac68370bbbe72b19069fc4be61ca9237cdfc244907b90037c4bb

This is Orphan Black S01E02.

The error it produces is:

File "/storage/.xbmc/addons/plugin.video.sbs2/resources/scraper.py", line 126, in menu_play
hd, (tl, rate) = splts[:-1], splts[-1].rsplit("K.",1)[0].rsplit("_", 1)


It seems to be a rather different URL to the normal form, which works, e.g.:

hxxp://sbsauvod-f.akamaihd.net/SBS_Production/managed/2014/04/02/2014-04-02_478106_1500K.mp4

It seems the required information is in the video URL, but in a different order/format for some reason, so it's pretty much unusable.


RE: [Release] Australian Tv Channel Additional Plugins - nickzeff - 2014-05-04

I'm getting the same problem as ltmon.

I am getting a scripts error trying to play an episode of Fargo, and on further examination in the log the URL format is the same as described in the previous post.

Tried a few of the other shows and all works fine.


RE: [Release] Australian Tv Channel Additional Plugins - Wozza_au - 2014-05-09

Hi
try launching the video from the main directory (SBS1 or SBS2) rather than the sub directory (comedy drama ect)...


RE: [Release] Australian Tv Channel Additional Plugins - philled - 2014-05-10

I've just reinstalled my whole 'Buntu based box and am now trying to get the Catchup TV plugins working. I downloaded the repository repository.googlecode.xbmc-catchuptv-au-1.3.zip. Is this the latest version? is this the best way to get the latest working versions or should I download each addon individually?

I can't get SBS to work. The addon that got installed from the repository is called "SBS CatchUp TV" by adammw111 version 0.1.1. Is this the correct addon and version to be using for SBS? The errors in my log file are:

Code:
15:58:13 T:2750413632  NOTICE: Thread JobWorker start, auto delete: true
15:58:13 T:2808159040  NOTICE: Thread LanguageInvoker start, auto delete: false
15:58:13 T:2808159040  NOTICE: -->Python Interpreter Initialized<--
15:58:14 T:2808159040   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.IOError'>
                                            Error Contents: (2, 'No such file or directory', 'http://player.sbs.com.au/video/menu/index/standalone/137')
                                            Traceback (most recent call last):
                                              File "/home/phill/.xbmc/addons/plugin.video.catchuptv.au.sbs/addon.py", line 28, in <module>
                                                plugin.Main()
                                              File "/home/phill/.xbmc/addons/plugin.video.catchuptv.au.sbs/resources/lib/menu.py", line 21, in __init__
                                                menu = xml.etree.ElementTree.parse(menuUrl)
                                              File "/home/phill/.xbmc/addons/plugin.video.catchuptv.au.sbs/resources/lib/xml/etree/ElementTree.py", line 862, in parse
                                                tree.parse(source, parser)
                                              File "/home/phill/.xbmc/addons/plugin.video.catchuptv.au.sbs/resources/lib/xml/etree/ElementTree.py", line 579, in parse
                                                source = open(source, "rb")
                                            IOError: (2, 'No such file or directory', 'http://player.sbs.com.au/video/menu/index/standalone/137')
                                            -->End of Python script error report<--
15:58:14 T:3001096576   ERROR: GetDirectory - Error getting plugin://plugin.video.catchuptv.au.sbs/?menuId=default
15:58:14 T:3001096576   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.catchuptv.au.sbs/?menuId=default) failed
15:58:14 T:2808159040  NOTICE: Thread LanguageInvoker start, auto delete: false
15:58:14 T:2808159040  NOTICE: -->Python Interpreter Initialized<--
15:58:14 T:2808159040  NOTICE: menulist
15:58:14 T:2883472192  NOTICE: Thread BackgroundLoader start, auto delete: false

Any suggestions for how to fix this? My suspicion is that I'm using the wrong addon or an old version of it but it was the one installed from the catchup TV respository.


RE: [Release] Australian Tv Channel Additional Plugins - Wozza_au - 2014-05-10

Hi
Im pretty sure Im using this repository for the sbs plugin https://code.google.com/p/bogs-xbmc-addons/downloads/list
(file is the one called repository.googlecode.bogs-xbmc-addons.zip)
basically you install it like any addon,then you will get a separate listing in the xbmc addon menu for bogs addons


RE: [Release] Australian Tv Channel Additional Plugins - smbkr - 2014-05-14

I get this error trying to open up the listing for Ross Kemp Extreme World in iView. Other programs work fine, it seems to be limited to just this one.

http://xbmclogs.com/show.php?id=201227

XBMC 13.1, Ubuntu 14.04


RE: [Release] Australian Tv Channel Additional Plugins - adammw - 2014-07-27

Bump bump....

https://github.com/xbmc-catchuptv-au/plugin.video.catchuptv.au.nine

feedback welcome Smile