Andrzej
Andrzej
I verified with curl, and "boundary part" in the body is additionally prefixed with "--". @udp s_part_data_final_hyphen handles "--" suffix but not prefix. $ curl -X POST -F name=John http://localhost:2000...
I think only hard limit would be useful, to give a fair change to everyone. 'Soft limit' is kind of similar to PLAYLIST_MAX which is already implemented.
Interesting that, second and third "python manage syncdb" calls also fail with the same error, but fourth call success (see below): ~/radio_www/pydj$ python manage.py syncdb Creating tables ... Installing custom...
Thanks for a tip. I came across [scaletempo in gstreamer](http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-bad-plugins/html/gst-plugins-bad-plugins-scaletempo.html).
I wonder if we could collect all lines with '\' as a last character (until we get line without it), then pass it as a one line to line_get_color function,...