| |||||||
| Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal Member Join Date: Feb 2006
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
| Hello, I just did a very simple refresh rate changer. I modified the MPTrayMod "Input plugin" (MEDIAPORTAL - free MediaCenter HTPC Software - MpTrayMod. It works very simple, it just cycles the refreshrates that i specifies in the config file. To cycle refreshrate just press the red button on the MCE remote. I think it only works to change refreshrate when NOT playing any movie. If you want you can try it and/or modify it. I include the source code. sample of the config file: <applicationSettings> <MediaPortal.RefreshRateSettings> <setting name="RefreshRates" serializeAs="Xml"> <value> <ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <string>24</string> <string>50</string> <string>60</string> </ArrayOfString> </value> </setting> <setting name="MonitorIndex" serializeAs="String"> <value>0</value> </setting> </MediaPortal.RefreshRateSettings> </applicationSettings> As I said it is very simple and can be much better. It has no log or errorhandling. Feel free to fix it. It uses win32 api and does not require any third party product to be installed. Last edited by dannyb0y; 2008-05-17 at 17:23. Reason: spelling |
| | |
| | #2 (permalink) |
| Portal Member | Interesting work dannyb0y! I have not tried it yet, maybe tonight. I have a question about this. - If you cycle through the refreshrates, is it displayed what the actual refreshrate is at that moment after switching? Like for 10 seconds or something. - Is it possible to make the plugin to detect the refreshrate of the movie/dvd/hddvd upon opening? Or just display the FPS of the media. Great work Dannyboy!!! There is a need for this kind of software. Thanks! |
| | |
| | #3 (permalink) |
| Portal Member Join Date: Feb 2006
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
| Hello. As I said it is very simple, and it does not show any information about current refresh rate. But my TV shows current resolution and refresh rate when it changes. I Hope someone can take the source code and implement it in some sort of plugin that can detect the refresh rate of current playing video. |
| | |
| | #7 (permalink) |
| Portal Member Join Date: Feb 2006
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
| My plugin works without any thirdparty products installed. I dont think any other plugin does... This is only some sort of proof of concept. I hope someone take my source and develop a real plugin that get the framerate of the video played and change the refresh rate automatically |
| | |
| | #8 (permalink) | |
| Portal Member | Quote:
![]() | |
| | |
![]() |
| Bookmarks |
| Tags |
| changer, refreshrate, simple |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Will the refreshrate control also support refreshrate change for external player ? | Gizzmo | General Talk | 1 | 2008-09-01 16:29 |
| Multi-disk Changer | jeffp | General Support | 31 | 2008-06-01 15:18 |
| Changer Hack development questions... | bigdude | My Films | 8 | 2007-11-20 17:06 |
| Simple (yet not too simple) Hardware set up... | pochrist | Installation, configuration support | 3 | 2007-07-04 04:49 |
| Skin/Theme changer | Autoper | Improvement Suggestions | 0 | 2005-02-19 02:51 |