From afd199d75614a4b049bb84459c3d352402df80aa Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 15 Aug 2024 23:31:21 +0300 Subject: [PATCH] dlna: document external subtitle feature --- cmd/serve/dlna/dlna.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cmd/serve/dlna/dlna.go b/cmd/serve/dlna/dlna.go index b959b9e6f..29af87b4a 100644 --- a/cmd/serve/dlna/dlna.go +++ b/cmd/serve/dlna/dlna.go @@ -49,6 +49,10 @@ based on media formats or file extensions. Additionally, there is no media transcoding support. This means that some players might show files that they are not able to play back correctly. +Rclone will add external subtitle files (.srt) to videos if they have the same +filename as the video file itself (except the extension), either in the same +directory as the video, or in a "Subs" subdirectory. + ` + dlnaflags.Help + vfs.Help(), Annotations: map[string]string{ "versionIntroduced": "v1.46",