• 1
  • 94
  • 95
  • 96(current)
  • 97
  • 98
  • 107
[RELEASE] Free Cable - US station aggregator
(2013-04-23, 16:07)hexe Wrote: Did anyone find a fix for the listing in ABC RSS Mode, so it actually updates the list?
I have about half a fix, can get the full list of episodes from the RSS but the newer ones still don't play.
Reply
Has anyone noticed TBS streams now dropping after about 60secs of playing? It used to work beautifully, now every show I stream drops after about a minute of playing
Reply
I put in the abc.py fix and switched to RSS but for the show Castle it only shows three episodes from much earlier in the season. Anyone else getting this? Using ATV2.
Reply
Please read back a few threads/pages - the abc fix has issues with latest episodes. This has been mentioned multiple times
Reply
Ladies and gentlemen,

Please, for the sake of everyone in the community who uses the Free Cable add on, submit your changes/fixes/work arounds directly to Bluecop along with posting them here. The community give back for this add on is great and it is a shame your work is not being appreciated by more. Submit the patches to bluecop at his repository and see if he will roll them out for all to use. It would save many of us from searching for specific fixes and in the long run will save him the need to search through old posts to find the fixes you guys spent time creating for us. Thanks!

https://code.google.com/p/bluecop-xbmc-repo/
Reply
Following the instructions on previous posts I have got CBS working on my xbian flavour of raspberry pi but still get an error when running abc. I've checked rss feeds but still get script error? Any thoughts?

Thanks
Reply
I submitted my pbskids patch, it's giving me errors with the other two will try later

On ABC I've gone as far as I can. Replacing the playlist id (starts PL) in the RSS url with -1 gives all episodes. However the newer ones still won't play.

The video ids are in the urls on the feed, although the regex needs to be case insentitve.

http://abc.go.com/vp2/ws/s/contents/2004...07000004_1 gives the meta data for a video.

The older ones have two assets, one of type mov and the other uplynk. The mov link is what the addon uses. The newer episodes don't have mov links which is why the are failing to play.

I've tried hardcoding the m38u link in the addon but it doesn't play.

This is the link http://content.uplynk.com/ext/d874124ecc...00891.m3u8
Reply
ABC changed the way how they are providing the Videos.
I rewrite the script.
It is shorter and I also think faster.

But I ran into the same Problem like you.... the new Videos are linked by kaltura.com
Currently I get the m3u8 file with the secret to get the TS files.

Til the first advertisment it is working with ffmpeg.
I just looking for a solution to get the stream as mp4 or flv...

But this is not easy.
The best is... if this is working we can use it for abcfamily, Disney and so on. Big Grin
Reply
Noticed an issue with SPIKE yesterday. It was not happening the day before. It gives a script error when trying to load the list of full episodes for all the shows that I tried. If a show has the option to view clips, you can load the list of clips and they will play fine.
Reply
Is CBS working for you guys?

I get Unexpected end of input using the fix from 16.04.2013:

