Play file in browser or with external helper application #34

Merged
prpr merged 14 commits from df/webif:df-playmedia-patch into master 2022-03-25 22:58:13 +00:00

14 Commits

Author SHA1 Message Date
df da7d07a891 Add Download button 2021-04-17 14:13:04 +00:00
df bf838ed5e4 Add Download button 2021-04-17 13:42:50 +00:00
df 8b795a0a7d Fix quoting and escaping of JS fragments 2021-04-17 12:09:25 +00:00
df 243dfdd595 Fix quoting and escaping of JS fragments
NB jQuery $('#id') in a string looks like an [expr ...] to Jim!
2021-04-17 01:55:33 +00:00
df 8bbc28d3c2 Add Download button 2021-04-16 10:32:20 +00:00
df c8f51adfaa Add Download button 2021-04-16 10:29:27 +00:00
df 4845a4b0cf Add Download button 2021-04-13 12:58:20 +00:00
df 7964145677 Don't play HTML5 media in the WebIf Browse Files window 2021-03-15 17:26:36 +00:00
df f032f8b469 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.

Fix DLNA playback on HDR

`urlbase` is the host name

Remove typos (missing }s, $)

Make new file 'play.jim' executable
2021-03-15 17:26:27 +00:00
df e79e85af81 Make {system dlnaurl} handle any valid pathname for a file 2021-03-15 16:08:47 +00:00
df 68d9d7f5b5 Add webm to displayed file types
Also handle files with no "definition" as not ts.
2021-03-15 16:08:47 +00:00
df 3454302a98 Use dicts for `httpheader` 2021-03-15 16:08:46 +00:00
df 75b32ad3e0 Make 127.0.0.1 the default host for DLNA functions (pt 2) 2021-03-15 16:08:46 +00:00
df 20c035873e Remove invalid use of video/ts MIME type 2021-03-15 16:08:46 +00:00