Displaying 20 results from an estimated 38 matches for "title1".
Did you mean:
title
2005 Jul 25
3
FW: Problem with Intros in Relay with RealPlayer
Corrected example playlist file:
Example Playlist file:
[playlist]
File1=http://38.116.36.62:8000/ClassicRock
Title1=Test
Length1=-1
NumberOfEntries=1
Version=2
Fred
-----Original Message-----
From: icecast-bounces@xiph.org [mailto:icecast-bounces@xiph.org] On Behalf
Of Fred Black
Sent: Monday, July 25, 2005 1:12 PM
To: 'icecast'
Subject: RE: [Icecast] Problem with Intros in Relay with RealPlayer
Ye...
2002 Sep 11
1
one question about title
...rch.co.nz]
Sent: Wednesday, September 11, 2002 4:41 AM
To: Ken Lee
Subject: Re: [R] one question about title
On Tue, 10-Sep-2002 at 02:47PM +0800, Ken Lee wrote:
|> Dear all,
|> Can I have any method to predict the cex.main to put title
|> in the drawing area. like : title(main=title1,cex.main=cex) ==>
|> cex=f(nchar(title1))
It's not clear to me just what your question is, but if my guess is
correct, it would be very simple to make an object, say
main.cex <- f(nchar(title1))
then
title(main = title1,cex.main = cexmain.)
If that's not what you need, be mor...
2004 Aug 06
1
icecast2 ogg vorbis client request headers
...type headers for browsers, as the
>links are intended to be inserted into playlist files .pls
>
>example mp3
>[playlist]
>NumberOfEntries=1
>File1=http://mediacast1.com/members/listen_icecast2_mp3.php?submc1id=999&sub
>mc1srvkey=278931a39ae8a23377e2d9445d8c9432f3e48a1d
>Title1=latex radio
>Length1=-1
>Version=2
>
>example ogg
>[playlist]
>NumberOfEntries=1
>File1=http://mediacast1.com/members/listen_icecast2_ogg.php?submc1id=999&sub
>mc1srvkey=62af47c06f76eec34431bba72b3026e769a4347a
>Title1=Latex Radio Ogg
>Length1=-1
>Version=2
>...
2002 May 06
4
Subtitle?
Hi,
Is it possible to add a subtitle that appears directly below the main
title?
I tried the "sub" parameter, but it adds sub-title to the bottom of the
plot.
Cheers,
Kevin
------------------------------------------------------------------------------
Ko-Kang Kevin Wang
Postgraduate PGDipSci Student
Department of Statistics
University of Auckland
New Zealand
Homepage:
2006 Jun 27
4
Not Active Record Model Validation
I have a problem with ruby on rails validation
total_book_toy.rhtml
================
<%= text_field ''book1'', ''title1'' %>
<%= text_field ''book2'', ''title2'' %>
I want to validate these text_field so user can''t insert same title.
However, I was stuck how to do it.
Or maybe you have another way how to do it.
Any suggestion, please?
Thank you so much.
--...
2004 Aug 06
3
icecast2 ogg vorbis client request headers
Dave St John wrote:
>fyi so you can see what im talking about
>mp3 demo username demo pass demo123
>http://mediacast1.com/members/listen_icecast2_mp3.php?submc1id=999&submc1srvkey=278931a39ae8a23377e2d9445d8c9432f3e48a1d
>
>ogg demo that wont work
>same username and password as above
2005 Jun 03
2
IceCast 2.2 MP3 stream and Real Player noise
Sure:
Make a pls file with this in it:
[playlist]
File1=http://mp31.batanga.com:8000/live
Title1=Test
Length1=-1
NumberOfEntries=1
Version=2
The version of Real Player: 10.5.
I don't hear the problem when listening with itunes or WMP.
Fred
-----Original Message-----
From: Karl Heyes [mailto:karl@xiph.org]
Sent: Friday, June 03, 2005 11:03 AM
To: Fred Black
Cc: icecast
Subject: RE: [...
2005 Jun 03
2
IceCast 2.2 MP3 stream and Real Player noise
...rg]
Sent: Friday, June 03, 2005 11:33 AM
To: Fred Black
Cc: icecast
Subject: Re: [Icecast] IceCast 2.2 MP3 stream and Real Player noise
On Fri, 2005-06-03 at 16:21, Fred Black wrote:
> Sure:
> Make a pls file with this in it:
> [playlist]
> File1=http://mp31.batanga.com:8000/live
> Title1=Test
> Length1=-1
> NumberOfEntries=1
> Version=2
cannot connect to that server
karl.
2004 Aug 06
1
I am a Idiot
> [playlist]
> NumberOfEntries=6
> File1=http://64.81.69.19:8000
> Title1=Lam Rim Radio NOW LOADING
> Length1=-1
> Version=2
That seems wrong. All you need is:
[playlist]
NumberOfEntries=1
File1=http://64.81.69.19:8000
You can add a title, but I thought the NumberOfEntries referred to the
number of FileX entries, not the total number of parameters (in either...
2005 Jun 03
1
redirect a defunct sc stream to icecast stream
...t may be a key detail that I should
> have mentioned first!
now you lost me, I'm not sure why you want a HTML metadata refresh, I
thought you would just want a listen.pls file, so that browsers like IE
will start the player.
eg
[playlist]
NumberOfEntries=1
File1=http://myhost:8000/stream
Title1=My Stream
Length1=-1
karl.
2004 Aug 06
0
icecast2 ogg vorbis client request headers
...since im not sending any content type headers for browsers, as the
links are intended to be inserted into playlist files .pls
example mp3
[playlist]
NumberOfEntries=1
File1=http://mediacast1.com/members/listen_icecast2_mp3.php?submc1id=999&sub
mc1srvkey=278931a39ae8a23377e2d9445d8c9432f3e48a1d
Title1=latex radio
Length1=-1
Version=2
example ogg
[playlist]
NumberOfEntries=1
File1=http://mediacast1.com/members/listen_icecast2_ogg.php?submc1id=999&sub
mc1srvkey=62af47c06f76eec34431bba72b3026e769a4347a
Title1=Latex Radio Ogg
Length1=-1
Version=2
can you try XMMS
<p><p>Dave St Joh...
2006 Apr 08
1
help : uninitialized constant Song
...ist
#initialize the array
def initialize
@songs=Array.new
end
def aSong(aSong)
@songs.push(aSong)
self
end
def deleteFirst
@songs.shift
end
def deleteLast
@songs.pop
end
end
list =SongList.new
list.
append(Song.new(''title1'', ''artist1'', 1)).
append(Song.new(''title2'', ''artist2'', 2)).
append(Song.new(''title3'', ''artist3'', 3)).
append(Song.new(''title4'', ''artist4'', 4))
------...
2010 Mar 23
0
rdcomclient issue - member not found when using borders
...celUtils3.R")
xls <- COMCreate("Excel.Application")
xls[["Visible"]] <- TRUE
wb = xls[["Workbooks"]]$Add(1)
sh = wb[["Worksheets"]]$Add()
sh[["Name"]] <- as.character(tabName)
AnalyzeExport <- function(sh,Data,Cell,Title1,Title2) {
letters<-c("A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","
P","Q","R","S","...
2005 Nov 10
1
# symbol in input data (PR#8296)
...ot; appearing in a quoted string in input causes further input of that line to
be ignored.
Can be cured by escaping (i.e., "\#"), but in big data sets it is onerous to
find.
# should not be "special" inside a quoted string.
Here is a small input file. Read it with read.csv().
Title1, Title2, cHdr1, cHdr2, cHdr3
"xyz","abc",1.0,2.0,3.0
"xyy","ab#c",4.0,5.0,6.0
"zyx","abc",7.0,8.0,9.0
2008 Sep 07
1
Oggenc: Bug or feature?
...me across some behaviour in oggenc that I didn't expect and
wondered if this was intentional or not.
I was wanting to encode a Cd which has more than one artist, but several
tracks per artist. The command I entered took the form of:
oggenc -n "%n - %a - %t.ogg" -a artist1 -N 1 -t title1 -N 2 -t title2 -N 3
-t title3 -a artist2 -N 4 -t title4 -N 5 -t title5 -a artist3 -N 6 -t
title6 ...
What I expected was that tracks 1 2 and 3 would use artist1, tracks 4 and 5
would use artist2 and track 6 would use artist3. What happened was that
track 1 used artist1 and track 2 used artist...
2016 Jan 20
1
linking icecast to ios and android phones
.PLS files should work for iOS devices. See sample text:
[playlist]
numberofentries=1
File1=http://91.121.91.172:31090/LG73
Title1=LG73 Vancouver's Best Music Mix!
Length1=-1
Version=2
On Wed, Jan 20, 2016 at 1:27 PM, Holden Stanford <hstanford1 at gmail.com>
wrote:
> You can create a .m3u or .mp3 container linking to the stream URL. I can't
> remember the exact tags required but this should work, just us...
2004 Aug 06
1
bit/bytes
If you look at the PLS file for SomaFM's "Goove Salad" channel you'll see :
------------------------------------------------
[playlist]
numberofentries=3
File1=http://64.236.34.97:80/stream/1018
Title1=SomaFM Presents: Groove Salad 128k (Feed #1)
Length1=-1
File2=http://205.188.245.133:8076
Title2=SomaFM Presents: Groove Salad 128k (Feed #2)
Length2=-1
File3=http://server2.somafm.com:8032
Title3=SomaFM Presents: Groove Salad 128k (Feed #3)
Length3=-1
Version=2
------------------------------------...
2004 Aug 06
6
streaming in stead of downloading
Hi,
I just installed icecast and iceS on linux machine.
The problem is that when i enter http://xxx.xxx.xxx.xxx:8000/test.ogg it
askes if i want to open or to save it, when i hit open, it starts
downloading the whole stream.
How comes
Thx
Maarten
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this
2004 Sep 10
0
Suggestion for tagging flac w/ cuesheets
...opers were not willing to adopt the integrated cuesheet
functionality for handling performer/artist information. I share this
opionion since that would mean to sacrifice a very flexible tagging system
for some static solution adopted from the CDDA world.
How would it be to just use tags like "TITLE1=Light my fire",
"TITLE2=Extinguish me!", "PERFORMER1=..." for cuesheet flacs? That would be
very flexible and would require no changes to the cuesheet handling system.
Of course one could say that there is no need for standardization since
everybody can handle this as he w...
2004 Aug 06
0
streaming in stead of downloading
...server:8000/yourstream.ogg
Just put this single line in a .M3U file, and then link to it from your
website like so:
<A HREF="yourstream.m3u">Click here to listen</A>
PLS files are a bit more complicated and look like this:
[playlist]
File1=http://server:port/yourstream.ogg
Title1=Your stream title
Length1=-1
NumberOfEntries=1
Version=2
Again, you just link to a file like this as shown above.
Also note that icecast2 has the built-in ability to auto-generate .M3U
files for the streams it serves. Simply link to
http://server:port/yourstream.ogg.m3u and, providing the hostna...