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

 
  • 0 Vote(s) - 0 Average
JukeBox Plugin
tkgafs
Offline

Senior Member

Posts: 594
Threads: 61
Joined: Jun 2004
#31
2004-09-17, 12:03 AM
[b Wrote:Quote[/b] (colin @ Sep. 16 2004,21:08)]I'm looking into adding a screen saver of sorts for this plugin, unless someone has done it or is doing it?

Colin.
Colin,

if you add screensaver functionality to the plugin how can we all reconcile the various changes to the plugin

is there diff & patch like utilities ??

is the original author still about should we send all our changes to him to be amalgamated into his code ?

any thoughts

tkgafs
colin
Offline

Senior Member

Posts: 683
Threads: 39
Joined: Nov 2003
#32
2004-09-17, 03:04 AM
Well there are several ways this can work:

1. Patches are sent to the author of the plugin to integrate
2. We look to use something like sourceforge to maintain open src'ed plugins
3. You fork off your own version of the plugin.
4. We organise amongst ourselves who applies their changes first.

cvs is still the most widely used src control application and as part of that it has utilties for creating diffs and applying patches.

Cheers,
Colin.
joecru
Offline

Member

Posts: 135
Threads: 26
Joined: Aug 2004
#33
2004-09-17, 11:54 AM
Thanks tkgafs,

I will try this code out on my MVPs ASAP.


Regards
Joe
Regards

[COLOR="black"][COLOR="Blue"]4 X MVPs
Win Vista
Hauppauge PVR 350
Dell Inspirion - 531[/COLOR][/COLOR]
Tobias
Offline

Junior Member

Posts: 37
Threads: 5
Joined: Sep 2004
#34
2004-09-17, 05:21 PM
Good work tkgafs!

If you dont mind I will use that code in my upcoming Album Player plug-in, maybe with different keys though since I have thought of other functions for the color keys [Image: smile.gif]

Open source plugins is good, but I actually like the fact that GB-PVR is not open source...

I contacted Bryan (who has done the Jukebox plugin) and asked him for permission to use his code before I started to develop my plugin (and also got it, thanx as lot). Maybe you should contact him also tkgafs, and ask if he is interested in putting your code in his next version of the plugin?

Maybe as the number of developers grow, we can maintain a site and open source community for "standard plugins" to GB-PVR. But for now I think that what we got is more than enough.
joecru
Offline

Member

Posts: 135
Threads: 26
Joined: Aug 2004
#35
2004-09-17, 07:56 PM
Hi tkgafs,

What do you mean by ,

encase the large switch block with the following code
[QUOTE]

Regards
Joe
Regards

[COLOR="black"][COLOR="Blue"]4 X MVPs
Win Vista
Hauppauge PVR 350
Dell Inspirion - 531[/COLOR][/COLOR]
tkgafs
Offline

Senior Member

Posts: 594
Threads: 61
Joined: Jun 2004
#36
2004-09-17, 08:15 PM
joe

in Bryans original code there is a section


switch (e.KeyCode)
{
then lots of case Keys.xxx statements

which will eventually end as follows

default:
handled = false;
break;
}


what you need to do is take my new code and add it before the switch statement

as follows

}
else
{
switch (e.KeyCode)
{
then all the case stuff down to
default:
handled = false;
break;
}
then add a closing
}

to match the one from the else above

if your still not to sure PM me your email address and I'll send you an edited copy of the code

Tkgafs
tkgafs
Offline

Senior Member

Posts: 594
Threads: 61
Joined: Jun 2004
#37
2004-09-17, 08:21 PM
[b Wrote:Quote[/b] (Tobias @ Sep. 17 2004,18:21)]Good work tkgafs!

If you dont mind I will use that code in my upcoming Album Player plug-in, maybe with different keys though since I have thought of other functions for the color keys [Image: smile.gif]

no problem

[b Wrote:Quote[/b] ]
I contacted Bryan (who has done the Jukebox plugin) and asked him for permission to use his code before I started to develop my plugin (and also got it, thanx as lot). Maybe you should contact him also tkgafs, and ask if he is interested in putting your code in his next version of the plugin?

I had already emailed Bryan asking what he wanted to do with my little bits of code but as of yet he hasn't replied

I have one tiny little change more I want to do to the plugin which is to add a default image if the folder doesn't contain a folder.jpg file

its only a couple of lines so I'll do it later tonight

Tkgafs

no problem
joecru
Offline

Member

Posts: 135
Threads: 26
Joined: Aug 2004
#38
2004-09-17, 08:46 PM
Tkgafs,

I sent you a PM hope you received it ok.

Regards
Joe
Regards

[COLOR="black"][COLOR="Blue"]4 X MVPs
Win Vista
Hauppauge PVR 350
Dell Inspirion - 531[/COLOR][/COLOR]
joecru
Offline

Member

Posts: 135
Threads: 26
Joined: Aug 2004
#39
2004-09-18, 09:53 AM
Tkgafs,

I have found where to place the 2nd code list, but when I run the compile program ,I am not getting the jukebox.dll file being created. The GBPVRPublic.dll is in the SharpDev dir but not Jukebox.dll. I followed Colins instructions but still no joy.What am I doing wrong?

The Project Options are set to (Debug) (Library) output is C:\My Doc\SharpDEv\Jukebox and the same for Release.

Reference goes to the GBPVRPublic.dll in the C:\programs\denz\GBPVR\Plugins

The program RUNs ok in the SharpDEv

Regards
Joe
Regards

[COLOR="black"][COLOR="Blue"]4 X MVPs
Win Vista
Hauppauge PVR 350
Dell Inspirion - 531[/COLOR][/COLOR]
tkgafs
Offline

Senior Member

Posts: 594
Threads: 61
Joined: Jun 2004
#40
2004-09-18, 03:43 PM
Joe,

Sorry I only know what colin has explained about sharp develop so I dont know what you problem would be.

I got your PM but was hanging off sending the code until I had added another little bit of functionality, which is turning out to be much harder than I thought

tkgafs
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  PIP plugin for Kodi sgilani 2 2,864 2022-10-17, 12:44 AM
Last Post: sgilani
  New Systems Plugin kirschey 10 3,376 2020-11-14, 08:01 PM
Last Post: sub
  VIdeo playback from plugin mvallevand 5 3,482 2015-08-06, 10:43 PM
Last Post: sub
  Attention Sub: Open TV / Custom Data Grabber plugin Benoire 2 2,914 2014-11-14, 02:05 AM
Last Post: Benoire
  API docs to help with plugin development? McBainUK 3 2,781 2013-06-08, 06:14 PM
Last Post: sub
  Refreshing TV Guide Data (after System plugin EPG update) imilne 13 6,121 2013-03-24, 08:03 PM
Last Post: imilne
  sabnzbd plugin to show processed files Wakalaka 1 1,959 2013-03-12, 06:48 AM
Last Post: psycik
  Plugin problems with started from the command line mvallevand 11 5,005 2012-08-12, 07:56 PM
Last Post: sub
  Get NextPVR data directory from outside a plugin McBainUK 3 2,255 2012-02-11, 05:42 PM
Last Post: mvallevand
  Weather Plugin imilne 0 1,439 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