- October 24, 2011
- 261
- 207
- 45
- Thread starter
- #71
Latest status is this....
My code works as intended on 1.3.0Alpha_Test, however there is a bug that prevents chapters from showing up in the TsReaderPlayer.
For the Blu-Ray and MKV Players the logic for chapters is in those classes. However for the tsReaderPlayer, the logic is somewhere else. The fix for the bug needs to move the loading of the comskip data from the text file into the TsReaderPlayer code and out of the static class.
I will submit a mantis bug today and try to get the fix written this weekend.
My code works as intended on 1.3.0Alpha_Test, however there is a bug that prevents chapters from showing up in the TsReaderPlayer.
For the Blu-Ray and MKV Players the logic for chapters is in those classes. However for the tsReaderPlayer, the logic is somewhere else. The fix for the bug needs to move the loading of the comskip data from the text file into the TsReaderPlayer code and out of the static class.
I will submit a mantis bug today and try to get the fix written this weekend.
New Zealand