remove clips that were played in full from recommendation #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This should be computed on the fly when getVideos/getNext is called.
From the log, identify play/pause event for a particular clip and calculate the full screen play duration.
"played in full" can be defined as 80-90% of the clip length.
currently in iss2 branch
currently waiting on the consensus to add "pass": True for the clips that to be passed (because it is watched already) as well as orig_in (for calculating the cut-off time for the clip).
i.e.
{
"id": "XX/FRY",
"in": 1234.67549966667,
"item": "XX",
"orig_in": 1223.67549966667,
"out": 1244.56012466667,
"pass":True
}
after discussion, "pass" variable has been added. reflected in the new changes.