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.
一键生成PPT和Word,让学习生活更轻松
讯飞智文是一个利用 AI 技术的项目,能够帮助用户生成 PPT 以及各类文档。无论是商业领域的市场分析报告、年度目标制定,还是学生群体的职业生涯规划、实习避坑指南,亦或是活动策划、旅游攻略等内容,它都能提供支持,帮助用户精准表达,轻松呈现各种信息。
深度推理能力全新升级,全面对标OpenAI o1
科大讯飞的星火大模型,支持语言理解、知识问答和文本创作等多功能,适用于多种文件和业务场景,提升办公和日常生活的效率。讯飞星火是一个提供丰富智能服务的平台,涵盖科技资讯、图像创作、写作辅助、编程解答、科研文献解读等功能,能为不同需求的用户提供便捷高效的帮助,助力用户轻松获取信息、解决问题,满足多样化使用场景。
一种基于大语言模型的高效单流解耦语音令牌文本到语音合成模型
Spark-TTS 是一个基于 PyTorch 的开源文本到语音合成项目,由多个知名机构联合参与。该项目提供了高效的 LLM(大语言模型)驱动的语音合成方案,支持语音克隆和语音创建功能,可通过命令行界面(CLI)和 Web UI 两种方式使用。用户可以根据需求调整语音的性别、音高、速度等参数,生成高质量的语音。该项目适用于多种场景,如有声读物制作、智能语音助手开发等。
字节跳动发布的AI编程神器IDE
Trae是一种自适应的集成开发环境(IDE),通过自动化和多元协作改变开发流程。利用Trae,团队能够更快速、精确地编写和部署代码,从而提高编程效率和项目交付速度。Trae具备上下文感知和代码自动完成功能,是提升开发效率的理想工具。
AI助力,做PPT更简单!
咔片是一款轻量化在线演示设计工具,借助 AI 技术,实现从内容生成到智能设计的一站式 PPT 制作服务。支持多种文档格式导入生成 PPT,提供海量模板、智能美化、素材替换等功能,适用于销售、教师、学生等各类人群,能高效制作出高品质 PPT,满足不同场景演示需求。
选题、配图、成文,一站式创作,让内容运营更高效
讯飞绘文,一个AI集成平台,支持写作、选题、配图、排版和发布。高效生成适用于各类媒体的定制内容,加速品牌传播,提升内容营销效果。
专业的AI公文写作平台,公文写作神器
AI 材料星,专业的 AI 公文写作辅助平台,为体制内工作人员提供高效的公文写作解决方案。拥有海量公文文库、9 大核心 AI 功能,支持 30 + 文稿类型生成,助力快速完成领导讲话、工作总结、述职报告等材料,提升办公效率,是体制打工人的得力写作神器。
OpenAI Agents SDK,助力开发者便捷使用 OpenAI 相关功能。
openai-agents-python 是 OpenAI 推出的一款强大 Python SDK,它为开发者提供了与 OpenAI 模型交互的高效工具,支持工具调用、结果处理、追踪等功能,涵盖多种应用场景,如研究助手、财务研究等,能显著提升开发效率,让开发者更轻松地利用 OpenAI 的技术优势。