• 1
  • 90
  • 91
  • 92(current)
  • 93
  • 94
  • 107
[RELEASE] Free Cable - US station aggregator
(2013-04-14, 11:48)moneymaker Wrote:
(2013-04-14, 08:09)RedPenguin Wrote:
(2013-04-13, 20:29)sthomas13 Wrote: just curious- is this still being maintained by bluecop? looks like everyone just making their own fixes for this now... are any of these fixes available through a repo?

Same question here.

Perhaps if bluecop can't maintain it like doesn't have enough time, perhaps somebody can look at providing a repo or at least some place that every single fix is stored so there is an easier way of finding the fixes vs scanning all over the forum.

Hmm ... maybe a fix database for addons?


At this moment you can find them here: fixes only for free cable

Thank you moneymaker hopefully we can get it all setup and continue this really nice addon. I would really hate to see it die as obviously others on here, otherwise I doubt they would make fixes Smile.
Reply
Just wanted to let folks know of something I noticed with the CBS.py fix.

If you click on a video and it doesn't play the first time, don't be discouraged or think the fix does not work.

Many times I have to hit play twice on the Late Show, with the second time always working.

Just figured worth mentioning in case folks think fix no workie Smile

EDIT: Bad news y'all, seems the NBC plugin is having the exact same symptoms as the CBS plugin did where it's just giving ".." and listing no shows. Sad
Reply
I am having problems with ABC, latest episodes are no longer listed.
Reply
Why don't you guys submit these patches to Bluecop?
Reply
sportsdevil has a neat feature it added not too long ago. When you launch the add on, it will search to see if there are updates to the .py modules instead of having to update the whole add on each time there is a change. If there are updates to said .py files it prompts you to download them. It might be something to look into Smile

I do agree with Eldorado. If you submit the patches to Bluecop I'm sure he would be more than willing to incorporate them and roll out a fix for everyone. Devs love help from the community
Reply
Hi,


I can not browse any videos it show empty all free cable channels

any help please
If I helped you please add to my reputation a positive
Reply
Seems to be working for me at the moment, including ABC and NBC. I was having some problems last night but that was to do with my internet grinding to a hault. May be worth checking you can get to sites you want with a browser.
Reply
(2013-04-16, 10:22)slices Wrote: Seems to be working for me at the moment, including ABC and NBC. I was having some problems last night but that was to do with my internet grinding to a hault. May be worth checking you can get to sites you want with a browser.

Guess you are right.

Maybe when I was trying NBC they were doing server work or something because now everything is showing up or maybe my XBMC just needed a restart. Who knows, at least it's working Smile.
Reply
I'm running xbian on a raspberry Pi and would like to get abc and cbs working but I can't find the files. Any ideas?

Thanks
Reply
It all depends on what distro you are running on your RPi, but if it's Raspbmc, everything is in:

/home/pi/.xbmc (Yes the dot is supposed to be there)
Reply
OK found the files (they were hidden) but now I can't delete or change the file because of permissions?
Reply
(2013-04-15, 18:13)mrdally204 Wrote: sportsdevil has a neat feature it added not too long ago. When you launch the add on, it will search to see if there are updates to the .py modules instead of having to update the whole add on each time there is a change. If there are updates to said .py files it prompts you to download them. It might be something to look into Smile

I do agree with Eldorado. If you submit the patches to Bluecop I'm sure he would be more than willing to incorporate them and roll out a fix for everyone. Devs love help from the community

Nice Suggest Bro..

Me like's .

Noticed it not too long ago but it's cool updates Every Now and then
Yeah, Me, Myself, and I, The Three Musketeers
Image
Reply
(2013-04-15, 18:13)mrdally204 Wrote: sportsdevil has a neat feature it added not too long ago. When you launch the add on, it will search to see if there are updates to the .py modules instead of having to update the whole add on each time there is a change. If there are updates to said .py files it prompts you to download them. It might be something to look into Smile

I do agree with Eldorado. If you submit the patches to Bluecop I'm sure he would be more than willing to incorporate them and roll out a fix for everyone. Devs love help from the community

That function of Sportsdevil only updates the catcher files, all are .txt

To update the py's you would need a new release of the addon, or at least you should to ensure you keep track of code changes appropriately

The last posts by Bluecop indicated he is busy but still lurking, if users send updates to his google code page there's a better chance he will see and possibly pull them in for a new release

https://code.google.com/p/bluecop-xbmc-repo/
Reply
I am back to getting a script error. Is anyone else having a problem? This is when trying to play cbs shows. I have the updated cbs.py from a few pages back and it has been working for the past few weeks.

14:22:38 T:4008 NOTICE: FREE CABLE --> common :: getURL :: url = http://www.cbs.com/shows/big_bang_theory/video/
14:22:40 T:4008 NOTICE: CBS: Trying New Carousel
14:22:40 T:4008 NOTICE: CBS: Carousel Failed
14:22:40 T:4008 NOTICE: CBS: trying secondary-show-nav-wrapper
14:22:40 T:4008 NOTICE: CBS: secondary-show-nav-wrapper failed
14:22:40 T:4008 NOTICE: CBS: trying vid_module secondary
14:22:40 T:4008 NOTICE: CBS: vid_module secondary failed
14:22:40 T:4008 NOTICE: CBS: trying 04.2013 id-carousel
14:22:40 T:4008 NOTICE: FREE CABLE --> common :: getURL :: url = http://www.cbs.com/carousels/videosBySec...3505/0/40/
14:22:40 T:4008 NOTICE: Error reason:
14:22:40 T:4008 NOTICE: HTTP Error 404: Not Found
14:22:41 T:4008 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 "C:\Users\adefiore\AppData\Roaming\XBMC\addons\plugin.video.free.cable\default.py", line 68, in <module>
modes ( )
File "C:\Users\adefiore\AppData\Roaming\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 "C:\Users\adefiore\AppData\Roaming\XBMC\addons\plugin.video.free.cable\resources\lib\cbs.py", line 261, in showcats
name = demjson.decode(data)['result']['title']
File "C:\Users\adefiore\AppData\Roaming\XBMC\addons\plugin.video.free.cable\resources\lib\demjson.py", line 2135, in decode
obj = j.decode( unitxt )
File "C:\Users\adefiore\AppData\Roaming\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 "C:\Users\adefiore\AppData\Roaming\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<--
14:22:41 T:6072 ERROR: XFILE::CDirectory::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
14:22:41 T:6072 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
14:22:41 T:5808 NOTICE: Thread Background Loader start, auto delete: false
14:22:46 T:5424 NOTICE: Thread XBPyThread start, auto delete: false
14:22:46 T:5424 NOTICE: -->Python Interpreter Initialized<--
14:22:46 T:5424 ERROR: C:\Users\adefiore\AppData\Roaming\XBMC\addons\plugin.video.free.cable\resources\lib\_common.py:11: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
14:22:46 T:5424 NOTICE: addoncompat.py: XBMC Revision not available - Version String: 12.1 Git:20130317-0d373cc
14:22:46 T:5424 NOTICE:
Reply
Yep, not working for me either. Looks like CBS have changed their website again.
Reply
  • 1
  • 90
  • 91
  • 92(current)
  • 93
  • 94
  • 107

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