Commit graph

7 commits

Author SHA1 Message Date
JackDandy
8a763e15cc Fix typo. 2018-09-01 03:33:39 +01:00
JackDandy
dc4cd6e2a6 Fix issue with tvdb response data.
Change move data cleaner to helpers.
2018-09-01 03:04:53 +01:00
Prinz23
92fcdaf5df Change decode html entities returned from tvdb api. 2018-09-01 03:00:13 +01:00
JackDandy
0f6f31a3bf Fix metadata mediabrowser when no actors.
Change metadata usage of indexer api keys.
Change make tvdb_api docs consistent to the attributes for show object.
Change consolidate write_file at helpers.
2018-06-09 12:13:21 +01:00
Prinz23
990755f966 Change actor struct for tvdb_api (indexer api).
Add 'vp9' and 'av1' to ignore word list.
2018-06-09 12:05:41 +01:00
JackDandy
a1566c7418 Change improve thetvdb api response handling. 2018-02-13 13:02:32 +00:00
Prinz23
68fa29e77a Change restore fetching metadata episode thumbs.
Add get_episode_data in tvdb_api v2

Usage:
lINDEXER_API_PARMS = sickbeard.indexerApi(show.indexer).api_params.copy()
t = sickbeard.indexerApi(show.indexer).indexer(**lINDEXER_API_PARMS)
ep_data = t.get_episode_data(episodeid)
2017-12-10 20:23:45 +00:00