Skip to main content

Plex Auto Languages

This unofficial app installation script is provided for your convenience. The script is provided as-is and may not be updated or maintained by Ultra.cc. Customers are welcome to use and customize unofficial app installers for their unique needs and requirements. Unofficial support may be offered via Discord only and at the sole discretion of Ultra.cc staff. Use at your own risk and only proceed if you are comfortable managing the application on your own.

Plex Auto Languages will automatically update the language of your Plex TV Show episodes based on the current language you are using without messing with your existing language preferences. Make sure to configure it properly to avoid breaking our Fair Usage Policy. For detailed instructions on how to configure the application, follow this link.

  • Config file: ~/scripts/Plex_auto_language/config/config.yaml
  • Log file: ~/scripts/Plex_auto_language/plex-auto-language.log

Prerequisites

  • Python version 3.8 or above. See here.
  • Plex server installed on service.

Installation

  • Connect to your Ultra.cc service via SSH
  • Execute the following command:
bash <(wget -qO- https://scripts.usbx.me/util/Plex-Auto-Language/main.sh)
  • Type confirm and press ENTER to proceed
  • Type 1 and press ENTER
  • Done!

Uninstallation

  • Execute the same command:
bash <(wget -qO- https://scripts.usbx.me/util/Plex-Auto-Language/main.sh)
  • Type confirm and press ENTER to proceed
  • Type 2 and press ENTER
  • Done!

Stopping and Starting The Service

  • To stop the service:
systemctl --user stop  plexautolanguage.service
  • To start/restart the service:
systemctl --user restart  plexautolanguage.service