- March 24, 2007
- 12,073
- 7,459
- Home Country
- Germany
- Moderator
- #31
Regarding the IR code mapping, I think they needed to be commented, otherwise the key presses where always duplicated.@morpheus_xx
in case you missed the other thread, I found the reason why skipping through chapters is not working. It's because the next/prev buttons are unmapped and they are working for skipping to next/previous media item inside a playlist. If there is only one video item in the playlist (which is if you play just one video), then the player tries to to skip to a none exiting next item. The video gets paused for a sec and then played further.
Any idea what's the desired behavior for the prev/next buttons? If they are meant for skipping through media items (regardless video or audio) then this is how it works now. If they should also work for chapters, then we have to enable the mapping for those buttons and... ?
All the playback of media items is based on a playlist, no matter if it is one or multiple item(s). I see following ways to deal with direct chapter seeking:
- Use own keys for next/prev chapter. They could be mapped to the existing actions in every IChapterPlayer. No influence to existing behavior, but on the other hand difficult to find a logical key mapping. One idea: keys "page up"/"page down".
- Use next/prev title in a modified way:
- For image/audio playlists: keep current behavior (skipping between titles/media items of playlist)
- For video: skip chapters (option: if no chapter present, skip titles)
- What to do for mixed playlists (image, audio, video)?
- What to do for audio items with chapters? Not sure if we there is / was cuesheet-provider, it could offer chapters inside single-file-items. Even .mp4-audio could support chapters.