![]() |
Brief step back (for missed subs/lines) dev - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +--- Thread: Brief step back (for missed subs/lines) dev (/showthread.php?tid=1221) |
- ezd - 2004-02-02 hi, i like to be able to step back some seconds in a movie, to re-hear a mumbled line or re-see a quickly disappearing subtitle. search for a keyframe some seconds before the current position- easy. i indeed quickly made an xbmp patch for this (put it on sf), but while browsing up and down i couldn't find any function to obtain the current playing position- getpercentage is too crude and gettime is for the total running time. did i totally miss a function or would i need to patch mplayer (if i can get it to compile ![]() thanks, ezd - Gamester17 - 2004-02-02 (for reference: ezd patch info can be found here: "patch proposal" and here: "brief rewind for missed lines/subtitles" - Frodo - 2004-02-02 k, just added the following Quote:cmplayer::gettime() with these functions you should b able to add your patch frodo - ezd - 2004-02-03 whoa, that's fast, thanks frodo! can't waait for the next cvs tarball ![]() - ezd - 2004-02-04 function added, posted the diffs @ sf. |