HummyPkg
a5f0734201
Update tvdb XML parsing utility
2021-01-18 22:59:58 +00:00
94849c51e7
Merge pull request 'Avoid displaying negative free space' ( #28 ) from df/webif:df-freespace-patch into master
...
Reviewed-on: hummypkg/webif#28
2021-01-14 21:04:15 +00:00
907d9d8dcf
Merge pull request 'Understand Part/Pt. as a synonym for episode' ( #31 ) from df/webif:df-partasepisode-patch into master
...
Reviewed-on: hummypkg/webif#31
2021-01-14 21:03:22 +00:00
6641b6f458
Understand Part/Pt. as a synonym for episode
2021-01-01 22:33:14 +00:00
98ef6a876f
Add missing $ for certain variable references
...
Missing $s invalidated attempts to check the length of title, synopsis, guidance.
2020-12-31 15:22:42 +00:00
d05f841bb4
Reduce (or apply) maximum lengths for title and synopsis, allowing for character set prefix byte
2020-12-31 15:18:03 +00:00
4da3bb0209
Banish extraneous )
2020-12-31 12:13:52 +00:00
HummyPkg
2e471129b8
Release 1.4.8-11
2020-12-13 23:24:12 +00:00
0ad1491634
Avoid displaying negative free space
2020-12-11 11:18:58 +00:00
da32aa0a72
Set maximum width for File column
...
Add title attribute to display possibly truncated File as tooltip.
Will this work well for mobile/touchscreen use?
2020-11-14 13:31:08 +00:00
f6117a4ec0
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 .
2020-11-14 13:21:26 +00:00
580ecb8c75
Add thumbnail viewer to Manage Bookmarks
...
Finally eliminate end in favour of curval
2020-11-14 13:19:06 +00:00
3c8ea907de
Add thumbnail viewer to Manage Bookmarks
...
Refactor script to handle UI interaction between Bookmarks, Slider and Thumbnail generation.
2020-11-14 13:19:06 +00:00
8e68fb10ad
Add Crop shortcut button
2020-11-14 13:19:05 +00:00
c9d7299092
Add Crop shortcut button
2020-11-14 13:19:05 +00:00
0b6f6fccb1
Add tooltips to slider handles
2020-11-14 13:19:05 +00:00
6937f2b7fb
Add thumbnail viewer to Manage Bookmarks
2020-11-14 13:19:05 +00:00
086814cafa
Add thumbnail viewer to Manage Bookmarks
2020-11-14 13:19:05 +00:00
8021455a94
Merge pull request 'df-lockedsettings-patch' ( #18 ) from df/webif:df-lockedsettings-patch into master
...
Reviewed-on: hummypkg/webif#18
2020-11-14 11:16:55 +00:00
c995f2232e
Merge pull request 'prpr-patch-fix-thumbnail' ( #25 ) from prpr/webif:prpr-patch-fix-thumbnail into master
...
Reviewed-on: hummypkg/webif#25
2020-11-14 11:12:14 +00:00
6dc47f2b96
Merge branch 'master' into prpr-patch-fix-thumbnail
2020-11-14 01:29:38 +00:00
af74503b99
Fix the ****ing formatting in this stupid editor
2020-11-14 01:25:46 +00:00
58ecd41952
Fix thumbnail generation
2020-11-14 01:17:07 +00:00
e579c8dd24
Merge branch 'master' into df-lockedsettings-patch
2020-10-23 11:45:30 +00:00
7c600be77e
Retry access in case the settings database is locked
2020-10-20 18:34:19 +00:00
e3f7a2b738
Merge pull request 'prpr-patch-rename-utf8' ( #20 ) from prpr/webif:prpr-patch-rename-utf8 into master
...
Reviewed-on: hummypkg/webif#20
2020-10-19 22:02:38 +00:00
a90f49b324
Prevent raw utf8 display
...
https://hummy.tv/forum/threads/webif-web-interface-1-4-x.7712/post-135917
2020-10-19 16:05:12 +00:00
3e9ecc8a7c
Change to 0.5s, doubling for 4 tries
2020-10-19 11:44:53 +00:00
7bb66de5f2
Raise the "database locked" error from caller context
2020-10-18 19:19:26 +00:00
9b64128c92
Retry access in case the settings database is locked
2020-10-18 15:48:07 +00:00
6822c833be
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
2020-10-18 14:53:23 +00:00
cefe60c722
Merge pull request 'Resync master' ( #5 ) from hummypkg/webif:master into master
...
Reviewed-on: df/webif#5
2020-10-18 14:06:40 +00:00
ee885a173c
Merge pull request 'master' ( #1 ) from hummypkg/webif:master into master
...
Reviewed-on: prpr/webif#1
2020-10-16 21:05:30 +00:00
HummyPkg
d7c15163e1
Update release version
2020-10-16 14:28:17 +01:00
879c458256
Merge pull request 'df-auto-deq-patch' ( #14 ) from df/webif:df-auto-deq-patch into master
...
Reviewed-on: hummypkg/webif#14
2020-10-16 13:27:15 +00:00
1a25e2a3f1
Fix potential format error with queue item containing %
...
If an item is in the queue whose file name contains a %, the following error occurs, causing the item never to be dequeued:
```in procedure '::auto::dumpq' called at file "/mod/webif/lib/auto/deq", line 167
at file "/mod/webif/lib/auto/deq", line 118
/mod/webif/lib/auto/deq:118: Error: not enough arguments for all format specifiers```
The file name needs to be passed to `format` as a parameter with format `%s` rather than embedding it in the format string, or else ```log "[format ...][$q get file]"```
2020-10-16 14:26:30 +01:00
006a04683a
Merge pull request 'df-autolast-future-patch' ( #13 ) from df/webif:df-autolast-future-patch into master
...
Reviewed-on: hummypkg/webif#13
2020-10-16 13:25:41 +00:00
3623a26a08
Correct autolast in the future
...
Fixing issue in <https://hummy.tv/forum/threads/recursive-auto-shrink-auto-decrypt-no-longer-working.9399/post-134718 >.
2020-10-16 14:25:15 +01:00
c428a367a1
Merge pull request 'Use service ids to map to mux names' ( #12 ) from prpr/webif:master into master
...
Reviewed-on: hummypkg/webif#12
2020-10-16 13:18:00 +00:00
480108f3a2
Merge pull request 'Schedule all epsiodes of series' ( #11 ) from MymsMan/webif:SeriesSched into master
...
Reviewed-on: hummypkg/webif#11
2020-10-16 13:16:25 +00:00
2884a82dbf
Schedule all epsiodes of series
2020-10-16 14:16:15 +01:00
ac4b392db8
Merge pull request 'Rotate auto.log to auto_<timestamp>.log when it excedes settings logsize' ( #16 ) from MymsMan/webif:Rotate_auto.log into master
...
Reviewed-on: hummypkg/webif#16
2020-10-16 13:14:11 +00:00
c3d360fa63
Rotate auto.log to auto_<timestamp>.log when it excedes settings logsize
2020-10-16 14:13:16 +01:00
2d06ec7811
Resync master from hummypkg/webif:master
...
Reviewed-on: df/webif#4
2020-07-14 11:49:50 +00:00
3f199f32ab
Update 'webif/html/diag/mux.jim'
2020-07-14 00:29:02 +00:00
HummyPkg
1994d99294
Relocate sort_size.gif
2020-06-18 01:05:28 +01:00
HummyPkg
cbc62f4903
Update version
2020-06-18 00:58:55 +01:00
f40a82df57
Merge pull request 'df-browse-sizesort-patch' ( #9 ) from df/webif:df-browse-sizesort-patch into master
2020-06-17 23:58:33 +00:00
HummyPkg
0ef47da7b6
Remove trailing whitespace, restore last blank line
2020-06-18 00:57:22 +01:00
42cf8bf238
Add tooltips for sort orders
...
Also generalise the file sort function to allow sorting by any quantity returned by `[file stat]`
2020-06-18 00:50:55 +01:00