Wake On Lan (WOL) feature inside MediaPortal (3 Viewers)

regeszter

Retired Team Member
  • Premium Supporter
  • October 29, 2005
    5,335
    4,954
    Home Country
    Hungary Hungary
    I have added a debug to check the valid address.
     

    Attachments

    • ConfigurationV2.zip
      1.3 MB

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,948
    5,617
    France - IDF
    Home Country
    France France
    error to .net
    ************** Texte de l'exception **************
    System.MissingMethodException: Méthode introuvable : 'Void MediaPortal.Visualization.VisualizationInfo.set_FFTSensitivity(Int32)'.
    à MediaPortal.Configuration.Sections.Music.LoadSettings()
    à MediaPortal.Configuration.SettingsForm.LoadSectionSettings(TreeNode currentNode)
    à MediaPortal.Configuration.SettingsForm.SettingsForm_Load(Object sender, EventArgs e)
    à System.Windows.Forms.Form.OnLoad(EventArgs e)
    à System.Windows.Forms.Form.OnCreateControl()
    à System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
    à System.Windows.Forms.Control.CreateControl()
    à System.Windows.Forms.Control.WmShowWindow(Message& m)
    à System.Windows.Forms.Control.WndProc(Message& m)
    à System.Windows.Forms.ScrollableControl.WndProc(Message& m)
    à System.Windows.Forms.Form.WmShowWindow(Message& m)
    à System.Windows.Forms.Form.WndProc(Message& m)
    à System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    dont want save config
     

    regeszter

    Retired Team Member
  • Premium Supporter
  • October 29, 2005
    5,335
    4,954
    Home Country
    Hungary Hungary
    Hi,

    We need to make a decision if we want to handle the situation if the user is inside a folder and not do anything and the server/nas goes to standby.
    If we want to handle this situation we have to check the server on every folder changing and every start of playing. It can slow down the browsing of the shares.

    I have created two installers for this test.

    Setup-MediaPortal-git-1.5.100.3.zip will check the server on every folder changing.
    Setup-MediaPortal-git-1.5.100.4.zip will check the server only if the user navigates to a new server.

    Please check if the Setup-MediaPortal-git-1.5.100.3.zip is realy slower then Setup-MediaPortal-git-1.5.100.4.zip

    Thanks for advance!
     

    regeszter

    Retired Team Member
  • Premium Supporter
  • October 29, 2005
    5,335
    4,954
    Home Country
    Hungary Hungary
    (2013.12.23) Setup-MediaPortal-git-1.6.0.5.zip
    • will check the server only if the user navigates to a new server and the last check was later than 1 minute.
     

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,948
    5,617
    France - IDF
    Home Country
    France France
    will check the server only if the user navigates to a new server and the last check was later than 1 minute.
    i think 1 minute, is fine.
    Who have 1 minute for send sleep to nas ???
    PS : can you add this timing to debug hidden setting ? and not hard value, for solve issue without recompil ?
     

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,948
    5,617
    France - IDF
    Home Country
    France France
    OK,
    so my wol don't work at home, but at least i can test / verify the implementation. ca you add :
    Config :
    - the list of MAC adress stored.
    - show, who are the share than are set for WOL
    conf1.PNG or Sans titre.png ( i prefer the second )

    GUI :
    BuG :

    - Internal screencapture cant take Popup dialog 10-32-41.png
    - no text appear on dialog screenshot of WOL sender.png ( take with windows screenshot )

    Improvement :

    - Add a second dialog, if the server is not ready, because after the timeout ( from the 1st popup ), the list of the shared folder is empty. and we need return back to the root view.
    screenshot of no server ready.png

    Maybe an small issue :
    in mpconfig file, the name of shared folder, is in lowercase , the name should be in capital letter ?
    XML:
      <section name="macAddress">
        <entry name="romain-pc">00:00:00:00</entry>
      </section>

    @Testers : nobody can use WOL ???
     

    Users who are viewing this thread

    Top Bottom