similar to: Song Updates

Displaying 20 results from an estimated 1000 matches similar to: "Song Updates"

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 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)"
2004 Sep 27
2
Hello and Stream Listing
Hello Everyone! My name is John Silvers PD/CE of Pirate Radio 100.3FM (KQLZ Los Angeles) I wanted to introduce myself to everyone. We are switching over from our 2072 Shoutcast streams to Ogg with the help from Dave at Mediacast1. It seems mp3PRO is just not catching on but the I think the ogg sounds way better then mp3PRO and not just one player can hear the difference plus no plug-in to push
2004 Dec 10
2
Another relay question...
I currently have 3 mountpoints, 128, 56 and 24. I'm using darkice as the source and I'm relaying to another server running icecast2. I'm assuming that darkice is using lame for transcoding the bit-rates on the fly and sending 128k/s + 56k/s + 24k/s to the relay host... which is using a lot of bandwidth on the source network (which I don't have much to spare). Is there any
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
2006 Jul 18
3
Newbie validation question
I am having problems with a validation, the full model code is below. The validate routine is attempting to see if another record with the same artist_name, title, & catalogue_no exists in the products table. If so, it should throw an error. This is the validation code: def validate if Product.find(:all, :conditions => ["artist_name = ?, title = ?, catalogue_no = ?",
2009 Apr 11
6
Inserting data from 1 table to another by using find_by_sql
Hi All, I am inserting data from one table to another by using following method @data=RoyaltyReportFiles.find_by_sql("insert into royalty_reports (artist_name, album_name) select artist_name, album_name from temp_royalty_reports where id=328417") it saves the data into royalty_reports table but it gives following error and application crashes. i am using rails 1.2.5 You have a nil
2004 Sep 29
1
stream delay
I noticed that my ogg stream was 2 hours behind today. Is that a normal thing with all icecast streams? I had other people try it that have never been to that stream and they were 2 hours behind too. What is that caused from? How can that be fixed? Thanks John http://www.kqlz.org
2004 Aug 06
7
Re: Can't Connect to icecast using winamp as a listener
here's my icecast.xml <icecast> <limits> <clients>10</clients> <sources>2</sources> <threadpool>5</threadpool> <queue-size>102400</queue-size> <client-timeout>30</client-timeout> <header-timeout>15</header-timeout> <source-timeout>10</source-timeout> </limits> <authentication> <!--
2004 Nov 28
1
Song Updates and buffer every 2-3min
> > just so you know, --enable-vorbis-updates is only a compile flag for the KH > > branch, not the mainline trunk. And I think it would be great to have this > > code be factored out of KH and integrated into the mainline trunk...This > > also seems like an odd thing to have as a compile flag, what was the > > motivation for that ? oddsock > That switch
2007 Feb 26
24
Ruby/rails port of Cocoon/hibernate
Hi, I''m currently running an apache/jboss cocoon/flow/hibernate/ajax paypal (directpayment) project and am looking into the possibility of porting it across to ruby/rails. For that reason I would like to know the following: 1. Can I call my java classes or would I be looking at a complete rewrite in ruby? 2. How effective is ruby in terms of seperation of concerns regarding design from
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
2005 Jul 08
2
Update metadata via URL?
Hi, I notice the new feature in 2.2 to update a stream's metadata via the admin interface.. but I can't seem to figure the URL to do this automatically from a script. I have a script which figures song and artist from filenames when possible which I use to make the web interface to my stream look nicer when I can't put ID3 tags.. but I would love to at the same time
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 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 Aug 06
3
[Fwd: Icecast2 and ices]
I got this offlist from someone on the list. This is abuse and should be punished. This didn't anwser my post and was directed to me off-list without invitation. All it was was a promotion. -----Forwarded Message----- From: Dave St John <groups@mediacast1.com> To: drew@drewb.com Subject: Icecast2 and ices Date: 22 Aug 2003 19:22:17 -0600 Hello Drew, saw your post on the xiph list