• 1
  • 39
  • 40
  • 41(current)
  • 42
  • 43
  • 50
WIP S W A N (alpha , updated April-2022)
(2022-01-22, 19:34)pdr096 Wrote: hi,

First of all beautiful skin really nice. I'm having  performance problems with the swan skin in kodi 19.1  When I play library or addon stuff it stutters all the time. In kodi 18 there's no problem at all.
There is also no problem at all when I use another skin (titan bingie, cosmic, auramod) in Kodi 19.1 works perfectly
So really strange. My system is Mac osx Montery.

grts.
Can you post a debug log ?
Need to take a look there too.
Skins |  Titan M O D   •   S W A N (WIP)
Reply
again,updates...
txt:

*.1.28 leia changes:
    • refactor code to circumstance leia "issue" - Player.DisplayAfterSeek is 'True' if playback is paused, which was fixed in > v.19.*?

*.1.27 misc changes:
    •  add translations [de],[nl] for seekbarinfo
    •  reorder seek skinsettigs settings and adjust labels
    •  fix condition for seekinfo ( preventing panel|player info panel show up correctly )

*.1.26 HOTfix :
     • still watching dialog: idle time from 1 sec to 10 minutes, SORRY
Skins |  Titan M O D   •   S W A N (WIP)
Reply
Hi,

Hopefully I'm posting you the correct logfile. Thanks in advance

https://paste.kodi.tv/ahubenikum


grts
Reply
(2022-01-23, 02:38)mardukL Wrote:
(2022-01-22, 19:34)pdr096 Wrote: hi,

First of all beautiful skin really nice. I'm having  performance problems with the swan skin in kodi 19.1  When I play library or addon stuff it stutters all the time. In kodi 18 there's no problem at all.
There is also no problem at all when I use another skin (titan bingie, cosmic, auramod) in Kodi 19.1 works perfectly
So really strange. My system is Mac osx Montery.

grts.
Can you post a debug log ?
Need to take a look there too.
Reply
https://paste.kodi.tv/ahubenikum
Reply
(2022-01-23, 13:43)pdr096 Wrote: https://paste.kodi.tv/ahubenikum

