• 1
  • 26
  • 27
  • 28(current)
  • 29
  • 30
  • 50
WIP S W A N (alpha , updated April-2022)
(2021-07-06, 11:02)mardukL Wrote:
(2021-07-06, 10:17)Aaiemron Wrote: I installed the latest version of your skin from github and saw you added an autoclose osd option.
Great, many thanks. It's working fine.

It was a test, and unadjusted, CURRENTLY i pushed a better way.
It'll be great to report back
https://github.com/marduklev/skin.swan-a...a8cbcfe7e9

Currently ...
 - if media is paused the osd will close after hit any button after 4 seconds
-  if media already playing it will keep osd open
 - if you decide to do move to other button, the timeout (alarm) will be reset till hit aother button again no matter if media is playing or not

Report back if that is something

 NOTE:
- there is currently no setting to enable and set wished timout for closing (if implemented i will add them in the skinsettings->player section )
- the Popup is just just for testing if alarm wiöll get set/canceled for closing osd (if implemented i will hide the noitification)
Thanks a lot. Ik will test this evening.
I will report back tot you
Reply
(2021-07-06, 11:46)Aaiemron Wrote:
(2021-07-06, 11:02)mardukL Wrote:
(2021-07-06, 10:17)Aaiemron Wrote: I installed the latest version of your skin from github and saw you added an autoclose osd option.
Great, many thanks. It's working fine.

It was a test, and unadjusted, CURRENTLY i pushed a better way.
It'll be great to report back
https://github.com/marduklev/skin.swan-a...a8cbcfe7e9

Currently ...
 - if media is paused the osd will close after hit any button after 4 seconds
-  if media already playing it will keep osd open
 - if you decide to do move to other button, the timeout (alarm) will be reset till hit aother button again no matter if media is playing or not

Report back if that is something

 NOTE:
- there is currently no setting to enable and set wished timout for closing (if implemented i will add them in the skinsettings->player section )
- the Popup is just just for testing if alarm wiöll get set/canceled for closing osd (if implemented i will hide the noitification)
Thanks a lot. Ik will test this evening.
I will report back tot you
Good, i think i got it, but LET ME NKNOW how it goes on your end.

https://streamable.com/mg1o35
Skins |  Titan M O D   •   S W A N (WIP)
Reply
(2021-07-06, 11:48)mardukL Wrote:
(2021-07-06, 11:46)Aaiemron Wrote:
(2021-07-06, 11:02)mardukL Wrote: It was a test, and unadjusted, CURRENTLY i pushed a better way.
It'll be great to report back
https://github.com/marduklev/skin.swan-a...a8cbcfe7e9

Currently ...
 - if media is paused the osd will close after hit any button after 4 seconds
-  if media already playing it will keep osd open
 - if you decide to do move to other button, the timeout (alarm) will be reset till hit aother button again no matter if media is playing or not

Report back if that is something

 NOTE:
- there is currently no setting to enable and set wished timout for closing (if implemented i will add them in the skinsettings->player section )
- the Popup is just just for testing if alarm wiöll get set/canceled for closing osd (if implemented i will hide the noitification)
Thanks a lot. Ik will test this evening.
I will report back tot you
Good, i think i got it, but LET ME NKNOW how it goes on your end.

https://streamable.com/mg1o35
It's working perfect! Many, many thanks for adding this option!
Reply
(2021-07-06, 17:31)Aaiemron Wrote:
(2021-07-06, 11:48)mardukL Wrote:
(2021-07-06, 11:46)Aaiemron Wrote: Thanks a lot. Ik will test this evening.
I will report back tot you
Good, i think i got it, but LET ME NKNOW how it goes on your end.

https://streamable.com/mg1o35
It's working perfect! Many, many thanks for adding this option!

Glad it worked Wink

Pushed update for test/play around around with


