WIP S W A N (alpha , updated April-2022)
(2022-02-08, 03:18)shanegetsu Wrote: Hello! I am loving the skin and have had a ton of fun playing around and customizing all the settings. Thank you for sharing your work and allowing us to take advantage of it. I do have a couple questions for my use case, and was hoping someone could help me out. I have 0 actual coding experience, so please bare with me lol. I do fine with like tinkering around though, and am not completely incompetent. Here is my situation: I have Kodi downloaded on my Nvidia Shield TV, and have configured the PlexKodiConnect add-on so I can watch all my local media through that and still use Plex (works great with your skin for anyone looking to do the same). My media is on an Unraid server. 

My questions. So first thing, when I opened the app today, it looks like I lost all my saved settings like my home menu, library viewtypes, custom colors, etc. So my first question would be, did I miss a setting, or is there something I should do to prevent this next time? Not the end of the world, and I will probably change more colors now, but something I would like to avoid in the future still haha. 

Next, I was wondering if there was a way to change the mapping when you select titles from the main Spotlight menu and the library menus. This is what I mean by that. I would prefer it if when a newly added episode shows up in my "On Deck" section, instead of the episode automatically starting playback when selected, I would like it to go to the "Episodes" page for that show. That way I can see information about the show/season, or choose a different episode, without having to leave the home widget, go to my TV Shows library, and then find the show, season, and episode. And for movies, I would like it to go to the information page for that movie. This might be a bigger deal for me because I'm using my shield tv, not a computer, so I'm using a remote not a mouse.

Next, I was wondering if there was any way to show the available quality of the file on the information page. On a spotlight menu it will show "HD" and "2.0" or "5.1", but it doesn't show up on the information page, or any view type that is not a spotlight. I have a 4k and 1080 version of quite a few movies and shows (4k for me watching local, 1080 for streaming with Plex), and it would be nice if I could see that more easily too.

Lastly, I was wondering if there is a way to put like a little icon over the corner of the poster (or whatever fan art you use) of items that are unwatched. Plex does this and its just kinda nice to have that as a simple way to see if something has been watched. 

Whether any of this is possible, plausible, or pathetic, thank you for your time, and thank you for the skin! It's the best I've come across Smile

Hi, thanks and you're welcome.

1.
Didn't face a 'setting reset' , so unsure what could caused it.
but there are 2 usefull addons which provide a backup function.


a ) script.skin.helper.skinbackup - install from 'marcelveldt repo' / kodi community addons - backup skinsettings
- https://kodi.wiki/view/Add-on:Skin_Helpe...kin_Backup

( options can be found within the skinsettings - color section , top right )

b) script.xbmcbackup - install from official repo - can backup whole build
- https://kodi.wiki/view/Add-on:XBMC_Backup

2. there is a core feature where you can choose a default select action.
( settings - media -> videos section )
you can change it to open a the infodialog instead play )

3. media flags in the videoinfo dialog are currently just visible if you click 'up' , for other media windows they are supposed to be shown in the footer ( each view can toggle them visible/hidden )

4. on everymedia item i used a progressbar as indicator for watched,progress.

means if an item is watched the progress bar is on 100% filled, unwatched unfilled, progress shows in percent, exception are tv show.
if a tv show or season is in progress the bar is filled by 50%.

there is no watched i dicator showing how much an item is watched ,
and curretly i dont like to add such indicator.

an indicator to identify if if mediaitem is an lib item ( e.g. when browsing tmdb plugin )
is on to do.


(2022-02-08, 17:36)gotslack Wrote: Hi! Loving the skin. Having some minor color issues with 1.33.
1. When changing the footer background color, it defaults to white in the settings UI and in addons. I set it to black (ff000000) and that change is reflected in the settings.xml:
"<setting id="color_footer_backgroundpanel" type="string">ff000000</setting>"
But in the settings UI it shows:
Image

And in addons, TMDBHelper for example, there's a white footer (shown here right under Trakt link):

Image
2. A similar issue happens with Watched Indicator Circle is in progress color. Here I set it to a dark red (ff8b0000) and ui shows cyan:
Image

3. I can't find where to change the color of the busy spinner or the Spotlight home screen widget label separator, they both seem hard coded to cyan:
Image

Thank you!

i will take a look what causing it, if found i fix it soon and provide hotfix version.
thx for report.

edit: found.
will be fixed when i am at home.
( unclosed parenthesis in exp )

