GithubHelp home page GithubHelp logo

skin.1080xf's People

Contributors

bignoid avatar black09 avatar disrupted avatar evanpurkhiser avatar jotosmurf avatar phil65 avatar vonh avatar xhaggi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

skin.1080xf's Issues

Disable top left Debug Text

In 0514dba

<extension point="xbmc.gui.skin" defaultthemename="Textures.xbt" effectslowdown="0.76" debugging="true">

should be set to false to disable the "Window: Mouse: Focus:" debug string..

Added Studio Label to display Studio information in the standard list view

In the Youtube Addon, I noticed that channel names are not shown in the standard list view.
So I added/edited the following lines in the file "1080i/ViewTypesVideos.xml":

<itemlayout height="100" condition="Container.Content(episodes)">

[...]

                  <control type="label">
                        <description>Year / Genre</description>
                        <posx>362</posx>
                        <posy>43</posy>
                        <width>150</width>  // was: 1028
                        <height>54</height>
                        <font>Font-Condensed-S28</font>
                        <align>left</align>
                        <label>$INFO[ListItem.Premiered]</label>
                        <selectedcolor>D4FFFFFF</selectedcolor>
                        <textcolor>99FFFFFF</textcolor>
                        <scroll>false</scroll>
                    </control>
          // ADDED:
                    <control type="label">
                        <description>Studio</description>
                        <posx>522</posx>
                        <posy>43</posy>
                        <width>700</width>
                        <height>54</height>
                        <font>Font-Condensed-S28</font>
                        <align>left</align>
                        <label>$INFO[ListItem.Studio]</label>
                        <selectedcolor>D4FFFFFF</selectedcolor>
                        <textcolor>99FFFFFF</textcolor>
                        <scroll>false</scroll>
                    </control>

I've done the same for the following section, except for changing the textcolor value from "99FFFFFF" to "D4FFFFFF":

                 <focusedlayout height="100" condition="Container.Content(episodes)">

This way, channel names are displayed next to the date in the standard list view. As a side effect, the Studio is also displayed when viewing episodes of a TV series.
I don't know if this has to be tweaked in any way, this was my first attempt ever to make changes to a skin, but it works for me :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.