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
 
Thread Tools Display Modes
Old 2007-02-20, 19:23   #11 (permalink)
Portal Developer
 
Join Date: Apr 2006
Posts: 1,060
Thanks: 23
Thanked 28 Times in 19 Posts

Country:


Default

Quote:
Originally Posted by konti View Post
I have one feature request. If possible. When I play a video and press (back button) to go back out of full screen it goes automatic to my root folder. Can you make the functionallity like the my videos?
This is already on my todo list and eventually be available with the next release.
misterd is online now   Reply With Quote
Old 2007-02-20, 20:02   #12 (permalink)
Portal Member
 
Join Date: Nov 2006
Location: Cologne
Posts: 186
Thanks: 10
Thanked 0 Times in 0 Posts

Country:

My System

Default

Hi MisterD,

I just tested your option:

Quote:
Therefore could you please make another test? What happen if you play a dts track with option "-afm hwac3", because this should also work.
Playing a video with dts track with your option "-afm hwac3" will output dts signal to my amplifier. So it works!!
BUT: I noticed a difference between video and audio playback around 2 sec. Video and audio is not in sync.
May be this problem is unique to my system configuration. I think it would be a good idea if somebody else could verify this result.

Quote:
I would suggest that you try some other video output modes of MPlayer. This can be done with the following options on command line or in MPUI, because the plugin won't work with them at the moment:
-vo directx:noaccel (DirectX Output without acceleration)
-vo gl (OpenGL)
Other Video output modes aren't possible in combination with my plugin.
I tested this options too:
  • "-vo gl" didn't work at all. No video output. Error opening the selected video_out (-vo) device
  • "-vo directx:noaccel" works but I cannot see any difference. Even the Vista compatibility msg shows again

Where do I have to insert this global option when using your plugin? By selecting a video extension and write these parameters in the arguments-box?

May I have a wish?

Could you please change the displayed name of your plugin...
Something without the "my" within the plugin name?
Like "MisterD Player" or "Mplayer Plugin"...
Or is it possible to change it individually by modifying a config/txt file?

Cheers
mpFrank
mpfrank is offline   Reply With Quote
Old 2007-02-20, 22:28   #13 (permalink)
Portal Developer
 
Join Date: Apr 2006
Posts: 1,060
Thanks: 23
Thanked 28 Times in 19 Posts

Country:


Default

Hi,
the passthrough option is now part of the plugin and will be available with the next release. I also added an option for the cachesize and a drop down list for the sound output device.

Quote:
BUT: I noticed a difference between video and audio playback around 2 sec. Video and audio is not in sync.
You could try this: −autosync 1 or higher value.


Quote:
Where do I have to insert this global option when using your plugin?
If you mean the "-vo gl", this shouldn't be set because it won't work at the moment. In general you can set global options at the general tab in the textbox "Optional arguments" These arguments will be always added. The other textboxes for arguments will only be used, when the corresponding format is played.

Quote:
May I have a wish?
Feature requests are always welcome.

Quote:
Could you please change the displayed name of your plugin...
Something without the "my" within the plugin name?
Like "MisterD Player" or "Mplayer Plugin"...
Or is it possible to change it individually by modifying a config/txt file?
Why don't you like the "my"? But I like your first one
At the moment you have to change the text file with the source code and rebuild it
I will think about it, because the setup is getting to complex.

Regards
MisterD
misterd is online now   Reply With Quote
Old 2007-02-21, 19:57   #14 (permalink)
Portal User
 
Join Date: Dec 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts


Smile unrar

could you make it with unrar suport?
would be great
Smurfen is offline   Reply With Quote
Old 2007-02-22, 13:57   #15 (permalink)
Portal Member
 
Join Date: Jul 2006
Location: UK
Posts: 260
Thanks: 0
Thanked 4 Times in 3 Posts

My System

Default

I had been trying to add -vo gl myself then reading here I see you say it won't work. I run my nvidia card in clone mode. Using the normal mplayer settings video only appears on the primary monitor. After a bit of playing with gmplayer I realised setting the video driver to either gl or gl2 solved this issue, however attempts to get your plug to also do this failed.

I wonder is there any way to get the cpu advantage using Nvidia PureVideo gives when playing via mplayer codecs?

---Other issues tested using latest svn + Feb18 release ---
Pressing Jump Fwd exits playback (FFWD also exits in latest svn). After exit playback, you are back at the root of the shares, so then have to re-navigate to try again.

.avi containing ac3 gives no audio (Config|Ac3 pass thru = on/off makes no diff (latest svn) with Feb18 it plays OK but no bypass option). Plays fine with full ac3 pass thru dolby out using MyVideos plug.

