2016-02-18, 09:34
inside the Library and osd both yes colored flags
(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 ;-)I'm sorry, it appears that I do only plays music, and I did not find that it has another settings for music.
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.
<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>
(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.
(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.
(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?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
Can you explain to me exactly what it is you're missing or wanting to do
(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?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
Can you explain to me exactly what it is you're missing or wanting to do
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)
(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:
(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
<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>
<!--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>