Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbudde/rhythmweb
Fork of Rhythmweb, a web interface for Rhythmbox for controlling playback through a browser.
https://github.com/mbudde/rhythmweb
Last synced: 7 days ago
JSON representation
Fork of Rhythmweb, a web interface for Rhythmbox for controlling playback through a browser.
- Host: GitHub
- URL: https://github.com/mbudde/rhythmweb
- Owner: mbudde
- License: gpl-2.0
- Created: 2009-02-26T19:07:33.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2009-07-13T20:42:01.000Z (over 15 years ago)
- Last Synced: 2023-04-13T20:10:04.187Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://web.vee.net/projects/rhythmweb/
- Size: 360 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
## Rhythmweb - A web site for your Rhythmbox ##
Rhythmweb lets you control [Rhythmbox](http://www.gnome.org/projects/rhythmbox/)
remotely, from your web browser. It is not an Internet radio server - it does
not play music in your web browser, rather it lets you control Rhythmbox
on a machine other than the one it is running on.Rhythmweb was inspired by Joe Shaw's Banshee Media Server, which /is/ a
Internet radio server.This version is a fork of the original project created by Michael Gratton.
The original version is available from [his website](http://web.vee.net/projects/rhythmweb).### Requirements ###
To use Rhythmweb, you must have the following installed:
- Rhythmbox v0.11 (v0.10 might work)
- Python 2.5.
- python-gconf
- python-gtk2
- python-gobject### Installation ###
To install Rhythmweb run the following command as root:
make install
To install in the local plugin dir use:
make install-user
This will install the plugin to `~/.local/share/rhythmbox/plugins' which
requires you use atleast Rhythmbox 0.12.0. Are you using an older version use:
DESTDIR=~/.gnome2/rhythmbox/plugins make installWhen the plugin has been enabled in Rhythmbox you can browse to the machine
running Rhythmbox (per default the server will listen to port 8000, but that can
be changed in the plugin preferences), eg: http://you-rb-host:8000/### License ###
Copyright (C) 2007 Michael Gratton.
Copyright (C) 2009 Michael Budde.This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.