From 18b508e684d6c059d6a82cee44cb8eace325567d Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 24 May 2017 20:01:19 +0200 Subject: [PATCH] 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. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a08a476..28fe890 100644 --- a/README.md +++ b/README.md @@ -258,13 +258,11 @@ To build without GUI, add the following parameters to the CMake call: ## TODO - Support more formats (EXIF, PDF metadata, Theora in Ogg, ...) - Allow adding tags to specific streams when dealing with Ogg -- Do tests with Matroska files which have multiple segments - Set tag information concurrently if multiple files have been specified (CLI) - Support adding cue-sheet to FLAC files ## Bugs - Large file information is not shown when using Qt WebEngine - It is recommend to create backups before editing because I can not test whether the underlying library - works with all kinds of files (when forcing rewrite a backup is always created) -- underlying library: Matroska files composed of more than one segment aren't tested yet and might not work. + works with all kinds of files (when forcing rewrite a backup is always created). - Also note the issue tracker on GitHub