search for: dest_source

Displaying 2 results from an estimated 2 matches for "dest_source".

Did you mean: test_source
2004 Aug 06
0
ices2 metadata, script module
Hi! I upgraded libshout/ices2/icecast2 from CVS today and noticed there's some new neat stuff like the web admin interface. Thanks to whomever the contributor may be. Yay! Btw, about icecast2 admin.c line 458 -- shouldn't "dest_source, source->mount" be the other way around? Just a thing I noticed :-) ..anyway, my question: Is there a way to make ices2 update metadata about the currently playing song if you're using a script to control the playlist in the input module config? It seems to be possible with <param n...
2004 Aug 06
2
improved error.log output --diff
...unknown"); break; } @@ -410,11 +410,11 @@ char buf[255]; int parameters_passed = 0; - DEBUG0("Doing optional check"); + DEBUG0("Doing optional check, %s", client->con->ip); if((COMMAND_OPTIONAL(client, "destination", dest_source))) { parameters_passed = 1; } - DEBUG1("Done optional check (%d)", parameters_passed); + DEBUG1("Done optional check (%d), %s", parameters_passed, client->con->ip); if (!parameters_passed) { doc = admin_build_sourcelist(source->mount);...