From 5d398d53377e805722a6ea17d701cbf9d8732442 Mon Sep 17 00:00:00 2001 From: phelin Date: Thu, 24 Jan 2008 21:18:09 +0000 Subject: Change the delimiter for metainfo handling from ' to @ (apostrophe is quite more common...). --- xine_input_vdr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xine_input_vdr.c') diff --git a/xine_input_vdr.c b/xine_input_vdr.c index 84c5b97c..82985997 100644 --- a/xine_input_vdr.c +++ b/xine_input_vdr.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_input_vdr.c,v 1.112 2008-01-24 09:21:07 phintuka Exp $ + * $Id: xine_input_vdr.c,v 1.113 2008-01-24 21:18:09 phelin Exp $ * */ @@ -2625,7 +2625,7 @@ static void send_meta_info(vdr_input_plugin_t *this) char *tracknumber = (char *)xine_get_meta_info(this->slave_stream, XINE_META_INFO_TRACK_NUMBER); asprintf(&meta, - "INFO METAINFO title=\'%s\' artist=\'%s\' album=\'%s\' tracknumber=\'%s\'\r\n", + "INFO METAINFO title=@%s@ artist=@%s@ album=@%s@ tracknumber=@%s@\r\n", title?:"", artist?:"", album?:"", tracknumber?:""); if(this->fd_control < 0) -- cgit v1.2.3