rclone/cmd/serve/dlna
Dan Walters 572d302620 dlna: simplify search method for associating subtitles with media nodes
Seems to be some corner cases that are not being handled, so taking a different
approach that should be a little more robust.

Also, changing resources to be served under a subpath:  We've been serving
media at /res?path=%2Fdir%2Ffilename.mp4; change that to be just /r/dir/filename.mp4.
It's cleaner, easier to reason about, and a necessary first step towards just
serving the resources via httplib anyway.
2019-10-08 07:49:39 +01:00
..
data dlna: move root descriptor xml template to the static assets 2019-09-17 12:52:32 +01:00
dlnaflags build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
testdata/files dlna: simplify search method for associating subtitles with media nodes 2019-10-08 07:49:39 +01:00
cds.go dlna: simplify search method for associating subtitles with media nodes 2019-10-08 07:49:39 +01:00
cms.go dlna: icons and compatibility improvements 2019-05-27 14:42:33 +01:00
dlna_test.go dlna: simplify search method for associating subtitles with media nodes 2019-10-08 07:49:39 +01:00
dlna_util.go dlna: simplify search method for associating subtitles with media nodes 2019-10-08 07:49:39 +01:00
dlna.go dlna: simplify search method for associating subtitles with media nodes 2019-10-08 07:49:39 +01:00
mrrs.go dlna: fake out implementation of X_MS_MediaReceiverRegistrar 2019-09-17 12:52:02 +01:00