Posts: 1,543
Joined: Mar 2018
Reputation:
34
2024-06-24, 21:51
(This post was last modified: 2024-06-25, 00:30 by Buschel. Edited 1 time in total.)
Cool, this is what I really like to hear 👍
Posts: 601
Joined: Apr 2014
Reputation:
10
2024-06-25, 13:58
(This post was last modified: 2024-06-26, 03:13 by amasephy. Edited 5 times in total.)
The two fixes you implemented for me seem to be working as intended. 👍🏻
Edit: Seems there is a problem. If you have a slideshow going and you start party mode then party mode initiates but the icon that illuminates turns off. Party mode is indeed still activated though as navigating the playlist fills in more songs as expected in party mode.
Edit 2:
A couple minor formatting things I noticed. It’s a toss up of you want to change them. They’re differences between the app and Kodi server.
For audio tracks codec labels
Kodi server: 128kbps
Kodi app: 128 kbit\s
Server: 32bit (all lower case)
App: 32 Bit (Title case)
Edit 3: Regarding the new party mode animation fix. Sometimes when skipping to the next song it’s truly seamless and pushes up the next song and pops the top one off the list. However most of the time there’s a delay and the spinner appears. In either case the playlist flickers probably refreshing function? Still, if it’s sometimes able to do the pop and push without a full refresh why can’t it always do that?
Edit 4: seems the fix to stop displaying the elapsed time panel over the photo in a slide show playlist had a side effect of it not displaying on a song if you have music playing at the same time.
Posts: 1,543
Joined: Mar 2018
Reputation:
34
2024-06-26, 10:00
(This post was last modified: 2024-06-26, 13:18 by Buschel. Edited 1 time in total.)
Thanks. I see the problem with the PartyMode icon and the missing elapsed time. These are side effects of attempting to fix the slideshow jumping playlists when playing a video. Will look into possibilities to handle this different. Not too easy ...
The slight residual flickering in PartyMode is hard a nut to crack as well ... This is all l linked to the fact that there are different triggers for a playlist update. The one you see is the safety net which is needed to detect a new song started -- this is a must and does not use animation but still shows the activity indicator. Other triggers are events sent from Kodi or when pressing skip buttons. I need to think through this to see, if I can only keep the must-keep trigger and animate it fully.
Posts: 601
Joined: Apr 2014
Reputation:
10
Thanks UlfSchmidt. I had no idea it was skin related. I just use Estuary these days. I gave up on the community skins when most of the devs started abandoning my favorite old school ones.
Posts: 601
Joined: Apr 2014
Reputation:
10
Very nice. I actually completely forgot about this! Now if 20.1 would come out so I can actually go into the settings menu on the app…
Posts: 584
Joined: Jan 2021
Reputation:
9
I still find it fascinating how many errors you still uncover in this app. And at the same time it scares me when I think of other, much more complex software. "Full self driving". Nuclear missiles. Whatever… (just weekend thoughts)
Posts: 601
Joined: Apr 2014
Reputation:
10
I’ve thought the same thing with the bugs. Everytime I think we’ve got to be close to running out of bugs to possibly find something new turns up. To be fair to developers a lot of times bugs seem to creep in with new OS updates, new devices etc. so things that never were a bug become one eventually despite using best coding practices.
Bigger apps likely have more than one volunteer developer and two testing volunteers.🙂
Still one wonders what we would find digging under the hood of other things. 😨