Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
WEBUI: Update help for finished recordings
- Loading branch information
Showing
4 changed files
with
78 additions
and
1 deletion.
There are no files selected for viewing
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,77 @@ | ||
| <div class="hts-doc-text"> | ||
| This tab show your all finished recordings. | ||
|
|
||
| <p> | ||
| <img src="docresources/finishedrecordings1.png"> | ||
| </p> | ||
| <p> | ||
| <u>Buttons have the following functions:</u> | ||
|
|
||
| <dl> | ||
| <dt><b>Delete</b> | ||
| <dd> | ||
| If clicked delete selected finished recordings you delete recordings. Before deleted show message: Do you really want to delete the selection ? Answer Yes or No. | ||
| <p> | ||
| <dt><b>Download</b> | ||
| <dd> | ||
| If clicked download selected finished recordings you can downloaded recordings to your disk. After clicked you ask to select path. | ||
| </dl> | ||
| <br> | ||
| <br> | ||
| <p> | ||
| <u>The columns have the following functions:</u> | ||
|
|
||
|
|
||
| <dl> | ||
| <dt><b>Details</b> | ||
| <dd> | ||
| Show status and blue icon "i". After click on icon "i" you see info about select finished recordings. | ||
| <p> | ||
| <img src="docresources/finishedrecordings2.png"> | ||
| <p> | ||
| <dt><b>Play</b> | ||
| <dd> | ||
| Can play selected record in web browser by VLC Plugin | ||
| <p> | ||
| <dt><b>Title</b> | ||
| <dd> | ||
| Showing title of record. | ||
| <p> | ||
| <dt><b>Episod</b> | ||
| <dd> | ||
| Showing number episod of record. | ||
| <p> | ||
| <dt><b>Scheduled Start Time</b> | ||
| <dd> | ||
| Showing date and time when the recording was started. | ||
| <p> | ||
| <dt><b>Scheduled Stop Time</b> | ||
| <dd> | ||
| Showing date and time when the recording was stoped. | ||
| <p> | ||
| <dt><b>Duration</b> | ||
| <dd> | ||
| Showing how long it took the recording. | ||
| <p> | ||
| <dt><b>File Size</b> | ||
| <dd> | ||
| <p> | ||
| Showing size of file recording. | ||
| <dt><b>Channel name</b> | ||
| <dd> | ||
| Showing the name of the channel from which the recording was made. | ||
| <p> | ||
| <dt><b>Creator</b> | ||
| <dd> | ||
| Showing the name of the user who created the record. | ||
| <p> | ||
| <dt><b>Schedule Status</b> | ||
| <dd> | ||
| Showing the status of record. | ||
| <p> | ||
| <dt><b>URL</b> | ||
| <dd> | ||
| Showing the URL of record. | ||
| <p> | ||
|
|
||
| </div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters