From: Mark Clarkstone Date: Thu, 13 Oct 2016 16:59:30 +0000 (+0100) Subject: mdhelp: add info for removed recordings and update screenshots X-Git-Tag: v4.2.1~229 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a33b768cbc17601525226b770bfcf9f58d7bbdb3;p=thirdparty%2Ftvheadend.git mdhelp: add info for removed recordings and update screenshots --- diff --git a/docs/markdown/inc/dvr.md b/docs/markdown/inc/dvr.md index 321b2884a..ad8eb7a11 100644 --- a/docs/markdown/inc/dvr.md +++ b/docs/markdown/inc/dvr.md @@ -4,17 +4,22 @@ between the *Upcoming / Current Recordings*, *Finished Recordings* and **Upcoming / Current Recordings** : This sub-tab lists current and upcoming recording entries. Entries -that appear here are either currently recording or are soon-to-be -recorded. +shown here are either currently recording or are soon-to-be recorded. **Finished Recordings** -: This sub-tab lists all completed recording entries. Entries that appear -here have reached the end of the scheduled recording time. +: This sub-tab lists all completed recording entries. Entries shown +here have reached the end of the scheduled (or EITp/f defined) +recording time. **Failed Recordings** -: This sub-tab lists all failed recording entries. Entries that appear -here have failed to record due to one (or more) errors that occurred -during the recording. +: This sub-tab lists all failed recording entries. Entries shown here +have failed to record due to one (or more) errors that occurred during +the recording. + +**Removed Recordings** +: This sub-tab lists all recording entries that have missing file(s). +Entries shown here link to file(s) that Tvheadend cannot locate +(files which have been externally removed). !['Digital Video Recorder' Tabs](static/img/doc/configdvrtabs4.png) diff --git a/docs/markdown/toc.md b/docs/markdown/toc.md index 24a9dc703..e9964219f 100644 --- a/docs/markdown/toc.md +++ b/docs/markdown/toc.md @@ -22,6 +22,7 @@ Web Interface Guide - [Upcoming / Current Recordings](dvr) - [Finished Recordings](dvr) - [Failed Recordings](dvr) + - [Removed Recordings](dvr) - [Auto-recording (Autorecs)](class/dvrautorec) - [Time-based Recording (Timers)](class/dvrtimerec) diff --git a/src/webui/static/img/doc/configdvrtabs4.png b/src/webui/static/img/doc/configdvrtabs4.png index 75aad50df..fc851c1d6 100644 Binary files a/src/webui/static/img/doc/configdvrtabs4.png and b/src/webui/static/img/doc/configdvrtabs4.png differ diff --git a/src/webui/static/img/doc/dvrautorecentries.png b/src/webui/static/img/doc/dvrautorecentries.png index 833437235..6be3f1318 100644 Binary files a/src/webui/static/img/doc/dvrautorecentries.png and b/src/webui/static/img/doc/dvrautorecentries.png differ diff --git a/src/webui/static/img/doc/timers.png b/src/webui/static/img/doc/timers.png index e7aeb63b6..3858dcd31 100644 Binary files a/src/webui/static/img/doc/timers.png and b/src/webui/static/img/doc/timers.png differ