Displaying 20 results from an estimated 2000 matches similar to: "Extracting Now Playing!!!"
2004 Nov 21
2
Extracting Now Playing!!!
Yes but can this be exported to an external source like a web-site on my network
Richard
On Sun, 21 Nov 2004 20:46:48 +0100, Anatol <icecast@recordcaster.de> wrote:
> Richman wrote:
>
>
> > Is their anyway that i can ecport the now current playing song into a
> > text file iam using ices 0.4 and icecast 2.0
> >
> > --
> > Thankyou
> > Richard
2004 Nov 21
0
Extracting Now Playing!!!
Richman wrote:
> Is their anyway that i can ecport the now current playing song into a
> text file iam using ices 0.4 and icecast 2.0
>
> --
> Thankyou
> Richard
Hi!
Have a look into the ices.cue file. There are a lot of usefull infos
like artist, songtitle, filename, linenumber, a.s.o. ;)
Greetz
Tol
2005 Aug 21
3
How to tell Ices0 reloading the playlist?
Hi all!
How can I tell ices0 to refersh/reload the playlist? I thought it would
be done automaticaly, but now if I changed the playlist, Ices didn't see
this. Played funny the old one again and again. Is it possible to get
ices a kick to reload the playlist?
Greetings
Anatol
2005 May 10
3
Client has fallen too far behind
Hi,
I've a little bit trouble. I've set up an icecast 2.2.0 and an ices 0.4
system. Every song, sometimes every two songs my playler lost the
connection to the stream and in DEBUG-Mode I found a logfileentry like:
DBUG source/send_to_listener Client has fallen too far behind, removing.
I changed the queue-size in icecast.xml from 102400 to 902400 (don't
know if it is a good
2005 May 10
1
Client has fallen too far behind
Michael Smith schrieb:
>On 5/10/05, Anatol <icecast@recordcaster.de> wrote:
>
>
>>[...]
>>
>>
>This usually means the client can't receive fast enough - possible
>because their connection is too slow. It's normal to get it
>occastionally with some songs.
>
>If it's dropping clients that are fast enough, maybe there's something
2005 Nov 30
8
Compilation of ferret C-extension under Windows.
Hi, David.
I have recently fixed ferret C sources and successfully compile extension
with MSVC.Net The problem was that MS compiler is more stricter that GCC and
require that all variables were declared before using. There was ~30 such
declaration. I have fixed them all.
But I am not sure that it works because tests failed with following error
both on clean and patched versions. So seems that it
2006 Jan 27
4
plugin install behind corporate firewall?
Hi all,
Anybody has a clue on how to install a plugin behind a corporate firewall? I
know the "-p" option works for installing a ruby gem thru a proxy, but it
doesn''t seem to work for script/plugin install
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 May 20
3
"EDD Load error" on btrfs, how to debug?
On Tue, May 20, 2014 at 12:20 PM, Anatol Pomozov
<anatol.pomozov at gmail.com> wrote:
> Hi
>
> On Tue, May 20, 2014 at 9:18 AM, Anatol Pomozov
> <anatol.pomozov at gmail.com> wrote:
>> Hi
>>
>> On Tue, May 20, 2014 at 3:12 AM, Gene Cumm <gene.cumm at gmail.com> wrote:
>>> On May 20, 2014 12:33 AM, "Anatol Pomozov"
2007 May 15
1
Efficiently reading random lines form a large file
I need to read two different random lines at a time from a large
ASCII file (120 x 296976) containing space delimited 0-1 entries.
The following code does the job and it's reasonable fast for my needs:
lineNumber = sample(120, 2)
line1 = scan(filename, what = "integer", skip=lineNumber[1]-1, nlines=1)
line2 = scan(filename, what = "integer",
2014 May 20
3
"EDD Load error" on btrfs, how to debug?
Hi
On Tue, May 20, 2014 at 3:12 AM, Gene Cumm <gene.cumm at gmail.com> wrote:
> On May 20, 2014 12:33 AM, "Anatol Pomozov" <anatol.pomozov at gmail.com> wrote:
>>
>> Hi
>>
>> On Mon, May 19, 2014 at 6:58 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
>> > On May 19, 2014 5:17 PM, "Anatol Pomozov" <anatol.pomozov at
2004 Sep 10
1
CD Baby using FLAC to archive 40,000 CDs
> And then you won't lose the stuff in the pregap on live CDs, and it also
> makes the storage and naming easier to deal with.
Can you explain this to me? You don't actually lose the audio data, right,
just the structure of the CD (which can probably be captured with cue
files anyway)? I've ripped CDs with pregap audio before, and I'm pretty
sure it's not getting
2005 Nov 26
3
Get number of found documents
Hi David again.
I would say that Ferret works great with Rails.
And now I am trying to create pagination. Because site could have millions
of documents I need to create on page link something like
"Page #100". Rather usual situation.
But to create this links I need to know how many documents Ferret found in
index.
For now I am doing it with following code
index =
2006 Mar 01
4
link_to_remote, doesn''t receives params?????
Hi,
I''m using link_to_remote to trigger an ajax zone, but
depends on a varaible, the new zone has different
features. before I has a button inside a form. so when
I click on the button, I get the value of the variable
inside "params". but since I use link_to_remote now, I
don''t get any value from params anymore.... Is there
some way I can get the data inside a form
2014 May 20
2
"EDD Load error" on btrfs, how to debug?
Hi
On Mon, May 19, 2014 at 6:58 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
> On May 19, 2014 5:17 PM, "Anatol Pomozov" <anatol.pomozov at gmail.com> wrote:
>
>> Besides syslinux itself other things has changed e.g. gcc (but I
>> really hope my problem not because of compiler).
>
> This alone can be the trigger.This might be a starting point: build
2004 Aug 06
2
song titles
On Monday 17 February 2003 21:18, Deva Seetharam wrote:
> Hello All,
>
> while icecast is streaming a mp3 source, how is the song title info
> maintained?
>
> that is, does the source send the song title? does icecast log the songs
> that have been played?
>
This (for almost-compatibility with shoutcast - true compatibility is
difficult or impossible, since the shoutcast
2005 Dec 02
8
Ferret 0.3.0 released
Hi folks,
This latest release of Ferret has a lot of improvements. There have
been substantial improvements to performance. Try it for yourself to
see. I won''t be publishing any numbers just yet. I will say though
that it''s still about 2-4 times slower than Lucene with the extension
installed. There is also some performance improvements in the pure
Ruby version if you
2009 Jun 12
7
Managing Feature Backlogs
What techniques and tools do you use to manage your feature backlogs?
It could be as low tech as a post-it note, TODO file in your Rails
project tree, or as high tech as a web-based collaborative tool.
Thanks,
Mark
2005 Nov 26
3
Several questions about Ferret.
Hi.
First of all I would like to say "thank you" to David for its really
valuable work. Ferret is a great project and it have great future.
Well now is my questions as beginner in Ferret.
How to remove ALL documents from index. Remove files is not a solution. I am
interesting in something like
index.remove_index or something like this. What is a usual way of doing it??
What is the
2014 May 19
2
"EDD Load error" on btrfs, how to debug?
Hi
On Mon, May 19, 2014 at 2:03 PM, H. Peter Anvin <hpa at zytor.com> wrote:
> On 05/19/2014 11:20 AM, Anatol Pomozov wrote:
>> Hi
>>
>> I have a computer with BIOS and Linux Arch installed.
>>
>> Starting from a recent syslinux update (6.02->6.03pre9) I am not able
>> to use syslinux anymore. I try to boot my computer and the only thing
>> I
2007 Jan 18
3
Basics about Videostreaming?
Hi All!
I've seen, that icecast can stream videos! Great! Audiostreaming with
icecast is well known, but how about videostreaming? Can you tell me
some basics about it?
- which software is required? (Icecast, ok ;) what else? - by the way:
my OS is a linux ;) )
- I want to stream a live-video with 1024x768 resolution - is it
possible? - is it wise?
- what a compression-rate is to use, if