Skip to content
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

Open
yw4z opened this issue Jun 30, 2022 · 5 comments
Open

Few Suggestions #5

yw4z opened this issue Jun 30, 2022 · 5 comments
Labels
enhancement New feature or request

Comments

@yw4z
Copy link

yw4z commented Jun 30, 2022

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

@krlvm krlvm added the enhancement New feature or request label Jun 30, 2022
@krlvm
Copy link
Owner

krlvm commented Jun 30, 2022

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.

@yw4z
Copy link
Author

yw4z commented Jul 1, 2022

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

@yw4z
Copy link
Author

yw4z commented Sep 20, 2022

hi again,

after 2 months of use i want to share my experiences
clicking 2 times for skipping next track gets me bored after a while
i tried audio flyout but it has too much bugs also i get an bsod after uninstall
so i switched back to your app, then i find an app named tray tools from ancient times, i added next tray icon with that and combination is perfect. tray tools can create a shortcut on tray i added a vbs script as shotcut
script i used > CreateObject("Wscript.Shell").Sendkeys(Chr(&hB0))

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

2

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

1

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

@LoneWolf993
Copy link

Would it be possible for you to add a feature such that we can control media of each browser tab?

@krlvm
Copy link
Owner

krlvm commented Dec 22, 2022

Would it be possible for you to add a feature such that we can control media of each browser tab?

This is not possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants