-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Few Suggestions #5
Comments
Thanks for the suggestsions, I will consider implementing the first one. It is already should open the application on click, but this unfortunately does not work with browsers, because it can't determine the handle of the browser window - it can detect only the process name, and modern browsers typically have a separate process for each tab, making it impossible to determine which process ID owns the window. The icon in tray is used for two actions - double click or middle click on it to quickly play/pause media playback, or left click on it to open the flyout. If no media is playing, I don't know what it can show there. |
also im developing some small apps for macos its possible on there with ui scripting, its weird not on windows . maybe they will add this to chromium in future nice to know middle click stops audio, thanks actually i thought app stopped or crashed until next play, maybe you can put an generic album art with no media playing text without buttons. also you can use app's icon (⏵I ) for tray if no audio playing Also if you need any help about UI & icon designs i can help |
hi again, after 2 months of use i want to share my experiences few more suggestions 1- if you add a delay/timer before switching play pause stays same while playback continues. play icon turning pause icon or disappearing for a short time when skipping / changing next track 2- here is a concept image what to show while playback stopped. Of course its not necessary , keeping icon on tray instead of disappear will be enough to show app is running control buttons disabled on this 3- you can add menu with options, if you plan to add next previous icons hiding option would be cool clicking about opens github page 4- as an alternative if you can map right scroll or ctrl click on tray icon for next track would work as well thanks for taking your time on this, really appreciated |
Would it be possible for you to add a feature such that we can control media of each browser tab? |
This is not possible |
Thanks for keeping this app for only one specific feature
its small and gets job well
feature suggestions
-stay on top feature will be very helpful, so dont have to click every time when i want to skipping tracks
-clicking on song info can reveal music playing tab for browsers or opens app
Also i guess this one is bug
-if no audio playing tray icon disappearing
have a nice day
The text was updated successfully, but these errors were encountered: