Program description is %d not %c
Added %e (error message) to table too
This commit is contained in:
parent
2ac3be21a3
commit
322787a86c
1 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,8 @@
|
|||
<tr><td>%c</td><td>Channel name</td><td>BBC world</td></tr>
|
||||
<tr><td>%C</td><td>Who created this recording</td><td>user</td></tr>
|
||||
<tr><td>%t</td><td>Program title</td><td>News</td></tr>
|
||||
<tr><td>%c</td><td>Program description</td><td>News and stories...</td></tr>
|
||||
<tr><td>%d</td><td>Program description</td><td>News and stories...</td></tr>
|
||||
<tr><td>%e</td><td>Error message</td><td>Aborted by user</td></tr>
|
||||
<tr><td>%S</td><td>Start time stamp of recording, UNIX epoch</td><td>1224421200</td></tr>
|
||||
<tr><td>%E</td><td>Stop time stamp of recording, UNIX epoch</td><td>1224426600</td></tr>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Reference in a new issue