My MPlayer (2 Viewers)

ettore.b

MP Donator
  • Premium Supporter
  • May 30, 2007
    56
    0
    52
    Home Country
    Italy Italy
    Hi,
    finally I've been able to add new shares: the problem was in the configuration windows of MyMplayer GUI: using large fonts in windows the "location" raw disappear and you're only able to specify the name... maybe in the next version you can "expand" a little bit this window or add a "font check"

    I've changed a word in the intalian xml if you've already downloaded it please take it again

    regards

    Ettore
     

    misterd

    Retired Team Member
  • Premium Supporter
  • April 4, 2006
    1,597
    314
    Home Country
    Germany Germany
    Hi all,
    I just uploaded a new version of the plugin. See the first post of this for the change log and download link.
    I hope that all problems that are related to large systems fonts are solved with this version.

    And as always if you encounter a bug please post a it here and include a log in your post so that I hopefully can reproduce the issue.
    Feedback, improvement suggestions or anything else is also welcome.

    Regards,
    MisterD
     

    ettore.b

    MP Donator
  • Premium Supporter
  • May 30, 2007
    56
    0
    52
    Home Country
    Italy Italy
    conflict with MCe replacement

    Hi Misterd,
    during the last install I've noticed a conflict between the mplayer plugin (the "external palyer" one, not the GUI) and MCE replacement by aaron: if I enable the mplayer plugin, all the remote keys managed by MCE Replacement stop working.
    Nothing is noticed in mediaportal.txt or error.txt

    no problem is reported if I use the internal MCE support of MP
    At the moment my mplayer and MCE repalcement are the for me the "killer application" for MP respect WMCE.. so I hope with a future release of one of these plugins we'll be able to use both of them....

    Bye

    Ettore
     

    Spragleknas

    Moderator
  • Team MediaPortal
  • December 21, 2005
    9,474
    1,822
    Located
    Home Country
    Norway Norway
    Tried to find an answer to this, but no luck, so:
    - Does MPlayer support playing .iso and/or .nrg-files?
    - Playing .rar. files is not supported, right?
     

    misterd

    Retired Team Member
  • Premium Supporter
  • April 4, 2006
    1,597
    314
    Home Country
    Germany Germany
    Hi Misterd,
    during the last install I've noticed a conflict between the mplayer plugin (the "external palyer" one, not the GUI) and MCE replacement by aaron: if I enable the mplayer plugin, all the remote keys managed by MCE Replacement stop working.
    Nothing is noticed in mediaportal.txt or error.txt

    no problem is reported if I use the internal MCE support of MP
    At the moment my mplayer and MCE repalcement are the for me the "killer application" for MP respect WMCE.. so I hope with a future release of one of these plugins we'll be able to use both of them....

    Bye

    Ettore
    Does the remote keys stop working when you have used the MPlayer plugin or also stop working when you just have enabled the plugin and haven't used it already ?
    You could also try to disable the "External OSD" and use the internal OSD of MPlayer.
    Currently I don't know what is the reason for this problem, but I will have a look at it again, when I find some time next week.

    Tried to find an answer to this, but no luck, so:
    - Does MPlayer support playing .iso and/or .nrg-files?
    - Playing .rar. files is not supported, right?
    MPlayer itself can play .iso and .rar (store mode) files . But this isn't really a feature of MPlayer, because it only skips the rar header and so you can't specify a specific file in the archive. All files in the archive will be played as one file. I don't know if also .nrg files are working.
    This is why these two file types aren't in the extension list.

    MisterD
     

    ghizzu

    Portal Member
    December 16, 2005
    5
    0
    For everyone interested, mplayer plugin works fine with Vista with Aero disabled (at least for me).

    BTW, where can I find the source?
     

    misterd

    Retired Team Member
  • Premium Supporter
  • April 4, 2006
    1,597
    314
    Home Country
    Germany Germany
    Good to hear that the plugin works if you disable Aero. I haven't tried this so far.

    The source code is located in the Plugin SVN. I will add a link to the first post.

    MisterD
     

    ghizzu

    Portal Member
    December 16, 2005
    5
    0
    Thank You for your reply and your plugin. The ability to handle playlists as folders is exactly what I needed for handling my m3u lists of online video streams. Well, ALMOST, because of two minor drawbacks:
    1) Your plugin (or MediaPortal, I don't know) reorders automatically the list items in alphabetical order, while I need them to be in original order;
    2) mplayer can play video streams seamlessly one after the other, providing they're enclosed by { } , like this:
    { http://1.flv http://2.flv http://3.flv } (I need this to play multipart videos). I tried this with your plugin, but it don't seems to work.
    Any chances that this features will be implemented in your plugin?
     

    misterd

    Retired Team Member
  • Premium Supporter
  • April 4, 2006
    1,597
    314
    Home Country
    Germany Germany
    Almost everything can be implemented. The main problem is mainly the time.
    1.) I will have a look at it, but I can't promise when this will be ;)
    2.) At the moment I don't know if this can be done with MP, because I use MP internal methods for starting the playback. This is needed to have such an integration into MP. I think that I than have to fake something for MP.

    MisterD
     

    idioteque

    Retired Team Member
  • Premium Supporter
  • September 29, 2005
    609
    9
    Home Country
    Netherlands Netherlands
    for me the plugin does not work :

    MP crashes

    ExceptionType: System.NullReferenceException
    Message: Object reference not set to an instance of an object.
    Source: MPlayer_ExtPlayer

    Stack trace:
    at MPlayer.VideoHandler.SetVideoWindow()
    at MPlayer.VideoHandler.HandleMessage(String message)
    at MPlayer.MPlayer_ExtPlayer.mplayerProcess_OutputDataReceived(Object sender, DataReceivedEventArgs e)
    at System.Diagnostics.Process.OutputReadNotifyUser(String data)
    at System.Diagnostics.AsyncStreamReader.FlushMessageQueue()
    at System.Diagnostics.AsyncStreamReader.GetLinesFromStringBuilder()
    at System.Diagnostics.AsyncStreamReader.ReadBuffer(IAsyncResult ar)
    at System.Runtime.Remoting.Messaging.AsyncResult.SyncProcessMessage(IMessage msg)
    at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
    at System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.ThreadPoolCallBack(Object o)
    at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)
    at System.Threading.ExecutionContext.runTryCode(Object userData)
    at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)
     

    Users who are viewing this thread

    Top Bottom