edit swan_colors.xml
( variable name="color_footer_backgroundpanel" )
to
xml:
<variable name="color_footer_backgroundpanel">
<value condition="![Control.IsVisible(58) | Control.IsVisible(503) | Control.IsVisible(504) | Control.IsVisible(520)] + Skin.String(color_footer_backgroundpanel)">$INFO[Skin.String(color_footer_backgroundpanel)]</value>
<value condition="![Control.IsVisible(58) | Control.IsVisible(503) | Control.IsVisible(504) | Control.IsVisible(520)] + !Skin.String(color_footer_backgroundpanel)">color_footer_backgroundpanel</value>
<value condition="[Control.IsVisible(58) | Control.IsVisible(503) | Control.IsVisible(504) | Control.IsVisible(520)]">$VAR[color_spotlightlib_flags_backgroundpanel]</value>
</variable>
Skins |  Titan M O D   •   S W A N (WIP)
Reply


Messages In This Thread
RE: S W A N (wip, tease) - by ontap - 2019-10-10, 20:09
RE: S W A N (wip, tease) - by 3500 - 2019-10-10, 20:47
RE: S W A N (wip, tease) - by mardukL - 2019-10-11, 15:26
RE: S W A N (wip, tease) - by Butta97 - 2019-10-12, 23:45
RE: S W A N (wip, tease) - by mardukL - 2019-10-14, 13:02
RE: S W A N (wip, tease) - by Butta97 - 2019-10-16, 10:31
RE: S W A N (wip, tease) - by mardukL - 2019-10-16, 12:39
RE: S W A N (wip, tease) - by Fambank - 2019-10-16, 13:16
RE: S W A N (wip, tease) - by mardukL - 2019-10-24, 15:42
RE: S W A N (wip, tease) - by Butta97 - 2019-10-28, 04:56
RE: S W A N (wip, tease) - by mardukL - 2019-10-28, 13:43
RE: S W A N (wip, tease) - by sanangel - 2019-11-16, 21:24
RE: S W A N (wip, tease) - by mardukL - 2019-11-17, 16:38
RE: S W A N (wip, tease) - by sanangel - 2019-11-18, 00:52
RE: S W A N (wip, tease) - by sanangel - 2020-01-02, 18:28
RE: S W A N (wip, tease) - by mardukL - 2020-01-02, 18:44
RE: S W A N (wip, tease) - by sanangel - 2020-01-02, 19:08
RE: S W A N (wip, tease) - by mardukL - 2020-01-03, 02:16
RE: S W A N (wip, tease) - by sanangel - 2020-01-03, 09:44
RE: S W A N (wip, tease) - by mardukL - 2020-01-23, 09:25
RE: S W A N (wip, tease) - by piscdi - 2020-01-23, 14:37
RE: S W A N (wip, tease) - by trkselim - 2020-01-23, 20:29
RE: S W A N (wip, tease) - by mardukL - 2020-01-24, 15:30
RE: S W A N (wip, tease) - by sanangel - 2020-01-30, 18:23
RE: S W A N (wip, tease) - by Butta97 - 2020-01-31, 03:04
RE: S W A N (wip, tease) - by sanangel - 2020-01-31, 10:37
RE: S W A N (wip, tease) - by mardukL - 2020-01-31, 19:57
RE: S W A N (wip, tease) - by mardukL - 2020-02-03, 20:18
RE: S W A N (wip, tease) - by sanangel - 2020-02-04, 17:46
RE: S W A N (wip, tease) - by Butta97 - 2020-02-05, 14:01
RE: S W A N (wip, tease) - by sanangel - 2020-02-05, 16:49
RE: S W A N (wip, tease) - by mardukL - 2020-02-05, 22:21
RE: S W A N (wip, tease) - by Butta97 - 2020-02-06, 12:03
RE: S W A N (wip, tease) - by mardukL - 2020-02-06, 15:16
RE: S W A N (wip, tease) - by mardukL - 2020-02-15, 17:17
RE: S W A N (wip, tease) - by sanangel - 2020-02-15, 18:02
RE: S W A N (wip, tease) - by mardukL - 2020-02-15, 19:47
RE: S W A N (wip, tease) - by Hudson_Hawk04 - 2020-02-15, 18:12
RE: S W A N (wip, tease) - by sanangel - 2020-02-15, 20:09
RE: S W A N (wip, tease) - by mardukL - 2020-02-24, 12:46
RE: S W A N (wip, tease) - by sanangel - 2020-03-01, 18:12
RE: S W A N (wip, tease) - by mardukL - 2020-03-02, 15:36
RE: S W A N (wip, tease) - by sanangel - 2020-03-03, 11:18
RE: S W A N (wip, tease) - by mardukL - 2020-03-16, 17:51
RE: S W A N (wip, tease) - by Butta97 - 2020-03-15, 11:16
RE: S W A N (wip, tease) - by mardukL - 2020-03-16, 17:57
RE: S W A N (wip, tease) - by Castilho - 2020-03-20, 23:04
RE: S W A N (wip, tease) - by mardukL - 2020-03-21, 21:48
RE: S W A N (wip, tease) - by mardukL - 2020-03-25, 16:48
RE: S W A N (wip, tease) - by DoctorBR - 2020-03-26, 03:42
RE: S W A N (wip, tease) - by mardukL - 2020-03-26, 17:45
RE: S W A N (wip, tease) - by ofory2012 - 2020-03-26, 18:29
RE: S W A N (wip, tease) - by mardukL - 2020-03-26, 18:32
RE: S W A N (wip, tease) - by ofory2012 - 2020-03-26, 19:42
RE: S W A N (wip, tease) - by Hudson_Hawk04 - 2020-03-27, 17:56
RE: S W A N (wip, tease) - by mardukL - 2020-03-27, 18:34
RE: S W A N (wip, tease) - by Hudson_Hawk04 - 2020-03-27, 18:40
RE: S W A N (wip, tease) - by mardukL - 2020-03-30, 11:29
RE: S W A N (wip, tease) - by Rijs43 - 2020-04-05, 19:21
RE: S W A N (wip, tease) - by Raitsa - 2020-04-05, 20:37
RE: S W A N (wip, tease) - by mardukL - 2020-04-06, 09:23
RE: S W A N (wip, tease) - by Rijs43 - 2020-04-08, 13:06
RE: S W A N (wip, tease) - by mardukL - 2020-04-08, 16:07
RE: S W A N (wip, tease) - by Rijs43 - 2020-04-09, 20:07
RE: S W A N (wip, tease) - by Rijs43 - 2020-04-10, 00:05
RE: S W A N (wip, tease) - by mardukL - 2020-04-10, 13:19
RE: S W A N (wip, tease) - by Rijs43 - 2020-04-10, 19:08
RE: S W A N (wip, tease) - by nazim12 - 2020-04-15, 19:19
RE: S W A N (wip, tease) - by mardukL - 2020-04-17, 17:41
RE: S W A N (wip, tease) - by TomT - 2020-04-20, 13:30
RE: S W A N (wip, tease) - by mardukL - 2020-04-20, 14:19
RE: S W A N (wip, tease) - by sanangel - 2020-04-20, 17:31
RE: S W A N (wip, tease) - by beatmasterrs - 2020-04-20, 18:27
RE: S W A N (wip, tease) - by mardukL - 2020-04-21, 08:01
RE: S W A N (wip, tease) - by Aaiemron - 2020-04-20, 17:36
RE: S W A N (wip, tease) - by mardukL - 2020-04-20, 17:53
RE: S W A N (wip, tease) - by Aaiemron - 2020-04-20, 18:21
RE: S W A N (wip, tease) - by mardukL - 2020-04-21, 07:59
RE: S W A N (wip, tease) - by Aaiemron - 2020-04-21, 10:17
RE: S W A N (wip, tease) - by Butta97 - 2020-04-21, 10:34
RE: S W A N (wip, tease) - by mardukL - 2020-04-21, 11:18
RE: S W A N (wip, tease) - by Butta97 - 2020-04-23, 00:43
RE: S W A N (wip, tease) - by mardukL - 2020-04-22, 15:54
RE: S W A N (wip, tease) - by Aaiemron - 2020-04-22, 16:56
RE: S W A N (wip, tease) - by Aaiemron - 2020-04-22, 19:07
RE: S W A N (wip, tease) - by mardukL - 2020-04-23, 08:23
RE: S W A N (wip, tease) - by Aaiemron - 2020-04-23, 17:41
RE: S W A N (wip, tease) - by Aaiemron - 2020-04-23, 17:55
RE: S W A N (wip, tease) - by sanangel - 2020-04-25, 01:12
RE: S W A N (wip, tease) - by mardukL - 2020-04-25, 10:40
RE: S W A N (wip, tease) - by Aaiemron - 2020-04-25, 15:16
RE: S W A N (wip, tease) - by mardukL - 2020-04-25, 15:59
RE: S W A N (wip, tease) - by Aaiemron - 2020-04-25, 16:15
RE: S W A N (wip, tease) - by Aaiemron - 2020-04-26, 09:20
RE: S W A N (wip, tease) - by mardukL - 2020-04-26, 09:28
RE: S W A N (wip, tease) - by Aaiemron - 2020-04-26, 09:36
RE: S W A N (wip, tease) - by ontap - 2020-04-26, 12:28
RE: S W A N (wip, tease) - by mardukL - 2020-04-28, 12:28
RE: S W A N (wip, tease) - by Rijs43 - 2020-04-28, 19:46
RE: S W A N (wip, tease) - by mardukL - 2020-04-29, 10:01
RE: S W A N (wip, tease) - by Rijs43 - 2020-04-29, 12:17
RE: S W A N (wip, tease) - by mardukL - 2020-04-29, 15:46
RE: S W A N (wip, tease) - by Rijs43 - 2020-04-29, 20:24
RE: S W A N (wip, tease) - by mardukL - 2020-05-01, 17:37
RE: S W A N (wip, tease) - by Edworld - 2020-05-01, 17:46
RE: S W A N (wip, tease) - by mardukL - 2020-05-06, 09:48
RE: S W A N (wip, tease) - by Picard - 2020-05-08, 05:50
RE: S W A N (wip, tease) - by mardukL - 2020-05-08, 06:02
RE: S W A N (wip, tease) - by Picard - 2020-05-08, 06:26
RE: S W A N (wip, tease) - by mardukL - 2020-05-08, 20:05
RE: S W A N (wip, tease) - by Picard - 2020-05-09, 08:10
RE: S W A N (wip, tease) - by zeeya - 2020-05-09, 05:00
RE: S W A N (wip, tease) - by mardukL - 2020-05-10, 01:12
RE: S W A N (wip, tease) - by zeeya - 2020-05-10, 12:14
RE: S W A N (wip, tease) - by Aaiemron - 2020-05-13, 10:33
RE: S W A N (wip, tease) - by mardukL - 2020-05-13, 11:31
RE: S W A N (wip, tease) - by Aaiemron - 2020-05-13, 11:45
RE: S W A N (wip, tease) - by mardukL - 2020-05-13, 15:56
RE: S W A N (wip, tease) - by hacky4real - 2020-05-13, 18:46
RE: S W A N (wip, tease) - by haicaoboi87 - 2020-05-22, 09:28
RE: S W A N (wip, tease) - by Butta97 - 2020-06-02, 07:21
RE: S W A N (wip, tease) - by mardukL - 2020-06-06, 14:09
RE: S W A N (wip, tease) - by THX1138 - 2020-07-25, 10:57
RE: S W A N (wip, tease) - by Aphykit2006 - 2020-08-17, 18:26
RE: S W A N (wip, tease) - by zeroq - 2020-07-29, 11:34
RE: S W A N (wip, tease) - by thewalkernz - 2020-08-24, 12:34
RE: S W A N (wip, tease) - by Aenima99x - 2020-08-27, 00:17
RE: S W A N (wip, tease) - by mardukL - 2020-09-16, 13:16
RE: S W A N (wip, tease) - by Fuchs2468 - 2020-09-16, 20:19
RE: S W A N (wip, tease) - by Aenima99x - 2020-09-17, 16:13
RE: S W A N (wip, tease) - by sanangel - 2020-09-19, 12:31
RE: S W A N (wip, tease) - by Biofx80 - 2020-09-27, 21:23
RE: S W A N (wip, tease) - by Fhdf - 2020-12-15, 15:17
RE: S W A N (wip, tease) - by jdig4240 - 2020-12-15, 21:19
RE: S W A N (wip, tease) - by Fhdf - 2020-12-16, 01:17
RE: S W A N (wip, tease) - by jdig4240 - 2020-12-16, 02:21
RE: S W A N (wip, tease) - by Fhdf - 2020-12-16, 03:26
RE: S W A N (wip, tease) - by mardukL - 2020-12-19, 17:54
RE: S W A N (wip, tease) - by DJCounter - 2020-12-31, 06:49
RE: S W A N (wip, tease) - by mardukL - 2021-01-07, 18:52
RE: S W A N (wip, tease) - by trkselim - 2021-01-07, 21:15
RE: S W A N (wip, tease) - by mardukL - 2021-01-12, 19:42
RE: S W A N (wip, tease) - by mardukL - 2021-01-19, 19:40
RE: S W A N (alpha , updated February-2022) - by mardukL - 2022-02-09, 12:39
Logout Mark Read Team Forum Stats Members Help
S W A N (alpha , updated April-2022)3