Uploaded image for project: 'MediaPortal 1'
  1. MediaPortal 1
  2. MP1-4407

Syncronize the WakeUpSrv(string newFolderName) method in windows plugins

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.7.0
    • 1.6.100
    • Music, Pictures
    • None

    Description

      <p>There is a <span class="nf">WakeUpSrv</span><span class="p">(</span><span class="kt">string</span> <span class="n">newFolderName</span><span class="p">) method in My Video, My Picture, My Music plugins. </span></p>

      <p><span class="p">In this method we need to use </span></p>

      <div class="line" id="LC2848">
      <pre class="brush: csharp;" name="code" style="padding: 0.5em 1em; border: 1px solid rgb(215, 215, 215); border-image: none; background-color: rgb(247, 247, 247);">
      &nbsp;&nbsp;&nbsp; private bool WakeUpSrv(string newFolderName)
      &nbsp;&nbsp;&nbsp; {
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (!Util.Utils.IsUNCNetwork(newFolderName))
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return true;
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      </pre>
      </div>

      <div class="line" id="LC2854">&nbsp;&nbsp;&nbsp;&nbsp;instead of</div>

      <div class="line">
      <pre class="brush: csharp;" name="code" style="padding: 0.5em 1em; border: 1px solid rgb(215, 215, 215); border-image: none; background-color: rgb(247, 247, 247);">
      &nbsp;&nbsp;&nbsp; private bool WakeUpSrv(string newFolderName)
      &nbsp;&nbsp;&nbsp; {
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (!Util.Utils.IsNetwork(newFolderName))
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return true;
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }
      </pre>

      <p>&nbsp;</p>

      <p>The method is good in My Video.</p>
      </div>

      <div class="line">&nbsp;</div>

      Attachments

        Activity

          People

            regeszter regeszter (Inactive)
            regeszter regeszter (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: