2011-03-28 14:21:28 +00:00
< ?
//Include the header
2012-10-11 08:00:15 +00:00
View :: show_header ( 'Better' );
2011-03-28 14:21:28 +00:00
?>
< div class = " thin " >
< h3 id = " general " > Pursuit of Perfection </ h3 >
2013-05-25 08:01:03 +00:00
< div class = " box pad " style = " padding: 10px 10px 10px 20px; " >
2013-07-18 08:00:51 +00:00
< p > Here at < ? = SITE_NAME ?> , we believe that there's always room for improvement. 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. Most lists feature 100 torrents at a time and update every 15 minutes.</p>
2011-03-28 14:21:28 +00:00
</ div >
< h3 id = " lists " > Lists </ h3 >
2013-05-25 08:01:03 +00:00
< div class = " box pad " style = " padding: 10px 10px 10px 20px; " >
2011-03-28 14:21:28 +00:00
< table width = " 100% " >
< tr class = " colhead " >
2013-05-25 08:01:03 +00:00
< td style = " width: 150px; " > Method </ td >
2013-09-11 08:00:55 +00:00
< td style = " width: 400px; " > Additional Information </ td >
2011-03-28 14:21:28 +00:00
</ tr >
< tr class = " rowb " >
< td class = " nobr " >
< a href = " better.php?method=transcode&type=0 " > Transcoding V0 </ a >
</ td >
< td class = " nobr " >
2013-02-23 08:00:22 +00:00
When a perfect lossless rip is available and we don ' t have the < a href = " <?=STATIC_SERVER?>common/perfect.gif " > " perfect 3 " </ a >.
2011-03-28 14:21:28 +00:00
</ td >
</ tr >
< tr class = " rowb " >
< td class = " nobr " >
< a href = " better.php?method=transcode&type=1 " > Transcoding V2 </ a >
</ td >
< td class = " nobr " >
2013-02-23 08:00:22 +00:00
When a perfect lossless rip is available and we don ' t have the < a href = " <?=STATIC_SERVER?>common/perfect.gif " > " perfect 3 " </ a >.
2011-03-28 14:21:28 +00:00
</ td >
</ tr >
< tr class = " rowb " >
< td class = " nobr " >
< a href = " better.php?method=transcode&type=2 " > Transcoding 320 </ a >
</ td >
< td class = " nobr " >
2013-02-23 08:00:22 +00:00
When a perfect lossless rip is available and we don ' t have the < a href = " <?=STATIC_SERVER?>common/perfect.gif " > " perfect 3 " </ a >.
2011-03-28 14:21:28 +00:00
</ td >
</ tr >
< tr class = " rowb " >
< td class = " nobr " >
2013-02-23 08:00:22 +00:00
< a href = " better.php?method=transcode&type=3 " > Transcoding all </ a >
2011-03-28 14:21:28 +00:00
</ td >
< td class = " nobr " >
2013-02-23 08:00:22 +00:00
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 >
2011-03-28 14:21:28 +00:00
</ 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 " >
2011-04-29 13:49:03 +00:00
< a href = " better.php?method=tags&filter=all " > Tags </ a >
2011-03-28 14:21:28 +00:00
</ td >
< td class = " nobr " >
2013-02-23 08:00:22 +00:00
Torrents that have been marked as having " Very bad tags " or " No tags at all " .
2011-03-28 14:21:28 +00:00
</ td >
</ tr >
< tr class = " rowb " >
< td class = " nobr " >
2013-02-23 08:00:22 +00:00
< a href = " better.php?method=folders " > Folder names </ a >
2011-03-28 14:21:28 +00:00
</ td >
< td class = " nobr " >
2013-02-23 08:00:22 +00:00
Torrents that have been marked as having " Very bad folder names " or " No folder names at all " .
2011-03-28 14:21:28 +00:00
</ td >
</ tr >
< tr class = " rowb " >
< td class = " nobr " >
2013-02-23 08:00:22 +00:00
< a href = " better.php?method=files " > File names </ a >
2011-03-28 14:21:28 +00:00
</ td >
< td class = " nobr " >
2013-02-23 08:00:22 +00:00
Torrents that have been marked as having " Bad File Names " .
2011-03-28 14:21:28 +00:00
</ td >
</ tr >
2011-04-13 15:36:33 +00:00
< tr class = " rowb " >
< td class = " nobr " >
2013-02-23 08:00:22 +00:00
< a href = " better.php?method=single " > Single - seeded FLAC torrents </ a >
2011-04-13 15:36:33 +00:00
</ td >
< td class = " nobr " >
2013-02-23 08:00:22 +00:00
FLAC torrents that only have one seeder ; show them some love !
2011-04-13 15:36:33 +00:00
</ td >
</ tr >
2011-03-28 14:21:28 +00:00
</ table >
</ div >
</ div >
2012-10-11 08:00:15 +00:00
< ? View :: show_footer (); ?>