00689a2036
Make 127.0.0.1 the default host for system dlnahelper
...
In all the cases where `system dlnahelper` is called, no host/IP part is specified, and those cases are creating a URL that only needs to be accessible from the same machine, where the loopback address should be the default.
Should fix eg https://hummy.tv/forum/threads/detectads-not-always-succesful.9936/post-147241 .
2021-05-28 15:20:49 +01:00
39dae95f28
Set maximum width for File column
...
Add title attribute to display possibly truncated File as tooltip.
Will this work well for mobile/touchscreen use?
2021-05-28 15:20:49 +01:00
0c1bb71520
exists -proc -> exists -command
...
`exists -command` subsumes `exists -proc`
This test is generally checking whether the command exists, rather than some proc that is overriding it.
Currently `class` is a proc but this may not always be so.
2021-05-28 15:20:48 +01:00
763abda557
Remove unwanted padding before programme divs in EPG to avoid cumulative positioning error.
2021-05-28 15:20:48 +01:00
3f75333542
Display raw programme times, not clipped to the display period.
2021-05-28 15:20:48 +01:00
11cfa40d78
Fix typo and < vs <= in dbfetch -trange
option: avoids missing channels in EPG.
2021-05-28 15:20:47 +01:00
e884a2ebad
Also use non-breaking spaces in file name display
2021-05-28 15:20:47 +01:00
fac0dee693
Fix quoting of replacement text, avoiding "unmatched ]"
2021-05-28 15:20:47 +01:00
2f28b0a66e
Improve listing of directories with special characters, especially spaces.
2021-05-28 15:20:47 +01:00
ad9b48b0d2
Remove unnecessary exec
...
Jim supports the pwd command since at least 6461e8bf6d
, so no need to exec it.
2021-05-28 15:20:46 +01:00
0e6a67d24a
Ensure cut plan segments are aligned left
2021-05-28 15:20:46 +01:00
eb7f9667ba
Avoid negative CSS widths
2021-05-28 15:20:46 +01:00
b8964c8017
Check that bookmark save succeeded
...
If not, enable the old "Save new bookmarks" button.
Also
* add icons for buttons
* simplify invert URL handling.
2021-05-28 15:20:46 +01:00
1a08892868
Allow minimum width for cut plan
...
Also
* add ID for estimated time row
* make the <label> for the Save Bookmarks checkbox actually be its label.
2021-05-28 15:20:45 +01:00
HummyPkg
42619e6555
Add to episode parsing tests
2021-05-28 15:20:45 +01:00
HummyPkg
eac4849326
Update version
2021-05-28 15:20:45 +01:00
HummyPkg
0d99a7b24d
Update tvdb XML parsing utility
2021-05-28 15:20:44 +01:00
6d0b1deebe
Banish extraneous )
2021-05-28 15:20:44 +01:00
959aa9f8e6
Avoid displaying negative free space
2021-05-28 15:20:43 +01:00
6814880b40
Understand Part/Pt. as a synonym for episode
2021-05-28 15:20:43 +01:00
HummyPkg
569bff9d60
Release 1.4.8-11
2021-05-28 15:20:43 +01:00
b9787a0a9f
Retry access in case the settings database is locked
2021-05-28 15:20:42 +01:00
42d03e25c6
Change to 0.5s, doubling for 4 tries
2021-05-28 15:20:42 +01:00
13f3b1ccce
Raise the "database locked" error from caller context
2021-05-28 15:20:42 +01:00
3981bbd37e
Retry access in case the settings database is locked
2021-05-28 15:20:41 +01:00
67e71691eb
Retry access in case the settings database is locked
...
Create `settings::_safer_query` class proc to allow 5 tries with 1s delay; use it for `_nval_setting` and `_tval_setting` methods
2021-05-28 15:20:41 +01:00
567d142613
Prevent raw utf8 display
...
https://hummy.tv/forum/threads/webif-web-interface-1-4-x.7712/post-135917
2021-05-28 15:20:41 +01:00
1b11be6827
Fix the ****ing formatting in this stupid editor
2021-05-28 15:20:41 +01:00
519f771859
Fix thumbnail generation
2021-05-28 15:20:40 +01:00
49a7e430cf
Fix incorrectly constructed query list to restore purging completed entries
...
A constant list included an item that needed to be evaluated.
2021-05-19 13:06:28 +01:00
da7d07a891
Add Download button
2021-04-17 14:13:04 +00:00
bf838ed5e4
Add Download button
2021-04-17 13:42:50 +00:00
8b795a0a7d
Fix quoting and escaping of JS fragments
2021-04-17 12:09:25 +00:00
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
8bbc28d3c2
Add Download button
2021-04-16 10:32:20 +00:00
c8f51adfaa
Add Download button
2021-04-16 10:29:27 +00:00
4845a4b0cf
Add Download button
2021-04-13 12:58:20 +00:00
HummyPkg
ee4c121a54
Update to 1.4.9-6
2021-04-10 09:53:33 +01:00
HummyPkg
8f340c9a3b
Update to 1.4.9-5
2021-04-10 09:53:13 +01:00
67504198ec
Merge pull request 'Ensure , is escaped in ::js::escape' ( #45 ) from df/webif:df-listdirs-patch-v2 into master
...
Reviewed-on: hummypkg/webif#45
2021-04-10 08:52:31 +00:00
ba0f505e34
Ensure , is escaped in ::js::escape
2021-04-10 01:05:19 +01:00
33e2f705c3
Merge pull request 'df-seriesnum-patchv2' ( #44 ) from df/webif:df-seriesnum-patch into master
...
Reviewed-on: hummypkg/webif#44
2021-03-22 21:57:07 +00:00
a26526b047
Fix unquoted string; add genre check; errors to stderr
2021-03-21 00:14:35 +00:00
HummyPkg
04e4fd1083
Update to 1.4.9-4
2021-03-20 19:33:27 +00:00
6e3b5114be
Merge pull request 'df-decryptq-testkey-patchv2' ( #43 ) from df/webif:df-decryptq-testkey-patch into master
...
Reviewed-on: hummypkg/webif#43
2021-03-20 19:31:28 +00:00
6c40da165d
Improve error trapping, actually make it work
2021-03-20 01:22:48 +00:00
7964145677
Don't play HTML5 media in the WebIf Browse Files window
2021-03-15 17:26:36 +00:00
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
e79e85af81
Make {system dlnaurl} handle any valid pathname for a file
2021-03-15 16:08:47 +00:00
68d9d7f5b5
Add webm to displayed file types
...
Also handle files with no "definition" as not ts.
2021-03-15 16:08:47 +00:00