TV Shows isWatched "callback" #4

Closed
opened 2020-10-13 23:20:48 +02:00 by Seil0 · 1 comment
Owner

The Parser currently uses the json response from the first episode to get the data for all episodes. This makes it easier to handle and speeds up the loading and parsing process. But episodes other than the first are not marked as watched. TO marke other episodes as watched we need to call the "isWatched callback", wich is the data-playlist attribute of each episode.

  • parse ep-1 data-playlist
  • save data-playlist for each episode
  • on play episode execute callback
The Parser currently uses the json response from the first episode to get the data for all episodes. This makes it easier to handle and speeds up the loading and parsing process. But episodes other than the first are not marked as watched. TO marke other episodes as watched we need to call the "isWatched callback", wich is the data-playlist attribute of each episode. * parse ep-1 data-playlist * save data-playlist for each episode * on play episode execute callback
Seil0 added the
enhancement
label 2020-10-13 23:20:49 +02:00
Author
Owner

closed in 03cd42773d

closed in 03cd42773d
Seil0 closed this issue 2020-10-13 23:50:32 +02:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Seil0/teapod#4
No description provided.