MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Community Skins and Plugins » Plugins


Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here.

Reply
 
LinkBack Thread Tools Display Modes
Old 2007-08-14, 20:15   #1 (permalink)
Portal Member
 
Join Date: Jul 2007
Posts: 8
Thanks: 0
Thanked 3 Times in 3 Posts

Country:


Thumbs up WindowsMediaPlayerOSD process plugin.

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
nshvydky is offline   Reply With Quote
This User Say Thank You:
Old 2007-08-14, 20:17   #2 (permalink)
Retired Team Member
 
Join Date: Sep 2005
Posts: 617
Thanks: 5
Thanked 9 Times in 6 Posts

Country:

My System

Default

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
idioteque is offline   Reply With Quote
Old 2007-08-14, 20:55   #3 (permalink)
Portal Member
 
Join Date: Jul 2007
Posts: 8
Thanks: 0
Thanked 3 Times in 3 Posts

Country:


Default

I did not make it clear, but only progress (rewind) OSD works for now. I plan to add volume and info in next releases.
May be I am stupid but what is MPI file ?
nshvydky is offline   Reply With Quote
Old 2007-08-14, 21:03   #4 (permalink)
Portal Member
 
Join Date: Mar 2007
Posts: 567
Thanks: 35
Thanked 11 Times in 10 Posts

Country:

My System

Default

For MPI see http://www.team-mediaportal.com/content/view/289/60/
kiesow is offline   Reply With Quote
Old 2007-08-14, 21:29   #5 (permalink)
Portal Member
 
Join Date: Jul 2007
Posts: 8
Thanks: 0
Thanked 3 Times in 3 Posts

Country:


Default

Thanks for info. I made a .MPI, http://www.team-mediaportal.com/file...r(MPI)/Others/
nshvydky is offline   Reply With Quote
This User Say Thank You:
Old 2007-08-15, 07:42   #6 (permalink)
Retired Team Member
 
Join Date: Sep 2005
Posts: 617
Thanks: 5
Thanked 9 Times in 6 Posts

Country:

My System

Default

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
idioteque is offline   Reply With Quote
Old 2007-10-12, 15:45   #7 (permalink)
Portal Member
 
Join Date: Apr 2007
Location: Gouda
Age: 28
Posts: 277
Thanks: 40
Thanked 1 Time in 1 Post

Country:

My System

Default

Just wanted to let you guys know I also use it primarily for the uitzending gemist plugin.
works great! thanks!
kkendall is offline   Reply With Quote
Old 2008-01-14, 08:21   #8 (permalink)
Portal Member
 
Join Date: Dec 2006
Age: 43
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

Default

I do like the plugin very much. I use it for TVgemist as well and it works very nice.
daan640 is offline   Reply With Quote
Old 2008-04-07, 16:10   #9 (permalink)
Portal User
 
Join Date: Jul 2007
Location: Eindhoven
Age: 24
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

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));
into
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));
(I've added WMPOSD.cs with this fix as attachment to this post)
Attached Files
File Type: zip WMPOSD.zip (2.8 KB, 7 views)
escabe is offline   Reply With Quote
Old 2008-06-01, 17:12   #10 (permalink)
Portal Member
 
Join Date: Aug 2007
Location: Rotterdam
Age: 26
Posts: 24
Thanks: 1
Thanked 0 Times in 0 Posts

Country:


Default

The plugin doesn't seem to work for me anymore after going to MP 1.0. Can anyone confirm?
Kingmob is offline   Reply With Quote
Reply

Bookmarks

Tags
plugin, process, windowsmediaplayerosd

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

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


All times are GMT +1. The time now is 06:36.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress