-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
07da0b6
commit 97b20bc
Showing
3 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: TMDb Settings (v1) | ||
description: > | ||
How to connect TCM to TheMovieDatabase (TMDb). | ||
--- | ||
|
||
# TMDb | ||
|
||
## Background | ||
|
||
This is an optional YAML section of your [global preferences file](...) | ||
(`preferences.yml`) for outlining how TCM interacts with the public database | ||
service, [TMDb](themoviedb.org). TMDb is used for many things by TCM, but | ||
notably the following: | ||
|
||
- Automatically downloading source image files for use in title cards | ||
- Automatically downloading logos for title cards and summaries | ||
- Automatically adding episode title translations to data files | ||
|
||
## Recommended Setup | ||
|
||
```yaml title="preferences.yml" | ||
tmdb: | ||
api_key: # (1)! | ||
``` | ||
1. Place your own TMDb-provided API key here | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters