|
|
2 년 전 | |
|---|---|---|
| mopidy_webhooks | 2 년 전 | |
| tests | 2 년 전 | |
| .gitignore | 2 년 전 | |
| LICENSE | 2 년 전 | |
| MANIFEST.in | 2 년 전 | |
| README.md | 2 년 전 | |
| pyproject.toml | 2 년 전 | |
| setup.cfg | 2 년 전 | |
| setup.py | 2 년 전 | |
| tox.ini | 2 년 전 |
Mopidy <https://www.mopidy.com/>_ extension for sending mopidy play status to
arbitrary URL endpoints
Install by running::
sudo python3 -m pip install Mopidy-Webhooks
To enable this extension, make sure to add the following variables to your Mopidy configuration file. Note that multiple URLs can be sent to by separating them with a comma. Tokens match the listing of urls::
[webhooks]
enabled = true
urls = https://example.com/api/receiver/,http://127.0.0.1:8000/webhook/
tokens = ,2349080989234089
The following configuration values are available:
webhooks/enabled: If the webhooks extension should be enabled or not.
Defaults to disabled.webhooks/urls: Comma-separated list of endpoints to send play data towebhooks/tokens: Comma-separated list of tokens to send in the
Authorization header for each URLSource code <https://code.unbl.ink/secstate/mopidy-webhooks>_Issue tracker <https://code.unbl.ink/secstate/mopidy-webhooks/issues>_Changelog <https://code.unbl.ink/secstate/mopidy-webhooks/releases>_Colin Powell <https://github.com/powellc>__