Changelog version *.1.10~alpha
- adjusted/added :
    • OSD / Skinsettings ( -> Player Section)
        - add option to autoclose osd after press common playback control (values from 0 to 9 seconds can be used), added protection for the setting to prevent user can use more than 1 digt
    
    • LibrarySearch
        - add static item for amazon lookup ,open videowindow with search term lookup in amazon vod plugin to brwose other results
        
    • Home MainMenuTiles / CurrentlyPlaying*
        * - add hidden container to fetch currently playing song/video for being able to open window(songinformation)|window(movieinformation)
        * - add CurrentlyPlaying 'Panel/OSD Ctrl'
        - increase tile size per row to 6, as default - options (4,5,6,7) in mind
        - added possiblity to use user defined path for rotating background image
            ○ if a user has already defined an folder for generell image lookups (background,overlay etc) user select folder from that directory
            ○ if a user has NOT already defined an folder for generell image lookups the user select folder from 'OS root' directory
            WIP IMG - https://imgur.com/a/IBrGngZ
        - added option for override onclick to focus submenu
                a) Skin.HasSetting(home_tile_focus_submenu) - will focus a circle layoud out panel using the container path of current item - global setting for Home Mainmenu Tile Layout - can be enabled within skinsetting -> Home Mainmenu
                b) Skin.HasSetting(mainmenuitem$PARAM[nr]_disablesubmenu) - will disable the onclick for specific items - ITEM SPECIFIC SETTING (can be toggled on|off within item attribute editor)
        
            
    • Spotlight Views
        - if blur is toggled on , spotlight view can use an additional setting enable blur effect for the views 503,504
           which will show the 'dimmed' blurred fanart as main background
            e.g.
            https://i.imgur.com/nmnmoK6.png
            https://i.imgur.com/QJE9ZnL.png
            https://i.imgur.com/DeDY0ZY.png
    
    
    • Shortcuts
        - add video root as mainmanue/widget item option
        - fixed unwanted focus after item edit (now: focus current item after set a target/path)
        - be able to re-adjust home mainmenu and widget item positions (bump|switch -1/+1 from 0(current) )
        - increase limit for mainmenu items from 20 to 25
    
    • MISC / Code
        - locking view conditions : try to be more performant
            ○ theoretically check againts a single condition should be faster than check against multiple conditions(whole expression)
                so changed include condition from
                        [String.IsEmpty(skin.string(view_locked_listing)) +
                         String.IsEmpty(skin.string(view_locked_movies)) +
                         String.IsEmpty(skin.string(view_locked_sets)) +
                         String.IsEmpty(skin.string(view_locked_tvshows)) +
                         String.IsEmpty(skin.string(view_locked_seasons)) +
                         String.IsEmpty(skin.string(view_locked_episodes)) +
                         String.IsEmpty(skin.string(view_locked_musicvideos)) +
                         String.IsEmpty(skin.string(view_locked_artists)) +
                         String.IsEmpty(skin.string(view_locked_albums)) +
                         String.IsEmpty(skin.string(view_locked_songs)) +
                         String.IsEmpty(skin.string(view_locked_files)) +
                         String.IsEmpty(skin.string(view_locked_sources)) +
                         String.IsEmpty(skin.string(view_locked_actors)) +
                         String.IsEmpty(skin.string(view_locked_roles)) +
                         String.IsEmpty(skin.string(view_locked_directors)) +
                         String.IsEmpty(skin.string(view_locked_tags)) +
                         String.IsEmpty(skin.string(view_locked_genres)) +
                         String.IsEmpty(skin.string(view_locked_years)) +
                         String.IsEmpty(skin.string(view_locked_studios)) +
                         String.IsEmpty(skin.string(view_locked_countries)) +
                         String.IsEmpty(skin.string(view_locked_playlists)) +
                         String.IsEmpty(skin.string(view_locked_images)) +
                         String.IsEmpty(skin.string(view_locked_games)) +
                         String.IsEmpty(skin.string(view_locked_addons)) +
                         String.IsEmpty(skin.string(view_locked_livetv)) +
                         String.IsEmpty(skin.string(view_locked_mixed)) +
                         String.IsEmpty(skin.string(view_locked_unknown)) +
                         String.IsEmpty(skin.string(view_locked_plugins))
                         ]
                         to an 'auto toggle skinsetting' ( check on startup for verion bump and dialog_1105**xml onunload )
                         skin.hassetting(skin_locked_views)

                        - therefore add auto toggle a skinsetting and use it for visible conditions