Adding new shares in Config|My Mplayer Gui is a bit weird. You add a new one and it appears instead as "New Location" with No Path!, so you then have to add it again (plug doesn't remember last path it was at either, so you have to re-navigate) and THEN delete the "New Location" one. It would be easier if mimiced the current path entry system in MyVideos/MyMusic/MyPhotos.


I know some of these are minor issues, but when they don't work it precludes further testing as frustration sets in. But good work, controlling mplayer ain't easy. I wonder if you have plans to extend it to VLC which is probably a lot more controllable and versatile than mplayer. I presume MPlayer still doesn't do dvd menus?

Cheers

Last edited by HappyTalk; 2007-02-22 at 14:46.
HappyTalk is offline   Reply With Quote
Old 2007-02-22, 18:55   #16 (permalink)
Portal Developer
 
Join Date: Apr 2006
Posts: 1,060
Thanks: 23
Thanked 28 Times in 19 Posts

Country:


Default

Hi,
I have changed some things of the gui plugin. You are now able to change the displayed name of the plugin as requested by mpfrank. Also the plugin doesn't go back to root when you leave the plugin window.

Quote:
could you make it with unrar suport?
This isn't possible, because then there will be no chance to control MPlayer from within MP. The only chance ist to extract the file to a temporary directory and play it from there. But then every player (internal or external) of MP can play this file.

I tried to add support for OpenGL, but I must realize that this won't work in combination with MP. For example with gl2 I have to deactivate the possibility of changing the aspect and switching between full screen and window mode.

Quote:
Pressing Jump Fwd exits playback (FFWD also exits in latest svn). After exit playback, you are back at the root of the shares, so then have to re-navigate to try again.
Could you please post a log, because I can't reproduce it.

Quote:
.avi containing ac3 gives no audio (Config|Ac3 pass thru = on/off makes no diff (latest svn) with Feb18 it plays OK but no bypass option). Plays fine with full ac3 pass thru dolby out using MyVideos plug.
Since I can't test this scenario, I really need a log. It would be very interesting if you could post logs of both versions and with activate and deactivated option.

For the logs you could use Pastebin: http://pastebin.team-mediaportal.com and only post the links here.

Quote:
Adding new shares in Config|My Mplayer Gui is a bit weird. You add a new one and it appears instead as "New Location" with No Path!, so you then have to add it again (plug doesn't remember last path it was at either, so you have to re-navigate) and THEN delete the "New Location" one. It would be easier if mimiced the current path entry system in MyVideos/MyMusic/MyPhotos.
The reason of this behaviour is that I don't want to create another form for editing. This is why you always edit the selected item in the list box, but I will disable the textboxes if there is no item selected in the list box. The setup of the external player has the same behaviour.

Quote:
I wonder if you have plans to extend it to VLC which is probably a lot more controllable and versatile than mplayer. I presume MPlayer still doesn't do dvd menus?
There are no plans for integrating VLC in the same way at the moment, because the interface of MPlayer is much easier. MPlayer has no support for dvd menu at the moment and I don't if this will change in the future.

Regards,
MisterD
misterd is online now   Reply With Quote
Old 2007-03-01, 18:46   #17 (permalink)
Portal Developer
 
Join Date: Apr 2006
Posts: 1,060
Thanks: 23
Thanked 28 Times in 19 Posts

Country:


Default

Hi all,
I just uploaded a new version to main site. New version number is 0.6. I hope that all known problems are fixed. You can find a change log in my first post.

Any feature request, bug report or just a feedback is still welcome.
I have only wish if you report a bug: Please attach a log Otherwise it is very complicated or impossible for me to find and fix the bug.

Regards,
MisterD
misterd is online now   Reply With Quote
Old 2007-03-02, 12:38   #18 (permalink)
Portal Member
 
Join Date: Sep 2006
Age: 26
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default Feature request

Wow verry nice what you did! Maybe this doesn't seem like a big plugin for most people, but it really is! The core player of Mediaportal isn't allways to stable. And that of mplayer is!

It's perfect as the plugin is. But, it would be more flexible if it could be used from within the my video's menu? Like the OK / Enter button play's it normally and a different button play's it in the mplayer plugin? That way you only have one my video's.

I hope i'm clear enough with my little english.
konti is offline   Reply With Quote
Old 2007-03-02, 13:37   #19 (permalink)
Super Moderator
 
Spragleknas's Avatar
 
Join Date: Dec 2005
Location: Rogaland
Age: 32
Posts: 3,504
Thanks: 152
Thanked 69 Times in 59 Posts

Country:

My System

Default

Could somebody tell me (and other ignorant ppl), what the benefit of using MPlayer are?
__________________
Please read -> HOW TO START A SUPPORT THREAD !!!
Support MediaPortal! Donate by clicking HERE
Dedicated HTPC board (Norway) -> MSPC.no
Spragleknas is online now   Reply With Quote
Old 2007-03-02, 16:23   #20 (permalink)
Portal Member
 
Join Date: Sep 2006
Age: 26
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

1. see opening post

2. mplayer plays everything. e.a. incomplete downloaded video files

3. you have more finetuning instruments

4. i find it more stable then the MP core.
konti is offline   Reply With Quote
Reply

Bookmarks

Tags
mplayer

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 Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
MPlayer and TVServer CodeMonkey General Talk 0 2006-12-29 20:16
Integrated mplayer support Xetick Improvement Suggestions 25 2006-08-23 22:49


All times are GMT +1. The time now is 19:54.


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