similar to: Batch-Tagging oggs?

Displaying 20 results from an estimated 7000 matches similar to: "Batch-Tagging oggs?"

2007 Mar 08
2
Q: Tool to copy Vorbis comments to MP3 ID tags
Hi, I'm wondering: If you have audio files like foo1.ogg and foo1.mp3, and the Vorbis file has nice comments (title, tracknumber, artist, album, date, etc), is there a tool to copy the information to an MP3 file on a "best effort" strategy? I know that MP3 TAGs are quite limited regarding lengths. Regards, Ulrich
2006 Dec 23
3
newbie questions
I wish to add flac support to my Windows audio player so I wanted to ask a few questions. I rely on another lib for decoding/playing flac audio files so all I need to explicitly add support for is reading/writing flac metadata. 1st: I've downloaded libflac and have begun browsing. Is there a simple way to identify and carve out the pieces needed only for metadata i/o? Or will I have to
2000 Sep 02
3
new oggenc comment tag options
Quazgaa and I were talking about the comment tags we'd like in oggenc. Here, as requested by Michael, is the summary. Date (year in id3 land) should be supported. We suggest '-y | --date'. I suggested '%y' for passing it to the filename template, but this may be of limited utility. Track number. -n was the first choice, but is taken by the name template. We settled on
2005 Nov 14
1
Help me find the string that fits my needs
I'm currently using CDex with the string: -8 -V -T artist="%a" -T album="%b" -T title="%t" -T date="%y" -T tracknumber="%tn" -T genre="%g" --replay-gain -o "%2" "%1" but I decided I don't need/want ReplayGain since I can't stand how low (quiet) it plays. Funny thing is I edited the RG part
2001 Dec 06
12
(Classical) Request for Standardization of expanded TAGS
A month or two ago I sent an email to this list proposing to expand the list of "standard" tags for Ogg Vorbis. No tag would be required, but if you wanted to encode certain types of information about a file, you could use a standard tag. I went through the whole discussion, and revised my proposal in light of all the comments from everyone. Here is the updated proposal. This
2007 Jan 31
4
Problem decoding .flac files
I've been having problems with Amarok and K3B, but I think it comes down to a problem with flac. All my music and audio files are encoded in flac format. I've ripped my CDs using KAudioCreator and using this command to encode them (split for formatting): flac --best -o %o --tag=Artist=%{artist} --tag=Album=%{albumtitle} --tag=Date=%{year} --tag=Title=%{title}
2005 Jul 03
10
CDex and Flac
I am using CDex to encode my music into Flac. I am using the latest version of Flac (with the frontend etc.) and sending the rips to it as an 'external encoder' with the string: -8 -o %2 -T "artist=%a" -T "title=%t" -T "album=%b" -T "date=%y" -T "tracknumber=%tn" -T "genre=%g" - However, I am getting the below output/error with
2006 Oct 13
2
EAC + FLAC bitrate question?
This is more of an EAC question, but I have not yet received an answer from my post on that page. Since they are closely related I thought I would give it a try here. I just bought a BIG stack of CDs (70+) and decided to recheck all of my EAC (beta 4) + FLAC (1.1.2) settings prior to ripping and encoding them. I also calibrated a new external Plextor CD-ROM too. The setting string I use in
2001 Dec 07
5
PROPOSAL: Sub-Tagging
I mentioned sub-tagging in an earlier post. Here's a more in-depth mail on what i thought of. One of the debates going on here are whether ARTIST is worthy of life. Another is whether the average user will bother filling in the detailed info Jonathan wants. Of course, all tags are optional, but nevertheless we should have a tagging-system that pleases _the_users_, that is, everybody: 1.
2001 Oct 02
4
Request for Standardization: classical music TAGS
-----BEGIN PGP SIGNED MESSAGE----- [ Sorry for sending this twice; I sent it to the vorbis-dev list by mistake. ] The ALBUM, ARTIST, TITLE, and TRACKNUMBER tags aren't sufficient for classical music. MP3 muffed it, but since Vorbis is so flexible, I'd like to propose that ogg123 recognize and display the following optional tags, instead of giving an error message that it doesn't
2001 Oct 02
4
Request for Standardization: classical music TAGS
-----BEGIN PGP SIGNED MESSAGE----- [ Sorry for sending this twice; I sent it to the vorbis-dev list by mistake. ] The ALBUM, ARTIST, TITLE, and TRACKNUMBER tags aren't sufficient for classical music. MP3 muffed it, but since Vorbis is so flexible, I'd like to propose that ogg123 recognize and display the following optional tags, instead of giving an error message that it doesn't
2002 Oct 20
3
Corrupt Files
('binary' encoding is not supported, stored as-is) Hello, I recently noticed that some of my vorbis-files are corrupt, and I'm sure they weren't before. I have no idea how this could happen. Now my question is: is this vorbis' fault or is it more likely that my (still present) Windows-Installation destroyed the data? (Or even worse: my harddisk's corrupt) The files are on
2007 Jan 23
1
music.ibiblio.org: bad Vorbis comments?
Hi, having inspected one of the files found at music.ibiblio.org, I realized that the comments are quite poor or misformatted in the files. I'm telling you, because: 1) I think it's great to have some free music 2) I think the performers deserve to be recognized Generally, I'd put as much as possible into the Vorbis comments. Then you could skip creating these index.html manually:
2007 Jul 25
3
FLAC: ERROR, MD5 signature mismatch
Hi I have downloaded a FLAC file somewhere and when trying to decode it to WAV it gives the error message: ERROR, MD5 signature mismatch So my question is now: are FLAC files that give the error message above still decodable to WAV (and how can you do this, because flac.exe doesn't want to decode the file), even if there is a MD5 signature mismatch, or is this not possible at all? thx
2005 Nov 11
1
What's ReplayGain effect on a decompressed file (Flac to Wav)
I backed up my entire CD collection to Flac (350+) to avoid losing them to scratches, laser burns, etc. Now I'm wondering how RG affects the Wav file produced from Flac decompresion if I used the following command with CDex: -8 -V -T artist="%a" -T album="%b" -T title="%t" -T date="%y" -T tracknumber="%tn" -T genre="%g" --replay-gain
2001 Dec 07
2
Revised Proposal for Vorbis TAG Standard
Based on peoples posts to this list, and feedback on IRC (irc.openprojects.net #vorbis) I have updated the original proposal. You can read it here. Please read it before writing any futher questions, comments, or criticisms of the proposal. http://reactor-core.org/~djw/ogg-tags.txt Cheers Jonathan -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type:
2006 Jan 21
9
Where to put method
I''ve got following code in GenresHelper.rb def album_list(genre) albums = genre.albums.sort list = albums.collect { |album| link = link_to album.title, :controller => ''albums'', :action => ''show'',
2004 Sep 10
2
KAudioCreator
In case you cut and paste this, I think Matt meant argv[3] to be --tag=artist=%artist -- Brady Patterson (brady@spaceship.com) Do you know Old Kentucky Shark? On Sun, 25 May 2003, Matt Zimmerman wrote: > flac -o %o --tag=title=%artist --tag=album=%album --tag=title=%song > --tag=tracknumber=%track %f
2004 Oct 03
1
[wolfgang@rohdewald.de: Bug#274700: flac: --export-vc-to should quote strings containing spaces]
----- Forwarded message from Wolfgang Rohdewald <wolfgang@rohdewald.de> ----- Date: Sun, 03 Oct 2004 19:24:38 +0200 From: Wolfgang Rohdewald <wolfgang@rohdewald.de> Resent-From: Wolfgang Rohdewald <wolfgang@rohdewald.de> To: Debian Bug Tracking System <submit@bugs.debian.org> Subject: Bug#274700: flac: --export-vc-to should quote strings containing spaces Package: flac
2004 Sep 10
2
KAudioCreator
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am the the author of KAudioCreator. A simple cd ripper/encoder application for KDE. I would like to add flac (or is it FLAC?) to the default encoders. KAudioCreator uses a simply command line listing for its encoders. For example: To leave as a wav file: "mv %f %o" To encode with oggenc: "oggenc -o %o -a %artist -l %album -t