You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,15 @@ python test_run.py
75
75
# Linux/MacOS
76
76
python3 test_run.py
77
77
```
78
+
---
79
+
80
+
## TMDB API Key required
81
+
To enable search features, you need to obtain a TMDB API key:
82
+
1. Sign up at [The Movie Database (TMDB)](https://developer.themoviedb.org/docs/getting-started)
83
+
2. Navigate to your account settings and find the API section
84
+
3. Generate a new API key
85
+
4. Add the API key to your .env file (inside the StreamingCommunity directory) under the `TMDB_API_KEY` variable or insert it when required during execution
0 commit comments