NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 83 84 85 86 87 … 93 Next »
LCD Plugin

 
  • 0 Vote(s) - 0 Average
LCD Plugin
tybreizh29
Offline

Junior Member

Posts: 34
Threads: 17
Joined: Oct 2004
#1
2004-10-31, 11:20 AM
Hi,
I did a plugin, it's in alpha stage. Works fine when playing
mp3 files, display not finished for video and normal state.
the LCD has to be plugged on COM1 (Read README to change it to something else)
When playing mp3 (should work when playing videos):
Line 1 : display author + title, LCD moving like in Winamp
Line 2 : time, mp3 position, mp3 length

When doing nothing:
LIne 1 : date time
Line 2 : programs recorded : name+ time stop

you can download the dlls(no source by now)
LCD Plugin download

One dll has to go into plugin directory "Test.dll"
The other one "BzhLCD.dll" into gbpvr directory.

Thanks for reporting bugs or improvements.

A thanks to Jan and sub for their help.

Hope this plugin will be usefull. [Image: smile.gif]

Regards,
Bzh
Guest

Unregistered
 
#2
2004-11-23, 11:02 AM
Hi,
I want to program a plugin for a VFD but I have problems with the IEventNotification interface.


Here the source code of my test program

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
using System;
using GBPVR.Backend;
using GBPVR.Public;

namespace GBPVRTester
{



class MainClass
{

public static void Main(string[] args)
{
InfoGetter myinfogetter= new InfoGetter();
}
}// end MainClass


public class InfoGetter : IEventNotification
  {

     public InfoGetter()
          {
          }

public void Notify(EventTypes eventType, string eventText)
{
Console.Write("Event");

}




}


}
[/QUOTE]

When I start my test program and parallel GBPVR with an DVD , my program runs but it gets no events!
What is wrong?

Greetings, Linsy
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#3
2004-11-23, 04:01 PM
Your class needs to be put into a .dll file, and placed in the GB-PVR plugins directory.



Guest

Unregistered
 
#4
2004-11-24, 09:38 AM
Thanks. It works.

Greetings,
Linsy
PVR(SWE)
Offline

Junior Member

Posts: 40
Threads: 3
Joined: May 2004
#5
2004-11-27, 02:48 PM
It works on LIS 2 that is using USB.
//Jonas
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  PIP plugin for Kodi sgilani 2 3,119 2022-10-17, 12:44 AM
Last Post: sgilani
  New Systems Plugin kirschey 10 3,583 2020-11-14, 08:01 PM
Last Post: sub
  VIdeo playback from plugin mvallevand 5 3,666 2015-08-06, 10:43 PM
Last Post: sub
  Attention Sub: Open TV / Custom Data Grabber plugin Benoire 2 3,027 2014-11-14, 02:05 AM
Last Post: Benoire
  API docs to help with plugin development? McBainUK 3 2,902 2013-06-08, 06:14 PM
Last Post: sub
  Refreshing TV Guide Data (after System plugin EPG update) imilne 13 6,353 2013-03-24, 08:03 PM
Last Post: imilne
  sabnzbd plugin to show processed files Wakalaka 1 2,037 2013-03-12, 06:48 AM
Last Post: psycik
  Plugin problems with started from the command line mvallevand 11 5,285 2012-08-12, 07:56 PM
Last Post: sub
  Get NextPVR data directory from outside a plugin McBainUK 3 2,357 2012-02-11, 05:42 PM
Last Post: mvallevand
  Weather Plugin imilne 0 1,510 2012-01-15, 08:33 PM
Last Post: imilne

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

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

Linear Mode
Threaded Mode