mirror of
https://github.com/awesome-jellyfin/awesome-jellyfin.git
synced 2026-03-09 03:33:12 -05:00
Flags on Movie Posters
Ever wanted to easily identify the language of a movie at a glance? Now you can with this script!
This script adds flags to movie posters, so that you can quickly determine the language of the movie. Currently, it supports German and Dutch flags, but can easily be modified to support any language.
Requirements
exiftooljq- FFmpeg (for
ffprobe) - imagemagick (for
convert)
Usage
- Save the script to a file, e.g.
movie_flags.sh - Change the
MOVIES_DIRandOVERLAY_DIRvariables and modify to your desired languages - Change the file permissions to make it executable, e.g.
chmod +x movie_flags.sh - Run the script, e.g.
./movie_flags.sh
Credits
This script was created by u/ProductRockstar. [Original Post]