xbmc file upload / playlist insert example
authorClinton Ebadi <clinton@unknownlamer.org>
Mon, 24 Nov 2014 03:15:25 +0000 (22:15 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Mon, 24 Nov 2014 03:15:25 +0000 (22:15 -0500)
commitdeec840c0d9bb017ffb167f3ebd3348bf095fe75
tree556b5897e8286e6d032bc3d75ddb88f56730e131
parentfa726f85d95a8da22ede03913ab87b8d4624350f
xbmc file upload / playlist insert example

XBMC party mode is good for background music at parties, but sometimes
guests want to listen to their music and not mine. After trying to get
UPnP/DLNA and bluetooth streaming to work I gave up and threw together
a trivial file upload + python script.

Primitive, so far. It lets users upload a single file to a specified
directory, replaygains it (if it is mp3/flac/vorbis at least), and
then inserts it at a random position on the playlist.
xbmc/upload.html [new file with mode: 0644]
xbmc/upload.py.cgi [new file with mode: 0755]