Displaying 20 results from an estimated 20000 matches similar to: "cuesheet and winamp"
2004 Sep 10
5
new CUESHEET metadata block
--- smoerk <smoerk@gmx.de> wrote:
> good idea, i'm always putting *.cue files to the directory with the
> ripped audio files. but it would prefer one file per song and not one
> big file for the whole cd.
My vision of how the players should work is this:
- make one album.flac with CUESHEET
- player loads album.flac, sees CUESHEET, calculates CDDB id
(or CDindex, or custom
2004 Sep 10
2
new CUESHEET metadata block
Hi all,
I started up a discussion on Hydrogen Audio about a new FLAC metadata
block for storing cuesheets. This is really the last missing piece in
archiving CDs. Here's the link:
http://www.hydrogenaudio.org/index.php?act=ST&f=20&t=4646
I would appreciate any feedback anyone has on the subject. If it's not
too inconvenient, try replying on the forum there (not sure if you
2004 Sep 10
1
new CUESHEET metadata block
>I can see the other side of the arguement too tho, there may be many
>players around now, and in the future that will add flac support, but
>not flac-album support :(
yes this would be my concern as well. also, individual track support is just
more flexible for moving music around between devices.
it's funny, i've been on-and-off trying to get the whole
eac+flac+id3+cuesheet
2007 Jun 23
2
--cuesheet include the full cue sheet or just the seekponints?
Dear list
Sorry to ask a user's question on developer list. I didn't find the user
list.
I am experimenting with --cuesheet and encoded a flac file with a
cuesheet. Result is:
* Totem on opensuse 10.2 opens the flac file with no meta data, no
play list. "Next" button doesn't work;
* Mplayer on opensuse 10.2 opens the flac file with no meta data,
2004 Sep 10
0
new CUESHEET metadata block
On Wed, 2002-12-04 at 11:41, Josh Coalson wrote:
> --- smoerk <smoerk@gmx.de> wrote:
> > good idea, i'm always putting *.cue files to the directory with the
> > ripped audio files. but it would prefer one file per song and not one
> > big file for the whole cd.
>
> My vision of how the players should work is this:
>
> - make one album.flac with
2012 May 02
1
Fix cuesheet.c to allow metaflac_test.sh to run to completion
Josh,
Sure. I can try. Would you give me a more detailed description of the requirement ?
What exactly does "general MM:SS handling" mean ?
Earl
________________________________
From: Josh Coalson <xflac at yahoo.com>
To: Earl Chew <earl_chew at yahoo.com>; "flac-dev at xiph.org" <flac-dev at xiph.org>
Sent: Tuesday, May 1, 2012 8:25:34 PM
Subject: Re:
2012 Feb 02
2
Fix cuesheet.c to allow metaflac_test.sh to run to completion
Erik,
I'll resync and have another look.
Earl
________________________________
From: Erik de Castro Lopo <mle+la at mega-nerd.com>
To: flac-dev at xiph.org
Cc: Earl Chew <earl_chew at yahoo.com>
Sent: Wednesday, February 1, 2012 10:30:21 PM
Subject: Re: [flac-dev] Fix cuesheet.c to allow metaflac_test.sh to run to completion
Earl Chew wrote:
> When reading the INDEX
2012 Apr 26
2
Fix cuesheet.c to allow metaflac_test.sh to run to completion
Josh,
I see my name is mentioned in passing ;-)
I submitted that patch because I thought it preferable to keep the test harness running.
Backing this change out would also entail changing metaflac_test.sh accordingly, which at the time, I was hesitant to do.
At the time I figured that at some point metaflac_test.sh was passing, so the code should probably allow it to pass.
I'm ok either
2017 Jan 23
3
metaflac crashes adding cuesheet
Erik,
The command used by abcde is
metaflac --no-utf8-convert
--import-cuesheet-from=/home/me/Audio/abcde.50107806/cue-50107806.txt
--import-tags-from=- /home/me/Audio/abcde.50107806/track1.flac
but I get the same result re-trying without the --no-utf8-convert
and -no-utf8-convert.
Here's the cuesheet:
PERFORMER "William Shakespeare"
TITLE "A Midsummer
2017 Jan 23
2
metaflac crashes adding cuesheet
(Apologies if I'm in the wrong place for this...)
I'm trying to use the abcde program to archive CDs to flac files.
(Each CD to 1 file, and ultimately multi-disk performances to 1
file.) It extracts the audio to a .flac file and creates a cue
sheet with track names & locations. However, when it tries to
run metaflac with the --import-cuesheet-from option, it core
dumps.
I'm
2004 Sep 10
4
ogg/flac and winamp plugin
how could i play ogg/flac files?
would it be possible to add flac support to the ogg libaries?
i would like to stream ogg/flac files over an icecast2 / jroar server
:).
2004 Sep 10
4
ogg/flac and winamp plugin
how could i play ogg/flac files?
would it be possible to add flac support to the ogg libaries?
i would like to stream ogg/flac files over an icecast2 / jroar server
:).
2017 Jan 24
1
metaflac crashes adding cuesheet
Erik,
I don't know what abcde would be providing as tags, or why on Earth it
would be importing that from stdin. Unfortunately, abcde is a bash
script, and so not exactly easy for me to read. I haven't gotten any
response from posting on their mailing list.
I do get the same crash when running metaflac without the
--import-tags-from,
so I'm not sure this is the problem. Unless
2004 Sep 10
2
[Flac-users] Re: questions about 1.1.0 release
Thank you very much for the explanations, Josh.
| the seekpoints are not the only places in the stream that can
| be seeked to, they are just hints about regular locations in
| the stream. you can still seek to any sample. the number of
| seekpoints are just one factor in determining how fast the
| decoder can find any particular sample. I did a lot of testing
| before deciding on -S10s.
So
2007 Dec 28
1
Tags in files with Unicode BOM
Is there any way for flac or metaflac to support input from files with
Unicode Byte Order Marks (BOM)?
In command:
metaflac --remove-all-tags --set-tag-from-file="CUESHEET=CDImage.cue"
--set-tag-from-file="LOGFILE=CDImage.log" CDImage.flac
If "CDImage.cue" contains Unicode characters, most text editors append BOM
at the 1st line of this file.
And metaflac does not
2004 Sep 10
2
[Flac-users] questions about 1.1.0 release
Thank you for the new release, Josh. I've downloaded it, but some of the
details in the history file puzzle me, so I've not tried to use it yet.
Pardon my denseness here ...
First, as long as you don't use the --cuesheet option when you encode, are
.flac files encoded by 1.1.0 still readable by earlier versions?
Second, if the old default for seekpoints was -S100x and the new one is
2004 Sep 10
2
[Flac-users] Re: [Flac-announce] Winamp not in default directory
I'm moving this over to flac-users...
Anyway, are you using Mike Wren's installer? I'm not familiar
with that yet.
Josh
--- C&K Slagle <ckslagle@earthlink.net> wrote:
> have winamp installed on a partitioned drive.
> I installed the most recent version of Flac which includes the plugin
> for
> winamp. However, .flac files are not recognized in winamp.. Is it
2004 Sep 10
4
cuesheets w/ PERFORMER & TITLE track info
Hi there,
is there any specific reason for ignoring TITLE and PERFORMER info when
importing CD-TEXT cuesheets into flac files? (These two fields have not
always been used but they have become widely supported by now). One may
answer that the preferred method for getting this kind of info for a
cuesheet-flac would be CDDB, but CDDB info is not always reliable.
In my opinion the goal "Now a CD
2008 Oct 26
1
Players with embedded cuesheet support
Hello,
which players for linux/x86 support flac with embedded cuesheet? Is there
a list somewhere?
TIA,
Helge Hielshcer
2004 Sep 10
2
[Flac-users] Winamp 2/Winamp 3 and FLAC plug-ins
I know that Winamp has its loyal following. I've never used it much. Also,
I'm a novice at computer music. I've always just bought CD's and never used
computer music. So perhaps I'm an idiot or just not very music-software
literate, but I so far haven't been impressed with Winamp, or the FLAC
plug-in. Just for one example, I've got a dual-Althlon MP 2000 system