rclone/cmd/serve/dlna
Dan Walters 95a74e02c7 dlna: use a template to render the root service descriptor
For various reasons, it seems to make sense to move away from generating
the XML with objects.  Namespace support is minimal in go, the objects we
have are in an upstream project, and some subtitlties seem likely to
cause problems with poorly written clients.

This removes the empty <iconList></iconList>, but is otherwise the
same output.
2019-05-27 14:42:33 +01:00
..
data dlna: reformat descriptors with tabs 2019-05-27 14:42:33 +01:00
dlnaflags serve: add dlna server 2019-01-09 19:14:14 +00:00
testdata/files serve: add dlna server 2019-01-09 19:14:14 +00:00
cds.go build: fix problems found with unconvert 2019-02-02 11:45:07 +00:00
dlna_test.go tests: make test servers choose a random port to make more reliable 2019-05-01 16:09:50 +01:00
dlna_util.go dlna: use vfsgen for static assets 2019-05-27 14:42:33 +01:00
dlna.go dlna: use a template to render the root service descriptor 2019-05-27 14:42:33 +01:00