summaryrefslogtreecommitdiff
path: root/frontend.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend.c')
-rw-r--r--frontend.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/frontend.c b/frontend.c
index 364c9601..c55c6428 100644
--- a/frontend.c
+++ b/frontend.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: frontend.c,v 1.22 2006-12-19 16:33:52 phintuka Exp $
+ * $Id: frontend.c,v 1.23 2006-12-20 09:52:27 phintuka Exp $
*
*/
@@ -155,6 +155,12 @@ void cXinelibThread::InfoHandler(const char *info)
map = end+1;
}
}
+
+ else if(!strncmp(info, "TITLE ", 6)) {
+ map += 6;
+ while(*map == ' ') map++;
+ cXinelibDevice::Instance().SetMetaInfo(miTitle, map);
+ }
free(pmap);
}