ivanova
13th February 2004, 23:10
I've been playing around with mka's in fb2k and muxing with mkvmerge. Everything seems to work with the v0.5 plugin. I can mux in a mp3 and use a cuesheet to divide the file into chapters for the tracks (mkvmerge doesn't like the 'CATALOG 0000000000000' added by EAC btw)
fb2k recognises the chapters, and I can then add title/artist tags which are saved in the mka. I've been trying to add tags from mkvmerge but fb2k doesn't recognise them. Mkvextract and mkvinfo shows them fine. I am no expert at matroska tags, but it seems to me that a tag should have targets that can be specified in a xml file like this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Tags SYSTEM "matroskatags.dtd">
<Tags>
<Tag>
<Targets>
<TrackUID>649381306</TrackUID>
<ChapterUID>3894844578</ChapterUID>
</Targets>
<Simple>
<Name>TITLE</Name>
<String>Androgyny</String>
</Simple>
</Tag>
</Tags>
This tag has two targets, one for the track and one for the chapter. This tag was written by fb2k so I assume that it needs the ChapterUID for the different chapters. The problem is that mkvmerge doesn't write this target, and so fb2k doesn't use the tag. I couldn't find anything in the mkvmerge documentation on adding the ChapterUID target. Is this not implemented yet or am I missing something?
Thanks
fb2k recognises the chapters, and I can then add title/artist tags which are saved in the mka. I've been trying to add tags from mkvmerge but fb2k doesn't recognise them. Mkvextract and mkvinfo shows them fine. I am no expert at matroska tags, but it seems to me that a tag should have targets that can be specified in a xml file like this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Tags SYSTEM "matroskatags.dtd">
<Tags>
<Tag>
<Targets>
<TrackUID>649381306</TrackUID>
<ChapterUID>3894844578</ChapterUID>
</Targets>
<Simple>
<Name>TITLE</Name>
<String>Androgyny</String>
</Simple>
</Tag>
</Tags>
This tag has two targets, one for the track and one for the chapter. This tag was written by fb2k so I assume that it needs the ChapterUID for the different chapters. The problem is that mkvmerge doesn't write this target, and so fb2k doesn't use the tag. I couldn't find anything in the mkvmerge documentation on adding the ChapterUID target. Is this not implemented yet or am I missing something?
Thanks