Added Source class to parse HandBrake output

Added a Source class which executes HandBrake -t 0 to list the available titles and streams in a given source.
Added a placeholder on the source-details page to display HandBrake output
This commit is contained in:
2010-03-21 03:21:08 +00:00
parent 5bb99c0f58
commit 3207c28b5c
3 changed files with 56 additions and 6 deletions

View File

@@ -12,7 +12,11 @@
<tbody>
<tr>
<th>Source</th>
<td>{$source|escape:"html"}</td>
<td>{$source_path|escape:"html"}</td>
</tr>
<tr>
<th>Output</th>
<td>{$output|escape:"html"}</td>
</tr>
</tbody>
</table>