Jason Voegele wrote:

Avi Schwartz said:


I didn't get a chance to try Christian's suggestion yet, I will try
tonight when I am at home, but as I understand it, FLAC (as well as Ogg
Vorbis) are not limited to a given set of tags since they are held as
OggV comments so I should be able to create a new tag named DISC with a
tool like metaflac (on Linux).  It means I will have to:

1) Use metaflac to export the OggV comments to a text file

2) Modify the text file and add the DISC tag

3) Using metaflac, remove the original comments from the flac file

4) Using metaflac, import the tags from the text file into the flac file.

It should be easy to automate this with a little bit of shell scripting.



Couldn't you simply:

   metaflac --set-tag='DISC=2' MyFlacFile.flac



You are right, I was confused by the fact that there is no way to edit a tag in place, it needs to be removed and then added. But the syntax is --set-vc-field. There is no --set-tag.


Avi

_______________________________________________
Discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to