NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 5 6 7 8 9 … 93 Next »
Noobie Here!

 
  • 0 Vote(s) - 0 Average
Noobie Here!
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#141
2014-03-29, 11:55 PM
However you resolved this http://forums.nextpvr.com/showthread.php...post472485 will be the location.

Martin
jamhandman
Offline

Junior Member

Posts: 35
Threads: 4
Joined: Aug 2012
#142
2014-03-30, 12:01 AM
This thread is awesome.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#143
2014-03-30, 12:02 AM
jamhandman Wrote:This thread is awesome.
If anything, it'll hopefully show I have infinite patience Big Grin
jamhandman
Offline

Junior Member

Posts: 35
Threads: 4
Joined: Aug 2012
#144
2014-03-30, 12:04 AM
sub Wrote:....
If you'd like the subtitle, check if it has EPGEvent details, then use that info:
Code:
if (recording.CachedEventDetails != null && recording.CachedEventDetails != "")
                            {
                                EPGEvent epgEvent = EPGEvent.Parse(recording.CachedEventDetails);
                                // use attributes like epgEvent.SubTitle
                            }
....

I would use String.IsNullOrEmpty() to keep the code neater.

http://msdn.microsoft.com/en-us/library/...empty.aspx
jamhandman
Offline

Junior Member

Posts: 35
Threads: 4
Joined: Aug 2012
#145
2014-03-30, 12:06 AM
sub you have crazy patience. Smile but there is a LOT of information in here... could almost be a sticky ...
jrockow
Offline

Senior Member

Posts: 718
Threads: 112
Joined: Nov 2005
#146
2014-03-30, 12:08 AM
Well, it looks like somewhere along the way I must have changed the class name.
I'm sure it was not intentional; just another error on my part.

Martin,
I don't understand what you're trying to show me?

Anyhow, maybe it's time for me to throw the towel in on this.
I've bothered you guys enough.
Thanx again for all the help!
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#147
2014-03-30, 12:11 AM
If you zip and attach your vb file, or PM me a location to the zip file, I'm happy to update it for you to include these event notifications.

I'm not going to be critical of any code or anything - I'll just do the bare minimum changes to get the events for you. I know it's a learning exercise.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#148
2014-03-30, 12:14 AM
Here is an updated plugin sample that has event notification.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#149
2014-03-30, 12:18 AM
jamhandman Wrote:but there is a LOT of information in here...
Great - that was the intention.
jrockow
Offline

Senior Member

Posts: 718
Threads: 112
Joined: Nov 2005
#150
2014-03-30, 05:50 PM
I corrected my errors and the new "delete" feature is working.
By the way, is there an event that signals that a recording has started?

Is it possible for my plugin to call your Recurring-Recordings menu?
i.e. I press a button in the hidden menu and control passes to your screen.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


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

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

Linear Mode
Threaded Mode