Skip to content

Files

Latest commit

08c4593 · Feb 27, 2023

History

History
39 lines (29 loc) · 573 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 573 Bytes

mediakey-remote

Forward local media key events to remote streaming media control APIs

install

pip install

start/stop

sudo systemctl start mediakey-remote.service 
sudo systemctl stop mediakey-remote.service 

auto-start on boot

sudo systemctl enable mediakey-remote.service 

config

/etc/opt/mediakey-remote/config.toml

logs

/var/opt/mediakey-remote/logs/mediakey-remote.log

build

# enable your venv
# pip install keyboard soco toml pyinstaller 
pyinstaller mediakey-remote.py --onefile