Kodi Community Forum

Full Version: CUE-Sheet suppport for video too?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
has anybody tried a cue sheet with a video file? i was curious as if done right would provide chapter access in a long video file. i guess the fact that most videos are vbr might make it difficult though.
it's only implemented for music files.

the reason is that we already have an interface (bookmarks) for doing a similar thing for videos.

if you're happy to do a bit of coding it should be easy enough to change it so it works for videos as well. see the guiwindowmusicbase.cpp for the code.

not sure how well the "seek to time" function will work though.
i don't think cue sheet is suitable for video.

in audio cuesheet simulate audio cd (red book standard) even for compressed format. but in video which type of media are you going to simulate? so i see no point using cue sheet for video.