| |||||||
| 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: Jul 2007
Posts: 8
Thanks: 0
Thanked 3 Times in 3 Posts
Country: | When other plugins use window meadia player (Player type is MediaPortal.Player.AudioPlayerWMP9) in MediaPortal, osd is not available, see http://forum.team-mediaportal.com/vm...ght=OSD+plugin. This plugin designed to fix this issue. It is very helpful for plugins which play internet video streams. http://www.team-mediaportal.com/file...ediaPlayerOSD/ Please post here you comments and suggestions. Thank you, Nickolay Shvydky |
| | |
| This User Say Thank You: |
| |
| | #2 (permalink) |
| Retired Team Member | I tried the plug in and it does not seem to work in combination with tv gemist plugin. These are wmv streams but pressing the "i" button does not do anything could u also make it a MPI file for easy installation ?
__________________ go to the new My Music Wiki, to expand the capabilities of your music collection: http://wiki.team-mediaportal.com/UsingMyMusic |
| | |
| | #5 (permalink) |
| Portal Member Join Date: Jul 2007
Posts: 8
Thanks: 0
Thanked 3 Times in 3 Posts
Country: | Thanks for info. I made a .MPI, http://www.team-mediaportal.com/file...r(MPI)/Others/ |
| | |
| This User Say Thank You: |
| | #6 (permalink) |
| Retired Team Member | ok thx for the quick reply
__________________ go to the new My Music Wiki, to expand the capabilities of your music collection: http://wiki.team-mediaportal.com/UsingMyMusic |
| | |
| | #9 (permalink) |
| Portal User Join Date: Jul 2007 Location: Eindhoven Age: 24
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | I noticed when using this plugin that it does not take the parameters of the UI Calibration (for people with overscan) into account . Therefore I suggest the following fix in WMPOSD.cs (revision r8) in the function protected void Parent_LocationOrSizeChanged(object sender, EventArgs e) change Code: this.Location = new Point((int)(_parent.Location.X + _parent.Size.Width * (1.0 - w) / 2), (int)(_parent.Location.Y + yp)); this.Size = new Size((int)(_parent.Size.Width * w), (int)(_parent.Size.Height * h)); Code: this.Location = new Point((int)(_parent.Location.X + GUIGraphicsContext.OffsetX + _parent.Size.Width * GUIGraphicsContext.ZoomHorizontal * (1.0 - w) / 2), (int)(_parent.Location.Y + GUIGraphicsContext.OffsetY + yp)); this.Size = new Size((int)(_parent.Size.Width * GUIGraphicsContext.ZoomHorizontal * w), (int)(_parent.Size.Height * GUIGraphicsContext.ZoomVertical * h)); |
| | |
![]() |
| Bookmarks |
| Tags |
| plugin, process, windowsmediaplayerosd |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Window plugin showing up as process | Hesse | Plugins | 8 | 2006-08-31 04:34 |
| Process Plugin Public Void Start() | Flipit | General Development (no feature request here!) | 4 | 2006-08-14 17:50 |
| WinLIRC process plugin will not load with RC3 | z3gator | Codecs, External Players | 4 | 2006-04-01 03:44 |
| Some I.A. for the recording process... | Boris | Improvement Suggestions | 3 | 2005-06-22 08:27 |
| WindowsProgressDialog in process plugin | STSC | Plugins | 3 | 2005-02-28 14:59 |