![]() |
|
[RELEASE] Free Cable - US station aggregator - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Video Add-ons (/forumdisplay.php?fid=154) +---- Thread: [RELEASE] Free Cable - US station aggregator (/showthread.php?tid=101938) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 |
- pkscuot - 2011-09-08 23:59 It looks like TNT has radically changed the way it is serving video. Now some episodes of some shows (and all episodes of others) require you to authenticate as a cable subscriber before you can watch them. It looks like eventually the episodes become available for everyone, but it isn't clear that will happen for every show. Freecable shows the listings fine but obviously can't play episodes that require the authentication. Not sure if that can be done within the plugin, so it might be worth having the TNT channel only show the videos not requiring authentication. The good news for those of you who subscribe to cable is that you can watch stuff on the TNT web site the next day. For those of us not subscribing to cable or satellite, the TNT web site might not be a viable option anymore. At least most of what I watch on TNT is available from amazon.com. - chrisc983 - 2011-09-09 08:18 Sorry if this has been answered already but I'm new to xbmc. Is their a way to add a section for your favorite shows so you don't have to go through all of the sub categories to get to your shows? If it matters I'm using a JB ATV2 with xbmc. Thanks. - BlueCop - 2011-09-09 08:34 pkscuot: that is disappointing. I don't have cable so I can't really add support right now. Sharing online log-ins was made illegal in my state this past year. It is rather disappointing.article They won't even sell me a service I want. I can't get HBO GO. I can't get TNT. I would pay them for online services but I am sure as hell never getting cable again. I hate commercials and hence live tv with a passion. chrisc983: no it isn't currently possible. I need to add a favorite boolean to the showdb and do a new listing. - pkscuot - 2011-09-09 15:28 BlueCop Wrote:pkscuot: that is disappointing. I don't have cable so I can't really add support right now. That's fine, I wasn't really expecting it. I don't have cable either. It would be nice to exclude the "paywall" content from the directory listing. If you're just doing screen scrapping, it looks like content that is behind the paywall has a little icon and text that says "unlock to view" For now I just went back to watching the two TNT shows I watch via Amazon. Yea, it's paying the man one way or the other, but it's less than the cost of a cable subscription.
- eriqjaffe - 2011-09-09 16:33 BlueCop Wrote:chrisc983: no it isn't currently possible. I need to add a favorite boolean to the showdb and do a new listing.You can kinda-sorta work around that by scraping FreeCable sources into the TV library with the xbmc.MyLibrary script. The downside(s) is that it's not a "live" thing, you have to run it periodically to keep the library up-to-date. Also, the script only runs in Windows, although I've been able to run the script on my XP laptop and then copy the .strm files that get created to a Linux system and update its database. Just an extra step. - shanewilliams - 2011-09-09 19:10 BlueCop Wrote:pkscuot: that is disappointing. I don't have cable so I can't really add support right now. Sharing online log-ins was made illegal in my state this past year. It is rather disappointing.article Wow, I always thought we had horrible cable services here in Mississippi. You just killed my desire to live in memphis! Lol - BlueCop - 2011-09-09 19:57 pkscuot Wrote:That's fine, I wasn't really expecting it. I don't have cable either. It would be nice to exclude the "paywall" content from the directory listing. If you're just doing screen scrapping, it looks like content that is behind the paywall has a little icon and text that says "unlock to view" I am not actually getting the pay wall content listed in tnt. are you saying it is listing those episodes unavailable to you? I only get the men of a certain age for full episode listing. shanewilliams: it is the state legislature. it was taken over by idiots during the faux libertarian tea party crap. They have tried multiply times recently to make it legal for you to carry a gun in a bar. They think this is a personal freedom that shouldn't be infringed. Yet someone using a login with permission of the owner is illegal. Our politicians are the transparently corrupt because they fold their ideology any chance they can. I gave up on Tennessee when I saw the legislature redefine science so they could accept international nuclear waste(from germany so far). Certain materials with high half lifes could not be disposed here. They did an average half life by mixing them together with a shorter half life material. Unfortunately it does not work that way. Now we get more highly radioactive material in our state because the legislature says its ok. Edit: Sorry for the rants. I am easily diverted and generally angry about something. - ClayM - 2011-09-09 22:08 BlueCop Wrote:they don't for me. 9/9 is doing it as well. Running XBMC 10.1 (3/9/2011 build) on a Zotax Zbox. - BlueCop - 2011-09-09 22:15 ClayM: It is a problem with playback not the plugin. It is something with your xbmc setup. My ion box, atv2, ipad, mac and windows pc play them back fine. disable hardware acceleration in the settings and see how it plays. It is curious because I have an ion box that plays them back beautiful. edit: oh it is an amd box. does it have accelleration? - BlueCop - 2011-09-10 20:06 I was able to get comedy central stations working again using a rtmpdump patch from here. http://lists.mplayerhq.hu/pipermail/rtmpdump/2011-September/001578.html seems it will accept swf type 1 if sent. update: the non working CDNs in hulu work with this patch. they all work for me now. |