Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astraluma/rhythmbox-web-control
Provides an HTTP RPC as a Rhythmbox plugin
https://github.com/astraluma/rhythmbox-web-control
Last synced: about 1 month ago
JSON representation
Provides an HTTP RPC as a Rhythmbox plugin
- Host: GitHub
- URL: https://github.com/astraluma/rhythmbox-web-control
- Owner: AstraLuma
- Created: 2011-07-03T23:09:37.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-07-24T16:56:54.000Z (over 13 years ago)
- Last Synced: 2024-05-01T19:40:21.643Z (7 months ago)
- Language: Python
- Homepage:
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a basic web-based remote control for Rhythmbox. Doesn't do anything like auth, uses a config file for settings, etc.
It uses a webserver that works with the GTK event loop instead of multithreading. This component (inside of rhythmbox/webctl/server.py) is probably useful in other projects.
Additionally, there's a browser plugin in the chrome folder. Again, not nice, but works.