Displaying 20 results from an estimated 9000 matches similar to: "Distributed FLAC encoding"
2004 Sep 10
2
deafening silence
if your talking id3v1, something along the lines of (in bash):
for f in *.flac ; do tail -c 128 $f > tag && flac-0.8 -d $f
${f%*.flac}.wav && flac-0.9 -V ${f%*.flac}.wav $f && cat tag >> $f ;
done
should work. of course, test it before you set it loose on your
whole collection.
if you're on windows, my condolences... no wait, just get cygwin :)
Josh
---
2004 Sep 10
2
Wanted: Ripper that uses ID3V2 and FLAC
I've been with FLAC since 0.7, and I've loved the FLAC files I've ripped
with grip, converted from FLAC 0.8 to 0.9, and played constantly on my
desktop.
And then I noticed the truncated ID3 tags in my FLAC files. I at first
thought the problem lied in FLAC; I posted to this list, hoping for a
solution. But then I realized my trusty GRIP was the flawed program.
Now re-ripping my
2004 Sep 10
2
Re: #130041: xmms-flac: breaks periodically
On Sat, Apr 27, 2002 at 05:24:10PM -0400, Asheesh Laroia wrote:
> XMMS-flac still breaks periodically. It just skips over FLAC files,
> playing only the MP3 files in my playlist. Crash is the wrong word. If
> anything, the flac plugin might be breaking; all I can tell is XMMS no
> longer plays the flac files. I have to kill and re-run XMMS. This
> happens every few hours of
2004 Sep 10
1
FLAC 1.0.5 beta1 released
make check > out 2> err
bzip2 out
bzip2 err
Oh, look, errors. Huh. Check the end of "out" for details.
-- Asheesh.
--
What the world *really* needs is a good Automatic Bicycle Sharpener.
On Fri, 3 Jan 2003, Asheesh Laroia wrote:
> I have an Athlon Thunderbird 1Ghz sitting running all alone in my dorm
> room while I'm at home for six weeks. I figure I'll run
2004 Sep 10
2
Re: #130041: xmms-flac: breaks periodically
Asheesh Laroia wrote:
> Anyone here have any ideas? Is there a trace I can add to the flac
> plugin, or some diagnostic method? Is there some debugging routine I can
> use to see what's going on?
>
I concluded some months ago that this is exactly what happens if you try
to play a zero-length file with a .flac extension. After that, all .flac
files are skipped. This may not be
2007 Oct 22
2
SEARCH TEXT does not seem to search headers
The RFC says <http://www.isi.edu/in-notes/rfc3501.txt> this:
TEXT <string>
Messages that contain the specified string in the header or
body of the message.
But with the current hg tip (see linked rawlogs), SEARCH TEXT provides
results disjoint from SEARCH FROM. I guess that's a bug?
2007 Nov 10
2
1.0beta7 still has SEARCH TEXT not search the FROM
I just tried out 1.0beta7 and erased all my indexes and with fts and
fts_squat enabled, and when I SEARCH TEXT in Dovecot, it does *not* find
messages where the thing I SEARCH for appear only in the From: header.
Timo, can you confirm or deny that you still see this behavior? I did
clear my indexes before doing it.
-- Asheesh.
--
Man is the measure of all things.
-- Protagoras
2004 Sep 10
2
ID3-style information
I have a CD collection of about 20 discs that I currently archive on my
hard disk in MP3 format.
No, I do not like lossy compression. No, I do not like closed standards.
No, I do not like software patents (Fraunhofer).
In fact, I do not even need compression at this point, as my hard disk
capacity is greater than the sum total of the CDs' WAV-format sizes.
However, I need its ID3
2009 Jan 31
4
Replication status
I remember last year we discussed Dovecot replication a bit on this list,
e.g. http://www.dovecot.org/list/dovecot/2008-May/030446.html .
Has there been any development related to this, and can I help at all? The
more I think about the hacks I'm employing to synchronize mail, the more I
realize I want this. So hopefully I can put either some money or some time
where my mouth is.
--
2005 Oct 03
3
Flac and OggFlac
HI all,
I have already added FLAC support to libsndfile and I am now
working on adding support for OggFLAC. I have a couple of
question about things that seem radically different between
regular FLAC and OggFLAC.
1) FLAC has a function:
FLAC__seekable_stream_decoder_get_decode_position
but there seems to be no corresponding function:
2008 Mar 07
4
Sorting a folder (by THREAD) takes a long time
My email workflow with Dovecot is that mail gets delivered to INBOX,
where I handle it and then move it into a folder called archive.
I have alpine set to use the Default sort of "THREAD" of a folder. After
moving a (few) mail(s) from INBOX to archive, archive takes a long time
(10-50s) to load while alpine tells me:
[Sorting "archive" ... ]
(I
2008 Mar 19
1
Automatic Debian repository now provides source packages
Hello Dovecot users,
Last week I announced my automatic Debian repository for dovecot-1.1.
Asheesh Laroia requested source package support and as promised I built
it this weekend. Now that it has succesfully released new packages for
Timo's latest changes I have activated the new script.
To use the source packages you must add the following line to your
/etc/apt/sources.list
deb-src
2004 Sep 10
1
Accepted metadata format(s?)
I've been using FLAC for just over two years now, and I've been on the
list for as long.
I asked in March of 2001 about ID3 V1 and V2, and learned that both are
supported. However, since then FLAC has moved to being an Ogg project,
and the Vorbis comment field seems to be more capable. More than once, if
I recall correctly, I've read Josh Coalson cursing his support for ID3
tags.
2006 Jun 14
2
flac seektable during encoding
Please excuse me, I haven't yet dug into the code too far.
What I'd like to do: I'm using ecasound to record for 24 hour periods,
which pipes the output directly to flac. I would like to be able to
decode sections of this (using until/skip) during recording/encoding.
I understand currently that flac can't do this, unless I pipe into dd
to skip after decoding (which would be an
2004 Sep 10
2
Re: xmms-flac problem
On Tue, Jan 22, 2002 at 09:16:28PM -0500, Asheesh Laroia wrote:
> I have MP3 files and FLAC files in my playlist. It's about 800-900 tracks
> long.
>
> I'll start XMMS 1.2.6, and it'll work for some arbitrary amount of FLAC
> files. Usually, that's between twenty and a hundred. Then, with no
> warning, it will skip over all the FLAC files and play only the
2024 Oct 16
1
C API: How to get a seektable for very long files?
Op di 15 okt 2024 om 21:27 schreef Alistair Buxton <a.j.buxton at gmail.com>:
>
> I would like to see this kind of thing put into a secondary metadata block aimed specifically at SDR. This could be completely ignored by regular audio players - these files are not meant to be listened to anyway. I could probably figure out how to implement that, I even started looking into it once, but
2007 Oct 21
3
Assertion failed: (pos < input->size)
Oct 21 10:04:05 alchemy dovecot: imap-login: Login:
user=<paulproteus>,
method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, TLS
Oct 21 10:05:44 alchemy dovecot: IMAP(paulproteus): file
message-decoder.c: line 289 (message_decode_body): assertion failed: (pos
< input->size)
Oct 21 10:05:44 alchemy dovecot: IMAP(paulproteus): Raw backtrace: imap
[0x80c8e10] -> imap [0x80c8d1c] ->
2024 Oct 16
1
C API: How to get a seektable for very long files?
Am 16.10.24 um 15:15 schrieb Martijn van Beurden:
>
> But how should such a number be presented to the libFLAC user? You
> suggested overwriting the streaminfo total_samples number, but
> streaminfo always precedes the seektable, so the streaminfo metadata
> block is already parsed by the application before the seektable is
> even read. Also, I think it is quite hacky to not pass
2007 Oct 21
1
Segfault by asking for a folder?
I 'hg pull'ed and now my Dovecot segfaults when I select a particular
folder. I've removed all files with 'index' in the name, so I don't think
it's due to bad indexes.
Oct 21 09:18:40 alchemy dovecot: Dovecot v1.1.beta3 starting up
Oct 21 09:18:47 alchemy dovecot: imap-login: Login: user=<paulproteus>,
method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, TLS
2004 Sep 10
1
Almost using 0.9...
I am currently in the process of converting my 8GB of FLAC 0.8 files into
0.9 files (1). As it converts, I wanted to know how everyone else's FLAC
0.9 compares to FLAC 0.8.
One thing I noticed is that decompressing my FLAC files within XMMS gives
it a 30% CPU usage constantly on my AMD K6-2 300. While this isn't the
fastest machine, that's a lot of processing power being used.
So,