Bug #841

library.xml

Added by tscholl over 11 years ago. Updated over 10 years ago.

Status:Closed Start date:08/09/2012
Priority:Normal Due date:
Assignee:cecil % Done:

0%

Category:Packages: Core Spent time: -
Target version:8.0

Description

/usr/share/mythtv/themes/defaultmenu/library.xml in R7.3 and R7.4 has 2 entries for Play Online Streams. The first one should be deleted.

<button>
<type>STREAM</type>
<text>Play Online Streams</text>
<description></description>
<action>PLUGIN mythstream</action>
<depends>mythstream</depends>
</button>

&lt;button&gt;
&lt;type&gt;STREAM&lt;/type&gt;
&lt;text&gt;Play Online Streams&lt;/text&gt;
&lt;description&gt;&lt;/description&gt;
&lt;action&gt;MENU is.xml&lt;/action&gt;
&lt;/button&gt;

History

Updated by cecil over 11 years ago

  • Assignee set to cecil
  • Category set to Packages: Extra
  • Status changed from New to In Progress

sudo pacman -R mythstream Should remove mythstream thereby removing the entry. Something must have occur when you upgraded to R7.3 as this should have happened automatically. Will dig into see if I can duplicate but it worked fine in testing prior to R7.3's release.

Updated by tscholl almost 11 years ago

Fresh install of R8 has two entries in library.xml

&lt;button&gt;
&lt;type&gt;STREAM&lt;/type&gt;
&lt;text&gt;Play Online Streams&lt;/text&gt;
&lt;description&gt;&lt;/description&gt;
&lt;action&gt;PLUGIN mythstream&lt;/action&gt;
&lt;depends&gt;mythstream&lt;/depends&gt;
&lt;/button&gt;
&lt;button&gt;
&lt;type&gt;STREAM&lt;/type&gt;
&lt;text&gt;Play Online Streams&lt;/text&gt;
&lt;description&gt;&lt;/description&gt;
&lt;action&gt;MENU gen_is.xml&lt;/action&gt;
&lt;/button&gt;

Updated by jams almost 11 years ago

  • Category changed from Packages: Extra to Packages: Core
  • Status changed from In Progress to Closed
  • Target version set to 8.1

The MythStream entry is part of .25 and shouldn't be removed. I have changed our patch for gen_is.xml to not use the same verbage as mythstream.

Updated by brfransen over 10 years ago

  • Target version changed from 8.1 to 8.0

Also available in: Atom PDF