rclone/cmd/serve/dlna/testdata/files
Florian Klink 2e007f89c7 dlna: don't swallow video.{idx,sub}
.idx and .sub subtitle files only work if both are present, but the code
was overwriting the first-inserted element to subtitlesByName, as it was
keyed by the basename without extension.

Make subtitlesByName point to a slice of nodes instead.
2024-08-15 22:01:52 +01:00
..
subdir dlna: simplify search method for associating subtitles with media nodes 2019-10-08 07:49:39 +01:00
subdir2 dlna: add cds_test.go 2024-08-15 22:01:52 +01:00
subdir3 dlna: don't swallow video.{idx,sub} 2024-08-15 22:01:52 +01:00
small_jpeg.jpg serve: add dlna server 2019-01-09 19:14:14 +00:00
video.en.srt dlna: simplify search method for associating subtitles with media nodes 2019-10-08 07:49:39 +01:00
video.mp4 dlna: simplify search method for associating subtitles with media nodes 2019-10-08 07:49:39 +01:00
video.nfo dlna: associate subtitles with all possible media nodes 2019-10-09 11:57:42 +01:00
video.srt dlna: simplify search method for associating subtitles with media nodes 2019-10-08 07:49:39 +01:00