Improve handling of previews

This commit is contained in:
ponzischeme89
2026-04-20 23:16:53 +12:00
parent 1805551dae
commit 9291a97df9
8 changed files with 3056 additions and 1288 deletions
+14
View File
@@ -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)