summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-web/website/contents/error/mythexport.html
blob: f0d6b9d4d2ab46ce6473050b310d51e2bdd02678 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<style type="text/css">@import "/frame.css";</style>
</head>

<body>
<h2>MythExport does not appear to be installed</h2>
</br>
</br>
<h4>Export MythTV recordings to portable media players.</h4>
</br>
<div id="navcontainer">
    <ul id="navlist">
To enable MythExport run these commands in a terminal:
    </br>
    <li>     pacman -Syyu mythexport </li>
    <li>     add_service.sh mythexport </li>
</ul>

</body>
</html>