rclone/cmd/serve/dlna
Nick Craig-Wood 39ae7c7ac0 serve dlna: fix missing mime types on Android causing missing videos
Before this fix serve dlna was only using the built in database of
mime types to look up the mime types of files.  On Android (and
possibly other systems) this is very small.

The symptoms of this problem was serve dlna only listing images and
not videos.

After this fix we use the backend's idea of the mime type if possible
which will be more accurate.

Fixes #3475
2019-08-23 13:30:48 +01:00
..
data dlna: add some additional metadata, headers, and samsung extensions 2019-05-27 14:42:33 +01:00
dlnaflags build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
testdata/files serve: add dlna server 2019-01-09 19:14:14 +00:00
cds.go serve dlna: fix missing mime types on Android causing missing videos 2019-08-23 13:30:48 +01:00
cms.go dlna: icons and compatibility improvements 2019-05-27 14:42:33 +01:00
dlna_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
dlna_util.go serve dlna: only select interfaces which can multicast for SSDP 2019-08-20 16:24:56 +01:00
dlna.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00