webif/webif/lib
df 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
..
auto Fix potential format error with queue item containing % 2020-10-16 14:26:30 +01:00
bin Restore thetvdb functionality following site changes 2019-11-27 15:51:43 +00:00
test
altrow
bmpheader
browse.class
cat
channelsort
classdump
clipboard.class
epg.class Adjust whitespace and indentation to match project 2020-06-03 11:35:27 +01:00
epg_popup
epg_search
escape
fileops
findhsvc Add svc.class 2020-04-19 12:00:49 +01:00
hexdump
json
lib.sh
lock
mwildcard
overrides
pkg.class
plugin
pretty_size
progressbar Make percentage visible in progressbar image 2020-06-03 11:43:30 +01:00
queue.class
rsv.class Schedule all epsiodes of series 2020-10-16 14:16:15 +01:00
safe_delete Don't move files on other devices to Dustbin 2020-02-20 22:43:22 +00:00
settings.class
setup
spinner.class
svc.class Add svc.class 2020-04-19 12:00:49 +01:00
system.class Add CFW 3.14 kernel versions 2020-03-29 16:49:09 +01:00
tdelete
totop
ts.class
tvdb.class Restore thetvdb functionality following site changes 2019-11-27 15:51:43 +00:00
utils
xml.class Whitespace and indentation cleanup 2020-06-03 12:00:43 +01:00