Automatically update your Plex movie posters with the latest TMDB artwork! 🌟
- 🔄 Auto-update posters for newly added movies
- 📚 Bulk update entire libraries
- 🔒 Option to include or exclude locked posters
- 🧪 Dry-run mode for safe testing
- 🐍 Python 3.x
- 📦 plexapi
- 🔑 python-dotenv
- 📥 Download and extract to your Tautulli scripts folder
- 🔧 Install required Python libraries:
pip install plexapi python-dotenv
- 📄 Copy
.env.example
to.env
and fill in your Plex URL and token - ⚙️ Configure Tautulli notification agent
- 🔑 Set up your Plex URL and Token (if not using .env file)
# Update entire library
python select_tmdb_poster.py --library "Movies"
# Update specific movie
python select_tmdb_poster.py --rating_key 1234
# Include locked posters
python select_tmdb_poster.py --library "Movies" --include_locked
# Dry run
python select_tmdb_poster.py --library "Movies" --dry-run
- 🔔 Trigger: Recently Added
- 🎯 Condition: Media Type is movie
- 💻 Argument: --rating_key {rating_key}
Keep your Plex library looking fresh with automatic TMDB poster updates! 🌈✨