Implement more tags for writing for the
taglib writer including composer, disc number,
album artist, lyricist, conductor, lyrics,
copyright and language.
Details
Details
- Reviewers
bruns mgallien ngraham - Commits
- R286:926c70460edc: Implement more tags for taglib writer
tests pass
Diff Detail
Diff Detail
- Repository
- R286 KFileMetaData
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
I forgot to add the dependent revision.
Thanks for the review, as it's been hard lately to get a reply to anything related to KFileMetaData
autotests/taglibwritertest.cpp | ||
---|---|---|
276 | You should probably add a warning when extractorList.size() > 1, as in this case the extractor you run would be arbitrary. Though, I am currently not aware of cases where one mimetype is supported by several extractors. |
autotests/taglibwritertest.cpp | ||
---|---|---|
276 | I plan to factor this out afterwards in order to share between the different tests, I will incorporate it there. |
src/writers/taglibwriter.cpp | ||
---|---|---|
135 | I think you have to rediff this ... |