Last Played Channels TV Widget
#1
Love this skin! Had a question for the TV Preconfigured Widgets is there any way in the XML to reorder the items that are shown?  Also is there a way to add the show title to the Last Played Channels?  Currently it shows the progress bar and tv show information and shows the logo that I have selected.

Thanks!
Flyingsubs
Reply
#2
you need to edit home.xml
<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>

https://codedocs.xyz/AlwinEsch/kodi/grou...thods.html

SortByChannel 46 : Sort by channel (String:
Channel
)
SortByChannelNumber 47 : Sort by channel number (String:
ChannelNumber
)
Reply
#3
(2019-04-21, 17:30)the_other_guy Wrote: you need to edit home.xml
<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>

https://codedocs.xyz/AlwinEsch/kodi/grou...thods.html

SortByChannel 46 : Sort by channel (String:
Channel
)
SortByChannelNumber 47 : Sort by channel number (String:
ChannelNumber
)

I found the file, thank you.  I'm not sure what to edit to add the current program being played. Also i'm not sure how to change the order to have up next recording moved to the second spot. Maybe it's something I'm not understanding? I appreciate the help.
Reply
#4
I figured out how to rearrange! Thank you!  Do you know of a way to add the show title somewhere for the last played channels?
Reply
#5
https://forum.kodi.tv/showthread.php?tid=279131
Lists what was played most recently may work
Reply
#6
(2019-04-23, 16:10)the_other_guy Wrote: https://forum.kodi.tv/showthread.php?tid=279131
Lists what was played most recently may work
Thanks! I appreciate that thread. I'm actually using a PVR and these are the last channels played where it displays the last channels that I've tuned to.  In a previous version of this skin it use to show you the current show playing on top of the logo/icon.  Do you use a PVR?
Reply
#7
(2019-04-24, 01:10)flyingsubs Wrote:
(2019-04-23, 16:10)the_other_guy Wrote: https://forum.kodi.tv/showthread.php?tid=279131
Lists what was played most recently may work
Thanks! I appreciate that thread. I'm actually using a PVR and these are the last channels played where it displays the last channels that I've tuned to.  In a previous version of this skin it use to show you the current show playing on top of the logo/icon.  Do you use a PVR?
 

Figured it out! Found the answer on another thread. Wasn't searching for the right key terms.

Check the settings > skin > Home menu > Show media name with widgets names this should be disabled
Reply
#8
(2019-04-24, 01:10)flyingsubs Wrote:
(2019-04-23, 16:10)the_other_guy Wrote: https://forum.kodi.tv/showthread.php?tid=279131
Lists what was played most recently may work
Do you use a PVR? 
Image
cluedo online with friends
Reply

Logout Mark Read Team Forum Stats Members Help
Last Played Channels TV Widget0