Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cut Lists are breaking incremental seeking #113

Open
Miwer opened this issue Dec 27, 2018 · 1 comment
Open

Cut Lists are breaking incremental seeking #113

Miwer opened this issue Dec 27, 2018 · 1 comment

Comments

@Miwer
Copy link

Miwer commented Dec 27, 2018

Hi,

When using cut lists (not commercial breaks) in a recording, incremental seeking is broken.
Seeking works fine up till the first cut point, but after the cut point, any seeking is added the time of the first (or perhaps all previous?) cut(s).

Also the recording length is shortened to exclude the cuts (maybe related to the problem?)

Take an example:

Recording is 2h10m long (130 minutes), and I have created a 5 minute cut at 20m00s
test-cut
screenshot001

Recording length when NOT using EDL autoskip
screenshot002

Recording length when using EDL autoskip
screenshot003

(this difference does not show, when the cuts are created as a commercial break (type 4/5 instead of 1/0))

Incremental seeking before the cut works fine.
Here's a +30 sec seek before the cut
screenshot004
screenshot005

Incremental seeking after the cut is broken, adding the length of the cut to the seek time.
Here's a +30 sec seek after the cut
screenshot006
screenshot007

Seeking is not broken if cut points are marked as commercial breaks instead of cut list.
Could this somehow be related to issue in #111 ? (in essence, behaviour for cut lists is not the same as for commercial breaks)

I also tried replicating the problem in this debug log:
kodi.log

Points of interest:
17:36:35.536 - Seeking +3 minutes (180 sec) before cut - working
17:36:47.581 - Seeking +30 minutes (1800 sec) over cut - working
17:37:00.468 - Seeking +3 minutes (180 sec) after cut - not working - actually seeking +8 minutes (seektime + cut length)

@janbar
Copy link
Owner

janbar commented Dec 30, 2018

I think the issue is related to Kodi itself. The time position is handled by Kodi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants