Skip to content

Commit 4e9a28a

Browse files
committed
Test linked Matroska files (manually)
Editing linked Matroska files works. The linked files are treated as individual files. When saving segment linking is retained and the files aren't otherwise broken.
1 parent 32f4c76 commit 4e9a28a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ For examples check out the command line interface of [Tag Editor](https://github
4343
API documentation can be generated using Doxygen with `make tagparser_apidoc`.
4444

4545
## Bugs, stability
46-
- Matroska files composed of more than one segment aren't tested yet and might not work
47-
- It is recommend to create backups before editing because I can not test whether the library
48-
works with all kinds of files (when forcing rewrite a backup is always created)
46+
It is recommend to create backups before editing because I can not test whether the library
47+
works with all kinds of files (when forcing rewrite a backup is always created).
4948

5049
## Build instructions
5150
The tagparser library depends on [c++utilities](https://github.com/Martchus/cpp-utilities) and is built
@@ -55,5 +54,4 @@ library is required.
5554

5655
## TODO
5756
- Support more formats (EXIF, PDF metadata, Theora, ...)
58-
- Do tests with Matroska files which have multiple segments
5957
- Support adding cue-sheet to FLAC files

0 commit comments

Comments
 (0)