Commit Graph

1007 Commits

Author SHA1 Message Date
df 18bed926b3 Support setting the seriesnum, episodenum, episodetot attributes in "rename" 2021-02-24 13:39:35 +00:00
df 1c868ae201 Add thumbnail viewer to Manage Bookmarks 2021-02-24 13:33:35 +00:00
HummyPkg 4820ade1f5 Fix problems pointed out by tclCheck and frink 2021-02-24 13:21:19 +00:00
Bob Buxton bc2e6c1a85 Restrict matching epsiodes search to same channel 2021-02-24 13:15:06 +00:00
df 6f45884f94 Add test for matching key for DLNA; fallback to direct; fail if no key matches 2021-02-24 13:13:01 +00:00
af123 a1cf871a84 Merge pull request 'Correctly manage maximum lengths of certain HMT fields' (#30) from df/webif:df-hmtfieldlength-patch into master
Reviewed-on: hummypkg/webif#30
2021-02-24 13:04:14 +00:00
df 7834dae075 Error protect database access; re-create corrupt queue DB. 2021-02-24 12:55:52 +00:00
af123 15cba14cc3 Merge pull request 'df-dlnahelper-patch' (#23) from df/webif:df-dlnahelper-patch into master
Reviewed-on: hummypkg/webif#23
2021-02-24 12:48:31 +00:00
af123 3f74654ea2 Merge pull request 'df-queuetablewidth-patch' (#24) from df/webif:df-queuetablewidth-patch into master
Reviewed-on: hummypkg/webif#24
2021-02-24 12:46:50 +00:00
df f16399ec2f 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-02-24 12:45:30 +00:00
df 0060e47db5 Remove unwanted padding before programme divs in EPG to avoid cumulative positioning error. 2021-02-24 12:40:45 +00:00
df 8bdb1233e8 Display raw programme times, not clipped to the display period. 2021-02-24 12:40:45 +00:00
df 2642b190b0 Fix typo and < vs <= in `dbfetch -trange` option: avoids missing channels in EPG. 2021-02-24 12:40:44 +00:00
df 8975cbd71d Also use non-breaking spaces in file name display 2021-02-24 12:38:39 +00:00
df 32ac3c8421 Fix quoting of replacement text, avoiding "unmatched ]" 2021-02-24 12:38:39 +00:00
df f5180dc144 Improve listing of directories with special characters, especially spaces. 2021-02-24 12:38:39 +00:00
df dac3ea8698 Remove unnecessary exec
Jim supports the pwd command since at least 6461e8bf6d, so no need to exec it.
2021-02-24 12:38:38 +00:00
df 4ae8ea85f7 Ensure cut plan segments are aligned left 2021-02-24 12:24:33 +00:00
df 47495e7b8d Avoid negative CSS widths 2021-02-24 12:24:33 +00:00
df 73d25247f0 Check that bookmark save succeeded
If not, enable the old "Save new bookmarks" button.

Also
* add icons for buttons
* simplify invert URL handling.
2021-02-24 12:24:32 +00:00
df f7c37e83ae 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-02-24 12:15:33 +00:00
df cf407f9a80 Correct the maximum length enforced for guidance text (74 vs 48) 2021-02-22 19:31:20 +00:00
df d98217b679 Merge branch 'master' into df-hmtfieldlength-patch 2021-02-22 16:35:49 +00:00
HummyPkg 269f844f43 Add to episode parsing tests 2021-01-18 23:10:16 +00:00
HummyPkg 488961c600 Update version 2021-01-18 23:00:37 +00:00
HummyPkg a5f0734201 Update tvdb XML parsing utility 2021-01-18 22:59:58 +00:00
af123 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
af123 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
df 6641b6f458 Understand Part/Pt. as a synonym for episode 2021-01-01 22:33:14 +00:00
df 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
df d05f841bb4 Reduce (or apply) maximum lengths for title and synopsis, allowing for character set prefix byte 2020-12-31 15:18:03 +00:00
df 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
df 0ad1491634 Avoid displaying negative free space 2020-12-11 11:18:58 +00:00
df 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
df 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
df 580ecb8c75 Add thumbnail viewer to Manage Bookmarks
Finally eliminate end in favour of curval
2020-11-14 13:19:06 +00:00
df 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
df 8e68fb10ad Add Crop shortcut button 2020-11-14 13:19:05 +00:00
df c9d7299092 Add Crop shortcut button 2020-11-14 13:19:05 +00:00
df 0b6f6fccb1 Add tooltips to slider handles 2020-11-14 13:19:05 +00:00
df 6937f2b7fb Add thumbnail viewer to Manage Bookmarks 2020-11-14 13:19:05 +00:00
df 086814cafa Add thumbnail viewer to Manage Bookmarks 2020-11-14 13:19:05 +00:00
af123 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
af123 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
prpr 6dc47f2b96 Merge branch 'master' into prpr-patch-fix-thumbnail 2020-11-14 01:29:38 +00:00
prpr af74503b99 Fix the ****ing formatting in this stupid editor 2020-11-14 01:25:46 +00:00
prpr 58ecd41952 Fix thumbnail generation 2020-11-14 01:17:07 +00:00
df e579c8dd24 Merge branch 'master' into df-lockedsettings-patch 2020-10-23 11:45:30 +00:00
df 7c600be77e Retry access in case the settings database is locked 2020-10-20 18:34:19 +00:00