Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

New DScaler Plugin

If you have a question or need help, this is the place to be.
Post Reply
incubi
Plugin Developer
Posts: 7
Joined: Sat Apr 05, 2008 6:09 pm

New DScaler Plugin

Post by incubi »

Hello All,

I have written a Dscaler 4.1.15 Plug-in for EventGhost and would like to post it in the list of plug-ins. IÔÇÖm not sure if its been done already I did look for one for a while and didn't find one. Can someone tell me who to contact and how, about adding a Plugin to the plug-in list here
http://www.eventghost.org/wiki/Plugin_List

Thank you,

Incubi
User avatar
Bitmonster
Site Admin
Posts: 2239
Joined: Mon Feb 06, 2006 10:28 pm

Re: New DScaler Plugin

Post by Bitmonster »

Simply attach it here and if it looks Ok so far I will include it in the next beta. If you constantly want to modify it (or other new plugins of you) more often, you can get SVN access to the SourceForge project.
Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!
incubi
Plugin Developer
Posts: 7
Joined: Sat Apr 05, 2008 6:09 pm

Re: New DScaler Plugin

Post by incubi »

Thank you, IÔÇÖm putting the finishing touches on it now so I should be able to post it latter tonight.


Incubi
incubi
Plugin Developer
Posts: 7
Joined: Sat Apr 05, 2008 6:09 pm

Re: New DScaler Plugin

Post by incubi »

HereÔÇÖs the first run of this plug-in. ItÔÇÖs my first in python. Let me know if thereÔÇÖs anything else needed for you to post it.
Attachments
EG_DScaler_Plugin.7z
Ver 1.0a
(11.09 KiB) Downloaded 180 times
User avatar
Bitmonster
Site Admin
Posts: 2239
Joined: Mon Feb 06, 2006 10:28 pm

Re: New DScaler Plugin

Post by Bitmonster »

I have included the plugin in 0.3.6.1371.
You can now create a support thread for the plugin in the Plugin forum.

I had to change some code to make it compatible with the 0.3.6 releases (eg.RegisterPlugin instead of eg.PluginInfo).

The plugin is a bit too detailed. :)
If you want to write a similar plugin (or refactor the current) sometime, take a look at the WMPlayer and MediaPlayerClassic plugins in the beta releases. They show how you can easier create masses of actions from a list.
Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!
incubi
Plugin Developer
Posts: 7
Joined: Sat Apr 05, 2008 6:09 pm

Re: New DScaler Plugin

Post by incubi »

Thanks for the info and putting it in the list. I had thought about dumbing it down a bit i.e. not so many actions, but I wanted as much control as I could get for myself. I see in the WMPlayer there are no defines as it were, just values in the SendCommand so I can follow that format on the next update if you like.

Thanks
Incubi
User avatar
Bitmonster
Site Admin
Posts: 2239
Joined: Mon Feb 06, 2006 10:28 pm

Re: New DScaler Plugin

Post by Bitmonster »

Yes, with "detailed" I meant the way you created them, but not the count of actions. A full class definition for every action is not needed. In the MediaPlayerClassic plugin you can also see how to order them into groups with the same list design.
Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!
incubi
Plugin Developer
Posts: 7
Joined: Sat Apr 05, 2008 6:09 pm

Re: New DScaler Plugin

Post by incubi »

No problem easily done, thanks for the feedback :)
stisev
Experienced User
Posts: 162
Joined: Tue Jun 26, 2007 2:55 am

Re: New DScaler Plugin

Post by stisev »

I just want to say...

THANK YOU THANK YOU THANK YOU.

Now I can build an HTPC setup easily. :)
stisev
Experienced User
Posts: 162
Joined: Tue Jun 26, 2007 2:55 am

Re: New DScaler Plugin

Post by stisev »

I just want to say...

THANK YOU THANK YOU THANK YOU.

Now I can build an HTPC setup easily. :)
incubi
Plugin Developer
Posts: 7
Joined: Sat Apr 05, 2008 6:09 pm

Re: New DScaler Plugin

Post by incubi »

No problem glad to help. :D
Post Reply