aw-watcher-spotify
aw-watcher-spotify copied to clipboard
Aw-Watcher-Spotify data not visible in ActivityWatcher
I seemed to have correctly followed the instructions in the README. Program works when running poetry run aw-watcher-spotify
, yet no data seems to be appearing in the ActivityWatcher webapp. Is there a step I've missed?
I've also noticed the program not as a module/watcher in the menubar, perhaps I need to add it there. How would I do that?
I'm running this all on MacOS Catalina (10.15.6). Thanks in advance!
There's no visualization currently available for the Spotify watcher, but you should be able to browse the data through the "Raw Data" tab.
On Wed, 16 Sep 2020, 04:46 B1zguy, [email protected] wrote:
I seemed to have correctly followed the instructions in the README. Program works when running poetry run aw-watcher-spotify, yet no data seems to be appearing in the ActivityWatcher webapp. Is there a step I've missed?
I've also noticed the program not as a module/watcher in the menubar, perhaps I need to add it there. How would I do that?
I'm running this all on MacOS Catalina (10.15.6). Thanks in advance!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ActivityWatch/aw-watcher-spotify/issues/13, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKXDOT7IE4DQWJZTVZ6TETSGARG7ANCNFSM4RODMKWA .
Noticed the same. Currently I see now point using it because of no visualisation. Also a question: Do I need to keep it running on command line via poetry run aw-watcher-spotify
or can I have it running on background without Terminal. This is not imminent based on the documentation.
@ronilaukkarinen run it in the background and close that terminal poetry run aw-watcher-spotify &
. This does come with having to set up logging to not miss any errors/bugs. so poetry run aw-watcher-spotify >> log.log &
how does one connect this to activitywatcher? i can't see it in my raw data tab.