added tvitty to projects page, updated and regenerated docs

This commit is contained in:
Arvid Norberg 2008-11-03 01:42:19 +00:00
parent bb02c7f985
commit dd97d49753
5 changed files with 32 additions and 10 deletions

View File

@ -1882,11 +1882,14 @@ was started.</p>
void move_storage(boost::filesystem::path const&amp; save_path) const;
</pre>
</blockquote>
<p>Moves the file(s) that this torrent are currently seeding from or downloading to. This
operation will only have the desired effect if the given <tt class="docutils literal"><span class="pre">save_path</span></tt> is located on
the same drive as the original save path. Since disk IO is performed in a separate
thread, this operation is also asynchronous. Once the operation completes, the
<tt class="docutils literal"><span class="pre">storage_moved_alert</span></tt> is generated, with the new path as the message.</p>
<p>Moves the file(s) that this torrent are currently seeding from or downloading to. If
the given <tt class="docutils literal"><span class="pre">save_path</span></tt> is not located on the same drive as the original save path,
The files will be copied to the new drive and removed from their original location.
This will block all other disk IO, and other torrents download and upload rates may
drop while copying the file.</p>
<p>Since disk IO is performed in a separate thread, this operation is also asynchronous.
Once the operation completes, the <tt class="docutils literal"><span class="pre">storage_moved_alert</span></tt> is generated, with the new
path as the message.</p>
</div>
<div class="section" id="get-storage-impl">
<h2>get_storage_impl()</h2>
@ -4237,6 +4240,8 @@ struct performance_alert: torrent_alert
{
outstanding_disk_buffer_limit_reached,
outstanding_request_limit_reached,
upload_limit_too_low,
download_limit_too_low
};
performance_warning_t warning_code;

View File

@ -1783,11 +1783,15 @@ move_storage()
void move_storage(boost::filesystem::path const& save_path) const;
Moves the file(s) that this torrent are currently seeding from or downloading to. This
operation will only have the desired effect if the given ``save_path`` is located on
the same drive as the original save path. Since disk IO is performed in a separate
thread, this operation is also asynchronous. Once the operation completes, the
``storage_moved_alert`` is generated, with the new path as the message.
Moves the file(s) that this torrent are currently seeding from or downloading to. If
the given ``save_path`` is not located on the same drive as the original save path,
The files will be copied to the new drive and removed from their original location.
This will block all other disk IO, and other torrents download and upload rates may
drop while copying the file.
Since disk IO is performed in a separate thread, this operation is also asynchronous.
Once the operation completes, the ``storage_moved_alert`` is generated, with the new
path as the message.
get_storage_impl()
------------------

View File

@ -112,6 +112,13 @@ you an elegant fullscreen viewing experience.</p>
<td><img alt="miro.jpg" class="first last" src="miro.jpg" />
</td>
</tr>
<tr><td><p class="first"><strong>Tvitty</strong></p>
<p class="last"><a class="reference external" href="http://tvitty.com">tvitty</a> is a bittorrent client for Vista Media Center, which allows
searching and downloading of torrents directly on your TV.</p>
</td>
<td><img alt="tvitty.jpg" class="first last" src="tvitty.jpg" />
</td>
</tr>
<tr><td><p class="first"><strong>FatRat</strong></p>
<p class="last"><a class="reference external" href="http://fatrat.dolezel.info">FatRat</a> is an open source download manager for Linux/Unix systems written in
C++ with the help of the Trolltech Qt 4 library. It's simple to use and

View File

@ -62,6 +62,11 @@ project listed here, let me_ know.
| video podcasts and video rss). Miro is designed to be easy to use and to give | |
| you an elegant fullscreen viewing experience. | |
+-------------------------------------------------------------------------------+-------------------------------------+
| **Tvitty** | .. image:: tvitty.jpg |
| | |
| tvitty_ is a bittorrent client for Vista Media Center, which allows | |
| searching and downloading of torrents directly on your TV. | |
+-------------------------------------------------------------------------------+-------------------------------------+
| **FatRat** | .. image:: fatrat.jpg |
| | |
| FatRat_ is an open source download manager for Linux/Unix systems written in | |
@ -157,6 +162,7 @@ project listed here, let me_ know.
.. _FDM: http://www.freedownloadmanager.org/
.. _LeechCraft: http://deviant-soft.ws/tiki-index.php?page=LeechCraft
.. _FatRat: http://fatrat.dolezel.info
.. _tvitty: http://tvitty.com
.. _BitRocket: http://www.bitrocket.org/
.. _hrktorrent: http://50hz.ws/hrktorrent/
.. _Bitfox: http://code.google.com/p/bitfox/

BIN
docs/tvitty.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB