Improve handling of previews
This commit is contained in:
@@ -68,6 +68,20 @@ A self-hosted web UI that generates landscape thumbnails from your Emby library
|
||||
3. Give it a name (e.g. "Thumb Generator")
|
||||
4. Copy the key
|
||||
|
||||
## Optional Artwork Providers
|
||||
|
||||
The artwork editor always supports Emby images and Wikimedia Commons. You can enable additional search providers with environment variables:
|
||||
|
||||
```bash
|
||||
export TMDB_BEARER_TOKEN=your-tmdb-read-access-token
|
||||
# or: export TMDB_API_KEY=your-tmdb-v3-api-key
|
||||
|
||||
export GOOGLE_CUSTOM_SEARCH_API_KEY=your-google-api-key
|
||||
export GOOGLE_CUSTOM_SEARCH_ENGINE_ID=your-google-search-engine-id
|
||||
```
|
||||
|
||||
TMDB is the preferred external artwork source for posters and backdrops. Google Custom Search is optional and only uses Google's official Custom Search JSON API.
|
||||
|
||||
## Notes
|
||||
|
||||
- First generation will be slower as rembg downloads the U2-Net model (~170MB)
|
||||
|
||||
Reference in New Issue
Block a user