Better filtering of clips
Opened this issue · 0 comments
chlapicek commented
As a user, I want to watch #clipy at Herdyns' discord without encountering the same clip multiple times.
It would be ideal, if the bot could recognize two clips that are the same or
two clips that are from the same streamer at the same time, but have different ID.
It can be done with the twitch api, which provides you information about specific clip (timestamp, length of the clip, streamer).
I would imagine it working like this: If the clip#1 is subset of clip#2 (clip#1 is shorter and starts within range clip#2.timestamp - (clip#2.timestamp + clip#2.length - clip#1.length)) then the clip#1 is deleted.