-
Notifications
You must be signed in to change notification settings - Fork 40
Add methods to retrieve playback/watched history for a period #161
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
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.