-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Run from command line on startup + add module visibility in system tray icon #9
Comments
This would be semi-fixed by ActivityWatch/aw-qt#27 if The issue is that you need to do the API authentication thing which can't really be done without running it in a terminal window. |
Is there no way to package this after the credentials have been created and stored in the configuration directory in the respective environment? Its a bit cumbersome running two terminal windows for essentially one program. On another note - I've been running this for ~16 hours with a combined total of 1112 requests (from Spotify's dashboard), which comes out to around 1 request per minute. I can see from the terminal output that its grabbing the song every 5 seconds, I'm just curious as to why it isn't accurate on the Spotify end. Also - the token expired and I had to restart the program from the terminal, anything I can do to mitigate this or is this a Spotify problem? |
There could be, but it'd be work that I'm not interested in at the moment. Feel free to give it a shot. You could just run it from the terminal the first time (to get the credentials) and then hopefully use the changes in the aw-qt PR.
I have no idea.
This should be fixable, although I don't have the time to fix it. |
What would be the easiest way to run this on startup? A bash script?
./aw-qt
is just fantastic, do you think this script should be made executable? Not sure how to proceed.Also, if this can be added to the system tray that would really make it easier to see if its actually running.
The text was updated successfully, but these errors were encountered: