mirror of
https://github.com/awesome-jellyfin/awesome-jellyfin
synced 2024-11-22 19:13:14 +00:00
927 B
927 B
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
exiftool
jq
- FFmpeg (for
ffprobe
) - imagemagick (for
convert
)
Usage
- 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
Credits
This script was created by u/ProductRockstar. [Original Post]