BlueCop Wrote:already committed the updated code to my repo.
BlueCop, Can I get your updated code?
Updated: Just found it at http://code.google.com/p/bluecop-xbmc-repo/
vinaykagarwal
Junior Member Posts: 8 Joined: Jan 2009 Reputation: 0 |
2011-03-29 18:45
Post: #261
BlueCop Wrote:already committed the updated code to my repo. BlueCop, Can I get your updated code? Updated: Just found it at http://code.google.com/p/bluecop-xbmc-repo/
(This post was last modified: 2011-03-30 00:02 by vinaykagarwal.)
|
| find quote |
opm881
Junior Member Posts: 38 Joined: May 2010 Reputation: 0 |
2011-03-30 02:52
Post: #262
ChinaXBMCer Wrote:Any chance you can incorporate an X-Forwarded-For http request header spoof like you did the Daily Show plugin for those of us outside the US? Wait, does this mean you can watch it WITHOUT using a vpn? |
| find quote |
kgoerbig
Junior Member Posts: 8 Joined: Nov 2010 Reputation: 0 |
2011-04-06 02:01
Post: #263
What's the possibility of using the huludesktop app through this plugin to play video from hulu without launching the huludesktop app?
|
| find quote |
CrippledIguana
Junior Member Posts: 5 Joined: May 2011 Reputation: 0 |
2011-05-07 08:18
Post: #264
Anyone found a solution? I was so pumped to find this plugin but it looks like I can't get anything to play.
|
| find quote |
anarchintosh
Fan Joined: Jul 2010 Reputation: 4 |
2011-05-07 12:52
Post: #265
ChinaXBMCer Wrote:Any chance you can incorporate an X-Forwarded-For http request header spoof like you did the Daily Show plugin for those of us outside the US?i'm going to try hacking a few US-only plugins with this and see if it makes them work in UK. seems almost too easy ![]() CrippledIguana Wrote:Anyone found a solution? I was so pumped to find this plugin but it looks like I can't get anything to play. for now you can use icefilms addon, it provides most of the same content |
| find quote |
highlandsun
Senior Member Posts: 152 Joined: Mar 2009 Reputation: 0 |
2011-07-23 10:34
Post: #266
Nice to see Bluecop has continued to run with this. The get-flash-videos plugin needs to get some corresponding updates, they haven't updated since February.
|
| find quote |
BlueCop
bipedal omnivore Joined: May 2004 Reputation: 70 |
2011-07-25 13:09
Post: #267
it was nice to see you resurrect it to begin with. thanks for all the rtmpdump work. it is much appreciated.
(This post was last modified: 2011-07-25 21:42 by BlueCop.)
|
| find quote |
mr.b
Senior Member Posts: 165 Joined: May 2007 Reputation: 0 |
2011-07-25 21:23
Post: #268
BlueCop,
is there a time-to-live on the SMIL? what are your thoughts on any pre-processing or caching of smil and/or other data either 1)on the local machine on which XBMC runs, or 2)some other machine whether it be on the same network or publicly accessible on the internet. It might even be something that could be run on GoogleAppEngine if none of the required python libs are c-based or require socket connections. |
| find quote |
BlueCop
bipedal omnivore Joined: May 2004 Reputation: 70 |
2011-07-25 21:31
Post: #269
the rtmp auth tokens expire. it is minutes but I am not sure the exact time. I am not sure cacheing will be very effective because you'll need a new smil to get a newer auth token anyway.
|
| find quote |
mr.b
Senior Member Posts: 165 Joined: May 2007 Reputation: 0 |
2011-07-25 21:41
Post: #270
BlueCop Wrote:the rtmp auth tokens expire. it is minutes but I am not sure the exact time. I am not sure cacheing will be very effective because you'll need a new smil to get a newer auth token anyway. k, gotcha, thanks for the explanation. what about general episode data for some of your plugins. What if there was a repo which had, for purposes of illustration (I haven't thought it all the way through), a sqlite DB updated on some timely bases (daily/hourly/whatever) and/or updates stored in timestamped SQL-dumps. The idea is that the plugin wouldn't have to do all of the HTTP/HTML requests and processing (beautifulsoup,etc). Just brainstorming a bit - I've been trying to work through some ways to optimize plugins - even started a thread re: persistence in the script dev forum but no one seems to have anything to say on it. If you'd prefer to take this discussion elsewhere let me know. thanks |
| find quote |