NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) v
1 2 3 4 5 … 125 Next »
BBC Iplayer Downloader Plugin - Beta + Support

 
  • 0 Vote(s) - 0 Average
BBC Iplayer Downloader Plugin - Beta + Support
smiler
Offline

Member

Posts: 190
Threads: 5
Joined: Nov 2008
#151
2009-07-29, 06:35 AM
martint123 Wrote:I still haven't had a chance to progress further, but I note that in your wiki install description where you suggest either the getiplayer install package or the individual applications - I picked the former as it should only be one step but have just found that it doesn't include flvsteamer - so that is the first step for me in the morning.

You can use RTMPDump instead if you need to, however flvstreamer is suggested by the getiplayer.ps developer. I will update the wiki.
Antec Fusion Silver
Windows Vista Home Premium 64
Hauppauge Nova-T 500 Dual Tuner
ATI x1250 HDMI Output to 40 in LCD WS TV
AMD 4000+
Logitech Harmony using internal IR Rx
imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#152
2009-07-29, 08:13 AM
Just out of interest (and to save me looking at perl code that I probably wouldn't understand anyway), does the script still use screen-scraping to work out what content is available or have the BBC made an API or xml feed available for use?
smiler
Offline

Member

Posts: 190
Threads: 5
Joined: Nov 2008
#153
2009-07-29, 05:18 PM (This post was last modified: 2009-07-29, 07:22 PM by smiler.)
imilne Wrote:Just out of interest (and to save me looking at perl code that I probably wouldn't understand anyway), does the script still use screen-scraping to work out what content is available or have the BBC made an API or xml feed available for use?

Slightly compliocated answer, the getiplayer script has a lot of funtionality that I am not using. Specifically related to the downloading of Show information using XML. This show info is however limited in terms of data that is returned, so I have written a screen scraping object that searches and downloads images giving a better UI feel.
Antec Fusion Silver
Windows Vista Home Premium 64
Hauppauge Nova-T 500 Dual Tuner
ATI x1250 HDMI Output to 40 in LCD WS TV
AMD 4000+
Logitech Harmony using internal IR Rx
Darce
Offline

Junior Member

Posts: 3
Threads: 0
Joined: Aug 2009
#154
2009-08-02, 04:47 PM
Possible a little off topic, and if it is I apologise is advance.....

I'm in Australia, so I cant get the BBC iPlayer site. Over here, our national broadcaster is the ABC, and their streaming site is at http://www.abc.net.au/iview

I believe it is modeled on bbc iplayer, and if so, would there be much work in porting it across ??

Cheers,

Tim
smiler
Offline

Member

Posts: 190
Threads: 5
Joined: Nov 2008
#155
2009-08-03, 06:56 AM
Darce Wrote:Possible a little off topic, and if it is I apologise is advance.....

I'm in Australia, so I cant get the BBC iPlayer site. Over here, our national broadcaster is the ABC, and their streaming site is at http://www.abc.net.au/iview

I believe it is modeled on bbc iplayer, and if so, would there be much work in porting it across ??

Cheers,

Tim

To be honest, it would be quite a bit of work, it would require that a scraper was setup for the ABC website and then the getiplayer downloader script would have to be able to work. Sad

I think the major hurdle would be the getiplayer script that has not been setup for that abc website streaming service. it might be worth checking out http://linuxcentre.net/getiplayer/ and posting the question again on whether it would be possible because, I have no control over the compatibility of the script with ABC Aus.
Antec Fusion Silver
Windows Vista Home Premium 64
Hauppauge Nova-T 500 Dual Tuner
ATI x1250 HDMI Output to 40 in LCD WS TV
AMD 4000+
Logitech Harmony using internal IR Rx
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#156
2009-08-03, 05:25 PM (This post was last modified: 2009-08-08, 09:02 PM by martint123.)
Could I ask you to cast an eye over my logs again please.
I've installed it on my test machine so the family don't get in the way of testing, but I get the same negative results as on the main PVR server.

goto getiplayer+ on main menu, quick flash of the screen and back to the main menu, but can't navigate it. Can close it with X in top right though.

Server was running this time (closed it down to zip up the logs after test though).

One question from the config screen:- on the downloader settings tab, the "get_iplayer perl script location" says:-

Code:
The get_iplayer.pl  is a perl script that allows to download of data from multiple websites in various formats.
Please select the location of this exe below.

Here I'm putting in the .pl script file - guessing the above reference to .exe is wrong??

cheers,
Martin
smiler
Offline

Member

Posts: 190
Threads: 5
Joined: Nov 2008
#157
2009-08-03, 06:24 PM
martint123 Wrote:Could I ask you to cast an eye over my logs again please.
I've installed it on my test machine so the family don't get in the way of testing, but I get the same negative results as on the main PVR server.

goto getiplayer+ on main menu, quick flash of the screen and back to the main menu, but can't navigate it. Can close it with X in top right though.

Server was running this time (closed it down to zip up the logs after test though).

One question from the config screen:- on the downloader settings tab, the "get_iplayer perl script location" says:-

Code:
The get_iplayer.pl  is a perl script that allows to download of data from multiple websites in various formats.
Please select the location of this exe below.
Here I'm putting in the .pl script file - guessing the above reference to .exe is wrong??

cheers,
Martin

The Perl file you have defined is correct and i will update the text in the next version.

From the logs it seems that you config.xml file seems to be missing or not found by the plugin running in the PVRx2 context. This is interesting bercause it implies that gbpvrinfo as part of commongbpvrutils.dll is not working correctly. :confused:

It might be worth making sure you have the correct version that is referenced from the wiki, make sure that the dll is present in the plugins/commond directory and also in the GBPVR dir. If it is still an issue I will upload a new version of the plugin with more debug capability.
Antec Fusion Silver
Windows Vista Home Premium 64
Hauppauge Nova-T 500 Dual Tuner
ATI x1250 HDMI Output to 40 in LCD WS TV
AMD 4000+
Logitech Harmony using internal IR Rx
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#158
2009-08-03, 08:33 PM
dll's were the correct versions (wiz was the current one which seems to be a later version).

With you saying it maybe couldn't find config.xml I fired up the winternals "filemon" tool to see if it was looking for it or in the wrong place and whilst browsing, I noticed that it couldn't find perl.exe. The installs suggested int the wiki don't seem to copy it to windows or windows\system32 and once I did that it started working.
I haven't fully experimented yet, but it looks like things may well be fine now.

From the installs, perl.exe was in c:\strawberry\perl\bin and e:\devnz\get_iplayer

thanks for your help,
Martin
bluewizard
Offline

Junior Member

Posts: 10
Threads: 2
Joined: Nov 2006
#159
2009-08-03, 10:05 PM
martint123 Wrote:dll's were the correct versions (wiz was the current one which seems to be a later version).

With you saying it maybe couldn't find config.xml I fired up the winternals "filemon" tool to see if it was looking for it or in the wrong place and whilst browsing, I noticed that it couldn't find perl.exe. The installs suggested int the wiki don't seem to copy it to windows or windows\system32 and once I did that it started working.
I haven't fully experimented yet, but it looks like things may well be fine now.

From the installs, perl.exe was in c:\strawberry\perl\bin and e:\devnz\get_iplayer

thanks for your help,
Martin
Martin123 did you try restarting your PC after install? Looking at your logs and what happening, I'm pretty sure I had the same problem. After 2hrs of messing about with it ( and very nearly posting) I restarted the PC and it now runs fine Smile
smiler
Offline

Member

Posts: 190
Threads: 5
Joined: Nov 2008
#160
2009-08-04, 06:31 AM
martint123 Wrote:dll's were the correct versions (wiz was the current one which seems to be a later version).

With you saying it maybe couldn't find config.xml I fired up the winternals "filemon" tool to see if it was looking for it or in the wrong place and whilst browsing, I noticed that it couldn't find perl.exe. The installs suggested int the wiki don't seem to copy it to windows or windows\system32 and once I did that it started working.
I haven't fully experimented yet, but it looks like things may well be fine now.

From the installs, perl.exe was in c:\strawberry\perl\bin and e:\devnz\get_iplayer

thanks for your help,
Martin

Ahh, that is possible, The script relies on having the strawberry perl path in the path environment variable. Normally this is setup by the strawberry perl installer, You can add it manually however if it is missing.

Just let me know if you are still having problems.
Antec Fusion Silver
Windows Vista Home Premium 64
Hauppauge Nova-T 500 Dual Tuner
ATI x1250 HDMI Output to 40 in LCD WS TV
AMD 4000+
Logitech Harmony using internal IR Rx
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (43): « Previous 1 … 14 15 16 17 18 … 43 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  vidImport utility support carpeVideo 73 53,777 2012-05-27, 06:27 AM
Last Post: jksmurf
  Un-installation of the Weather plugin rkircher 1 13,996 2011-05-20, 08:40 PM
Last Post: scb147
  Anime Library - Support Thread Ommina 167 93,743 2011-05-07, 06:41 AM
Last Post: mvallevand
  software recorder, any plugin like it for npvr? chesterusob 2 14,787 2011-04-11, 07:28 AM
Last Post: chesterusob
  Caller ID Plugin elbryyan 3 14,985 2011-02-23, 01:17 AM
Last Post: smajor
  Graph and TVPI external recorder beta carpeVideo 348 154,855 2011-02-14, 03:53 AM
Last Post: cathrynm
  Newest IMon display-hardware finally gets Plugin-mode back mila06 1 5,093 2011-01-01, 05:37 PM
Last Post: kindt nick
  Freazing up trying to watch live TV or access System plugin dspdrew 2 3,541 2010-11-03, 07:52 AM
Last Post: johnsonx42
  Music plugin support thread MixMan 103 40,761 2010-08-31, 09:46 PM
Last Post: povarotti
  New Videos Library Plugin jasonbs10 202 66,822 2010-08-22, 01:38 PM
Last Post: 7ore

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode