• 1
  • 209
  • 210
  • 211(current)
  • 212
  • 213
  • 406
Arctic: Zephyr - Reloaded
(2021-07-07, 21:57)beatmasterrs Wrote:  What i would like to have is a cd slide in/out animation (like in musicvisualisation/video fullscreen), when window home closes/opens, but i have not get that implemented, cause animations didnt work as excepted. Maybe you have an idea? Smile

I understand. I have no idea yet Smile but it is not impossible.
Before all of this in my "todo fix"  Big Grin I have a bug with cd slide in/out animation in musicvisualisation/video fullscreen. Smile

sometime it is good :

Image

sometime it is not good :

Image
Reply
(2021-07-08, 00:55)Nanomani Wrote:
(2021-07-07, 21:57)beatmasterrs Wrote:  What i would like to have is a cd slide in/out animation (like in musicvisualisation/video fullscreen), when window home closes/opens, but i have not get that implemented, cause animations didnt work as excepted. Maybe you have an idea? Smile

I understand. I have no idea yet Smile but it is not impossible.
Before all of this in my "todo fix"  Big Grin I have a bug with cd slide in/out animation in musicvisualisation/video fullscreen. Smile

sometime it is good :

sometime it is not good :

I know about this behaviour, but still had no luck with fixing this..
Reply
(2021-07-08, 01:10)beatmasterrs Wrote:
(2021-07-08, 00:55)Nanomani Wrote:
(2021-07-07, 21:57)beatmasterrs Wrote:  What i would like to have is a cd slide in/out animation (like in musicvisualisation/video fullscreen), when window home closes/opens, but i have not get that implemented, cause animations didnt work as excepted. Maybe you have an idea? Smile

I understand. I have no idea yet Smile but it is not impossible.
Before all of this in my "todo fix"  Big Grin I have a bug with cd slide in/out animation in musicvisualisation/video fullscreen. Smile

sometime it is good :

sometime it is not good :

I know about this behaviour, but still had no luck with fixing this..

Not sure to be a lucky man Smile
The good news is that in my Nuc Intel it is never good. So I can reproduce that every time.
There is a dirty workaround that works at start.

I comment this line :
https://github.com/beatmasterRS/skin.arc...#L456-L459

At start It work every time, but when I play the next title the discart have no animation just blinking.
all of this is only test not a solution  Smile

I will make more test. But actually I have much less free time ...
Reply
(2021-07-08, 10:45)Nanomani Wrote:
(2021-07-08, 01:10)beatmasterrs Wrote:
(2021-07-08, 00:55)Nanomani Wrote: I understand. I have no idea yet Smile but it is not impossible.
Before all of this in my "todo fix"  Big Grin I have a bug with cd slide in/out animation in musicvisualisation/video fullscreen. Smile

sometime it is good :

sometime it is not good :

I know about this behaviour, but still had no luck with fixing this..

Not sure to be a lucky man Smile
The good news is that in my Nuc Intel it is never good. So I can reproduce that every time.
There is a dirty workaround that works at start.

I comment this line :
https://github.com/beatmasterRS/skin.arc...#L456-L459

At start It work every time, but when I play the next title the discart have no animation just blinking.
all of this is only test not a solution  Smile

I will make more test. But actually I have much less free time ...

Can you please describe again exactly what causes this behavior (7ULNX8C)? I mean, the condition that the disc disappears in the case only occurs when I hide the info or close MusicVisualization, right? i would like to reproduce this, but currently i have no luck Big Grin
Reply
(2021-07-08, 10:51)beatmasterrs Wrote:
(2021-07-08, 10:45)Nanomani Wrote:
(2021-07-08, 01:10)beatmasterrs Wrote: I know about this behaviour, but still had no luck with fixing this..

Not sure to be a lucky man Smile
The good news is that in my Nuc Intel it is never good. So I can reproduce that every time.
There is a dirty workaround that works at start.

I comment this line :
https://github.com/beatmasterRS/skin.arc...#L456-L459

At start It work every time, but when I play the next title the discart have no animation just blinking.
all of this is only test not a solution  Smile

I will make more test. But actually I have much less free time ...

Can you please describe again exactly what causes this behavior (7ULNX8C)? I mean, the condition that the disc disappears in the case only occurs when I hide the info or close MusicVisualization, right? i would like to reproduce this, but currently i have no luck Big Grin

In my NUC nothing special. Every time I play album the discart stay behind the album art.
Because the animation start from side left of screen not from side left of album art.

In my PC for my test (more powerfull) it is another story. most of the time is good.
I will try some test to see if I can reproduce that every time on my PC.

I will tell you if I get there ...
Reply
(2021-07-08, 11:47)Nanomani Wrote:
(2021-07-08, 10:51)beatmasterrs Wrote:
(2021-07-08, 10:45)Nanomani Wrote: Not sure to be a lucky man Smile
The good news is that in my Nuc Intel it is never good. So I can reproduce that every time.
There is a dirty workaround that works at start.

I comment this line :
https://github.com/beatmasterRS/skin.arc...#L456-L459

At start It work every time, but when I play the next title the discart have no animation just blinking.
all of this is only test not a solution  Smile

I will make more test. But actually I have much less free time ...

Can you please describe again exactly what causes this behavior (7ULNX8C)? I mean, the condition that the disc disappears in the case only occurs when I hide the info or close MusicVisualization, right? i would like to reproduce this, but currently i have no luck Big Grin

In my NUC nothing special. Every time I play album the discart stay behind the album art.
Because the animation start from side left of screen not from side left of album art.

In my PC for my test (more powerfull) it is another story. most of the time is good.
I will try some test to see if I can reproduce that every time on my PC.

I will tell you if I get there ...

Please try this :
 
1 - verify   "Always display info and osd controls on music visualisation"

must be to enable, if not set to enable then restart Kodi

Image

 
2 - start music

Must be good
 
3 - Stop music
4 - disable "Always display info and osd controls on music visualisation"

Image
 
5 - start music

Must be NOT good
Reply
I give you another better workaround / fix Smile 

replace in line 464 :
xml:
type="WindowOpen"
by
xml:
type="Visible" 

https://github.com/beatmasterRS/skin.arc...n.xml#L464

You probably know much better than me this : 
https://kodi.wiki/view/Animating_your_skin

EDIT : On my NUC this works very fine when it is never works before

EDIT 2 : some adjustment is needed but it is much better for me
Reply
(2021-07-08, 14:46)Nanomani Wrote: I give you another better workaround / fix Smile 

replace in line 464 :
xml:
type="WindowOpen"
by
xml:
type="Visible" 

https://github.com/beatmasterRS/skin.arc...n.xml#L464

You probably know much better than me this : 
https://kodi.wiki/view/Animating_your_skin

EDIT : On my NUC this works very fine when it is never works before

EDIT 2 : some adjustment is needed but is much better for me

The result is for me, that the disc does nothing Big Grin I will rewrite the animation code now, scince it's about 2 years old i think Big Grin
Reply
(2021-07-08, 14:56)beatmasterrs Wrote:
(2021-07-08, 14:46)Nanomani Wrote: I give you another better workaround / fix Smile 

replace in line 464 :
xml:
type="WindowOpen"
by
xml:
type="Visible" 

https://github.com/beatmasterRS/skin.arc...n.xml#L464

You probably know much better than me this : 
https://kodi.wiki/view/Animating_your_skin

EDIT : On my NUC this works very fine when it is never works before

EDIT 2 : some adjustment is needed but is much better for me

The result is for me, that the disc does nothing Big Grin I will rewrite the animation code now, scince it's about 2 years old i think Big Grin

perhaps this can help ? :
https://forum.kodi.tv/showthread.php?tid...pid2919578
Reply
Please test this Smile

Branch: beatmasterRS/skin.arctic.zephyr.mod at music-visualisation-patch-1 (github.com)

PR: https://github.com/beatmasterRS/skin.arc...d/pull/375
Reply
(2021-07-08, 15:13)beatmasterrs Wrote: Please test this Smile

Branch: beatmasterRS/skin.arctic.zephyr.mod at music-visualisation-patch-1 (github.com)

PR: https://github.com/beatmasterRS/skin.arc...d/pull/375

You code 10 times faster than me doing only tests .... Big Grin

Anyway your PR works fine.
at start the "discart" slide very smoothly
then at the next title "discart" only blink very quickly
on pause there is no animation at all

all of this are normal I guess
Reply
(2021-07-08, 15:48)Nanomani Wrote:
(2021-07-08, 15:13)beatmasterrs Wrote: Please test this Smile

Branch: beatmasterRS/skin.arctic.zephyr.mod at music-visualisation-patch-1 (github.com)

PR: https://github.com/beatmasterRS/skin.arc...d/pull/375

You code 10 times faster than me doing only tests .... Big Grin

Anyway your PR works fine.
at start the "discart" slide very smoothly
then at the next title "discart" only blink very quickly
on pause there is no animation at all

all of this are normal I guess

At that time I had tried to trigger that the CD slides to the left again when the song changes and slides out again when the next song starts. That causes the issues, we already had Big Grin
Reply
What about that? Big Grin

Reply
(2021-07-08, 18:53)beatmasterrs Wrote: What about that? Big Grin


Great   Nod

EDIT : planned for vertical layout too ? Big Grin
Reply
(2021-07-08, 19:16)Nanomani Wrote:
(2021-07-08, 18:53)beatmasterrs Wrote: What about that? Big Grin


Great   Nod

EDIT : planned for vertical layout too ? Big Grin

It also works in all multi layouts, yes Smile

Please test the updated PR Smile
Reply
  • 1
  • 209
  • 210
  • 211(current)
  • 212
  • 213
  • 406

Logout Mark Read Team Forum Stats Members Help
Arctic: Zephyr - Reloaded11