• 1
  • 31
  • 32
  • 33(current)
  • 34
  • 35
  • 50
WIP S W A N (alpha , updated April-2022)
Pushed new Version


Changelog **.1.15
Image


• Add
- dutch translations - thx to @djdirty60
- new Info Panel Viewtypes (WIP)
○ Poster (510) , Circle (511) , Landscape (512) , Square (513)
○ if blurred fanart is enabled - the blot bg make use of blurred fanart
○ if keyart not exist it uses a variable for InfoPanel Art ( fanart->landscape->poster->thumb ) - NOTE: Prefer Keyart seems slow in lookup - may cause by remote instead local ?
○ Options: • disabled fanart, use gaps in layout (could'nt decide for deletion, even if diff is just slightly noticeable or worth keeping)
• autoplay trailer
• toogle bg layer 4 visible
• if rotating fanart is enabled - InfoPanel Fanart will than rotate too

- playlist functions for contextmenu when brwose Music Hub Items
○ add to queue | play next (for : artists(*issue get back automatically),albums,songs,genres,years)

- trakt sync|manage functions ( if tmdb id provided ; use of plugin.themoviedb.helper ) available from
○ premenu bar ( media windows) - disable in skinsettings -> menu bar -> pre menu bar section
○ dialog videoinfo | embuaryinfo videoinfo - disable in skinsettings -> library -> videoinfo section

• improve|fix
- home : sectional widget related : auto move to the widgets beloinging to next|previous mainmenu items (experimental, 1st attempt)
- menucontrol : when hit trailer button focus stop button, instead of set focus media container
- fullscreeninfo : adjust poster layout cast, alignment corrections for containers depending on content (musicvideo vs. movie|episode)
- movieinformation + fullscreeninfo + menucontrol : adjust embuary.info call|queries variables
Skins |  Titan M O D   •   S W A N (WIP)
Reply
(2021-09-28, 17:31)mardukL Wrote: Pushed new Version


Changelog **.1.15

• Add
- dutch translations - thx to @djdirty60
- new Info Panel Viewtypes (WIP)
○ Poster (510) , Circle (511) , Landscape (512) , Square (513)
○ if blurred fanart is enabled - the blot bg make use of blurred fanart
○ if keyart not exist it uses a variable for InfoPanel Art ( fanart->landscape->poster->thumb ) - NOTE: Prefer Keyart seems slow in lookup - may cause by remote instead local ?
○ Options: • disabled fanart, use gaps in layout (could'nt decide for deletion, even if diff is just slightly noticeable or worth keeping)
• autoplay trailer
• toogle bg layer 4 visible
• if rotating fanart is enabled - InfoPanel Fanart will than rotate too

- playlist functions for contextmenu when brwose Music Hub Items
○ add to queue | play next (for : artists(*issue get back automatically),albums,songs,genres,years)

- trakt sync|manage functions ( if tmdb id provided ; use of plugin.themoviedb.helper ) available from
○ premenu bar ( media windows) - disable in skinsettings -> menu bar -> pre menu bar section
○ dialog videoinfo | embuaryinfo videoinfo - disable in skinsettings -> library -> videoinfo section

• improve|fix
- home : sectional widget related : auto move to the widgets beloinging to next|previous mainmenu items (experimental, 1st attempt)
- menucontrol : when hit trailer button focus stop button, instead of set focus media container
- fullscreeninfo : adjust poster layout cast, alignment corrections for containers depending on content (musicvideo vs. movie|episode)
- movieinformation + fullscreeninfo + menucontrol : adjust embuary.info call|queries variables

Installed latest release, video playlist sort function "Last Played" still not selecting.  I can workaround by changing skins and editing the playlist, but just wanted to flag it.

Thanks
Reply
(2021-09-28, 23:46)Kokonutcreme Wrote:
(2021-09-28, 17:31)mardukL Wrote: Pushed new Version


Changelog **.1.15

• Add
- dutch translations - thx to @djdirty60
- new Info Panel Viewtypes (WIP)
○ Poster (510) , Circle (511) , Landscape (512) , Square (513)
○ if blurred fanart is enabled - the blot bg make use of blurred fanart
○ if keyart not exist it uses a variable for InfoPanel Art ( fanart->landscape->poster->thumb ) - NOTE: Prefer Keyart seems slow in lookup - may cause by remote instead local ?
○ Options: • disabled fanart, use gaps in layout (could'nt decide for deletion, even if diff is just slightly noticeable or worth keeping)
• autoplay trailer
• toogle bg layer 4 visible
• if rotating fanart is enabled - InfoPanel Fanart will than rotate too

- playlist functions for contextmenu when brwose Music Hub Items
○ add to queue | play next (for : artists(*issue get back automatically),albums,songs,genres,years)

- trakt sync|manage functions ( if tmdb id provided ; use of plugin.themoviedb.helper ) available from
○ premenu bar ( media windows) - disable in skinsettings -> menu bar -> pre menu bar section
○ dialog videoinfo | embuaryinfo videoinfo - disable in skinsettings -> library -> videoinfo section

• improve|fix
- home : sectional widget related : auto move to the widgets beloinging to next|previous mainmenu items (experimental, 1st attempt)
- menucontrol : when hit trailer button focus stop button, instead of set focus media container
- fullscreeninfo : adjust poster layout cast, alignment corrections for containers depending on content (musicvideo vs. movie|episode)
- movieinformation + fullscreeninfo + menucontrol : adjust embuary.info call|queries variables

Installed latest release, video playlist sort function "Last Played" still not selecting.  I can workaround by changing skins and editing the playlist, but just wanted to flag it.

Thanks

Upps, thanks for the reminder fixed in next release.  -> https://github.com/marduklev/skin.swan-a...a8a54397d4
So the function itself should work.

For reference , this are the Real Sort Methods available when Browsing Media in Media Views .
May some will not be applied correct (i provide the methods without using visible conditions)

txt:

sortby
    
    content : random ? , label ? , status ? , country ? , studio ? , inprogress ? , path ? , lastplayed(missed in movies) , rating(missed in tvshows)
    
    (video)files : name, size , date , file
    (video)addons : name , lastused
    movies: title , year , rating , userrating , mpaa , duration , dateadded , playcount
        
    actors/ directors: name , appearences
    sets : name
        
    tvshow : title , episode , lastplayed , dateadded , year , userrating
    episode: episode , rating , userrating , mpaa , production code=status?, date , playcount , name
    
    artist: artist , dateadded
    album : album , artist , artistyear / , year , dateadded , playcount , lastplayed , rating , userrating
    song : track , title , album , artist , artistyear , name , duration , rating , userrating , year , dateadded , playcount , lastplayed

    https://kodi.wiki/view/List_of_built-in_...rt_methods
    https://github.com/xbmc/xbmc/blob/75b310...h#L49-L164
    
    https://github.com/xbmc/xbmc/blob/master...#L529-L577
Skins |  Titan M O D   •   S W A N (WIP)
Reply
Thank you for your nice skin. Question how do you get Artist Slideshow to show while playing music ? I see the player controls and a blueish color in center of screen but no artist slide show 
Thanks in advanced.
Reply
I am sorry for the dumb question.I just want to display one background on my Home screen.No cycling of different ones and no animation.How can I achieve this please ?
Reply
(2021-09-30, 16:04)kobyboy Wrote: Thank you for your nice skin. Question how do you get Artist Slideshow to show while playing music ? I see the player controls and a blueish color in center of screen but no artist slide show 
Thanks in advanced.

It should be enabled by default.
May need to get over adcancedsettings.xml
for musicartwork, or check the native artwork section in
settings - media - music -> artwork (matrix only)..

At least it should cycle between album thumb and artist fanart if exist.
Skins |  Titan M O D   •   S W A N (WIP)
Reply
(2021-10-01, 15:56)roysmith Wrote: I am sorry for the dumb question.I just want to display one background on my Home screen.No cycling of different ones and no animation.How can I achieve this please ?

No need to excuse...
just disable it in

skinsettings - background section on the right side youll be able to toogle some artwork stuff
Skins |  Titan M O D   •   S W A N (WIP)
Reply
(2021-10-01, 19:23)mardukL Wrote:
(2021-10-01, 15:56)roysmith Wrote: I am sorry for the dumb question.I just want to display one background on my Home screen.No cycling of different ones and no animation.How can I achieve this please ?

No need to excuse...
just disable it in

skinsettings - background section on the right side youll be able to toogle some artwork stuff
Sorry again but I have now tried every setting in the Backgrounds option and none appear to stop the rotating backgrounds on the Home screen.
Reply
This problem for me seems to be when the Tiles option is chosen.
Reply
(2021-10-02, 06:45)roysmith Wrote:
(2021-10-01, 19:23)mardukL Wrote:
(2021-10-01, 15:56)roysmith Wrote: I am sorry for the dumb question.I just want to display one background on my Home screen.No cycling of different ones and no animation.How can I achieve this please ?

No need to excuse...
just disable it in

skinsettings - background section on the right side youll be able to toogle some artwork stuff
Sorry again but I have now tried every setting in the Backgrounds option and none appear to stop the rotating backgrounds on the Home screen.

​​​​​​Image
Reply
(2021-10-02, 10:34)Aaiemron Wrote:
(2021-10-02, 06:45)roysmith Wrote:
(2021-10-01, 19:23)mardukL Wrote: No need to excuse...
just disable it in

skinsettings - background section on the right side youll be able to toogle some artwork stuff
Sorry again but I have now tried every setting in the Backgrounds option and none appear to stop the rotating backgrounds on the Home screen.

​​​​​​Image
Reply
That does not work when the Home screen is in MenuTiles mode.
Reply
(2021-10-02, 12:44)roysmith Wrote: That does not work when the Home screen is in MenuTiles mode.

Indded it wasnt intended, may i add option soon.
(currently you can use a custom image path which contains just 1 wished bg image , to circumstance the rotating multiimages)
Skins |  Titan M O D   •   S W A N (WIP)
Reply
Any chance you can replicate the plex interface where the background changes to the colours / blur dependent on the image in spotlight - think it looks really nice
Great work 👍🏻
Reply
Unsure if you mean something like that, than its already in.
if blur is enabled, you ll become an extra setting for enable them in spotlight views.
has a bug ,though...when browse to another media type which dont use spotloght which i didnt resolve right now.

Image
Image
Skins |  Titan M O D   •   S W A N (WIP)
Reply
  • 1
  • 31
  • 32
  • 33(current)
  • 34
  • 35
  • 50

Logout Mark Read Team Forum Stats Members Help
S W A N (alpha , updated April-2022)3