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) UbuStream, Web Radio and Universe v
« Previous 1 … 4 5 6 7 8 Next »
Announce: BBC LARDY - New Dynamic Source

 
  • 0 Vote(s) - 0 Average
Announce: BBC LARDY - New Dynamic Source
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#11
2007-03-11, 01:40 AM
1st thought was it has to be there cos its funny that way Smile

But I reckon it stands for Radio.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
STX1300MAN
Offline

Junior Member

Posts: 12
Threads: 3
Joined: Mar 2007
#12
2007-03-12, 10:50 AM
McBainUK Wrote:1st thought was it has to be there cos its funny that way Smile

But I reckon it stands for Radio.

Correct on both counts Big Grin

BBC Listen Again Radio DYnamic source

Mike
Carlito
Offline

Posting Freak

Posts: 817
Threads: 41
Joined: May 2006
#13
2007-03-12, 01:05 PM
Ahhh, threw me off from the first post
Quote:BBC LARDY stands for BBC Listen Again Dynamicsource

No radio in there Tongue Just me trying to comprehend stuff before I've woken up Wink
----------------------
[SIZE="1"]PVRX2 1.3.11
Shuttle SG33G5 Case
Core2Duo E8400 3Ghz -- 4 GB RAM
Hauppauge PVR-150
Adaptec AVC-3610 Dual Tuner
Onboard Intel GMA 3100 through HDMI -- 500GB
37" Westinghouse LCD (1920 x 1080p)

Projects
Program Image Tool[/SIZE]
STX1300MAN
Offline

Junior Member

Posts: 12
Threads: 3
Joined: Mar 2007
#14
2007-03-12, 05:14 PM
OK, I've sorted things out now. Seems Visual Studio was having problems.:mad: I created a new project and copied my code in and it all worked on my non-development machine.Big Grin (Ubu the CLSID was correct).

So I've made the following changes and updated the attachment to the original post.

1. Removed need for Internet Transfer Control, now uses built in .NET funcionality. Hence no longer needs an extra Interop DLL.

2. Added installation instructions to Zip file.

3. Added clickthrough url to each station, so everyone's conscience is clean.

4. Added setup batch file to tidyup and do the registration.

Mike Roberts
STX1300man
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#15
2007-03-13, 06:50 AM
STX1300MAN Wrote:OK, I've sorted things out now. Seems Visual Studio was having problems.:mad: I created a new project and copied my code in and it all worked on my non-development machine.Big Grin (Ubu the CLSID was correct).
Now works flawlessly. Nice one, Sherlock!

One comment: you don't seem to be writing any progress or stats info to standard output so the BBCLARDynSource.Playlist.log file is always empty. At first glance, this suggests something went wrong with the download. If you're not going to write any progress info, at least writing something like "BBCLARDynSource download successful. n links written to the PLX file" would be "reassuring".

Tangential note: I notice that, when using several DynSource apps with a lot of sections selected, the UbuStream station list can get pretty large and unwieldy. I don't know if I mentioned this before but I've recently added the ability to navigate to a station panel from the group panel in the config app. Just double click on the station name in the group station list.
[SIZE=1]GBPVR v1.3.11 [/SIZE][SIZE=1]HVR-1250, [/SIZE][SIZE=1]ES7300[/SIZE][SIZE=1], 4GB, GeForce 9300, LianLi, Vista.[/SIZE]
[SIZE=1]GBPVR v1.0.08 [/SIZE][SIZE=1]PVR-150, [/SIZE][SIZE=1]P4 2.26GHz, [/SIZE][SIZE=1]1GB,[/SIZE][SIZE=1] GeForce 6200, [/SIZE]Coupden, XP[SIZE=1]
[/SIZE]

Author: UbuStream plugin, UbuRadio plugin, EPGExtra utility.
STX1300MAN
Offline

Junior Member

Posts: 12
Threads: 3
Joined: Mar 2007
#16
2007-03-13, 10:08 PM
ubu Wrote:Now works flawlessly. Nice one, Sherlock!

One comment: you don't seem to be writing any progress or stats info to standard output so the BBCLARDynSource.Playlist.log file is always empty. At first glance, this suggests something went wrong with the download. If you're not going to write any progress info, at least writing something like "BBCLARDynSource download successful. n links written to the PLX file" would be "reassuring".

Ubu, I didn't write anything to the logs as I wasn't sure if the Config app had the files open or not. Can you confirm that when my Dyn Source exe is running (either for sections or playlist) I can empty (flush/re-create) and write to the log file with no worry of getting any conflicts? If so, I'll add some logging messages to the next drop, though I'll wait to see if there is any other feedback.

Hope you enjoy using BBCLARDY.

Regards

