remove clips that were played in full from recommendation #2

Closed
opened 2018-08-12 16:27:27 +00:00 by pythagoraswitch · 3 comments
Collaborator

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.

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.
Author
Collaborator

currently in iss2 branch

currently in [iss2 branch](https://code.0x2620.org/0x2620/dd-re/src/branch/iss2)
Author
Collaborator

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
}

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 }
Author
Collaborator

after discussion, "pass" variable has been added. reflected in the new changes.

after discussion, "pass" variable has been added. reflected in the new changes.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
0x2620/dd-re#2
No description provided.