BetaSeries: seasons
betaseries_seasonsManage TV show seasons on BetaSeries: mark as watched, hidden, or rewatched, and add or remove ratings.
Instructions
Call the BetaSeries "seasons" API. Pick an operation and pass its parameters in the params object.
Available operations:
delete-seasons-hide [DELETE /seasons/hide]: Remove all episodes of a season from hidden. Params: id? (Series ID (Optional if thetvdb_id specified)), thetvdb_id? (Series ID on TheTVDB (Optional if id specified)), season? (Season number)
delete-seasons-note [DELETE /seasons/note]: Remove a rating from a season. Params: id? (Series ID (Optional if thetvdb_id specified)), thetvdb_id? (Series ID on TheTVDB (Optional if id specified)), season? (Season of the series to rate)
delete-seasons-rewatch [DELETE /seasons/rewatch]: Remove all episodes of a season from rewatched. Params: id? (Series ID), season? (Season number), all? (Remove all rewatch for the given season (int 0|1))
delete-seasons-watched [DELETE /seasons/watched]: Remove all episodes of a season from watched. Params: id? (Series ID (Optional if thetvdb_id specified)), thetvdb_id? (Series ID on TheTVDB (Optional if id specified)), season? (Season number)
post-seasons-hide [POST /seasons/hide]: Mark all episodes of a season as hidden. Params: id? (Series ID (Optional if thetvdb_id specified)), thetvdb_id? (Series ID on TheTVDB (Optional if id specified)), season? (Season number)
post-seasons-note [POST /seasons/note]: Rate a season. Params: id? (Series ID (Optional if thetvdb_id specified)), thetvdb_id? (Series ID on TheTVDB (Optional if id specified)), season? (Season of the series to rate), note? (Rating assigned from 1 to 5)
post-seasons-rewatch [POST /seasons/rewatch]: Mark all episodes of a season as rewatched. Params: id? (Series ID), season? (Season number)
post-seasons-watched [POST /seasons/watched]: Mark all episodes of a season as watched. Params: id? (Series ID (Optional if thetvdb_id specified)), thetvdb_id? (Series ID on TheTVDB (Optional if id specified)), season? (Season number), note? (Rating assigned from 1 to 5 (Optional))
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Query parameters for the chosen operation, as string key/value pairs. See this tool's description for the accepted parameter names per operation. | |
| operation | Yes | Which operation to perform |