CouchTracker icon indicating copy to clipboard operation
CouchTracker copied to clipboard

Create Show module

Open ghost opened this issue 6 years ago • 1 comments

Add new tab to display

  • [ ] Show progress from Trakt
  • [ ] Show series details
  • [ ] Show series seasons
  • [ ] Show history from Trakt
  • [ ] Show watchlist from Trakt

ghost avatar Sep 06 '17 19:09 ghost

This commit saves all seasons from watched shows into realm. But is not a good idea to get all the seasons everytime the app opens.

A better approach would be, get all data when the app opens for the first time, then, only get data of watched progress/next episode, and add a way so the user can force to update all data again.

This will work and consumes less data than now, but we need some logic when there is a new season available, to get data from that new season!

pietrocaselani avatar Aug 22 '18 02:08 pietrocaselani