Type the name of the movie or TV show, optionally followed by a comma-separated list of filters in square brackets. Examples of the expected format are below.
Notes:
- Your query must end in a semicolon
- If you specify
year
, you must also specifytype
year
is a four digit number- Extra whitespace in your query does not affect the results
Examples:
-
Movie:
Title[type=movie, year=XXXX];
-
TV show:
Notes:
all_seasons
andall_episodes
default to false- If you set
all_episodes=true
, then all seasons will automatically be imported as well
Title[type=tv, all_seasons=true|false, all_episodes=true|false, year=XXXX];
-
TV show (specific season):
Notes:
season
is a number
Title[type=tv, season=XX, year=XXXX];
-
TV show (specific episode):
Notes:
season
andepisode
are numbers- If you specify
episode
, you must also specifyseason
Title[type=tv, season=XX, episode=XX, year=XXXX];