Bug #215
Chapter selection for MKVs off by one
| Status: | Closed | Start Date: | 10/11/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | gui_controls | |||
| Target version: | rev12 |
Description
With recent mplayer the transition to starting the chapter index with 0 seems complete. The first chapter is actually 0. Right now set_property chapter is off by one.
For the first chapter: set_property chapter 1 <-- which should be 0
The attached small patch fixes this. I am not sure if this is the best way to do it though.
History
Updated by Adrian Stutz over 2 years ago
- Category set to gui_controls
- Status changed from New to Closed
- Assigned to set to Adrian Stutz
- Target version set to rev12
Thanks, I forgot I submitted that patch... ^^'
This now finally allows to parse chapters from the -identify output instead of the verbose mkv debug output.
That has the great plus that this now works for all chapters - if MPlayer sees the chapters, Extended should as well (no longer limited to mkv).
Fixed.