Official BS.Player forums

Official BS.Player forums (http://forum.bsplayer.com/)
-   Feature Requests, Feedback And Suggestions (http://forum.bsplayer.com/feature-requests-feedback-suggestions/)
-   -   Selection of the chapterlanguage in mkv-files (http://forum.bsplayer.com/feature-requests-feedback-suggestions/6959-selection-chapterlanguage-mkv-files.html)

Dirk99 16th November 2005 06:14 PM

Selection of the chapterlanguage in mkv-files
 
Hallo BSPlayer-Team!

I use BSPlayer as my favorite player, but since I make my movies with the matroska (mkv) format, I added chapters to the file in multiple languages. mkvmerge gets a xml-chapter file (made with mkvmerge) which look like this:
Code:

<?xml version="1.0" encoding="UTF-8"?>



<Chapters>
  <EditionEntry>
    <EditionFlagHidden>0</EditionFlagHidden>
    <EditionFlagDefault>0</EditionFlagDefault>
    <EditionUID>3480701323</EditionUID>
    <ChapterAtom>
      <ChapterUID>99114914</ChapterUID>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
      <ChapterDisplay>
        <ChapterString>Chapter 1</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterDisplay>
        <ChapterString>Kapitel 1</ChapterString>
        <ChapterLanguage>ger</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>00:00:00.000000000</ChapterTimeStart>
    </ChapterAtom>
    <ChapterAtom>
      <ChapterUID>1990658221</ChapterUID>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
      <ChapterDisplay>
        <ChapterString>Chapter 2</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterDisplay>
        <ChapterString>Kapitel 2</ChapterString>
        <ChapterLanguage>ger</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>00:03:29.480000000</ChapterTimeStart>
    </ChapterAtom>
  </EditionEntry>
</Chapters>

Now, the BSPlayer only shows the english chapter strings, and there is no possibility to change it to the german description.

I will be very pleased, if it would be possible to change the chapter language in a future version of BSPlayer. The automatic selection of the right language by default values in the mkv-file, would be fine too.

Thanks in advance!

Greets
Dirk


All times are GMT +1. The time now is 09:54 AM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
Ad Management plugin by RedTyger


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20