chiark / gitweb /
Add a new 'origin' field to queue entries. This records the origin of
authorRichard Kettlewell <rjk@greenend.org.uk>
Mon, 27 Oct 2008 19:52:24 +0000 (19:52 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Mon, 27 Oct 2008 19:52:24 +0000 (19:52 +0000)
commit2dc2f4788add40c2fe7c8fdede76189b54259155
tree868c99f8bc9fe3c26b652865dee6fbbe333bedc4
parente9029d4d28254f36f371039d409d6b8052b04042
Add a new 'origin' field to queue entries.  This records the origin of
the track independently of its current state (the 'state' field mixes
up the two concepts in an unhelpful way).  A few things use this but
not yet all.

Old queues will produce confusion if you upgrade to this version.
Nothing's yet been done to fix this; there'll have to be a version
field.

Fixed a few bits of template documentation too.
12 files changed:
cgi/actions.c
cgi/macros-disorder.c
clients/disorder.c
lib/macros-builtin.c
lib/queue.c
lib/queue.h
server/disorder-server.h
server/play.c
server/queue-ops.c
server/schedule.c
server/server-queue.c
server/server.c