![]() |
|
[REQUEST] BBC iPlayer (Video) Plugin or Script? - 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: [REQUEST] BBC iPlayer (Video) Plugin or Script? (/showthread.php?tid=27063) 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 |
- johnsto - 2008-10-21 23:11 Arctic Feather Wrote:I'm also getting the "Remote Share. Could not connect to network server." error message. I updated the code this evening, can you try the very latest version on the website (either SVN or the 21st October .zip). If it still doesn't work, please turn on system debug logging (in Settings), run the script again, and then upload xbmc.log to pastebin and link it here. - Arctic Feather - 2008-10-21 23:44 johnsto Wrote:I updated the code this evening, can you try the very latest version on the website (either SVN or the 21st October .zip). I just tried both versions and they both result in the following error: Quote:No module named iplayer2 There is a iplayer2.py in the lib folder though. After clicking OK on this error it comes up with the same network server error as before. Will get a debug log up in a few minutes. EDIT: Here's the debug log: http://pastebin.com/m3cc0bf56 - johnsto - 2008-10-22 00:21 Arctic Feather Wrote:Will get a debug log up in a few minutes. EDIT: Here's the debug log: http://pastebin.com/m3cc0bf56 The log shows your version of XBMC is wildly out-of-date - March 2008! You should update to the latest version (Atlantis Beta 2) and then the plugin will work. - Arctic Feather - 2008-10-22 00:34 johnsto Wrote:The log shows your version of XBMC is wildly out-of-date - March 2008! You should update to the latest version (Atlantis Beta 2) and then the plugin will work. It is? I updated it using t3ch updater. EDIT: Have updated it now manually and it works fine Sorry about that!
- gavjbrown - 2008-10-22 22:43 lukerayner Wrote:Is yours working now gavjbrown? Yes mine was working fine until today. Im sorry I can help you much as I dont really understand what im doing anyway. Not seeing the list of programmes - redwax - 2008-10-24 17:06 I have installed this plugin as per the instructions (I'm very excited about the prospect of this working by the way) and havebrowsed through, selected a channel, say bbc, selected all, waited whilst loading directory (it sits of retreived 0 items) and then I am ledt with no programmes, just able to return to the list of channels again. I have looked in the log and it seems to be finding programms, just not giving me a list of them in xbmc. Sample from the end of the log is: 2008-10-24 16:00:47,250 INFO Found item: ident, bbc_one 2008-10-24 16:00:47,250 INFO Found item: programme, b00drwv5 2008-10-24 16:00:47,312 INFO Read playlist for b00dpwyp... 2008-10-24 16:00:47,312 INFO Getting XML playlist at URL: http://www.bbc.co.uk/iplayer/playlist/b00dpwyp 2008-10-24 16:00:47,358 INFO Parsing playlist XML... 2008-10-24 16:00:47,375 INFO Found programme: After You've Gone: Series 3: Not Love Actually 2008-10-24 16:00:47,375 INFO Found item: ident, bbc_one 2008-10-24 16:00:47,375 INFO Found item: programme, b00dpwvm 2008-10-24 16:00:47,483 INFO Read playlist for b00dq8tn... 2008-10-24 16:00:47,483 INFO Getting XML playlist at URL: http://www.bbc.co.uk/iplayer/playlist/b00dq8tn 2008-10-24 16:00:47,562 INFO Parsing playlist XML... 2008-10-24 16:00:47,578 INFO Found programme: Merlin: The Dragon's Call 2008-10-24 16:00:47,578 INFO Found item: ident, bbc_one 2008-10-24 16:00:47,592 INFO Found item: programme, b00dq8mr 2008-10-24 16:00:47,671 INFO Read playlist for b00dmsmv... 2008-10-24 16:00:47,687 INFO Getting XML playlist at URL: http://www.bbc.co.uk/iplayer/playlist/b00dmsmv 2008-10-24 16:00:47,780 INFO Parsing playlist XML... 2008-10-24 16:00:47,796 INFO Found programme: After You've Gone: Series 3: Dawn of the Dad 2008-10-24 16:00:47,812 INFO Found item: ident, bbc_one 2008-10-24 16:00:47,812 INFO Found item: programme, b00dmsf9 Any help would be greatly appreciated! - johnsto - 2008-10-25 21:49 Heads-up! I just committed some experimental Radio support, so try it out and let me know what you think ![]() It's currently only in SVN, so you'll need to use this release: http://xbmc-iplayer.googlecode.com/svn/trunk/xbmc-iplayer-plugin.zip - Rocky5 - 2008-10-26 10:30 johnsto Wrote:Heads-up! I just committed some experimental Radio support, so try it out and let me know what you think very nice works fine for me though it would be better if you had made the radios have there one section so like this. TV Shows -BBC1 -BBC2 -*** Radio Stations -Radio1 -Radio2 -*** this way its less cluttered. - whufclee - 2008-10-26 11:22 I have to agree about having TV & Radio as seperate entities. it looks a good plugin though. I've found that if you're in Library mode the filenames don't display correctly - it displays the actual filename thats on the server and not a clear description of the program. You can just about work out the radio ones but the tv ones get more tricky! Good work though. - marlboroman1 - 2008-10-26 12:13 thanks lot for adding radio support and it seems to work as expected but I think I clutters the main the list some what. I was wondering if you would consider at some point making a separate audio plugin for radio as it would prevent clutter fit better into xbmc in the music section. |