HydrogenAudio

Lossless Audio Compression => FLAC => Topic started by: Eli on 2012-09-27 01:02:21

Title: Copy all meta data from one flac file to another
Post by: Eli on 2012-09-27 01:02:21
Is there an easy way to copy all meta-data from one flac file to another?
Quick search hasn't turned up any results.
Title: Copy all meta data from one flac file to another
Post by: EagleScout1998 on 2012-09-27 02:24:21
Is there a reason you can't simply copy the FLAC file itsef?
Title: Copy all meta data from one flac file to another
Post by: Apesbrain on 2012-09-27 03:03:26
Drag both files onto Mp3tag (http://www.mp3tag.de/en/).  "CTRL+C" on the source file, then "CTRL+V" on the destination file.  Can also be done on multiple files at once if they are in the same order.
Title: Copy all meta data from one flac file to another
Post by: Nessuno on 2012-09-27 08:58:09
This should work (at least on a *nix shell) to copy metadata from a to b:

Code: [Select]
 metaflac --export-tags-to=- a.flac | metaflac --import-tags-from=- b.flac
Title: Copy all meta data from one flac file to another
Post by: Eli on 2012-09-27 15:21:05
Is there a reason you can't simply copy the FLAC file itsef?



The audio is different. One has the meta-data and a bad rip from dBpoweramp. The other has less meta-data, but a repaired rip from CueRipper/CueTools.
Title: Copy all meta data from one flac file to another
Post by: Dynamic on 2012-09-27 15:47:14
I've also used foobar2000 to copy all tags in the past:

Right click, Properties on the first track. Select first tag, hold Shift and click last tag. Under Tools/Selection/Copy all selected.
Select second track. Under Properties/Tools/Paste fields.