Skins |  Titan M O D   •   S W A N (WIP)
Reply
Very impressive!!
Reply
Good morning. Is it possible to make the space in the OSD between the plot and the OSD buttons less big?
So that it looks a bit smaller in total. (Less high)

Thanks
Reply
Seem to be having problems with external players all of a sudden on matrix, keeps jumping back to desktop, anything changed in this area? Keep up the good work , its the best skin.
Reply
(2021-07-09, 07:42)Aaiemron Wrote: Good morning. Is it possible to make the space in the OSD between the plot and the OSD buttons less big?
So that it looks a bit smaller in total. (Less high)

Thanks
This is how it looks now: 
Image


Or maybe can make an option to don't show the plot after pressing pause?

So that is looks like this:

​​​​​​Image

That looks more minimalistic I think.
Reply
(2021-07-07, 08:41)cbyrlee Wrote: Very impressive!!

thanks!

(2021-07-10, 00:06)Aaiemron Wrote:
(2021-07-09, 07:42)Aaiemron Wrote: Good morning. Is it possible to make the space in the OSD between the plot and the OSD buttons less big?
So that it looks a bit smaller in total. (Less high)

Thanks
This is how it looks now:
Image


Or maybe can make an option to don't show the plot after pressing pause?

So that is looks like this:

​​​​​​Image

That looks more minimalistic I think.


For the 1st request - That'll not be an option , sorry.
May i found a way to auto detect how many rows
the current plot will have by using a string compare method.

For the second i will think about later, but no promise.

(2021-07-09, 08:30)Picard Wrote: Seem to be having problems with external players all of a sudden on matrix, keeps jumping back to desktop, anything changed in this area? Keep up the good work , its the best skin.

it is a while back i need to use wrapper / external player

i just can help with links, check first
https://kodi.wiki/view/External_players

if its just matrix and unrelated to skin may open up a thread depending on your operating system
here
https://forum.kodi.tv/forumdisplay.php?fid=111
and have a debug log ready to share .
https://kodi.wiki/view/Log_file
https://kodi.wiki/view/Log_file/Advanced


______
Currently i am looking into a fullscreeninfo layout
https://streamable.com/fld7ym
Skins |  Titan M O D   •   S W A N (WIP)
Reply
I tried switching to a different skin and it worked fine, so must be something in swan skin?
Reply
(2021-07-11, 05:44)Picard Wrote: I tried switching to a different skin and it worked fine, so must be something in swan skin?

hm.maybe.
can you provide a log then !?
Skins |  Titan M O D   •   S W A N (WIP)
Reply
I think weather window will be finished soon ...

https://streamable.com/8d5ham

watch gallery
Skins |  Titan M O D   •   S W A N (WIP)
Reply
(2021-07-12, 09:23)mardukL Wrote: I think weather window will be finished soon ...

https://streamable.com/8d5ham

watch gallery

Beautiful!
Reply
(2021-06-29, 20:48)Aaiemron Wrote: Hello. Is it possible to show the number of unwatched or new episodes in a TV show widget?
let's say a small number in the corner of a poster?

Thanks
Hello.

Have you maybe thought about making this possible? I think it would be a nice feature.
Thanks and compliments for your work.
Reply
(2021-07-12, 20:20)Aaiemron Wrote:
(2021-06-29, 20:48)Aaiemron Wrote: Hello. Is it possible to show the number of unwatched or new episodes in a TV show widget?
let's say a small number in the corner of a poster?

Thanks
Hello.

Have you maybe thought about making this possible? I think it would be a nice feature.
Thanks and compliments for your work.
Still on Tod Do...

Currently i work on Weather and will push update when finished

- added some settings
   - show multiimage / rotating weather fanart , show single art, show nothin, or default show animated gif bg
   - 2 different layouts
   - disable weather art in 'widgets'
   - and experimental weather forecast video

https://streamable.com/tp080d

...so just a few things left...
Skins |  Titan M O D   •   S W A N (WIP)
Reply
  • 1
  • 26
  • 27
  • 28(current)
  • 29
  • 30
  • 50

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