This happens whenever a episode of the series is added to the RatingSync db.
Steps
1) Add the series to a list (like Watchlist)
2) Go the detail page for the series
3) Click the title of a episode that is not already in the db
4) Verify that the series is still in the list
An example with a modified log...
GET Young England (episode new to RatingSync)
2019-03-08 11:17:29 api.php 11: API action: getFilm, username: {username}
2019-03-08 11:17:29 RatingSync\api_getFilm 268: Params id=, imdb=tt5351832, rsonly=0
getPage episode from OMDb
getPage series from OMDb
UPDATE Series film_source
INSERT Series empty rating & rating_archive
UPDATE Series film_source (again)
INSERT Series empty rating & rating_archive (again)
REPLACE Series genres
DELETE filmlist Series
UPDATE Series image
UPDATE Series
INSERT Episode
This happens whenever a episode of the series is added to the RatingSync db. Steps 1) Add the series to a list (like Watchlist) 2) Go the detail page for the series 3) Click the title of a episode that is not already in the db 4) Verify that the series is still in the list
An example with a modified log... GET Young England (episode new to RatingSync) 2019-03-08 11:17:29 api.php 11: API action: getFilm, username: {username} 2019-03-08 11:17:29 RatingSync\api_getFilm 268: Params id=, imdb=tt5351832, rsonly=0 getPage episode from OMDb getPage series from OMDb UPDATE Series film_source INSERT Series empty rating & rating_archive UPDATE Series film_source (again) INSERT Series empty rating & rating_archive (again) REPLACE Series genres DELETE filmlist Series UPDATE Series image UPDATE Series INSERT Episode