[PATCH] HTML plugin fixed (rewritten?)

2008-11-09 Thread Anthony Garcia
Now uses proper xform functions, removed all playlist writing related code. Seems like something that should be implemented client-side. Now iterates through each line of the stream, extracting urls from anchors instead of reading the entire thing into memory and g_strsplit-ing it. Added more mag

[PATCH] HTML plugin fixed (rewritten?)

2008-11-10 Thread Anthony Garcia
Now uses proper xform functions, removed all playlist writing related code. Seems like something that should be implemented client-side. Now iterates through each line of the stream, extracting urls from anchors instead of reading the entire thing into memory and g_strsplit-ing it. Added more mag

[PATCH] HTML plugin fixed (rewritten?)

2008-11-10 Thread Anthony Garcia
Now uses proper xform functions, removed all playlist writing related code. Seems like something that should be implemented client-side. Now iterates through each line of the stream, extracting urls from anchors instead of reading the entire thing into memory and g_strsplit-ing it. Added more mag

[PATCH] HTML plugin fixed (rewritten?)

2008-11-11 Thread Anthony Garcia
Now uses proper xform functions, removed all playlist writing related code. Seems like something that should be implemented client-side. Now iterates through each line of the stream, extracting urls from anchors instead of reading the entire thing into memory and g_strsplit-ing it. Added more mag

[PATCH] HTML plugin fixed (rewritten?)

2008-11-25 Thread Anthony Garcia
--- src/plugins/html/html.c | 461 -- src/plugins/html/wscript |2 +- 2 files changed, 75 insertions(+), 388 deletions(-) diff --git a/src/plugins/html/html.c b/src/plugins/html/html.c index 5570fe9..d62543f 100644 --- a/src/plugins/html/html.c ++

Re: [PATCH] HTML plugin fixed (rewritten?)

2008-11-10 Thread Tilman Sauerbeck
Anthony Garcia [2008-11-09 23:39]: > -static gchar * > -parse_tag (const gchar *tag, const gchar *plspath) > +static gchar *parse_tag (const gchar *tag, const gchar *plspath) Please leave those two lines as they were. Regards, Tilman -- A: Because it messes up the order in which people normally

Re: [PATCH] HTML plugin fixed (rewritten?)

2008-11-10 Thread Anders Waldenborg
Anthony Garcia wrote: HTML plugin indeed is useful, glad to see it revived! + xmms_magic_add ("html ucase tag", "text/html", + "0 string + xmms_magic_add ("html tag", "text/html", + "0 string string/c + xmms_magic_add ("xml ta