sion28 Wrote:Thanks. I take it you were able to reproduce this problem then...?
Yea
stacked
Skilled Python Coder Joined: Jun 2007 Reputation: 16 |
2009-04-18 05:10
Post: #31
sion28 Wrote:Thanks. I take it you were able to reproduce this problem then...? Yea
|
| find quote |
w3__
Senior Member Posts: 146 Joined: Jul 2008 Reputation: 0 |
2009-04-21 22:51
Post: #32
Hey strange bug on this one -- I've noticed with the Basics-Vision skin, that when I select "Play all sequentially", I am always brought to the navigation interface (with the video in the background) when it moves to the next segment. It's annoying, but not critically. Still it would be great if you could look at that! Thanks again for this great plugin!!
|
| find quote |
stacked
Skilled Python Coder Joined: Jun 2007 Reputation: 16 |
2009-04-22 06:11
Post: #33
I believe that's how the xbmc video playlist works. So I don't think it's a bug. It's the only way that I could think of to get the videos to play together.
@sion28, I've been busy lately so give me a little more time to get to the update. |
| find quote |
BlueCop
bipedal omnivore Joined: May 2004 Reputation: 70 |
2009-04-22 06:32
Post: #34
i have noticed this same thing when building playlist in python. it only seems to happen to me when i am using my xbox. the windows build i am using it doesn't have the problem.
It is also inconsistent on when it happens. like if i skip a segment manually it will remain full screen but if a segment ends and goes to the next it will rerun the script for the directory listing which i think is what is making it exit full screen. I wasn't sure if it was a bug or not. again thanks for this. i am a frontline addict |
| find quote |
stacked
Skilled Python Coder Joined: Jun 2007 Reputation: 16 |
2009-04-22 06:34
Post: #35
BlueCop Wrote:i have noticed this same thing when building playlist in python. it only seems to happen to me when i am using my xbox. the windows build i am using it doesn't have the problem. Yea, I got those same results. Its odd the somethings act differently on xbox than on Windows. |
| find quote |
louiedog
Junior Member Posts: 18 Joined: Mar 2009 Reputation: 0 |
2009-04-22 17:42
Post: #36
It looks like that overhaul someone mentioned PBS was doing has gone live.
http://www.pbs.org/video/ Right now the videos aren't playing for me. I only had a brief chance to check it out earlier, and it may have been my ad blocker that was in the way. Of course anyone who is using this plugin may want to keep an eye on the site. |
| find quote |
sion28
Senior Member Posts: 245 Joined: Jul 2008 Reputation: 0 Location: Northern California, USA |
2009-04-22 18:01
Post: #37
stacked Wrote:@sion28, I've been busy lately so give me a little more time to get to the update.Thanks for the update. I figured you'd post something when you got to it. ![]() Now that the pbs website has been changed, I'm sure you'll have more to tackle, and maybe this problem will resolve in that... |
| find quote |
lewis.donofrio
Senior Member Posts: 122 Joined: Feb 2009 Reputation: -10 |
2009-05-16 07:03
Post: #38
Any updates? Really need by PBS/Frontline fix...
|
| find quote |
stacked
Skilled Python Coder Joined: Jun 2007 Reputation: 16 |
2009-05-16 08:14
Post: #39
sorry that i didn't have time to update my plugins. I've been busy with school and other side projects.
I'll work on updating it by tomorrow.
|
| find quote |
stacked
Skilled Python Coder Joined: Jun 2007 Reputation: 16 |
2009-05-16 22:16
Post: #40
There are two methods for watching videos on pbs. 1) use their new video player or 2) use their old flash player. Currently this plugin is written to use the old flash player. The only problem with that is every week when a new video is posted, the plugin can't play it. So the plugin needs constant updates, which is no efficient. The new player is great. I can easily generate direct links to the rtmp streams and it won't take that much time to write a new plugin around the rtmp streams. My only problem now is that XBMC won't play the pbs rtmp streams, I just get errors.
|
| find quote |