This application lets you have a Netflix-like experience by auto-updating the language of your Plex TV Show episodes based on the current language you are using without messing with your existing language preferences.
You want to watch Squid Game in korean with english subtitles ?
Set the language for the first episode and don't think about it for the rest of the show. :heavy_check_mark:
You want to watch The Mandalorian in english but still want to watch Game of Thrones in french ?
Don't worry, the language is set per TV Show and it won't interfere. :heavy_check_mark:
You have multiple managed and shared users with various preferences ?
The proper tracks will be selected automatically and independently for all your users. :heavy_check_mark:
The application requires a Plex Token, if you don't know how to find yours, please see the official guide.
The recommended way of running this application is by using Docker. A Docker image is available on Docker Hub and installation instructions are detailed below.
PlexAutoLanguages can also be run natively with Python, see the detailed instructions.
Here is a minimal example of a docker-compose configuration:
version: "3" services: plexautolanguages: image: remirigal/plex-auto-languages:latest environment: - PLEX_URL=http://plex:32400 - PLEX_TOKEN=MY_PLEX_TOKEN - TZ=Europe/Paris volumes: - ./config:/config
Here is an example of a docker-compose configuration that uses a YAML configuration file config.yaml inside a config directory, see Configuration for more information:
version: "3" services: plexautolanguages: image: remirigal/plex-auto-languages:latest container_name: PlexAutoLanguages environment: - TZ=Europe/Paris volumes: # make sure you have a file named 'config.yaml' in the 'config' dir - ./config:/config restart: unless-stopped
This application requires Python 3 and has only been tested with Python 3.8 and higher.
Start by cloning the repository:
git clone git@github.com:RemiRigal/Plex-Auto-Languages.git
Install the required dependencies:
cd Plex-Auto-Languages python3 -m pip install -r requirements.txt
Create a YAML configuration file (config.yaml for example) based on the template showed in the configuration section below. Note that only the parameters plex.url and plex.token are required.
You can now start PlexAutoLanguages (don't forget to change the name of the configuration file if yours is different):
python3 main.py -c ./config.yaml
The application can be configured either with environment variables or with a YAML file mounted at /config/config.yaml. Every parameter listed in this section can be overriden with the corresponding environment variables (eg. the environment variable PLEX_URL will override the parameter plex.url, NOTIFICATIONS_ENABLE will override the parameter notifications.enable etc...).
The Plex Token can also be provided as a Docker secret, the filepath of the secret must then be specified in the environment variable PLEX_TOKEN_FILE which defaults to /run/secrets/plex_token.
Here is an example of a complete configuration file:
plexautolanguages: # Update language for the entire show or only for the current season # Accepted values: # - show (default) # - season update_level: "show" # Update all episodes of the show/season or only the next ones # Accepted values: # - all (default) # - next update_strategy: "all" # Whether or not playing a file should trigger a language update, defaults to 'true' trigger_on_play: true # Whether or not scanning the library for new files should trigger a language update, defaults to 'true' # A newly added episode will be updated based on the most recently watched episode, or the first episode of the show if it has never been watched trigger_on_scan: true # Whether or not navigating the Plex library should trigger a language update, defaults to 'false' # Only the Plex web client and the Plex for Windows app support this feature # Set this to 'true' only if you want to perform changes whenever the default track of an episode is updated, even when the episode is not played. # Setting this parameter to 'true' can result in higher resource usage. trigger_on_activity: false # Whether or not to refresh the cached library whenever the Plex server scans its own library, defaults to 'true' # Disabling this parameter will prevent PlexAutoLanguages from detecting updated files for an already existing episode # It is recommended to disable this parameter if you have a large TV Show library (10k+ episodes) refresh_library_on_scan: true # PlexAutoLanguages will ignore shows with any of the following Plex labels ignore_labels: - PAL_IGNORE # Plex configuration plex: # A valid Plex URL (required) url: "http://plex:32400" # A valid Plex Token (required) token: "MY_PLEX_TOKEN" scheduler: # Whether of not to enable the scheduler, defaults to 'true' # The scheduler will perform a deeper analysis of all recently played TV Shows enable: true # The time at which the scheduler start its task with the format 'HH:MM', defaults to '02:00' schedule_time: "04:30" notifications: # Whether or not to enable the notifications through Apprise, defaults to 'false' # A notification is sent whenever a language change is performed enable: true # An array of Apprise configurations, see Apprise docs for more information: https://github.com/caronc/apprise # The array 'users' can be specified in order to link notification URLs with specific users # Defaults to all users if not present # The array 'events' can be specified in order to get notifications only for specific events # Valid event values: "play_or_activity" "new_episode" "updated_episode" "scheduler" # Defaults to all events if not present apprise_configs: # This URL will be notified of all changes during all events - "discord://webhook_id/webhook_token" # These URLs will only be notified of language change for users "MyUser1" and "MyUser2" - urls: - "gotify://hostname/token" - "pover://user@token" users: - "MyUser1" - "MyUser2" # This URL will only be notified of language change for user "MyUser3" during play or activity events - urls: - "tgram://bottoken/ChatID" users: - "MyUser3" events: - "play_or_activity" # This URL will be notified of language change during scheduler tasks only - urls: - "gotify://hostname/token" events: - "scheduler" - "..." # Whether or not to enable the debug mode, defaults to 'false' # Enabling debug mode will significantly increase the number of output logs debug: false
This application is licensed under the MIT License.


GPT充值
支持 ChatGPT Plus / Pro 充值服务,支付便捷,自动发货,售后可查。


AI 图片生成平台
GPT Image 2 是面向用户的 AI 图片生成平台,支持文生图、图生图及多模型创意工作流。


你的AI Agent团队
Vecbase 是专为 AI 团队打造的智能工作空间,将数据管理、模型协作与知识沉淀整合于一处。算法、产品与业务在同一平台无缝协同,让从数据到 AI 应用的落地更快一步。


全球首个AI音乐社区
音述AI是全球首个AI音乐社区,致力让每个人都能用音乐表达自我。音述AI提供零门槛AI创作工具,独创GETI法则帮助用户精准定义音乐风格,AI润色功能支持自动优化作品质感。音述AI支持交流讨论、二次创作与价值变现。针对中文用户的语言习惯与文化背景进行专门优化,支持国风融合、C-pop等本土音乐标签,让技术更好地承载人文表达。


阿里Qoder团队推出的桌面端AI智能体
QoderWork 是阿里推出的本地优先桌面 AI 智能体,适配 macOS14+/Windows10+,以自然语言交互实现文件管理、数据分析、AI 视觉生成、浏览器自动化等办公任务,自主拆解执行复杂工作流,数据本地运行零上传,技能市场可无限扩展,是高效的 Agentic 生产力办公助手。


一站式搞定所有学习需求
不再被海量信息淹没,开始真正理解知识。Lynote 可摘要 YouTube 视频、PDF、文章等内容。即时创建笔记,检测 AI 内容并下载资料,将您的学习效率提升 10 倍。


为AI短剧协作而生
专为AI短剧协作而生的AniShort正式发布,深度重构AI短剧全流程生产模式,整合创意策划、制作执行、实时协作、在线审片、资产复用等全链路功能,独创无限画布、双轨并行工业化工作流与Ani智能体助手,集成多款主流AI大模型,破解素材零散、版本混乱、沟通低效等行业痛点,助力3人团队效率提升800%,打造标准化、可追溯的AI短剧量产体系,是AI短剧团队协同创作、提升制作效率的核心工具。


能听懂你表达的视频模型
Seedance two是基于seedance2.0的中国大模型,支持图像、视频、音频、文本四种模态输入,表达方式更丰富,生成也更可控。


国内直接访问,限时3折
输入简单文字,生成想要的图片,纳米香蕉中文站基于 Google 模型的 AI 图片生成网站,支持文字生图、图生图。官网价格限时3折活动


职场AI,就用扣子
AI办公助手,复杂任务高效处理。办公效率低?扣子空间AI助手支持播客生成、PPT制作、网页开发及报告写作,覆盖科研、商业、舆情等领域的专家Agent 7x24小时响应,生活工作无缝切换,提升50%效率!
最新AI工具、AI资讯
独家AI资源、AI项目落地

微信扫一扫关注公众号