From 41765452114f0c82eaa53e1429606f3d40ae5c56 Mon Sep 17 00:00:00 2001 From: moritz Date: Mon, 21 Jun 2010 18:39:26 +0000 Subject: [PATCH] Add new feature and configuration option. Based on a patch by Matthew Adams (thanks!), with minor changes and documentation additions by me. git-svn-id: https://svn.xiph.org/trunk/ezstream@17301 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- NEWS | 10 +++++++++ doc/ezstream.1.in.in | 11 ++++++++++ examples/ezstream_metadata.xml | 2 ++ src/configfile.c | 29 +++++++++++++++++++++++-- src/configfile.h | 1 + src/ezstream.c | 39 ++++++++++++++++++++++------------ 6 files changed, 77 insertions(+), 15 deletions(-) diff --git a/NEWS b/NEWS index a426fc9..f1329d0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Changes in 0.5.7, released on XXXX-XX-XX: + + * various: + - [NEW] Add new feature from Matthew Adams + (with minor changes plus documentation.) This allows for recurring + and custom metadata updates inbetween song changes via + . + + + Changes in 0.5.6, released on 2009-08-31: * ezstream-file.sh: diff --git a/doc/ezstream.1.in.in b/doc/ezstream.1.in.in index 3e57418..e1b0bac 100644 --- a/doc/ezstream.1.in.in +++ b/doc/ezstream.1.in.in @@ -275,6 +275,17 @@ See the .Sy METADATA section for details on how metadata is handled by .Nm . +.It Sy \& +.Pq Optional. +Configures the time +.Pq in seconds +inbetween additional metadata updates via +.Li \& . +A value of 0 +.Pq zero +triggers updates as fast as possible, while a value of \&-1 +.Pq minus one +or the absence of this configuration element disables this feature. .It Sy \& Set to .Sy 1 diff --git a/examples/ezstream_metadata.xml b/examples/ezstream_metadata.xml index ae388b6..78c7d69 100644 --- a/examples/ezstream_metadata.xml +++ b/examples/ezstream_metadata.xml @@ -20,6 +20,8 @@ meta.sh @s@: @a@ - @t@ + + 10