implement all basic tags directly provided by taglib for the taglibwriter
Details
Details
- Reviewers
mgallien bruns - Commits
- R286:0f16dd4d4cbf: implement more basic tags for taglibwriter
tests pass
Diff Detail
Diff Detail
- Repository
- R286 KFileMetaData
- Branch
- taglib_write
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 2968 Build 2986: arc lint + arc unit
Comment Actions
I plan to extend the tests in a later patch, if you don't mind, I would prefer to add this there.
autotests/taglibwritertest.cpp | ||
---|---|---|
18 ↗ | (On Diff #40861) | I have that on my todo list to switch to taglib's builtin functions |
src/writers/taglibwriter.cpp | ||
67 ↗ | (On Diff #40861) | taglib only allows unsigned int for year and track, so I don't know how that's possible with taglib. |
src/writers/taglibwriter.cpp | ||
---|---|---|
67 ↗ | (On Diff #40861) | Sorry, erred on the track number, hidden track is "0". |