01-03-2025, 05:15 AM
Thank you for your donation!
Problem: 9.2.1 Intro pop up keeps appearing
|
01-03-2025, 07:19 AM
(01-03-2025, 05:15 AM)Nutul Wrote:(01-03-2025, 03:37 AM)PJVervoorn Wrote: Thanks for resolving the issue. O wow, I had to go on a pop-up hunt, to see which one I missed ![]() This easter egg hunt seems to have fixed the issue (it was the one at the radios screen). I hope in the next version these popups are not linked anymore.
01-03-2025, 11:39 AM
It gets disabled when you click on the 2 other first-use help overlays. The one that overlays the album cover and the other that overlays the Playbar.
01-03-2025, 02:31 PM
01-03-2025, 06:58 PM
(01-03-2025, 02:31 PM)eberproducts Wrote:(01-03-2025, 11:39 AM)Tim Curtis Wrote: It gets disabled when you click on the 2 other first-use help overlays. The one that overlays the album cover and the other that overlays the Playbar. It's not a workaround. It's the way it works.
01-03-2025, 08:55 PM
Not sure if it's related, but could it be that the audio info screen isn't working anymore? I also get the pop-up every time, and when I close it, the `audioinfoPlayback()` button does not change view.
maintainer of librespot and pleezer, working on a qobuz connect player. sponsor me: https://github.com/sponsors/roderickvd
01-03-2025, 09:19 PM
(This post was last modified: 01-03-2025, 09:19 PM by Tim Curtis.)
(01-03-2025, 08:55 PM)roderickvd Wrote: Not sure if it's related, but could it be that the audio info screen isn't working anymore? I also get the pop-up every time, and when I close it, the `audioinfoPlayback()` button does not change view. Theres a bug that prevents Audio info from showing for UPnP tracks i.e., tracks that begin with http:// but I'm not aware of any other bugs affecting Audio info. For the Welcome screen issue try dumping the flags that control whether the Help coupons and the Welcome screen gets displayed. Code: moodeutl -q "select value from cfg_system where param='first_use_help'" The first_use_help param contains a 2 position comma delimited value consisting of y or n in each position. 1: Playback coupon, 2: Playbar coupon If either are y then the Welcome screen also gets displayed
01-03-2025, 09:24 PM
(01-03-2025, 07:19 AM)PJVervoorn Wrote:(01-03-2025, 05:15 AM)Nutul Wrote:(01-03-2025, 03:37 AM)PJVervoorn Wrote: Thanks for resolving the issue. The flags that control whether first-use help is displayed are on the server (moode Pi). This means that every connected client will have the help notifications displayed. When any client dismisses the help then a Browser refresh of the other clients will dismiss it. In the upcoming 9.2.2 release the >> Players action menu will have a "Refresh screen" action to easily do a screen refresh on all connected clients.
01-03-2025, 09:32 PM
(01-03-2025, 09:19 PM)Tim Curtis Wrote:(01-03-2025, 08:55 PM)roderickvd Wrote: Not sure if it's related, but could it be that the audio info screen isn't working anymore? I also get the pop-up every time, and when I close it, the `audioinfoPlayback()` button does not change view. It was working on Deezer, but no longer (but previously I also did not have the first welcome screen anymore). Regardless of clicking the "X" or the pause/button in the dialog, the output of "select value from cfg_system where param='first_use_help'" remains "y,n".
maintainer of librespot and pleezer, working on a qobuz connect player. sponsor me: https://github.com/sponsors/roderickvd
01-03-2025, 10:28 PM
(This post was last modified: 01-04-2025, 04:42 PM by Tim Curtis.
Edit Reason: update sql statement to n,n
)
(01-03-2025, 09:32 PM)roderickvd Wrote:(01-03-2025, 09:19 PM)Tim Curtis Wrote:(01-03-2025, 08:55 PM)roderickvd Wrote: Not sure if it's related, but could it be that the audio info screen isn't working anymore? I also get the pop-up every time, and when I close it, the `audioinfoPlayback()` button does not change view. Check the WebUI to see if one of the help coupons is still there. Below is what they look like: Clicking on them dismisses them and sets their respective flags in "first_use_help" param to "n" The flags can also be updated manually but this should never be needed. Code: moodeutl -q "update cfg_system set value='n,n' where param='first_use_help'" |
« Next Oldest | Next Newest »
|