similar to: metadata update - possible to send adminpass in

Displaying 20 results from an estimated 200 matches similar to: "metadata update - possible to send adminpass in"

2004 Aug 06
0
metadata update - possible to send adminpass in
update string? Message-ID: <02b501c4788b$e1df6dc0$a601a8c0@recorder> Hello everybody, hello Karl! Sorry for my horrible English. I'm a newbie in icecast2. I would like to use the /admin/metadata?mount=/mymount.ogg&mode=updinfo&song=New%20Title string to update metadata with -kh48 (to update metadata with ogg stream :) ) but I couldn't find how to insert admin username and
2004 Aug 06
0
metadata update - possible to send adminpass in
update string? In-Reply-To: <6.0.1.1.2.20040802110227.03523cb8@www.oddsock.org> References: <02b501c4788b$e1df6dc0$a601a8c0@recorder> <1091461406.2970.15.camel@bogus.hackers.club> <6.0.1.1.2.20040802110227.03523cb8@www.oddsock.org> Message-ID: <1091465627.2970.27.camel@bogus.hackers.club> On Mon, 2004-08-02 at 17:06, oddsock wrote: > At 10:43 AM 8/2/2004, you
2004 Oct 06
7
metadata sent from windows based system
Hello Everybody, We develop a Windows based radio broadcast system for professional radios and we would like to implant an interface in this system to make it able to automatically update metadata of an OGG (!) stream (recorded from the radio) sent to an Icecast 2.0.2 server. We read about the curl --user admin:hackme
2004 Oct 06
0
metadata sent from windows based system
seems like a lot of queries like this have come up lately...what's the status of vorbis stream re-writing in the trunk ? Was this something that got merged in or still remains in the kh branch ? I've always thought that being able to update the metadata via the admin interface for all formats was a requirement we should meet. What can we do to get this logic in the trunk ? oddsock
2004 Sep 21
1
mp3 vs ogg question (reformatted)
Cool, I'm slowing getting people to change over http://dir.xiph.org/index.php?sgenre=Scanner But alot of people still don't like the fact they can't list on yp.shoutcast.com so they don't switch. If you want to see the realtime update try http://scanmassachusetts.no-ip.com:8000/capecod.ogg Some guy made a windows app. that interacts with a police scanner with a serial out. And
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> >
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
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
2004 Oct 01
0
Song Updates
Please paste exact output and syntax On 1 Oct 2004 at 15:08, Dave St John wrote: > We tried curl but got an error saying an extra method is not available? > ideas? > > > Dave St John > Mediacast1 Administration > > Need Support ? > http://mediacast1.com/helpdesk > ----- Original Message ----- > From: "Cody Tubbs (wISPdirect)"
2005 Jul 09
1
Update metadata via URL?
Yeah just use the same URL he posted but leave out the .ogg for the mount so it looks like this. http://user:pass@server.com:8000/admin/metadata?mount=/mystream&mode=updinfo&song=whatever ----- Original Message ----- From: "Ross Levis" <ross@stationplaylist.com> To: <icecast@xiph.org> Sent: Friday, July 08, 2005 7:55 PM Subject: Re: [Icecast] Update metadata via
2004 Oct 08
0
metadata sent from windows based system
On Wednesday 06 October 2004 18:31, Nagy Gergely - K?k Duna R?di? wrote: > Hello Everybody, > > We develop a Windows based radio broadcast system for professional > radios and we would like to implant an interface in this system to make > it able to automatically update metadata of an OGG (!) stream (recorded > from the radio) sent to an Icecast 2.0.2 server. > We read about
2005 Jun 14
2
admin.cgi metadata updates
Thanks for your reply Karl > It may be that you are just using the wrong url for updating metadata, > http://servername.com:9876/admin/metadata?mount=/stream.ogg&mode=updinfo&song=a_song_title That will be the problem. But how do I specify the userid and password in the URL? Regards, Ross.
2005 Apr 17
0
Listener count in stream title
Hi all, I just wrote this script (attached) which I thought others might find useful -- it updates the song title of every mountpoint with the current number of listeners for that mount. It can be seen in action on http://radio.ethereal.net:8000/stale, where it runs every minute out of cron. The script should be self-explanatory, but feel free to write me privately with any questions or
2004 Aug 06
0
Update Metadata Failed
your close.... :) from the icecast2 documentation : http://192.168.1.10:8000/admin/metadata?mount=/mystream&mode=updinfo&song=ACDC+Back+In+Black o change your action parameter to mode and you'll be all set... and FYI, Missing parameter is a general message which means, "I was expecting you to pass in a variable into the admin request (mode in this case) but you did
2017 Nov 13
2
Metadata: populating StreamUrl
On 13 Nov 2017, at 21:17, Fred Gleason wrote: > Is there a way in v2.4.2 to include a ‘StreamUrl=‘ field in the stream metadata as well as ‘StreamTitle=‘? It appears that the administrative interface only populates StreamTitle. […] > Is there a correct, supported way to do this? On Nov 13, 2017, at 15:40, Marvin Scholz <epirat07 at gmail.com> wrote: > No. There are currently no
2005 Jun 13
2
admin.cgi metadata updates
I would just like to confirm that this is suppose to work with Ogg Vorbis streams. I'm using 2.2-kh5 at a hosting company. http://servername.com:9876/admin.cgi?pass=mypassword&mode=updinfo&song=a_song_title I'm sure I have the correct servername, port and password, but it's not working. I can do other admin tasks. When I brought this up a few months ago I'm sure
2017 Nov 13
2
Metadata: populating StreamUrl
Howdy Folks: Is there a way in v2.4.2 to include a ?StreamUrl=? field in the stream metadata as well as ?StreamTitle=?? It appears that the administrative interface only populates StreamTitle. For example: http://server.example.com:8000/admin/metadata?mount=MyMount&mode=updinfo&song=MySong will insert only ?StreamTitle=MySong?;. Googling around has brought up some possible
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: >
2005 Feb 11
0
Updating MetaData at the Relay
At 10:21 PM 2/11/2005, you wrote: >Now that 2.2.0 is out, we can update metadata on-the-fly. At >pulverradio.com we are working on an injector that takes the song info >from our broadcast automation software and dumps it in (thanks guys for >the help). I realize that we can inject the song info like so: > >http://server.ip:port/admin/metadata?mount=/
2005 Mar 27
2
URL format for Icecast2 metadata updates
Jason wrote: > http://IP:PORT/admin/metadata?mount=/MOUNTPOINT&mode=updinfo&song=METADATAYOUWANTTOUPDATE Wouldn't that require the admin password? Surely there's a way of doing it which only requires the source password, heck there must be since streamTranscoder is sending in metadata updates nicely without needing the admin pw. Geoff.