similar to: Update metadata via URL?

Displaying 20 results from an estimated 4000 matches similar to: "Update metadata via URL?"

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 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: >
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 Aug 06
5
Update Metadata Failed
Hi everyone, I would like to update metadata by using this request: http://server:port/admin/metadata?mount=/foo.ogg&action=updinfo&song=New+Metadata, but when I send the request, icecast returns an error: "Missing parameter" and metadata doesn't change. This is error.log: [2004-01-21 12:20:32] DBUG
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
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
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.
2004 Aug 06
3
Updating metadata on Icecast2
Hi, <p>What parameters should be passed to update the metadata on an Icecast2 server ? When I do this: curl -u admin:letmein "http://localhost:8000/admin/metadata?mode=updinfo&mount=/mystream&artist=foo&title=bar" <p>The result is: <b>Missing parameter</b> <p><p>The new name/value system is cool - but what variable name do I use for
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 Sep 21
2
mp3 vs ogg question (reformatted)
My problem is I run the win32 version and i'm guessing there isn't just a entry i can add to the icecast config file. ----- Original Message ----- From: "Brendan Cully" <brendan@xiph.org> To: <> Sent: Tuesday, September 21, 2004 5:31 PM Subject: Re: [Icecast] mp3 vs ogg question (reformatted) > On Tuesday, 21 September 2004 at 17:16, Jason wrote: >>
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.
2005 Mar 27
2
URL format for Icecast2 metadata updates
Hi, What's the URL format for Icecast2 metadata updates? I thought this info would be in the source docs somewhere but apparently not. I've got a client which lacks Icecast2 native metadata updates and even for a C hack like myself, this should be pretty easy to add given the shoutcast code that already exists in there. I just need the format. Geoff. -- Geoff Shang
2004 Aug 06
1
test load for icecast2 ?
On Wed, 5 Mar 2003, Michael Smith wrote: > On Wednesday 05 March 2003 19:13, Joern Nettingsmeier wrote: > > i'm test-driving an icecast2 relay on a rather crappy network > > connection. to hammer on it, i was listening to the stream with xmms > > while doing a couple of parallel wget -O - http://..mystream 2&>1 > > > > >/dev/null from another
2005 Feb 23
1
Problem with Metatag update
Hi, first of all, thank you all. The new Icecast version works very well and the new features are great! But I have some troubles with the metatag update via the admininterface. Basically everything works fine, but only WinAmp is displaying the titles correct. Windows Media Player isn't displaying them at all, XMMS only displays them when the ID3 tag changes for about 3 seconds and
2005 Mar 29
2
Newby question
Hello! I'm trying to get icecast working in windows with ezstream...i know it should be easy enough to figure out lol..i'm new to icecast. i get an error from ezstream...cannot open playlist.m3u...I've made a text file called playlist.m3u and put it in the web directory of icecast...is this the right location? what do i have to put into the playlist to get it up and running? Thank
2005 May 05
2
Metadata Swapping: How do they do it?
Think I answered my own question really. The display in iTunes, for example, is swapping between what in status.xsl would be Stream Title and Current Song. If Song is updated like so: http://admin:password@myserver.pulverradio.com:8000/admin/metadata? mount=/high.mp3&mode=updinfo&song=ACDC+Back%20In%20Black ...then what exactly is the verbage to update StreamTitle?
2004 Aug 06
3
test load for icecast2 ?
hello everyone! first of all, thanks to all software authors and documentation writers for a great piece of work ! i'm test-driving an icecast2 relay on a rather crappy network connection. to hammer on it, i was listening to the stream with xmms while doing a couple of parallel wget -O - http://..mystream 2&>1 >/dev/null from another machine. however, as few as 5 parallel
2007 Mar 08
2
Q: Tool to copy Vorbis comments to MP3 ID tags
Hi, I'm wondering: If you have audio files like foo1.ogg and foo1.mp3, and the Vorbis file has nice comments (title, tracknumber, artist, album, date, etc), is there a tool to copy the information to an MP3 file on a "best effort" strategy? I know that MP3 TAGs are quite limited regarding lengths. Regards, Ulrich
2004 Oct 03
3
metadata
We are currently adding Shoutcast title information support to our radio broadcasting/streaming software and would like to do the same for Icecast if this function has been implemented. The Shoutcast server uses a format like this: http://server-ip/admin.cgi?pass=yourpassword&mode=updinfo&song=Artist_and_Title_etc Our software sends this request at each change of track. The server
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> >