-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtorrent-INSTALL.html
More file actions
36 lines (33 loc) · 1.22 KB
/
torrent-INSTALL.html
File metadata and controls
36 lines (33 loc) · 1.22 KB
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
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.12: http://docutils.sourceforge.net/" />
<title>How to install torrent VFS script</title>
<style type="text/css">
</style>
</head>
<body>
<div class="document" id="how-to-install-torrent-vfs-script">
<h1 class="title">How to install torrent VFS script</h1>
<p>First, see the general instructions at <a class="reference external" href="INSTALL.html">INSTALL.html</a>.</p>
<div class="section" id="older-versions-of-mc">
<h1>Older versions of mc</h1>
<p>To assign torrent VFS to <tt class="docutils literal">*.torrent</tt> files add the following to mc.ext:</p>
<pre class="literal-block">
shell/.torrent
Open=%cd %p#torrent
</pre>
</div>
<div class="section" id="newer-versions">
<h1>Newer versions</h1>
<p>Edit <tt class="docutils literal">mc.ext</tt>; the syntax is slightly different:</p>
<pre class="literal-block">
shell/.torrent
Open=%cd %p/torrent://
</pre>
</div>
</div>
</body>
</html>