Mod kodi-18.0 D.I.Y
#31
the font font37A need to be added to fonts.xml
xml:
<!---font--> <font>
   <name>font37A</name>
   <filename>NotoSans-Regular.ttf</filename>
   <size>54</size>
   <style>BOLD</style>
  </font>
Reply
#32
changed the height of the icon image in both sections in includes_PVR.xml , from "0"  to "10"  its centralised the icons in EPG.
Reply
#33
sorry when I say height I mead from "top"
Reply
#34
https://forum.kodi.tv/showthread.php?tid=290964
pvr All Channels

xml:
<include content="WidgetListChannels" condition="System.HasPVRAddon">
       <param name="content_path" value="pvr://channels/tv/*"/>
       <param name="sortby" value="random"/>
       <param name="sortorder" value="descending"/>
       <param name="widget_header" value="All Channels"/>
              <param name="widget_target" value="pvr"/>
       <param name="list_id" value="12221"/>
       <param name="item_limit" value="45"/>
       <param name="label" value="$INFO[ListItem.ChannelName]"/>
       <param name="label2" value="$INFO[ListItem.Title]$VAR[SeasonEpisodeLabel]"/>
      </include>

<include content="WidgetListChannels" condition="System.HasPVRAddon">
       <param name="content_path" value="pvr://channels/radio/*"/>
       <param name="sortby" value="random"/>
       <param name="sortorder" value="descending"/>
       <param name="widget_header" value="All Channels"/>
              <param name="widget_target" value="pvr"/>
       <param name="list_id" value="13201"/>
       <param name="item_limit" value="45"/>
       <param name="label" value="$INFO[ListItem.ChannelName]"/>
       
      </include>
Reply
#35
Done tx buddy.
Reply
#36
Been stuck for a few hours , I cant find where ,in either "media-textures folder" or in xml files, to go to remove the dark BG both behind the side menu panel and the bottom bar ? 
http://i.imgur.com/FmKRjRp.jpeg
Reply
#37
the bottom bar
Textures\frame\osdfade.png it is flipped
<texture flipy="true">frame/osdfade.png</texture>
DialogSeekBar.xml

dark BG both behind the side menu panel
\Textures\dialogs\dialog-bg-nobo.png
\Textures\lists\

if you do not have a good paint program
http://www.heliospaint.com/
 Transparency of overlaid area is adjustable. Scissors can cut out various shapes including regular polygons, stars and hearts. When an area selected, all paint operations apply only to that area.
Selected area pixel count.
Load, edit and save transparent png and transparent gif files.


have uploaded the kodi images that I know have no copyright on them
https://nofile.io/f/D1NGudNDv43/Texturenews.xbt
Reply
#38
tx , but had already found those two png's , I  have renamed them , even removed em from media folder ( textures ) both dark bars still appear on home screen in kodi.
Reply
#39
editing out png in dialogueseekbar.xml doesn't remove the dark bg's either.
Reply
#40
<texture flipy="true">frame/InfoBar.png</texture>
it may be in Includes.xml
Reply
#41
Hi there , using your pvr guide , bothe xml files , the egg.jpg and the font edit to 37A , but the categories list and the plot/synopsis no longer show in the guide ?
Reply
#42
sorry my bad , was trying to install on krypton.
Reply
#43
Lovely thread, please keep it coming the_guy  am loving the mod
Reply
#44
(2018-07-20, 03:54)the_other_guy Wrote: https://forum.kodi.tv/showthread.php?tid=290964
pvr All Channels

<include content="WidgetListChannels" condition="System.HasPVRAddon">
       <param name="content_path" value="pvr://channels/tv/*"/>
       <param name="sortby" value="random"/>
       <param name="sortorder" value="descending"/>
       <param name="widget_header" value="All Channels"/>
              <param name="widget_target" value="pvr"/>
       <param name="list_id" value="12221"/>
       <param name="item_limit" value="45"/>
       <param name="label" value="$INFO[ListItem.ChannelName]"/>
       <param name="label2" value="$INFO[ListItem.Title]$VAR[SeasonEpisodeLabel]"/>
      </include>

<include content="WidgetListChannels" condition="System.HasPVRAddon">
       <param name="content_path" value="pvr://channels/radio/*"/>
       <param name="sortby" value="random"/>
       <param name="sortorder" value="descending"/>
       <param name="widget_header" value="All Channels"/>
              <param name="widget_target" value="pvr"/>
       <param name="list_id" value="13201"/>
       <param name="item_limit" value="45"/>
       <param name="label" value="$INFO[ListItem.ChannelName]"/>
       
      </include>
Hi, 1º let me now this is a great way to show how skin works and you doing a great job teaching us all this thanks Smile About this widget, can you tell me how to put a filter on this, let say favorites (pvr://channels/favorites/*)? And is there a way to put "icon src" (xmltv element) instead of channel icon?
I'am using skin.estuary.modv2.
Thank's

Edit: I found "pvr://channels/tv/GROUP NAME/", can this be used?
Reply
#45
Easiest way to edit episodes Widget
https://forum.kodi.tv/showthread.php?tid...pid2781012
Reply

Logout Mark Read Team Forum Stats Members Help
kodi-18.0 D.I.Y0