mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 02:46:30 +00:00
102 lines
3.3 KiB
PHP
102 lines
3.3 KiB
PHP
<?
|
|
//Include the header
|
|
View::show_header('Better');
|
|
?>
|
|
<div class="thin">
|
|
<h3 id="general">Pursuit of Perfection</h3>
|
|
<div class="box pad" style="padding:10px 10px 10px 20px;">
|
|
<p>Here at What, we believe that there's always room for improvement, and to aid our effort in the pursuit of perfection we've put together a few simple lists that can help you build ratio, and help us improve our overall quality. Each list features 100 torrents at a time and updates every 15 minutes.</p>
|
|
</div>
|
|
<h3 id="lists">Lists</h3>
|
|
<div class="box pad" style="padding:10px 10px 10px 20px;">
|
|
<table width="100%">
|
|
<tr class="colhead">
|
|
<td style="width:150px;">Method</td>
|
|
<td style="width:400px;">Additional Info</td>
|
|
</tr>
|
|
<tr class="rowb">
|
|
<td class="nobr">
|
|
<a href="better.php?method=transcode&type=0">Transcoding V0</a>
|
|
</td>
|
|
<td class="nobr">
|
|
When a perfect lossless rip is available and we don't have the <a href="<?=STATIC_SERVER?>common/perfect.gif">'perfect 3'</a>.
|
|
</td>
|
|
</tr>
|
|
<tr class="rowb">
|
|
<td class="nobr">
|
|
<a href="better.php?method=transcode&type=1">Transcoding V2</a>
|
|
</td>
|
|
<td class="nobr">
|
|
When a perfect lossless rip is available and we don't have the <a href="<?=STATIC_SERVER?>common/perfect.gif">'perfect 3'</a>.
|
|
</td>
|
|
</tr>
|
|
<tr class="rowb">
|
|
<td class="nobr">
|
|
<a href="better.php?method=transcode&type=2">Transcoding 320</a>
|
|
</td>
|
|
<td class="nobr">
|
|
When a perfect lossless rip is available and we don't have the <a href="<?=STATIC_SERVER?>common/perfect.gif">'perfect 3'</a>.
|
|
</td>
|
|
</tr>
|
|
<tr class="rowb">
|
|
<td class="nobr">
|
|
<a href="better.php?method=transcode&type=3">Transcoding All</a>
|
|
</td>
|
|
<td class="nobr">
|
|
When a perfect lossless rip is available and we don't have any of the <a href="<?=STATIC_SERVER?>common/perfect.gif">'perfect 3'</a>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowb">
|
|
<td class="nobr">
|
|
<a href="better.php?method=snatch">Snatch</a>
|
|
</td>
|
|
<td class="nobr">
|
|
Torrents you've already downloaded that can be transcoded.
|
|
</td>
|
|
</tr>
|
|
<tr class="rowb">
|
|
<td class="nobr">
|
|
<a href="better.php?method=upload">Upload</a>
|
|
</td>
|
|
<td class="nobr">
|
|
Torrents you've uploaded that could be improved.
|
|
</td>
|
|
</tr>
|
|
<tr class="rowb">
|
|
<td class="nobr">
|
|
<a href="better.php?method=tags&filter=all">Tags</a>
|
|
</td>
|
|
<td class="nobr">
|
|
Torrents that have been marked as having 'Very bad tags' or 'No tags at all'.
|
|
</td>
|
|
</tr>
|
|
<tr class="rowb">
|
|
<td class="nobr">
|
|
<a href="better.php?method=folders">Folder Names</a>
|
|
</td>
|
|
<td class="nobr">
|
|
Torrents that have been marked as having 'Very bad folder names' or 'No folder names at all'.
|
|
</td>
|
|
</tr>
|
|
<tr class="rowb">
|
|
<td class="nobr">
|
|
<a href="better.php?method=files">File Names</a>
|
|
</td>
|
|
<td class="nobr">
|
|
Torrents that have been marked as having 'Bad File Names'.
|
|
</td>
|
|
</tr>
|
|
<tr class="rowb">
|
|
<td class="nobr">
|
|
<a href="better.php?method=single">Single seeded FLAC torrents</a>
|
|
</td>
|
|
<td class="nobr">
|
|
FLAC torrents that only have one seeder, show them some love!
|
|
</td>
|
|
</tr>
|
|
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<? View::show_footer(); ?>
|