Plex-Auto-Languages

Plex-Auto-Languages

智能化Plex TV剧集语言管理工具

Plex-Auto-Languages是一款智能化Plex TV剧集语言管理工具。它可自动根据用户当前语言更新剧集音频和字幕,无需逐集手动调整。支持多用户独立设置、按季或单集更新、定时任务和通知功能。兼容Docker和Python环境,安装简便,为用户提供流畅的多语言观影体验。

Plex自动语言Docker配置通知Github开源项目

Plex Auto Languages

GitHub Build Docker Pulls Version Codecov License

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:

Getting Started

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.

Docker installation

Docker compose minimal configuration

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

Docker compose advanced configuration

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

Python installation

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

Configuration

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

License

This application is licensed under the MIT License.

编辑推荐精选

Refly.AI

Refly.AI

最适合小白的AI自动化工作流平台

无需编码,轻松生成可复用、可变现的AI自动化工作流

酷表ChatExcel

酷表ChatExcel

大模型驱动的Excel数据处理工具

基于大模型交互的表格处理系统,允许用户通过对话方式完成数据整理和可视化分析。系统采用机器学习算法解析用户指令,自动执行排序、公式计算和数据透视等操作,支持多种文件格式导入导出。数据处理响应速度保持在0.8秒以内,支持超过100万行数据的即时分析。

AI工具酷表ChatExcelAI智能客服AI营销产品使用教程
TRAE编程

TRAE编程

AI辅助编程,代码自动修复

Trae是一种自适应的集成开发环境(IDE),通过自动化和多元协作改变开发流程。利用Trae,团队能够更快速、精确地编写和部署代码,从而提高编程效率和项目交付速度。Trae具备上下文感知和代码自动完成功能,是提升开发效率的理想工具。

AI工具TraeAI IDE协作生产力转型热门
AIWritePaper论文写作

AIWritePaper论文写作

AI论文写作指导平台

AIWritePaper论文写作是一站式AI论文写作辅助工具,简化了选题、文献检索至论文撰写的整个过程。通过简单设定,平台可快速生成高质量论文大纲和全文,配合图表、参考文献等一应俱全,同时提供开题报告和答辩PPT等增值服务,保障数据安全,有效提升写作效率和论文质量。

AI辅助写作AI工具AI论文工具论文写作智能生成大纲数据安全AI助手热门
博思AIPPT

博思AIPPT

AI一键生成PPT,就用博思AIPPT!

博思AIPPT,新一代的AI生成PPT平台,支持智能生成PPT、AI美化PPT、文本&链接生成PPT、导入Word/PDF/Markdown文档生成PPT等,内置海量精美PPT模板,涵盖商务、教育、科技等不同风格,同时针对每个页面提供多种版式,一键自适应切换,完美适配各种办公场景。

AI办公办公工具AI工具博思AIPPTAI生成PPT智能排版海量精品模板AI创作热门
潮际好麦

潮际好麦

AI赋能电商视觉革命,一站式智能商拍平台

潮际好麦深耕服装行业,是国内AI试衣效果最好的软件。使用先进AIGC能力为电商卖家批量提供优质的、低成本的商拍图。合作品牌有Shein、Lazada、安踏、百丽等65个国内外头部品牌,以及国内10万+淘宝、天猫、京东等主流平台的品牌商家,为卖家节省将近85%的出图成本,提升约3倍出图效率,让品牌能够快速上架。

iTerms

iTerms

企业专属的AI法律顾问

iTerms是法大大集团旗下法律子品牌,基于最先进的大语言模型(LLM)、专业的法律知识库和强大的智能体架构,帮助企业扫清合规障碍,筑牢风控防线,成为您企业专属的AI法律顾问。

SimilarWeb流量提升

SimilarWeb流量提升

稳定高效的流量提升解决方案,助力品牌曝光

稳定高效的流量提升解决方案,助力品牌曝光

Sora2视频免费生成

Sora2视频免费生成

最新版Sora2模型免费使用,一键生成无水印视频

最新版Sora2模型免费使用,一键生成无水印视频

Transly

Transly

实时语音翻译/同声传译工具

Transly是一个多场景的AI大语言模型驱动的同声传译、专业翻译助手,它拥有超精准的音频识别翻译能力,几乎零延迟的使用体验和支持多国语言可以让你带它走遍全球,无论你是留学生、商务人士、韩剧美剧爱好者,还是出国游玩、多国会议、跨国追星等等,都可以满足你所有需要同传的场景需求,线上线下通用,扫除语言障碍,让全世界的语言交流不再有国界。

下拉加载更多