similar to: Icecast Radio Directory database needed for radio-browser.info

Displaying 20 results from an estimated 500 matches similar to: "Icecast Radio Directory database needed for radio-browser.info"

2017 Sep 20
0
Icecast Radio Directory database needed for radio-browser.info
Good evening, On Wed, 2017-09-20 at 07:54 +0200, David Hedlund wrote: > I wrote this issue earlier for radio-browser.info: Import 20,000 steams > from the Icecast Radio Directory - > https://github.com/segler-alex/radiobrowser-api/issues/31 > > radio-browser.info publish the latest database > (http://www.radio-browser.info/backups/latest.sql.gz) and you are free > to use
2005 Jul 25
5
dragdrop.js: drop from sortable
I have a Sortable that''s working like a charm, but now I would like to be able to drop objects from that Sortable onto a Droppable that''s not part of my Sortable. I just did a small test page where it didn''t work, so my first question has to be "is this supposed to work?", before I dig too deep into it. "accept" for the droppable is set to the
2017 Sep 23
1
Please make permanent playlist URLs
I've noticed that playlist urls change over time. Thismakes it impossible to use them in a playlist (or to use them for other services like radio-browser.info) for long-term use (http://dir.xiph.org/listen/576154/listen.m3u expired today for example). Why don't you use permanent playlist file names? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Apr 29
3
GFS and Small Files
Hi all, We are running CentOS 5.2 64bit as our file server. Currently, we used GFS (with CLVM underneath it) as our filesystem (for our multiple 2TB SAN volume exports) since we plan to add more file servers (serving the same contents) later on. The issue we are facing at the moment is we found out that command such as 'ls' gives a very slow response.(e.g 3-4minutes for the outputs of ls
2010 Mar 21
3
On-the-Fly multiplexing Video
On Sun, Mar 21, 2010 at 9:02 PM, ogg.k.ogg.k at googlemail.com < ogg.k.ogg.k at googlemail.com> wrote: > > As written on my subject, is it possible to do on-the-fly video > > multiplexing with OGG? I'm doing my final project in my college, and i > > want to build a system which has three live videos from cameras, then > > i want to transmit those video in single
2009 May 15
2
Radio? Sure! Internet Radio Player support in Wine?
http://www.radiosure.com/ Is it possible to get this working under Wine? I'm running the latest version and get the following when I try to run the "portable" version they have on their website: Code: wine RadioSure.exe wine: Call from 0x7b844453 to unimplemented function ntoskrnl.exe.IoAttachDevice, aborting wine: Unimplemented function ntoskrnl.exe.IoAttachDevice called at
2007 Apr 25
0
Heads up re web radio show tonight
CentOS will be guest of honour on the Linux tech link show tonight http://www.thelinuxlink.net/ 8.30 pm Eastern US time 00:30 am UTC 01.30 am UK BST Johnny and I will hope to give good answers to whatever is thrown at us :) Lance -- uklinux.net - The ISP of choice for the discerning Linux user.
2006 Mar 10
0
Multiple radio buttons for defining multiple objects?
Hi, I''ve been working on a multiple choice Question/Answer system. The response object (analagous to a lineitem) has a question_id, user_id, and the actual response. What''s a good way of making a form with multiple response objects which are created from the radio_button helper? Right now I''ve got the following code:
2006 Mar 22
2
Radio Button Defailt Value?
I have: <%= radio_button ''foo'', ''bar_id'', ''1'' %> <%= radio_button ''foo'', ''bar_id'', ''2'' %> <%= radio_button ''foo'', ''bar_id'', ''3'' %> I would like to have option #3 be selected if foo.bar_id is nil. Is there a way to do
2006 Mar 24
1
Radio Button Tag and hash @Params.
Hi, I''ve a little problem using the Radio Button Tag. I use the " @prove=MODEL.column_names() " to keep attribute names of a table. After i used this code to select a attribute subsets of them : <% i=''0''%> <% for @obj in @prove %> <% @key='':key''+i%> <%= radio_button_tag (@key,@obj) %> <%
2006 Apr 27
0
radio buttons and $F function
Hello there, i working with prototype but i have a little doubt, I''ll always use the shortcut $F to get values in a form, that''s ok, but what happens if i need get the value of one of three radio buttons value? normally i get the radio button value with document.formName.radioName but the shortcuts on prototype works with the id, there is a prototype way to do this?? greets --
2008 Mar 17
1
Audio problem, using a Ham Radio Program...Help needed!!!
*I have asked this once before, but never got any good info as how I can get this codec using wine or crossover...Hopefully some one may have the answer for I am sure that there are many Ham operators out there that would like to find out also... The program CQ100 uses the GSM 6.10 codec that ships with windows, it also uses the windows ACM system (Audio Compression manager)... This info came
2004 Nov 01
1
internet radio
Is there a way to block internet radio with shorewall? My current version is 2.0.9
2006 Feb 17
1
AJAX and radio buttons
Hi! How can i use ajax with radio buttons? I have form with 2 radio buttons, which updates div with the value of selected radio button. It worked correctly when i used submit button, but when i removed it and used observers it didn''t. When i press the first button it displays its value, but when i press the second button it displays new value for a moment (0.5s ?) and then suddenly
2006 Jan 18
1
Observing radio buttons
I''m having some problems with observe_field on some radio buttons. seems to be calling my action on change rather than on click (i.e. when i click on one button the previously selected button''s action gets called without a value, then the newly clicked button''s action gets called with it value) I tried the :on => ''click'' option to no avail. Any
2008 Jul 21
0
edit radio button values...
my problem is... during edit process radio button should be checked as default ..how can i do that ..pl help.. my edit .erb file <% form_tag (:action => ''update'', :id => @mobile )do%> <p><label for="book_title">Title</label>: <%= radio_button ''mobile'', ''brand'', ''yes'' :checked =>
2009 Apr 15
0
Multiple CheckBox and Radio Buttons
I am using multiple check box (more than 1 checkboxes) and a radio button and when I click the "Submit" button, it calls the "create" method it is inserting only 1 value for checkbox and also for the radio button. Could you please tell how to insert multiple check box values in create. Also, in the scaffold edit page, the default "edit" method displays all
2007 Aug 04
0
capturing radio button values for nested object
I have a user object and an account object. User has one account object. In the signup.rhtml I have a radio button that has three options for the membership (yearly, monthly and sample). How do I populate the account model when the user submits the form? Is the following syntax correct? <%= radio_button("user[account]", "membership", "Yearly") %>
2009 Apr 28
0
Radio buttons in forms
<% form_for @group do |g| %> To create a new group please complete the details below <p> <label> Group Name </label> <%= g.text_field :name %> </p> <p> <label> Public </label> <%= g.radio_button :type, "public" %> <label> Private </label> <%=
2012 Nov 23
1
Astro Radio Opus Streams
Hi All, We've been happily running Opus for last two months without a hitch for Astro. If you're interested - http://players.radioactive.sg/astro/ All the best, Andrew -- Andrew Crothers Managing Director RADIOactive Pte Ltd ? http://radioactive.sg