2007-04-21, 09:01 AM
I'm working on my Tuner Status plugin, and know if a tuner is recording and the show name that is being recorded. I also want to get the channel # so I can display the channel icon and show description.
IList mRecordingScheduleList = null;
DateTime mRecordingScheduleListLoadedTS = DateTime.Now;
Programme mProgramme = null;
Channel mChannel = null;
mRecordingScheduleList = GBPVR.Backend.Common.ScheduleHelper.getInstance().LoadRecordingSchedule();
This gives me an array of scheduled recordings, and I can search for a matching name and try to guess the date and time it started vs DateTime.Now. There has to be an easier way to know that if something is recording, for it to return specific info on what is being recorded: channel #, show name, show description.
What's your secret to display the data in the tooltip?
IList mRecordingScheduleList = null;
DateTime mRecordingScheduleListLoadedTS = DateTime.Now;
Programme mProgramme = null;
Channel mChannel = null;
mRecordingScheduleList = GBPVR.Backend.Common.ScheduleHelper.getInstance().LoadRecordingSchedule();
This gives me an array of scheduled recordings, and I can search for a matching name and try to guess the date and time it started vs DateTime.Now. There has to be an easier way to know that if something is recording, for it to return specific info on what is being recorded: channel #, show name, show description.
What's your secret to display the data in the tooltip?
NPVR 4.1.0.180302 o Kodi 17.6 o EventGhost 0.5.0.rc4 o SAF 6.3.2 o SchedulesDirect
[SIZE="1"]
Case: Apevia X-Qpack HTPC o Motherboard: Asus P8H67-MLE o CPU: Intel Core i3-2100 o RAM: 8 GB o OS: Win7 64-bit
Tuner: HDHomeRun dual tuner o Leaf SkyHDTV antenna o Remote: Microsoft MCE
Hard drives: Samsung 500 GB SSD, Seagate 2 TB SATA2, Samsung 540 GB SATA2 o Input: Logitech USB keyboard & mouse
Video: ATI Radeon 7750 o Monitor: Viewsonic 27" VX2703MH-LED, LG 55" LCD TV
[/SIZE]
[SIZE="1"]
Case: Apevia X-Qpack HTPC o Motherboard: Asus P8H67-MLE o CPU: Intel Core i3-2100 o RAM: 8 GB o OS: Win7 64-bit
Tuner: HDHomeRun dual tuner o Leaf SkyHDTV antenna o Remote: Microsoft MCE
Hard drives: Samsung 500 GB SSD, Seagate 2 TB SATA2, Samsung 540 GB SATA2 o Input: Logitech USB keyboard & mouse
Video: ATI Radeon 7750 o Monitor: Viewsonic 27" VX2703MH-LED, LG 55" LCD TV
[/SIZE]