
(and script is of course updated on xbmcscripts.com . Thnaks for the heads up)
EnderW
Skilled Python Coder Joined: Feb 2005 Reputation: 0 |
2006-09-15 11:54
Post: #111
Hehe, can't believe I didn't see that before. Weird that I didn't get any error tho, but I do have cookies saved to file so I guess it just loaded those...hmmm..oh well. Please give feedback on the script...
![]() (and script is of course updated on xbmcscripts.com . Thnaks for the heads up) xbmcscripts.com administrator |
| find quote |
frikk
Junior Member Posts: 2 Joined: Nov 2006 Reputation: 0 |
2006-11-19 01:03
Post: #112
I enjoy the NRKBrowser2 a lot and use it to catch up on the news, but
the menues for Distrikt Trøndelag and Sørlandet are not processed correctly. The daily news program for MidtNytt does not show up - just a "random" list of single scenes mostly from the 'Nyhetssendinger radio'. cheers |
| find quote |
frikk
Junior Member Posts: 2 Joined: Nov 2006 Reputation: 0 |
2006-11-19 12:42
Post: #113
I added a quick fix to the script that digs one more level of 'kategori' menues.
The script now takes about 30 seconds to process the next level of menues, giving 191 pages * 11 per page for 'NRK Trøndelag'. I would say som kind of submenues in the user interface would be nice. Anyhow I can enjoy all MidtNytt now In list_shows behind line 129 I added : elif y[0] == "kategori": subsublist = self.parse_subshow(y[1]) print subsublist for z in subsublist: if z[0] == "klipp": final_shows.append((z[4].encode('iso-8859-1', 'replace'), z[1], z[3])) |
| find quote |
bushwakko
Junior Member Posts: 8 Joined: Jan 2007 Reputation: 0 |
2007-02-13 16:39
Post: #114
I have a few problems with this. I cant seem to change the speed? what button is it? (at least not with my xbox-remote). Also it hangs very often, I can click through the kategories, but when I start to play something, nothing happens. I can here the clicks and stuff, but nothing happens. After this I cant navigate any more either.
|
| find quote |
bushwakko
Junior Member Posts: 8 Joined: Jan 2007 Reputation: 0 |
2007-02-13 17:02
Post: #115
I werent able to watch the documentary: "Norge slår gnister". It just locked up :/
|
| find quote |
bushwakko
Junior Member Posts: 8 Joined: Jan 2007 Reputation: 0 |
2007-02-13 17:06
Post: #116
btw, isnt it possible to edit the messages here? I just wanted to ask why 900kbps is the highest speed? I get like 6500Kbps in my web-browser.
|
| find quote |
EnderW
Skilled Python Coder Joined: Feb 2005 Reputation: 0 |
2007-02-13 20:25
Post: #117
bushwakko Wrote:btw, isnt it possible to edit the messages here? I just wanted to ask why 900kbps is the highest speed? I get like 6500Kbps in my web-browser. Because the highest stream available at NRK is 900kbit. No use setting it higher. xbmcscripts.com administrator |
| find quote |
bushwakko
Junior Member Posts: 8 Joined: Jan 2007 Reputation: 0 |
2007-02-13 21:54
Post: #118
ok, is it possible to make it save? and can you guys watch "Norge slår gnister"? Would also be great with some kind of feedback when it's loading stuff, and when its not.
|
| find quote |
kiwibird
Junior Member Posts: 4 Joined: Jan 2009 Reputation: 0 |
2009-01-15 23:05
Post: #119
Is this script available from anywhere at the moment? xbmcscripts.com doesn't work...
|
| find quote |
t0ffluss
Junior Member Posts: 14 Joined: Dec 2008 Reputation: 0 |
2009-01-16 00:05
Post: #120
I suspect the script is broken due to changes on nrk.no, but again, this is just a guess.
|
| find quote |