Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.