![]() |
[PROBLEM] Missing alpha-indexes on local 7'' display - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [PROBLEM] Missing alpha-indexes on local 7'' display (/showthread.php?tid=5629) Pages:
1
2
|
Missing alpha-indexes on local 7'' display - Nutul - 06-12-2023 Hi all, updated yesterday to the 8.3.3, restarted, everything was OK. Then today I had to restart the local UI to clear the browser's cache, and all of a sudden I no longer see the alphabetical indexes (in the TAG view, but they could also be missing from the ALBUM view, didn't check...). Probably this has also cleared some cached CSS (I cannot explain it otherwise). @Tim Curtis I seem to remember this already happened a while ago (maybe with 8.3.2, or 8.3.1?) and "we" fixed it... ;-) Can you comment? RE: Missing alpha-indexes on local 7'' display - Tim Curtis - 06-13-2023 They show as being enabled in media.css for the 7" touch https://github.com/moode-player/moode/blob/develop/www/css/media.css RE: Missing alpha-indexes on local 7'' display - TheOldPresbyope - 06-13-2023 In a quick test, I was unable to repro the "missing alpha-indexes" on my moOde 8.3.3 player with Raspberry Pi 7" touchscreen after restarting the Local UI. This was on a fresh 8.3.3 image, not an in-place update from 8.3.2. Regards, Kent RE: Missing alpha-indexes on local 7'' display - Nutul - 06-13-2023 (06-13-2023, 12:23 AM)Tim Curtis Wrote: They show as being enabled in media.css for the 7" touch Hi Tim, weird enough, I am testing it on my browser in developer mode. If I define the screen (with square pixel, as I use it) as 799 x 443 the indices don't show. If I define it as 800 x 444 they do. The viewport, IMO is indeed 800 x 444 (while maxX and maxY are respectively 799 and 443)... RE: Missing alpha-indexes on local 7'' display - Tim Curtis - 06-13-2023 To get the viewport size use the real screen and the setting below. Menu, Refresh after each change. # Toggle viewport notification on/off Code: pi@moode:~ $ moodeutl -q "update cfg_system set value='viewport' where param='pkgid_suffix'" RE: Missing alpha-indexes on local 7'' display - Nutul - 06-14-2023 (06-13-2023, 11:04 AM)Tim Curtis Wrote: To get the viewport size use the real screen and the setting below. Menu, Refresh after each change. Hi Tim, here is my viewport. RE: Missing alpha-indexes on local 7'' display - Tim Curtis - 06-14-2023 Odd to see 800px width. I'll check on my end. RE: Missing alpha-indexes on local 7'' display - TheOldPresbyope - 06-14-2023 That's not what I get on my "official" 7-in Touch. Odd to see an "off by one" error here. Regards, Kent RE: Missing alpha-indexes on local 7'' display - Nutul - 06-14-2023 (06-14-2023, 11:41 AM)TheOldPresbyope Wrote: That's not what I get on my "official" 7-in Touch. I'm using "square" pixel mode, don't know if that makes any difference... maybe I'll try in both modes later today. Anyway, I am more keen to understand a 800 pixels wide viewport (min x = 0, max x = 799), rather than a 799-wide one... Maybe something changed in the browser? older versions returned maxX / maxY instead? I cannot comment, as this is the very first time I use the "show viewport" thing. RE: Missing alpha-indexes on local 7'' display - Tim Curtis - 06-14-2023 (06-14-2023, 11:54 AM)Nutul Wrote:(06-14-2023, 11:41 AM)TheOldPresbyope Wrote: That's not what I get on my "official" 7-in Touch. Quick test with a Pi 7" Touch and the viewport popup shows the following: Pixel aspect ratio - Default 799 x 479 - Square 799 x 443 AFAIK viewport is 0-based so an 800px wide screen with pixel ratio = 1 and no Browser zoom would have a viewport max width of 799px. I'm not sure what could be causing viewport width to show 800px on your end. |