| |||||||
| Tips and Tricks Post your Tips and Tricks in here. |
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal Member Join Date: Aug 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
| I was a fan of the mediaportal fullscreen on secondary monitor launcher for my htpc downstairs, but the new builds removed the change device menu and rendered this launcher useless. (edit: the launcher no longer works. you can still do it manually. i will have to write my own when i have some time.) anyways i modified the source and compiled and got the menu back. for those who want this menu back... im not a very good programmer and im not sure how to make patches, here are two ways to get it back: (1) the easy way, here is the executable for the latest build which enables the menu, just replace it with the current one in the MP install folder and go. http://members.shaw.ca/borna/MediaPortal.exe (2) if you want to compile it yourself, you need to modify the d3dapp.cs file in the source library, search it. change this segment // // menuItemFile // this.menuItemFile.Index = 0; this.menuItemFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuItemExit); this.menuItemFile.Text = "&File"; // to // // menuItemFile // this.menuItemFile.Index = 0; this.menuItemFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuItemExit, this.menuItemChangeDevice}); this.menuItemFile.Text = "&File"; // and this line: this.menuItemChangeDevice.Index = -1; to this.menuItemChangeDevice.Index = 1; Now recompile with any method, instructions in the documents section and enjoy. I recommend the last compile method, msbuild. kk! |
| | |
| | #3 (permalink) |
| Portal User Join Date: Aug 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
| is there any way to do this on the latest build of MP? I have no coding experience, so if someone could compile the latest build with this little trick in there, i'd appreciate it. it's driving me nuts to not be able to use MP anymore on my TV instead of my PC monitor. ![]() |
| | |
| | #4 (permalink) | |
| Portal Member | Quote:
| |
| | |
![]() |
| Bookmarks |
| Tags |
| adding, back, change device, option |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unable to tune in MediaPortal | streetroN | Installation, configuration support | 14 | 2008-04-23 07:13 |
| ASUS WDM TV/FM 7134 is supported | River Mead | General Support | 6 | 2007-08-27 16:12 |
| Pinnacle MediaCenter 100i Remote | kadafi | General Support | 28 | 2007-02-06 19:57 |
| Radio autotune crash MP configuration | pisdu | General Support | 2 | 2006-04-10 13:57 |
| WinFast TV2000 XP Expert - no signal | regeszter | General Support | 2 | 2006-02-14 20:37 |