Bug #841
library.xml
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>
<button>
<type>STREAM</type>
<text>Play Online Streams</text>
<description></description>
<action>MENU is.xml</action>
</button>
History
Updated by cecil over 12 years ago
- Assignee set to cecil
- Status changed from New to In Progress
- Category set to Packages: Extra
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 over 11 years ago
Fresh install of R8 has two entries in library.xml
<button>
<type>STREAM</type>
<text>Play Online Streams</text>
<description></description>
<action>PLUGIN mythstream</action>
<depends>mythstream</depends>
</button>
<button>
<type>STREAM</type>
<text>Play Online Streams</text>
<description></description>
<action>MENU gen_is.xml</action>
</button>
Updated by jams over 11 years ago
- Status changed from In Progress to Closed
- Category changed from Packages: Extra to Packages: Core
- 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 about 11 years ago
- Target version changed from 8.1 to 8.0