awesome-jellyfin/snippets/language-overlay
2023-03-16 15:41:54 +01:00
..
language-overlay.sh feat: added flag-overlay snippet 2023-03-16 15:41:54 +01:00
README.md feat: added flag-overlay snippet 2023-03-16 15:41:54 +01: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

  • exiftool
  • jq
  • FFmpeg (for ffprobe)
  • imagemagick (for convert)

Usage

  1. Save the script to a file, e.g. movie_flags.sh
  2. Change the MOVIES_DIR and OVERLAY_DIR variables and modify to your desired languages
  3. Change the file permissions to make it executable, e.g. chmod +x movie_flags.sh
  4. Run the script, e.g. ./movie_flags.sh

Credits

This script was created by u/ProductRockstar. [Original Post]