• 1
  • 101
  • 102
  • 103(current)
  • 104
  • 105
  • 141
Req Titan skin feature requests
inside the Library and osd both yes colored flags
Reply
(2016-02-18, 09:34)mystic84 Wrote: inside the Library and osd both yes colored flags

Are you using stable or beta of teh skin ?
i fixed an issue with the media flags a few days ago in the beta. I will push a new stable this weekend.
Reply
(2016-02-17, 01:19)marcelveldt Wrote: 1. Strange, it doesn't hide on my machine. Please test with next beta as I have done some work on the OSD so maybe I fixed it by accident ;-)
The skin doesn't use artist slideshow (but skinhelper instead) so dafe to remove.

2. It's on my TODO list, I'll let you know once I have something to test.

4. The new big buttons are available as option in next beta, will be published tomorrow.
I'm sorry, it appears that I do only plays music, and I did not find that it has another settings for music.

It appears skinhelper unable to detect any background addon (or whatever it called, since I can't find them in addon browser) before settings that affect them opened. It should always detect those settings triggered by opening any background settings. so that it can see random artist, random music, grids of artists (and album, movies), and all those options even if I do not open settings about them before, because I only able to see that option on for homescreen button thumbnail and background after browsing another settings related to those backgrounds and I do not know what settings will trigger those background.

oh, and I wonder for current version of Titan skin, what settings should I open to trigger random ablum/movies/tv shows wall background, and random unwatched movies? opening skin helper settings does not always trigger to show those backgrounds options.

EDIT: and also configuring shortcuts (add, change shortcut, delete, etc) are not reliable if selected using mouse, I often get another result if I use mouse. Unfortunately, I don't remember what did I do (after the problem recreated more than 5 times in two days) that will trigger that unrealibility.
Reply
Image
Reply
Just a suggestion for the OSD window layout...

https://goo.gl/photos/UyaiySUqHksueQWEA

Code:
<include name="OSDInfoPanel">
        <!--OSD Info Panel-->
        <!--Info Stuff-->
        <control type="group">
            <visible>Skin.HasSetting(EnableOSDInfo)</visible>
            <!-- background -->
            <control type="image">
                <posx>200</posx><!-- orig. 0 -->
                <posy>170</posy><!-- orig. 0 -->
                <width>1520</width><!-- orig. 100% -->
                <height>610</height><!-- orig. 190 -->
                <texture border="5">diffuse/panel.png</texture>
                <colordiffuse>$INFO[Skin.String(OSDPanelColor)]</colordiffuse>
            </control>
            <!-- Plot -->
            <control type="group">
                <posx>200</posx><!-- orig. 0 -->
                <posy>190</posy><!-- orig. 20 -->
                <width>1380</width><!-- orig. 1780 -->
                <height>610</height><!-- orig. 190 -->
                <!--logo-->
                <control type="image">
                    <posx>40</posx>
                    <posy>0</posy>
                    <width>260</width>
                    <height>560</height><!-- orig. 160 -->
                    <fadetime>200</fadetime>
                    <texture background="true">$VAR[OSDInfoImage]</texture>
                    <aspectratio align="left" aligny="top">keep</aspectratio>
                    <visible>[!IsEmpty(Player.Art(clearlogo)) | !IsEmpty(Player.Art(clearart)) | !IsEmpty(Player.Art(tvshow.clearlogo)) | !IsEmpty(Player.Art(tvshow.clearart))]</visible>
                </control>
                <!-- plot when clearlogo visible -->
                <control type="textbox">
                    <posx>350</posx><!-- orig. 40 -->
                    <posy>0</posy><!-- orig. 0 -->
                    <width>1130</width><!-- orig. 1500 -->
                    <height>560</height><!-- orig. 160 -->
                    <visible>[!IsEmpty(Player.Art(clearlogo)) | !IsEmpty(Player.Art(clearart)) | !IsEmpty(Player.Art(tvshow.clearlogo)) | !IsEmpty(Player.Art(tvshow.clearart))]</visible>
                    <label fallback="19055">[B]$INFO[VideoPlayer.Premiered,,  • ]$INFO[VideoPlayer.Duration,, min. • ]$INFO[VideoPlayer.MPAA, • ]$INFO[VideoPlayer.RatingAndVotes, • ]$INFO[VideoPlayer.EpisodeName,, • ][/B][CR]$INFO[VideoPlayer.Plot]</label>
                    <textcolor>$INFO[Skin.String(OSDPrimaryTextColor)]</textcolor>
                    <shadowcolor>$INFO[Skin.String(OSDPrimaryTextShadowColor)]</shadowcolor>
                    <align>justify</align>
                    <font>Light36</font><!-- orig. Light28 -->
                </control>
                <!-- plot when clearlogo NOT visible -->
                <control type="textbox">
                    <posx>40</posx><!-- orig. 40 -->
                    <posy>0</posy><!-- orig. 0 -->
                    <width>1440</width><!-- orig. 1810 -->
                    <height>560</height><!-- orig. 160 -->
                    <visible>![!IsEmpty(Player.Art(clearart)) | !IsEmpty(Player.Art(tvshow.clearart)) | !IsEmpty(Player.Art(clearlogo)) | !IsEmpty(Player.Art(tvshow.clearlogo))]</visible>
                    <label fallback="19055">[B]$INFO[VideoPlayer.Premiered,,  • ]$INFO[VideoPlayer.Duration,, min. • ]$INFO[VideoPlayer.MPAA, • ]$INFO[VideoPlayer.RatingAndVotes, • ]$INFO[VideoPlayer.EpisodeName,, • ][/B][CR]$INFO[VideoPlayer.Plot]</label>
                    <textcolor>$INFO[Skin.String(OSDPrimaryTextColor)]</textcolor>
                    <shadowcolor>$INFO[Skin.String(OSDPrimaryTextShadowColor)]</shadowcolor>
                    <align>justify</align>
                    <font>Light36</font><!-- orig. Light28 -->
                </control>
            </control>
        </control>
    </include>
Reply
(2016-02-18, 21:44)weirdman Wrote: It appears skinhelper unable to detect any background addon (or whatever it called, since I can't find them in addon browser) before settings that affect them opened. It should always detect those settings triggered by opening any background settings. so that it can see random artist, random music, grids of artists (and album, movies), and all those options even if I do not open settings about them before, because I only able to see that option on for homescreen button thumbnail and background after browsing another settings related to those backgrounds and I do not know what settings will trigger those background.

I am very sorry but I can't understand what you're saying here... Did you use Google translate to type your message?
Can you explain to me exactly what it is you're missing or wanting to do ?

(2016-02-18, 21:44)weirdman Wrote: oh, and I wonder for current version of Titan skin, what settings should I open to trigger random ablum/movies/tv shows wall background, and random unwatched movies? opening skin helper settings does not always trigger to show those backgrounds options.
You don't have to open anything or trigger something. Those backgrounds/walls will be auto created based on your library content.

(2016-02-18, 21:44)weirdman Wrote: EDIT: and also configuring shortcuts (add, change shortcut, delete, etc) are not reliable if selected using mouse, I often get another result if I use mouse. Unfortunately, I don't remember what did I do (after the problem recreated more than 5 times in two days) that will trigger that unrealibility.

Thanks for the catch, I reproduced the issue and fixed it. Available in next beta of the skin.
Reply
(2016-02-18, 23:00)jjmm Wrote: Just a suggestion for the OSD window layout...

Thanks for your contribution. Added it to the skin, available in next beta
Reply
thank you for adding TV ratings
Reply
(2016-02-21, 00:43)marcelveldt Wrote: I am very sorry but I can't understand what you're saying here... Did you use Google translate to type your message?
Can you explain to me exactly what it is you're missing or wanting to do
option to select wall grid artist/album, random artist fanart, random movie fanart does not appear if you open (freshly installed) kodi and navigate directly to background options, I reproduce it by directly navigate to homescreen shortcut > select thumbnail OR select background

to enable those option, I have to navigate to some specific section on settings menu, and I do not remember which section will trigger which background option. My 2 days of setting Kodi 15.2 on Windows and Mac always make me surprised that there is new background options that appear on one setup, but not on another setup. Some background options that already available few month ago when I set up my Kodi 14.x with Titan skin is not available on new Kodi 15.x.

this bug does not appear for background that is already used (if you have enabled album wall grid before, or use it for another background, the option will always appear)
Reply
(2016-02-22, 19:15)weirdman Wrote:
(2016-02-21, 00:43)marcelveldt Wrote: I am very sorry but I can't understand what you're saying here... Did you use Google translate to type your message?
Can you explain to me exactly what it is you're missing or wanting to do
option to select wall grid artist/album, random artist fanart, random movie fanart does not appear if you open (freshly installed) kodi and navigate directly to background options, I reproduce it by directly navigate to homescreen shortcut > select thumbnail OR select background

to enable those option, I have to navigate to some specific section on settings menu, and I do not remember which section will trigger which background option. My 2 days of setting Kodi 15.2 on Windows and Mac always make me surprised that there is new background options that appear on one setup, but not on another setup. Some background options that already available few month ago when I set up my Kodi 14.x with Titan skin is not available on new Kodi 15.x.

this bug does not appear for background that is already used (if you have enabled album wall grid before, or use it for another background, the option will always appear)

It's not a bug... Those backgrounds will only populate if there is actual content in your library.
For example if you have no music in your library, you won't see any music backgrounds
Reply
hi marcelveldt,


i would like to ask if you could make the mpaa rating description show up, like for example in Arctic skin:

Image

the problem would be to make the sentences scroll because sometimes they are a bit long and they would not fit in the current layout.

i hope it can somehow be done, this info would fit quit nicely in addition to the tomato rotten infos.

fantastic work you did, thank you very much. i like it a lot.
Reply
(2016-02-23, 13:11)neurosis13 Wrote: i would like to ask if you could make the mpaa rating description show up, like for example in Arctic skin:

OK, this will be available in the next skin update.
Remember that the data has to be correctly scraped into your Kodi db in order to show up.
Some people use the ratings update script addon for that
Reply
(2016-02-24, 01:39)marcelveldt Wrote:
(2016-02-23, 13:11)neurosis13 Wrote: i would like to ask if you could make the mpaa rating description show up, like for example in Arctic skin:

OK, this will be available in the next skin update.
Remember that the data has to be correctly scraped into your Kodi db in order to show up.
Some people use the ratings update script addon for that

yes, i also use the ratings update script, i linked to it in my signature for people interested in this.
Ember Media Manager and maybe some other media managers support this also.

thanks
Reply
Hey, amazing skin, just tried it last night and it's a keeper. I'm not sure if it was asked before but I would like to have the option to dim the fanart background on both my library and homescreen, I'm not sure why it lets me activate one OR the other...

Thanks and keep up with the amazing work!
Reply
Gonna add this here so people can see it. Request to move the clearart from left to right and increase it's size a lil, looks like this
Image
PHP Code:
<include name="OSDInfoPanelSmall">
        <!--
OSD Info Panel-->
        <!--
Info Stuff-->
        <
control type="group">
             <!-- 
background -->
             <
control type="image">
                 <
posx>0</posx>
                 <
posy>0</posy>
                 <
width>100%</width>
                 <
height>190</height>
                 <
texture border="5">diffuse/panel.png</texture>
                 <
colordiffuse>$INFO[Skin.String(OSDPanelColor)]</colordiffuse>
             </
control>
             <!-- 
Plot -->
             <
control type="group">
                 <
posx>0</posx>
                 <
posy>20</posy>
                 <
width>1780</width>
                 <
height>190</height>
                 <!--
logo-->
                 <
control type="image">
                     <
posx>1520</posx>
                     <
posy>20</posy>
                     <
width>356</width>
                     <
height>200</height>
                     <
fadetime>200</fadetime>
                     <
texture background="true">$VAR[OSDInfoImage]</texture>
                     <
aspectratio align="left" aligny="top">keep</aspectratio>
                     <
visible>[!IsEmpty(Player.Art(clearlogo)) | !IsEmpty(Player.Art(clearart)) | !IsEmpty(Player.Art(tvshow.clearlogo)) | !IsEmpty(Player.Art(tvshow.clearart))]</visible>
                 </
control>
                 <!-- 
plot when clearlogo visible -->
                 <
control type="textbox">
                     <
posx>38</posx>
                     <
posy>10</posy>
                     <
width>1450</width>
                     <
height>200</height>
                     <
visible>[!IsEmpty(Player.Art(clearlogo)) | !IsEmpty(Player.Art(clearart)) | !IsEmpty(Player.Art(tvshow.clearlogo)) | !IsEmpty(Player.Art(tvshow.clearart))]</visible>
                     <
label fallback="19055">[B]$INFO[VideoPlayer.Premiered,,  • ]$INFO[VideoPlayer.Duration,, min• ]$INFO[VideoPlayer.MPAA• ]$INFO[VideoPlayer.RatingAndVotes• ]$INFO[VideoPlayer.EpisodeName,, • ][/B][CR]$INFO[VideoPlayer.Plot]</label>
                     <
textcolor>$INFO[Skin.String(OSDPrimaryTextColor)]</textcolor>
                     <
shadowcolor>$INFO[Skin.String(OSDPrimaryTextShadowColor)]</shadowcolor>
                     <
align>justify</align>
                     <
font>Light28</font>
                 </
control>
                 <!-- 
plot when clearlogo NOT visible -->
                 <
control type="textbox">
                     <
posx>38</posx>
                     <
posy>10</posy>
                     <
width>1810</width>
                     <
height>190</height>
                     <
visible>![!IsEmpty(Player.Art(clearart)) | !IsEmpty(Player.Art(tvshow.clearart)) | !IsEmpty(Player.Art(clearlogo)) | !IsEmpty(Player.Art(tvshow.clearlogo))]</visible>
                     <
label fallback="19055">[B]$INFO[VideoPlayer.Premiered,,  • ]$INFO[VideoPlayer.Duration,, min• ]$INFO[VideoPlayer.MPAA• ]$INFO[VideoPlayer.RatingAndVotes• ]$INFO[VideoPlayer.EpisodeName,, • ][/B][CR]$INFO[VideoPlayer.Plot]</label>
                     <
textcolor>$INFO[Skin.String(OSDPrimaryTextColor)]</textcolor>
                     <
shadowcolor>$INFO[Skin.String(OSDPrimaryTextShadowColor)]</shadowcolor>
                     <
align>justify</align>
                     <
font>Light28</font>
                 </
control>
             </
control>
         </
control>
     </include> 

You can't really see it there but i've also increased the logo height from 70 to 90, i think it looks a bit better
Image
PHP Code:
            <!--clearlogo-->
            <
control type="image" id="1">
                <
posx>250</posx>
                <
posy>-80</posy>
                <
width>600</width>
                <
height>90</height>
                <
fadetime>200</fadetime>
                <
texture background="true">$VAR[VideoPlayerClearLogo]</texture>
                <
aspectratio align="left" aligny="bottom">keep</aspectratio>
                <
visible>Player.HasVideo + !VideoPlayer.Content(livetv) + [!IsEmpty(Player.Art(poster)) | !IsEmpty(Player.Art(tvshow.poster))]</visible>
            </
control
Reply
  • 1
  • 101
  • 102
  • 103(current)
  • 104
  • 105
  • 141

Logout Mark Read Team Forum Stats Members Help
Titan skin feature requests4