Posts: 548
Joined: Dec 2011
Reputation:
28
if you don't used the i button the info dissapears after 5 seconds..
Posts: 6
Joined: Apr 2021
Reputation:
0
Is this a setting? Mine stays on the extended display indefinitely.
It would be much better if it could just go to the second view automatically, without showing any extended information. It's fine if I have to make an XML mod (or whatever) to make it work like that.
Posts: 3,038
Joined: Jan 2013
Reputation:
210
Gade
Team-Kodi Member
Posts: 3,038
Hi zyxabacab and welcome to the forums.
The fullscreen info will always automatically display when entering fullscreen music window.
It will get timed out and hide after some seconds of inactivity.
That's standard Kodi behavoir and will happen this way in all skins.
If you press "I" or "Info" on a remote, or the OSD Information button, it will display again.
Make sure one of those have not activated the fullscreen info.
The thread in your link is not about removing fullscreen info.
It's about switching directly to fullscreen music window on music playback.
That's a feature which was introduced in Kodi 19, so the thread is no longer relevant.
Posts: 6
Joined: Apr 2021
Reputation:
0
Neat! The development version works just as described.
I'll switch back to the non-development version once v12.2.32 goes into general release.
That's really great -- thank you for the support!
Posts: 3,038
Joined: Jan 2013
Reputation:
210
Gade
Team-Kodi Member
Posts: 3,038
That sounds so great.
Thanks for testing it and for the feedback.
I'll mark this thread as solved.
Posts: 6
Joined: Apr 2021
Reputation:
0
So... after a little further testing (including a reboot), the display behaves inconsistently. When playback starts, only the concise track information is shown; but when the track changes, detailed information is shown instead. The details are shown regardless of whether the track is changed manually, or because the previous track ended.
I don't know why this didn't happen before I rebooted; but it's happening every time now. (I didn't uninstall the stable version of the Rapier skin first -- I just installed the directly development version from the repo. Maybe that has something to do with it?)
Posts: 6
Joined: Apr 2021
Reputation:
0
I understand now. Kodi is sufficiently sophisticated to make it difficult to know exactly which part is responsible for which task!
From poking around in Kodi's source code, there might be a lead in setting the lower bound of the range of m_songInfoDuration to -1, then modifying one of the functions in GUIWindowVisualisation.cpp to go directly to displaying the concise information if said value is set to -1. It might be low-hanging fruit! ...Maybe.
If I can get Kodi to build on my PC, I'll try to get it to work this way, and see if I can't submit a patch or something.
In any case, sorry that I didn't catch that on the first time around -- I should have been more careful in testing it. At least the other side works exactly as intended!
Posts: 6
Joined: Apr 2021
Reputation:
0
Thank you! It's nice to finally find that years of messing around with stuff really pays off! :p
Yes, it would ideally work just like that -- with -1 meaning "no display/go straight to concise display", 0 meaning "indefinite display", and any positive integer meaning "display for n seconds". (It probably doesn't already work like that as a setting of -1 would be rather redundant with the default Estuary skin.)
But actually expanding Kodi's understanding of these settings is much less straightforward... so I guess we'll have to see if this attempt succeeds or not!