Add methods to retrieve playback/watched history for a period#161
Add methods to retrieve playback/watched history for a period#161courville wants to merge 2 commits intoUweTrottmann:mainfrom
Conversation
…en period or since a date. Add capability to retrieved watched history (fully watched videos) for a given period or since a date. This is useful to be able to limit sync span using last sync time stored information.
|
Thanks for submitting! As per contribution guidlines it would help me merge and release this faster if you added some unit tests for this (if that makes sense, I have not looked into how those methods work). Anyhow, I will look at this in more detail once I find some time. |
Thanks for considering the contribution. I will contribute some tests later. |
|
Seems that the |
|
Thanks for adding the tests! I'll look at this once I have time. |
|
Decided to add a new Thanks again! |
Add capability to retrieve playback history (resume points) for a given period or since a date.
Add capability to retrieved watched history (fully watched videos) for a given period or since a date.
This is useful to be able to limit sync span using last sync time stored information.
I will use this for my nova video Android application.