Compare commits

..

8 Commits

Author SHA1 Message Date
df 36b8b43a17 Make 127.0.0.1 the default host for DLNA functions (pt 2) 2021-03-15 15:50:30 +00:00
df b17d1ffe3d Fix random } typo 2021-03-15 15:48:13 +00:00
df 11e4e0d99c Fix DLNA playback on HDR
`urlbase` is the host name
2021-03-15 15:48:13 +00:00
df fb03ec6329 Make {system dlnaurl} handle any valid pathname for a file 2021-03-15 15:48:13 +00:00
df 214a618857 Remove typos (missing }, $) 2021-03-15 15:48:12 +00:00
df a5f9daea26 Play file in browser or with external helper application
Create a new `play.jim` in html/browse. The `/play` subtree is now obsolete and can be removed.
2021-03-15 15:48:12 +00:00
df 68150b4141 Add webm to displayed file types
Also handle files with no "definition" as not ts.
2021-03-15 15:48:12 +00:00
df a2a5253e98 Use dicts for `httpheader` 2021-03-15 15:48:12 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ proc {system dlnaurl} {file {urlbase "127.0.0.1"}} {
return $ret
}
proc {system dlnahelper} {file {urlbase "127.0.0.1"}} {
proc {system dlnahelper} {file {urlbase ""}} {
set dir /mnt/hd2/mod/.dlnahelper
require lock