Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In #183 @graue pointed out that FLAC has its own tag names [1,2]. This changes the ffmpeg transcoding for FLAC tracks to use those names. However, it's unclear to me whether we also need to change the encoding of the metadata - currently I've left the `-write_id3v2 1` & `-id3v2_version 3` ffmpeg options in place on the basis that @graue is already able to view the tags on a FLAC track; it was just that the tag names were incorrect. An initial search of the internet suggests that it might be better to use the `metaflac` tool [3] to add metadata to a track, but that would be a moderately significant change and it would probably be worth changing MP3 tagging to work in a similar way, i.e. with a specialist command line tool rather than just using ffmpeg. Fixes #183. [1]: https://xiph.org/flac/faq.html#general__tagging [2]: https://xiph.org/vorbis/doc/v-comment.html [3]: https://xiph.org/flac/documentation_tools_metaflac.html
- Loading branch information