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.
exiftool
jq
- FFmpeg (for
ffprobe
) - imagemagick (for
convert
)
- Save the script to a file, e.g.
movie_flags.sh
- Change the
MOVIES_DIR
andOVERLAY_DIR
variables 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
This script was created by u/ProductRockstar. [Original Post]