tuffy / python-audio-tools

A collection of audio handling programs which work from the command line.
http://audiotools.sourceforge.net
GNU General Public License v2.0
249 stars 58 forks source link

Feature request DSF DFF tagging support #40

Open remenor opened 9 years ago

remenor commented 9 years ago

It'd be great if tracktag can support tag management of .DSF and .DFF DSD audio file formats. The format DSF natively supports ID3.

Specifications can be http://dsd-guide.com/technical-documents http://dsd-guide.com/sites/default/files/white-papers/DSFFileFormatSpec_E.pdf http://dsd-guide.com/sites/default/files/white-papers/DSDIFF_1.5_Spec.pdf

There is a plugin for musicbrainz-picard https://github.com/hank/dsf2flac/tree/master/extras/picard%20dsf%20file%20support and a command line tool https://github.com/pekingduck/metadsf

Thanks for this great software