Displaying 5 results from an estimated 5 matches for "song&url".
2004 Oct 01
5
Song Updates
Run this from command line:
curl --user admin:hackme 'http://192.168.0.1:8000/admin/metadata?mount=/live&mode=updinfo&song=Artist_name+Title'
That should set you all up, just change IP, Port and MountPoint.
-- Cody Tubbs : (Certified Master Linux Administrator)
: (Certified Unix Security Specialist)
-- Broadway Internet
On 1 Oct 2004 at 12:15, Dave St John wrote:
> Looks like http url is broke again.
&...
2004 Oct 01
0
Song Updates
...cast1 Administration
>
> Need Support ?
> http://mediacast1.com/helpdesk
> ----- Original Message -----
> From: "Cody Tubbs (wISPdirect)" <tubbs@wispdirect.com>
> To: <icecast@xiph.org>
> Sent: Friday, October 01, 2004 2:54 PM
> Subject: Re: [Icecast] Song Updates
>
>
> > go download curl, you need it, the method you're trying wont work,
> > it's what I tried first until I figured out curl worked instead.
> >
> > On 1 Oct 2004 at 16:49, John wrote:
> >
> >> Hello Cody
> >> Thanks for the...
2004 Oct 02
0
Song Updates
You did not type the exact string I told you to first of all. You forgot to use the 's after
before the h in http and at the end.
curl --user admin:hackme 'http://192.168.0.1:8000/admin/metadata?mount=/live&mode=updinfo&song=Artist_name+Title'
notice the useage of the 's in my string and not in yours. Your string is launching
nonsense into the background via the two &'s, hence [1] and [2]. Follow my string
and it will work wonders. Sorry for the delay in reply.
-- Cody Tubbs : (Certified Maste...
2004 Oct 13
0
Song Updates
My bad, try curl -s --user etc etc etc... I suppose that'd help. :]
On 13 Oct 2004 at 13:02, Dave St John wrote:
>
> Here is the error i get now.
>
> [root@mc1 gork]# curl --useruser:pass
> 'http://64.62.252.140:9120/admin/metadata?mount=/live.ogg&mode=updinfo&song=test_name+te
> st_Title'
> <b>source will not accept URL updates</b>
>
>
> Dave St John
> Mediacast1 Administration
> Need Support ?
> http://mediacast1.com/helpdesk
> ----- Original Message -----
> From: Cody Tubbs (wISPdirect)
> To: icecast...
2004 Oct 14
2
Song Updates
Let this be a note for everyonein the future then. When using mp3s i don't think
there is a --enable-mp3-updates (I think it worked by default for me), yet if using ogg
vorbis you must compile icecast2 with --enable-vorbis-updates in order to update the
song/title id3 metadeta (Instructions on how to do so with `curl' are below). If I was
using ogg I may have been of more use, yet I hope what was conversed helped get
you on the right track.
-- Cody Tubbs : (Certified Master Linux Administrator)
: (Certified Unix Security Specialist)
-- wIS...