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.
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
New DScaler Plugin
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
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
- Bitmonster
- Site Admin
- Posts: 2239
- Joined: Mon Feb 06, 2006 10:28 pm
Re: New DScaler Plugin
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!
Re: New DScaler Plugin
Thank you, IÔÇÖm putting the finishing touches on it now so I should be able to post it latter tonight.
Incubi
Incubi
Re: New DScaler Plugin
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 179 times
- Bitmonster
- Site Admin
- Posts: 2239
- Joined: Mon Feb 06, 2006 10:28 pm
Re: New DScaler Plugin
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.
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!
Re: New DScaler Plugin
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
Thanks
Incubi
- Bitmonster
- Site Admin
- Posts: 2239
- Joined: Mon Feb 06, 2006 10:28 pm
Re: New DScaler Plugin
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!
Re: New DScaler Plugin
No problem easily done, thanks for the feedback 
Re: New DScaler Plugin
I just want to say...
THANK YOU THANK YOU THANK YOU.
Now I can build an HTPC setup easily.
THANK YOU THANK YOU THANK YOU.
Now I can build an HTPC setup easily.
Re: New DScaler Plugin
I just want to say...
THANK YOU THANK YOU THANK YOU.
Now I can build an HTPC setup easily.
THANK YOU THANK YOU THANK YOU.
Now I can build an HTPC setup easily.
Re: New DScaler Plugin
No problem glad to help. 