ref:
First i have to say the suppport  relating to the log is zero, because there are a few banned addons 'involved' on your kodi installation which are
a: generally not supported [https://kodi.wiki/view/Forum%20rules , https://kodi.wiki/view/Official:Forum_ru...acy_Policy]
and b: can be a cause for the issue.

So , get rid of the 'banned stuff' ( didt check all addons in the log ,they are colored  'red colored' in the log you posted . better would be a clean install and than test again (as they can install dependencies which install addons with another dependencies , which generel can be risky for your system and cannot be easyly tracked down ).
Skins |  Titan M O D   •   S W A N (WIP)
Reply
Hallo again,

first of all thanks for the reply
I did what you told me. I installed new kodi clean install. I played file with confluence skin no problem when i play the same file with swan skin it stutters.
The problem only appears in kodi 19 not in 18
Here's my log   https://paste.kodi.tv/onucorayiw

grts
Reply
Hallo

I noticed when I'm playing the file in confluence skin  it shows FPS : 59 fps and in your skin FPS : 8.9 fps. I suppose framerates but I don't know.
Thanks for your time anyway.

grts
Reply
(2022-01-24, 20:37)pdr096 Wrote: Hallo again,

first of all thanks for the reply
I did what you told me. I installed new kodi clean install. I played file with confluence skin no problem when i play the same file with swan skin it stutters.
The problem only appears in kodi 19 not in 18
Here's my log   https://paste.kodi.tv/onucorayiw

grts

Thanks, i took a quick look ( not at home)
at first look the video playback itself looks fine, i assume it could be
the busyloader ( - ffmpeg related issue as .apng is used when player caching )

- till i take a deeper look

you can disable the busy loader :
go to settings -> skinsettings -> player section , on the right side 'video' category you 'll find a setting "disable busy loader in osd" and toggle it 'on'

may give feedback if that fix the issue.

and in addition, as i cannot test.

you can edit dialogbusy.xml

to this
xml:

<window>
<!-- busydialog WINDOW_DIALOG_BUSY 10138 DialogBusy.xml
ID Type Description
10 progress Progress bar

test disable bnusy via include usage
-->

<onload condition="!string.isempty(window(home).property(busyspinner))">SetProperty(busyspinner_2ndload,2,home)</onload>
<onunload condition="string.isempty(window(home).property(busyspinner)) + !string.isempty(window(home).property(busyspinner_2ndload))">ClearProperty(busyspinner_2ndload,home)</onunload>
<onunload condition="!string.isempty(window(home).property(busyspinner))">ClearProperty(busyspinner,home)</onunload>

<controls>
<control type="group">
<visible>string.isempty(window(home).property(busyspinner)) + string.isempty(window(home).property(busyspinner_2ndload))</visible>

<!-- play act busy close - load activate busy 2nd time yt <visible>string.isempty(window(home).property(TrailerIsPlaying))</visible> -->
<control type="image">
<texture colordiffuse="$VAR[color_global_dialog_background]">colors/white60.png</texture>
</control>

</control>
<include condition="[!string.isempty(window(home).property(busyspinner)) | !string.isempty(window(home).property(busyspinner_2ndload))] + !Skin.HasSetting(spotlight_home_fanart_left)" content="busyspinner_spotlight_autoplaytrailer">
<param name="centerleft" value="70%" />
<param name="centertop" value="30%" />
</include>
<include condition="[!string.isempty(window(home).property(busyspinner)) | !string.isempty(window(home).property(busyspinner_2ndload))] + Skin.HasSetting(spotlight_home_fanart_left)" content="busyspinner_spotlight_autoplaytrailer">
<param name="centerleft" value="30%" />
<param name="centertop" value="30%" />
</include>
</controls>
</window>

Skins |  Titan M O D   •   S W A N (WIP)
Reply
Hallo,

Thanks a lot for taking your time. I did the test with busy loader but nothing changes.
What I've noticed when I play the file with osd player info it stutters when I play the file with overlay info it seems to be normal
I put down a link with screenshots so you can see. I will try to edit dialogbusy.xml this evening.

link  :  https://imgur.com/a/ifNLFkE

grts
Reply
(2022-01-25, 11:50)pdr096 Wrote: Hallo,

Thanks a lot for taking your time. I did the test with busy loader but nothing changes.
What I've noticed when I play the file with osd player info it stutters when I play the file with overlay info it seems to be normal
I put down a link with screenshots so you can see. I will try to edit dialogbusy.xml this evening.

link  :  https://imgur.com/a/ifNLFkE

grts

unsure how relevant that is.
as there where a few fixes to kodi ,but may worth to take a look too.
even if i got no idea why the issue is skin dependent...

https://forum.kodi.tv/showthread.php?tid...pid2890370

https://forum.kodi.tv/showthread.php?tid...pid2785661

https://forum.kodi.tv/showthread.php?tid...pid2787076

will test on a mac (high siera) later this week.
Skins |  Titan M O D   •   S W A N (WIP)
Reply
Hallo,

Sorry to bother you so much
In the mean time I did edit the dialogbusy still stuttering.
I did a fresh clean kodi 18.9 install and your skin plays  perfectly. So the problem appears in 19 only

https://imgur.com/a/oRTDRwg

thx in advance
Reply
There is an issue with unicode titles.

Image
Reply
Hopefully not a dumb question as I have only just discovered this great skin.When I press down on the remote while watching a film or tv show up pops the plot which is great but is there a way to change the colour of the text to something more readable ( to me anyway) like white or yellow?
Reply
(2022-01-26, 18:29)ViewAfterReview Wrote: There is an issue with unicode titles.

Image

ah, i check for another font set which supports that and add it...
Skins |  Titan M O D   •   S W A N (WIP)
Reply
  • 1
  • 39
  • 40
  • 41(current)
  • 42
  • 43
  • 50

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