Skip to content

Files

Latest commit

 

History

History
60 lines (50 loc) · 2.05 KB

TVDb-Builders.md

File metadata and controls

60 lines (50 loc) · 2.05 KB

You can build different collections using the features of TheTVDb.com (TVDb).

Name Attribute Description Works with Movies Works with Shows
TVDb List tvdb_list Gets every show in a TVDb List or TVDb Userlist ✔️ ✔️
TVDb Show tvdb_show Gets the series specified ✔️
TVDb Movie tvdb_movie Gets the movie specified ✔️

TVDb List

Gets every show in a TVDb List or TVDb Userlist

The expected input is a TVDb List URL or TVDb Userlist URL. Multiple values are supported as either a list or a comma-separated string.

collections:
  Arrowverse:
    tvdb_list: https://www.thetvdb.com/lists/arrowverse
collections:
  Saved by the Bell:
    tvdb_list: https://www.thetvdb.com/lists/6957

TVDb Show

Gets the show specified

The expected input is a TVDb Series ID or TVDb Series URL. Multiple values are supported as either a list or a comma-separated string.

collections:
  Star Wars (Animated Shows):
    tvdb_show: 83268, 283468
collections:
  Star Wars (Animated Shows):
    tvdb_show:
      - https://www.thetvdb.com/series/star-wars-the-clone-wars
      - https://www.thetvdb.com/series/star-wars-rebels

TVDb Movie

Gets the movie specified

The expected input is a TVDb Movie ID or TVDb Movie URL. Multiple values are supported as either a list or a comma-separated string.

collections:
  The Lord of the Rings:
    tvdb_show: 107, 157, 74
collections:
  The Lord of the Rings:
    tvdb_show:
      - https://www.thetvdb.com/movies/the-lord-of-the-rings-the-fellowship-of-the-ring
      - https://www.thetvdb.com/movies/the-lord-of-the-rings-the-two-towers
      - https://www.thetvdb.com/movies/the-lord-of-the-rings-the-return-of-the-king