-
Notifications
You must be signed in to change notification settings - Fork 0
/
btmud.html
executable file
·89 lines (64 loc) · 2.42 KB
/
btmud.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<html>
<header>
<title>BuzzTroll Mud on TiVo</title>
</header>
<body>
<h2>BuzzTroll Mud</h2>
<p>
BuzzTroll Mud is a Java Mud client. It requires Java 1.4.2+.
</p>
<ol>
<li>
To run BuzzTroll Mud make sure you have Java 1.4.2+ properly installed (Java executable is in the path).
</li>
<li>
Download and unpack the BuzzTroll Mud [<a href="BuzzTrollMud-1.0-bin.tar.gz">tar.gz</a> | <a href="BuzzTrollMud-1.0-bin.zip">zip</a>]
</li>
<li>
Update the sample configuration file (<i><btmud>/etc/sample.xml</i>) and copy it to the <i>$HOME/.btmudrc/</i> directory on Unix/Linux or <i>%USERPROFILE%\.btmudrc\</i> directory on Windows. Make sure to at least update the Mud server information such as the Mud hostname, the port number, the username, and the password (the <i><server></i> element).
</li>
<li>
Start the BuzzTroll Mud application by running:
<pre>
<btmud>/bin/run
</pre>
</li>
</ol>
<h2>BuzzTroll Mud on TiVo</h2>
<i>This is an experimental code.</i>
<p>
BuzzTroll Mud on TiVo provides read-only Mud access. It's written with <a href="http://tivohme.sourceforge.net/">TiVo Home Media Engine SDK APIs</a>.
</p>
<ol>
<li>
To run BuzzTroll Mud on TiVo first make sure that your TiVo DVR meets the requirements described on the <a href="http://tivohme.sourceforge.net/?page=quickstart">HME Quick Start</a> page.
</li>
<li>
Download and install <a href="http://sourceforge.net/project/showfiles.php?group_id=124214">TiVo HME SDK 1.2</a>.
</li>
<li>
Ensure the samples included in the TiVo HME SDK work on your TiVo DVR as expected.
</li>
<li>
Download and unpack the BuzzTroll Mud [<a href="BuzzTrollMud-1.0-bin.tar.gz">tar.gz</a> | <a href="BuzzTrollMud-1.0-bin.zip">zip</a>]
</li>
<li>
Update the sample configuration file (<i><btmud>/etc/sample.xml</i>). At least update the Mud server information such as the Mud hostname, the port number, the username, and the password (the <i><server></i> element).
</li>
<li>
Set the <i>HME_HOME</i> environment variable to the installation directory of the TiVo HME SDK.
</li>
<li>
Start the BuzzTroll Mud application by running:
<pre>
<btmud>/bin/runTivo <btmud>/etc/sample.xml
</pre>
</li>
<li>
Select the <i>Mud</i> application listed under the <i>Music, Photos & More</i> menu in your TiVo DVR.
</li>
</ol>
<hr>
<h5>Please contact <a href="mailto:gawor@mcs.anl.gov,bresnaha@mcs.anl.gov">Jarek and John</a> if you have any questions, etc.</h5>
</body>
</html>