Web-based remote control plugin for Rhythmbox.
- All the features from original plugin
- New responsive dark UI
- New volume control
Run the following commands to install the plugin:
# Download the plugin
curl -L https://github.com/irfanfadilah/webremote/releases/download/v1.0.0/webremote.zip -o webremote.zip
# Create plugin directory if it doesn't exist
mkdir -p ~/.local/share/rhythmbox/plugins
# Extract to Rhythmbox plugins directory
unzip webremote.zip -d ~/.local/share/rhythmbox/plugins
# Clean up
rm webremote.zip- Restart Rhythmbox after installation
- Open Rhythmbox preferences:
Menu→Preferences→Plugins - Enable "Web Remote Control" plugin
- Set a passphrase in the plugin settings (optional)
- Click "Launch web remote control"
Click the volume icon to cycle through volume levels:
- 0% - Muted (no bars)
- 40% - Low (1 bar)
- 70% - Medium (2 bars)
- 100% - High/Full (3 bars)
Based on the original Rhythmbox Web Remote plugin.
