egeniq / android-tv-program-guide

Android TV Program Guide
Apache License 2.0
164 stars 66 forks source link

Extend progress for past shows #8

Closed droid-wise closed 4 years ago

droid-wise commented 4 years ago

Hello,

Is it possible to extend progress to shows which are in past? Currently you can see progress on current shows, but I would like to make progress visible also on shows which are in past.

dzolnai commented 4 years ago

Hi, here's a patch file with the required changes to do that. You can apply this on the master branch of the repo to see the changes in the demo immediately (use git apply progress-past-shows.patch).

The idea is that you supply a progress via the schedule, which you then set on the item in the view, and do not care about the live time.

Let me know if something is not clear, or if it does not work.

progress-past-shows.patch.zip

droid-wise commented 4 years ago

Hi @dzolnai,

That helped a lot. Thank you very much!