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
Michele Calgaro f52f91d7ba
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
5 months ago
..
CMakeLists.txt Conversion to the cmake building system based on S.Amelian's work. 4 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 Drop python2 support. 1 year ago
README Added abandoned KDE3 version of Amarok 15 years ago
RequestHandler.py Drop python2 support. 1 year ago
WebControl.py Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 5 months ago
WebControl.spec Added abandoned KDE3 version of Amarok 15 years ago
WebPublisher.py Drop python2 support. 1 year ago
amarok_cut.png Fix invalid headers in PNG files and optimize for size 8 years ago
controlbackground.png Fix invalid headers in PNG files and optimize for size 8 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 Fix invalid headers in PNG files and optimize for size 8 years ago
player_pause.png Fix invalid headers in PNG files and optimize for size 8 years ago
player_play.png Fix invalid headers in PNG files and optimize for size 8 years ago
player_start.png Fix invalid headers in PNG files and optimize for size 8 years ago
player_stop.png Fix invalid headers in PNG files and optimize for size 8 years ago
smallstar.png Fix invalid headers in PNG files and optimize for size 8 years ago
star.png Fix invalid headers in PNG files and optimize for size 8 years ago
template.thtml Remove old upstream URL, display of the build date and old IRC. 5 years ago
vol_speaker.png Fix invalid headers in PNG files and optimize for size 8 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>