Commit e07040d
Mark Kendall
Bluray: Improved chapter handling.
libbluray adds an extra chapter marker for the end of the title - so
ignore this for our own purposes - and use the libbluray functionality
for determining the current chapter. This aligns our presentation with
the disc menu structure.
I still intend to convert the chapter seeks to use the libbluray methods
but this requires a little more work.
N.B. Position information can go wrong with 'series/season' discs.
libbluray presents us with a 'super' title that is an amalgamation of
all of the episodes on a disc. Once you've navigated beyond the first
actual title, however, all positioning is relative to the current title.1 parent 74ebeae commit e07040d
File tree
3 files changed
+15
-23
lines changed- mythtv/libs/libmythtv
3 files changed
+15
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
435 | | - | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
436 | 443 | | |
437 | 444 | | |
438 | 445 | | |
| |||
516 | 523 | | |
517 | 524 | | |
518 | 525 | | |
519 | | - | |
| 526 | + | |
520 | 527 | | |
521 | 528 | | |
522 | 529 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | 98 | | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
| 99 | + | |
| 100 | + | |
104 | 101 | | |
105 | 102 | | |
106 | 103 | | |
107 | 104 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
124 | 108 | | |
125 | 109 | | |
126 | 110 | | |
| |||
0 commit comments