[IDEA] Ideas... - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Feature requests (https://moodeaudio.org/forum/forumdisplay.php?fid=8) +--- Thread: [IDEA] Ideas... (/showthread.php?tid=1307) |
Ideas... - JST1963 - 04-24-2019 Hi moOde fans, RE: Ideas... - swizzle - 04-24-2019 (04-24-2019, 10:51 PM)JST1963 Wrote: Some ideas...#1 is a modal dialog which people usually dislike, so while it might seem nice it’d probably end up being annoying for most. I’m not in love with how the bottom panel / tracklist works in album view mode. We could have album click just switch the contents if the panel is open rather than start playback but then that’s introducing a conflicting behavior. I think I wanted ellipsis > tracklist to switch the contents to be consistent but then Tim pointed out clicking the ellipsis of a different album already changed the contents and I was like d’oh. #2 I’ve thought about making the audio info modal popup when you click the extra tags metadata text or a circle i icon or something but then I think about how often I use that feature (never) and end up doing something else instead. If it is something people use then it’d be easy enough to add a shortcut. More ideas are always welcome, keep that brain burpin. RE: Ideas... - Tim Curtis - 04-24-2019 The Track List is just a toggle that maintains state (open closed) when clicking ... on other albums. It's useful if selecting individual tracks to add/play or compose a playlist but I'm not sure thats the dominant use case. I think whole album play or random album or auto-shuffle play is more common. RE: Ideas... - JST1963 - 04-24-2019 Hi moOde fans, RE: Ideas... - swizzle - 04-24-2019 (04-24-2019, 11:30 PM)Tim Curtis Wrote: The Track List is just a toggle that maintains state (open closed) when clicking ... on other albums. It's useful if selecting individual tracks to add/play or compose a playlist but I'm not sure thats the dominant use case. I think whole album play or random album or auto-shuffle play is more common. I’ll send code later to change the menu text depending on toggle state to make it more obvious what clicking it will do. I think that’ll eliminate some confusion. The close item on context menus is also a little confusing, especially in context of clicking on the album art in the bottom/tracklist panel, maybe just make any “click” not in the menu dismiss it and also not propagate (iirc it currently dismisses but also clicks through which I think is generally unwanted). RE: Ideas... - Tim Curtis - 04-24-2019 Ok cool. Way back there was some code that handled off-menu click and dismissed the context menus but it was very unreliable so I opted for the Close (x) explicit item. If there is a way to universally implement off-menu dismiss reliably then :-) I think the challenge will be in the Folder view... |