Skip to content

Commit

Permalink
Merge pull request #19409 from ksooo/estuary-logspam-master
Browse files Browse the repository at this point in the history
[Estuary] Remove unneeded target windows from PVR home screen widgets…
  • Loading branch information
ksooo committed Mar 23, 2021
2 parents e04f7d6 + d666c47 commit a80d129
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions addons/skin.estuary/xml/Home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -404,24 +404,20 @@
<include content="WidgetListCategories" condition="System.HasPVRAddon">
<param name="content_path" value="pvr://tv/"/>
<param name="widget_header" value="$LOCALIZE[31148]"/>
<param name="widget_target" value="pvr"/>
<param name="list_id" value="12900"/>
</include>

<include content="WidgetListChannels" condition="System.HasPVRAddon">
<param name="content_path" value="pvr://channels/tv/*?view=lastplayed"/>
<param name="sortby" value="lastplayed"/>
<param name="sortorder" value="descending"/>
<param name="widget_header" value="$LOCALIZE[31016]"/>
<param name="widget_target" value="pvr"/>
<param name="list_id" value="12200"/>
</include>
<include content="WidgetListChannels" condition="System.HasPVRAddon">
<param name="content_path" value="pvr://recordings/tv/active?view=flat"/>
<param name="sortby" value="date"/>
<param name="sortorder" value="descending"/>
<param name="widget_header" value="$LOCALIZE[31015]"/>
<param name="widget_target" value="pvr"/>
<param name="list_id" value="12300"/>
<param name="label" value="$INFO[ListItem.ChannelName]"/>
<param name="label2" value="$INFO[ListItem.Title]$INFO[ListItem.EpisodeName, (,)]"/>
Expand Down Expand Up @@ -485,23 +481,20 @@
<include content="WidgetListCategories" condition="System.HasPVRAddon">
<param name="content_path" value="pvr://radio/"/>
<param name="widget_header" value="$LOCALIZE[31148]"/>
<param name="widget_target" value="pvr"/>
<param name="list_id" value="13900"/>
</include>
<include content="WidgetListChannels" condition="System.HasPVRAddon">
<param name="content_path" value="pvr://channels/radio/*?view=lastplayed"/>
<param name="sortby" value="lastplayed"/>
<param name="sortorder" value="descending"/>
<param name="widget_header" value="$LOCALIZE[31018]"/>
<param name="widget_target" value="files"/>
<param name="list_id" value="13200"/>
</include>
<include content="WidgetListChannels" condition="System.HasPVRAddon">
<param name="content_path" value="pvr://recordings/radio/active?view=flat"/>
<param name="sortby" value="date"/>
<param name="sortorder" value="descending"/>
<param name="widget_header" value="$LOCALIZE[31015]"/>
<param name="widget_target" value="pvr"/>
<param name="list_id" value="13300"/>
<param name="label" value="$INFO[ListItem.ChannelName]"/>
<param name="label2" value="$INFO[ListItem.Title]$INFO[ListItem.EpisodeName, (,)]"/>
Expand Down

0 comments on commit a80d129

Please sign in to comment.