Code:
22:50:33 T:2858415168  NOTICE: FREE CABLE --> common :: getURL :: url = http://www.cbs.com/shows/big_bang_theory/video/
22:50:34 T:2858415168  NOTICE: CBS: Trying New Carousel
22:50:34 T:2858415168  NOTICE: CBS: Carousel Failed
22:50:41 T:2858415168  NOTICE: CBS: trying secondary-show-nav-wrapper
22:50:53 T:2858415168  NOTICE: CBS: secondary-show-nav-wrapper failed
22:50:53 T:2858415168  NOTICE: CBS: trying vid_module secondary
22:50:54 T:2858415168  NOTICE: CBS: vid_module secondary failed
22:50:54 T:2858415168  NOTICE: CBS: trying 16.04.2013 id-carousel
22:50:55 T:2858415168  NOTICE: FREE CABLE --> common :: getURL :: url = http://www.cbs.com/carousels/videosBySection/213505/offset/0/limit/40/
22:50:56 T:2858415168  NOTICE: Error reason:
22:50:56 T:2858415168  NOTICE: HTTP Error 404: Not Found
22:50:56 T:2858415168   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'resources.lib.demjson.JSONDecodeError'>
                                            Error Contents: Unexpected end of input
                                            Traceback (most recent call last):
                                              File "/home/pi/.xbmc/addons/plugin.video.free.cable/default.py", line 68, in <module>
                                                modes ( )
                                              File "/home/pi/.xbmc/addons/plugin.video.free.cable/default.py", line 64, in modes
                                                exec 'sitemodule.%s()' % common.args.sitemode
                                              File "<string>", line 1, in <module>
                                              File "/home/pi/.xbmc/addons/plugin.video.free.cable/resources/lib/cbs.py", line 261, in showcats
                                                name = demjson.decode(data)['result']['title']
                                              File "/home/pi/.xbmc/addons/plugin.video.free.cable/resources/lib/demjson.py", line 2135, in decode
                                                obj = j.decode( unitxt )
                                              File "/home/pi/.xbmc/addons/plugin.video.free.cable/resources/lib/demjson.py", line 1706, in decode
                                                r = self.decodeobj(txt, 0, only_object_or_array=not self._allow_any_type_at_start)
                                              File "/home/pi/.xbmc/addons/plugin.video.free.cable/resources/lib/demjson.py", line 1662, in decodeobj
                                                raise JSONDecodeError('Unexpected end of input')
                                            JSONDecodeError: Unexpected end of input
                                            -->End of Python script error report<--
22:50:56 T:3037474816   ERROR: GetDirectory - Error getting plugin://plugin.video.free.cable/?fanart=%22http%3a%2f%2fthetvdb.com%2fbanners%2ffanart%2foriginal%2f80379-20.jpg%22&mode=%22cbs%22&name=%22The%20Big%20Bang%20Theory%22&poster=%22http%3a%2f%2fthetvdb.com%2fbanners%2fposters%2f80379-13.jpg%22&sitemode=%22showcats%22&thumb=%22http%3a%2f%2fthetvdb.com%2fbanners%2fgraphical%2f80379-g13.jpg%22&tvdb_id=%2280379%22&url=%22http%3a%2f%2fwww.cbs.com%2fshows%2fbig_bang_theory%2fvideo%2f%22
22:50:56 T:3037474816   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.free.cable/?fanart=%22http%3a%2f%2fthetvdb.com%2fbanners%2ffanart%2foriginal%2f80379-20.jpg%22&mode=%22cbs%22&name=%22The%20Big%20Bang%20Theory%22&poster=%22http%3a%2f%2fthetvdb.com%2fbanners%2fposters%2f80379-13.jpg%22&sitemode=%22showcats%22&thumb=%22http%3a%2f%2fthetvdb.com%2fbanners%2fgraphical%2f80379-g13.jpg%22&tvdb_id=%2280379%22&url=%22http%3a%2f%2fwww.cbs.com%2fshows%2fbig_bang_theory%2fvideo%2f%22) failed
22:50:57 T:2858415168  NOTICE: Thread Background Loader start, auto delete: false
Reply
(2013-04-26, 14:59)Challenger7D Wrote: Noticed an issue with SPIKE yesterday. It was not happening the day before. It gives a script error when trying to load the list of full episodes for all the shows that I tried. If a show has the option to view clips, you can load the list of clips and they will play fine.

Try this http://pastebin.com/ph7T3BvZ spike.py


If anyone else is having an issue with theCW, I've made a change so it uses the same url as the website so that I can bypass the geolocking. Changed the third from last line in the file to
rtmpurl = 'rtmpe://wbworldtv.fcod.llnwd.net/a2246/o23/ playpath='+playpath.replace('Level3','') +" swfurl=" + swfurl + " swfvfy=true"

Complete file here if it's of use to anyone. http://pastebin.com/byA1JaXj thecw.py
Reply
That Spike fix works PERFECTLY on OpenElec ION 64 bit build. Thanks!
Reply
Clus

I am getting the same error as you are. Looks like they changed something again.

Anthony
Reply
(2013-04-26, 22:56)Clus Wrote: Is CBS working for you guys?

I get Unexpected end of input using the fix from 16.04.2013:

