tagparser/tests
Martchus 0f0260fb77 Fix parseTags() for FLAC, consider tags unsupported if container unknown
FLAC stores tags on track level. Hence we must parse the
tracks here in order to parse the tags. This hasn't been taken
into account when refactoring the tag editor CLI leading to
https://github.com/Martchus/tageditor/issues/36.

So let's handle these format specific details in the tagparser
library which will now internally parse tracks when calling
parseTags() on FLAC files.

This also fixes the weird behavior to consider tags supported
although the container format is unknown.
2018-04-29 17:18:17 +02:00
..
cppunit.cpp parsing AVC config 2016-02-17 20:19:05 +01:00
helper.cpp Apply clang-format 2018-03-07 01:17:50 +01:00
helper.h Improve test output for TagValues 2018-03-11 22:24:57 +01:00
mediafileinfo.cpp Fix parseTags() for FLAC, consider tags unsupported if container unknown 2018-04-29 17:18:17 +02:00
overall.h Apply clang-format 2018-03-07 01:17:50 +01:00
overallflac.cpp Apply clang-format 2018-03-07 01:17:50 +01:00
overallgeneral.cpp Apply clang-format 2018-03-07 01:17:50 +01:00
overallmkv.cpp Use std::numeric_limits 2018-03-21 20:40:51 +01:00
overallmp3.cpp Use std::numeric_limits 2018-03-21 20:40:51 +01:00
overallmp4.cpp Use std::numeric_limits 2018-03-21 20:40:51 +01:00
overallogg.cpp Apply clang-format 2018-03-07 01:17:50 +01:00
tagvalue.cpp Apply clang-format 2018-03-07 01:17:50 +01:00
testfilecheck.cpp Apply clang-format 2018-03-07 01:17:50 +01:00
utils.cpp Apply clang-format 2018-03-07 01:17:50 +01:00