An ActivityWatch watcher for MPD.
Kristian Vos 2c94c83dec Updated README and allow more arguments to fix build issues | 1 năm trước cách đây | |
---|---|---|
aw_watcher_mpd | 1 năm trước cách đây | |
.gitignore | 2 năm trước cách đây | |
Makefile | 2 năm trước cách đây | |
README.md | 1 năm trước cách đây | |
aw-watcher-mpd.spec | 2 năm trước cách đây | |
requirements.txt | 2 năm trước cách đây |
An ActivityWatch watcher for MPD.
Based of off aw-watcher-spotify
pip install -r requirements.txt
aw-qt --testing
cd aw_watcher_mpd
python main.py --testing
Make sure you have pyinstaller installed before you start.
pip install -U pyinstaller
dist/aw-watcher-mpd
is your outputted folder
To install aw-watcher-mpd, first build it, then follow the below steps to install and automatically start the watcher when ActivityWatch starts.
cp -R dist/aw-watcher-mpd /opt
/usr/bin/aw-watcher-mpd
#!/bin/bash
/opt/aw-watcher-mpd/aw-watcher-mpd "$@"
/usr/bin/aw-watcher-mpd
~/.config/activitywatch/aw-qt/aw-qt.toml
aw-watcher-mpd
to autostart.[aw-qt]
autostart_modules = ["aw-server", "aw-watcher-afk", "aw-watcher-window", "aw-watcher-mpd"]
To configure settings for aw-watcher mpd such as the MPD connection details and ActivityWatch poll time, first run the application once, and then edit ~/.config/activitywatch/aw-watcher-mpd/aw-watcher-mpd.toml
.