Mike
STX1300man
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#17
2007-03-13, 10:35 PM
STX1300MAN Wrote:Ubu, I didn't write anything to the logs as I wasn't sure if the Config app had the files open or not. Can you confirm that when my Dyn Source exe is running (either for sections or playlist) I can empty (flush/re-create) and write to the log file with no worry of getting any conflicts? If so, I'll add some logging messages to the next drop, though I'll wait to see if there is any other feedback.
You can't write to the GB-PVR log. Just write to standard output (Console.WriteLine(...) in C#). At run-time, UbuStream redirects standard out (and standard error) to the log files (<appname>.Sections.log and <appname>.Playlist.log, respectively). You don't need to flush anything (actually I don't think Console IO is buffered - there's no explicit flush method).

Quote:Hope you enjoy using BBCLARDY.
Great addition to my database. Now, if you could grab the text for things like Book At Bedtime and the Afternoon Play and stick it into the Description field, so I could see what I'm about to play, I'd be a really happy camper.
[SIZE=1]GBPVR v1.3.11 [/SIZE][SIZE=1]HVR-1250, [/SIZE][SIZE=1]ES7300[/SIZE][SIZE=1], 4GB, GeForce 9300, LianLi, Vista.[/SIZE]
[SIZE=1]GBPVR v1.0.08 [/SIZE][SIZE=1]PVR-150, [/SIZE][SIZE=1]P4 2.26GHz, [/SIZE][SIZE=1]1GB,[/SIZE][SIZE=1] GeForce 6200, [/SIZE]Coupden, XP[SIZE=1]
[/SIZE]

Author: UbuStream plugin, UbuRadio plugin, EPGExtra utility.
Kronalias
Offline

Junior Member

Posts: 4
Threads: 0
Joined: Mar 2007
#18
2007-03-25, 10:15 PM (This post was last modified: 2007-03-25, 10:27 PM by Kronalias.)
Nice one, Mike!

Best regards, Kronalias ( of the Beebotron )
Kronalias
Offline

Junior Member

Posts: 4
Threads: 0
Joined: Mar 2007
#19
2007-03-25, 10:34 PM
ubu Wrote:You can't write to the GB-PVR log. Just write to standard output (Console.WriteLine(...) in C#). At run-time, UbuStream redirects standard out (and standard error) to the log files (<appname>.Sections.log and <appname>.Playlist.log, respectively). You don't need to flush anything (actually I don't think Console IO is buffered - there's no explicit flush method).

Great addition to my database. Now, if you could grab the text for things like Book At Bedtime and the Afternoon Play and stick it into the Description field, so I could see what I'm about to play, I'd be a really happy camper.

Can't help you out with the full text, but the synopses of what you're after are here: http://beebotron.awardspace.com/synopsis.html

Mike - Could you grab this data from my site?

Cheers, Kronalias
STX1300MAN
Offline

Junior Member

Posts: 12
Threads: 3
Joined: Mar 2007
#20
2007-03-30, 01:58 PM
Kronalias Wrote:Can't help you out with the full text, but the synopses of what you're after are here: http://beebotron.awardspace.com/synopsis.html

Mike - Could you grab this data from my site?

Cheers, Kronalias

Kronalias

First let me apologise for not emailing you about my application. Bad form on my part, but it genuinely slipped my mind (it happens as you get old) Sad

I did look at that part of your site but it would involve some "hard coding" of the programmes, making it very vulnerable to changes of content (as with most scrapers). I also looked at using the BBC Backstage API, but the ban on under three second polling rate blew that out of the water, also I couldn't really see the point of multiple people doing with their PCs, what your site is already doing.

What part of the BBC Backstage API licence prohibits the use of the synopsis data with the Listen Again programme data. I had another read of them and couldn't see a problem. Perhaps there is a way we/you can structure your two pages so that it makes it easier to merge the data for both my application and your handheld community?

I don't know how your kron jobs spider the BBC, but I guess for the Listen Again content you are using their text only feed. I knocked up something that trawled there having worked out a pattern from the RealAudio URL to get to the detail page. This worked in about 80% of cases but boy was it slow, and I'm sure someone Big Grin would soon notice if several users were running my app. It seems crazy the BEEB are effectively moving towards every individual using their data doing the same "joining up exercise", there should be a "give me it all" option for programmes or even station content.

Regards

Mike
« Next Oldest | Next Newest »

Users browsing this thread: 4 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Media Player Not Found (RealPlayer) - BBC Dynamic Source ralphy 3 2,708 2007-01-07, 10:14 AM
Last Post: ubu
  Can't Save UbuStream Capture Source. sonofva 1 2,433 2006-12-23, 01:43 PM
Last Post: jbyram2
  UbuStream Dynamic Source "mini-plugin" architecture for on-demand streams ubu 51 20,822 2006-12-03, 09:18 AM
Last Post: ubu

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

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

Linear Mode
Threaded Mode