![]() |
Official moOde 8 support thread - 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: Official moOde 8 support thread (/showthread.php?tid=4777) |
RE: Official moOde 8 support thread - Tim Curtis - 01-31-2024 The Popup keyboard is only for a locally attached Touch screen for example the Pi 7" Touch. RE: Official moOde 8 support thread - neoresin - 01-31-2024 (01-31-2024, 08:50 PM)Tim Curtis Wrote: The Popup keyboard is only for a locally attached Touch screen for example the Pi 7" Touch. Right, no, I get that - I have a 11.6" touchscreen attached running at 1920x1080 CEA mode 16. RE: Official moOde 8 support thread - Nutul - 01-31-2024 (01-31-2024, 09:10 PM)neoresin Wrote:(01-31-2024, 08:50 PM)Tim Curtis Wrote: The Popup keyboard is only for a locally attached Touch screen for example the Pi 7" Touch. @Tim Curtis shouldn't the OSK show up on any local display...? @neoresin sorry to ask, but... have you enabled it in Settings => Peripherals? RE: Official moOde 8 support thread - Tim Curtis - 01-31-2024 (01-31-2024, 09:49 PM)Nutul Wrote:(01-31-2024, 09:10 PM)neoresin Wrote:(01-31-2024, 08:50 PM)Tim Curtis Wrote: The Popup keyboard is only for a locally attached Touch screen for example the Pi 7" Touch. Yes it should show up on any locally attached (HDMI, DSI) display. RE: Official moOde 8 support thread - Tim Curtis - 01-31-2024 (01-31-2024, 10:42 PM)Tim Curtis Wrote:(01-31-2024, 09:49 PM)Nutul Wrote:(01-31-2024, 09:10 PM)neoresin Wrote:(01-31-2024, 08:50 PM)Tim Curtis Wrote: The Popup keyboard is only for a locally attached Touch screen for example the Pi 7" Touch. Actually there is a bug in 8.3.7 that prevents it from showing :-0 Its fixed in upcoming 8.3.8 - FIX: Popup on-screen keyboard not activating RE: Official moOde 8 support thread - Nutul - 01-31-2024 (01-31-2024, 10:45 PM)Tim Curtis Wrote:(01-31-2024, 10:42 PM)Tim Curtis Wrote:(01-31-2024, 09:49 PM)Nutul Wrote:(01-31-2024, 09:10 PM)neoresin Wrote:(01-31-2024, 08:50 PM)Tim Curtis Wrote: The Popup keyboard is only for a locally attached Touch screen for example the Pi 7" Touch. What is it, something that has to do with Chrome user agent string? RE: Official moOde 8 support thread - Tim Curtis - 01-31-2024 Yes. Below is the 8.3.8 code. The 8.3.7 code checked for a different user agent string that worked fine until a recent update to chromium-browser which now reports a different string. Code: // Detect chromium-browser RE: Official moOde 8 support thread - Nutul - 01-31-2024 (01-31-2024, 11:19 PM)Tim Curtis Wrote: Yes. Below is the 8.3.8 code. The 8.3.7 code checked for a different user agent string that worked fine until a recent update to chromium-browser which now reports a different string. Yep. RE: Official moOde 8 support thread - jenzd - 02-01-2024 (01-27-2024, 09:09 PM)Tim Curtis Wrote: I've gotten to this item on the TODO list and I have some comments and questions. Adding a letterbox to the sides of these images with an image editor would be a workaround, of course. On the other hand it might be nicer, if the UI would directly get along with portrait style images (if this does not compromise the way standard images are shown). 1. I think Album view already handles these images perfectly in version 8.3.7. The images are embedded in a square canvas (adding some space on both sides). Of course the menu icon appears slightly outside of the image. I wouldn't mind though, since it stays in the same place (lower left corner) relative to the square canvas - so just were it could be expected. No side effects for standard covers as well. 2. In playback view a square canvas could solve the issue in the same way. It would also prevent portrait style images from being displayed much larger than standard covers. An alternative possibility could be to define a maximum height (rectangular canvas?) to just prevent the song & album title below the image from being moved outside of the visible area. 3. For locations like the queue, where just the small thumbs are shown, distorted images could just be acceptable as they are. Even with the distortion it's still clearly visibile which album it is - and apart from this, there is not much to be seen at this small image size anyway. :-) In my collection there are just a few of these covers, of course. Examples:
Jens RE: Official moOde 8 support thread - neoresin - 02-01-2024 (01-31-2024, 09:49 PM)Nutul Wrote:(01-31-2024, 09:10 PM)neoresin Wrote:(01-31-2024, 08:50 PM)Tim Curtis Wrote: The Popup keyboard is only for a locally attached Touch screen for example the Pi 7" Touch. Yes, it's enabled in Settings => Peripherals. |