Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tv_grab_zz_sdjson: improve episode/season metadata handling
The program metadata from SD is an array of different providers. The previous code was specifically looking for 'Gracenote' provider in the first array element and ignoring everything else. For example, it seems the first element is now often 'TVmaze' (at least for the lineups I use) and the episode/season data was all being ignored. The code now iterates over all the metadata providers generally preferring the earlier entries unless a later one looks more complete. Fixes: #221
- Loading branch information