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

TsWriter not processing channel's extended name with more than one segment

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.23.100
    • 1.23.0
    • TsWriter
    • None
    • Server-Client

    Description

      <p>The issue isn't directly caused by the unsupported compression/encoding scheme. Rather, it is caused by the fact that the channel's extended name has more than one segment.</p>

      <ol>
      <li>DecodeMultipleStrings() is not producing the correct output. Instead of producing &lt;numberStrings&gt; strings in &lt;strings&gt;, it is putting all the segments from all the strings directly in &lt;strings&gt;. In other words, for this particular example, it is producing 9 strings (which is the number of segments in string 0) instead of 1.</li>
      <li><a class="externalLink setFavicon" href="https://github.com/MediaPortal/MediaPortal-1/blob/master/DirectShowFilters/TsWriter/source/LvctParser.cpp#L217-L257" style="background-image: url(&quot;//www.google.com/s2/favicons?domain=https://github.com/MediaPortal/MediaPortal-1/blob/master/DirectShowFilters/TsWriter/source/LvctParser.cpp#L217-L257&quot;);" target="_blank">The loop</a>&nbsp; after DecodeMultipleStrings() is not combining names correctly. Intention is to combine the short name with the first extended name that is not the same as the short name, in the format "&lt;extended name&gt; (&lt;short name&gt;)".</li>
      </ol>

      <p>&nbsp;</p>

      <p>Previously Jira ticket for MediaPortal 2 : MP2-819</p>

      Attachments

        Activity

          People

            morpheus_xx morpheus_xx
            HTPCSourcer HTPCSourcer (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: