mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-13 21:52:30 +00:00
* Added helper functions for splitting files in FileList.
* Added "split_file_size" and "split_suffix" options. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@815 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -751,6 +751,42 @@ Change the key-bindings.
|
||||
</refsect1>
|
||||
|
||||
|
||||
<refsect1>
|
||||
<title>FILE-SYSTEM SETTINGS</title>
|
||||
<para>
|
||||
File-system related settings.
|
||||
</para>
|
||||
|
||||
<variablelist>
|
||||
|
||||
<varlistentry>
|
||||
<term>max_file_size = <replaceable>size</replaceable></term>
|
||||
<listitem><para>
|
||||
Set the maximum size a file can have. Disable by
|
||||
passing <emphasis>-1</emphasis>.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>split_file_size = <replaceable>size</replaceable></term>
|
||||
<listitem><para>
|
||||
Split files in a torrent larger than <emphasis>size</emphasis> into
|
||||
seperate files. Disable by passing <emphasis>-1</emphasis>.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>split_suffix = <replaceable>string</replaceable></term>
|
||||
<listitem><para>
|
||||
Set the suffix used on split files. Defaults
|
||||
to <emphasis>.part</emphasis>.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</refsect1>
|
||||
|
||||
|
||||
<refsect1>
|
||||
<title>ADVANCED SETTINGS</title>
|
||||
|
||||
Reference in New Issue
Block a user