You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
amarok/amarok/src/scripts/webcontrol
Timothy Pearson ace5f8593c
Rename old tq methods that no longer need a unique name
12 years ago
..
CMakeLists.txt [applications/amarok] initial cmake support 13 years ago
Globals.py Added abandoned KDE3 version of Amarok 15 years ago
Makefile.am Added abandoned KDE3 version of Amarok 15 years ago
Playlist.py rename the following methods: 13 years ago
README Added abandoned KDE3 version of Amarok 15 years ago
RequestHandler.py Rename old tq methods that no longer need a unique name 12 years ago
WebControl.py Rename old tq methods that no longer need a unique name 12 years ago
WebControl.spec Added abandoned KDE3 version of Amarok 15 years ago
WebPublisher.py Added abandoned KDE3 version of Amarok 15 years ago
amarok_cut.png Added abandoned KDE3 version of Amarok 15 years ago
controlbackground.png Added abandoned KDE3 version of Amarok 15 years ago
main.css Added abandoned KDE3 version of Amarok 15 years ago
main.js rename the following methods: 13 years ago
player_end.png Added abandoned KDE3 version of Amarok 15 years ago
player_pause.png Added abandoned KDE3 version of Amarok 15 years ago
player_play.png Added abandoned KDE3 version of Amarok 15 years ago
player_start.png Added abandoned KDE3 version of Amarok 15 years ago
player_stop.png Added abandoned KDE3 version of Amarok 15 years ago
smallstar.png Added abandoned KDE3 version of Amarok 15 years ago
star.png Added abandoned KDE3 version of Amarok 15 years ago
template.thtml Added abandoned KDE3 version of Amarok 15 years ago
vol_speaker.png Added abandoned KDE3 version of Amarok 15 years ago

README

<div align="center"><b>WEBCONTROL</b></div>
<b>About:</b><br>
Generates a HTML file with the contents of the current playlist and the
ability to control amarok through that.<br>
<br>
It is based on playlist2html codebase.<br>
<br>
<b>Using:</b><br>
<br>
This scripts starts a small http-server that serves the current-playlist as
HTML. Start it and point your browser to http://localhost:4774/
You can configure the http-server to disable controlling features.<br>
<br>
<b>Dependencies:</b><br>
Python 2.2<br>
PyQt<br>
<br>
<b>License:</b><br>
GPL V2<br>
<br>
<b>Author:</b><br>
Jonas Christian Drewsen ( kde at xspect dot dk )<br>
André Kelpe ( fs111 at web dot de )<br>
Peter C. Ndikuwera ( pndiku at gmail dot com )<br>