Code:
22:50:33 T:2858415168  NOTICE: FREE CABLE --> common :: getURL :: url = http://www.cbs.com/shows/big_bang_theory/video/
22:50:34 T:2858415168  NOTICE: CBS: Trying New Carousel
22:50:34 T:2858415168  NOTICE: CBS: Carousel Failed
22:50:41 T:2858415168  NOTICE: CBS: trying secondary-show-nav-wrapper
22:50:53 T:2858415168  NOTICE: CBS: secondary-show-nav-wrapper failed
22:50:53 T:2858415168  NOTICE: CBS: trying vid_module secondary
22:50:54 T:2858415168  NOTICE: CBS: vid_module secondary failed
22:50:54 T:2858415168  NOTICE: CBS: trying 16.04.2013 id-carousel
22:50:55 T:2858415168  NOTICE: FREE CABLE --> common :: getURL :: url = http://www.cbs.com/carousels/videosBySection/213505/offset/0/limit/40/
22:50:56 T:2858415168  NOTICE: Error reason:
22:50:56 T:2858415168  NOTICE: HTTP Error 404: Not Found
22:50:56 T:2858415168   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'resources.lib.demjson.JSONDecodeError'>
                                            Error Contents: Unexpected end of input
                                            Traceback (most recent call last):
                                              File "/home/pi/.xbmc/addons/plugin.video.free.cable/default.py", line 68, in <module>
                                                modes ( )
                                              File "/home/pi/.xbmc/addons/plugin.video.free.cable/default.py", line 64, in modes
                                                exec 'sitemodule.%s()' % common.args.sitemode
                                              File "<string>", line 1, in <module>
                                              File "/home/pi/.xbmc/addons/plugin.video.free.cable/resources/lib/cbs.py", line 261, in showcats
                                                name = demjson.decode(data)['result']['title']
                                              File "/home/pi/.xbmc/addons/plugin.video.free.cable/resources/lib/demjson.py", line 2135, in decode
                                                obj = j.decode( unitxt )
                                              File "/home/pi/.xbmc/addons/plugin.video.free.cable/resources/lib/demjson.py", line 1706, in decode
                                                r = self.decodeobj(txt, 0, only_object_or_array=not self._allow_any_type_at_start)
                                              File "/home/pi/.xbmc/addons/plugin.video.free.cable/resources/lib/demjson.py", line 1662, in decodeobj
                                                raise JSONDecodeError('Unexpected end of input')
                                            JSONDecodeError: Unexpected end of input
                                            -->End of Python script error report<--
22:50:56 T:3037474816   ERROR: GetDirectory - Error getting plugin://plugin.video.free.cable/?fanart=%22http%3a%2f%2fthetvdb.com%2fbanners%2ffanart%2foriginal%2f80379-20.jpg%22&mode=%22cbs%22&name=%22The%20Big%20Bang%20Theory%22&poster=%22http%3a%2f%2fthetvdb.com%2fbanners%2fposters%2f80379-13.jpg%22&sitemode=%22showcats%22&thumb=%22http%3a%2f%2fthetvdb.com%2fbanners%2fgraphical%2f80379-g13.jpg%22&tvdb_id=%2280379%22&url=%22http%3a%2f%2fwww.cbs.com%2fshows%2fbig_bang_theory%2fvideo%2f%22
22:50:56 T:3037474816   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.free.cable/?fanart=%22http%3a%2f%2fthetvdb.com%2fbanners%2ffanart%2foriginal%2f80379-20.jpg%22&mode=%22cbs%22&name=%22The%20Big%20Bang%20Theory%22&poster=%22http%3a%2f%2fthetvdb.com%2fbanners%2fposters%2f80379-13.jpg%22&sitemode=%22showcats%22&thumb=%22http%3a%2f%2fthetvdb.com%2fbanners%2fgraphical%2f80379-g13.jpg%22&tvdb_id=%2280379%22&url=%22http%3a%2f%2fwww.cbs.com%2fshows%2fbig_bang_theory%2fvideo%2f%22) failed
22:50:57 T:2858415168  NOTICE: Thread Background Loader start, auto delete: false

Getting the same 404 Error for CBS in my log using the cbs.py from 4/16 as well - does this mean CBS changed the urls?
Reply
Yep CBS is broken again! Sad
Reply
  • 1
  • 94
  • 95
  • 96(current)
  • 97
  • 98
  • 107

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Free Cable - US station aggregator10