mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-31 02:21:36 +00:00
Empty commit
This commit is contained in:
parent
a382d91a35
commit
25bf6fe0e9
@ -541,7 +541,7 @@
|
||||
<li id="r3.8"><a href="#r3.8k"><strong>↑_</strong></a> <a href="#r3.8">3.8.</a> <strong>Online audiobook sources may carry only low bitrate audio files.</strong> Audiobook sources such as <a href="http://www.audible.com/">audible.com</a> have standard audio quality levels that may be at or below the standards for the site (see <a href="#r3.1.2">3.1.2</a>). Please make sure that you know the audio quality of your source material (e.g., many audiobook retailers only supply 64 kbps files) before you transcode to V8 (VBR), V2 (VBR), or V0 (VBR). Transcoding from a lower bitrate file to a higher bitrate file is forbidden. </li>
|
||||
<li id="r3.9"><a href="#r3.9k"><strong>↑_</strong></a> <a href="#r3.9">3.9.</a> <strong>Duplicate torrents of the same bitrate and format are not allowed.</strong> No uploads of the same bitrate and format are allowed to coexist on the site. See <a href="#r3.6">3.6</a>. </li>
|
||||
<li id="r3.10"><a href="#r3.10k"><strong>↑_</strong></a> <a href="#r3.10">3.10.</a> <strong>Scene and non-scene versions of the same release, bitrate, and format are dupes.</strong> The Scene label does not make torrents unique from one another. If a V2 (VBR) torrent for an album on CD is already uploaded, you may not upload another V2 (VBR) scene release of the same album on CD. </li>
|
||||
<li id="r3.11"><a href="#r3.11k"><strong>↑_</strong></a> <a href="#r3.11">3.11.</a> <strong>Releases must follow the usual formatting guidelines for file names and tags.</strong> Audiobooks and comedy must follow the formatting rules outlined in section 2.3. This means that file names must include track numbers, audio files must have metatags, etc. </li>
|
||||
<li id="r3.11"><a href="#r3.11k"><strong>↑_</strong></a> <a href="#r3.11">3.11.</a> <strong>Releases must follow the usual formatting guidelines for file names and tags.</strong> Audiobooks and comedy must follow the formatting rules outlined in section <a href="#r2.3">2.3<a/>. This means that file names must include track numbers, audio files must have metatags, etc. </li>
|
||||
<li id="r3.12"><a href="#r3.12k"><strong>↑_</strong></a> <a href="#r3.12">3.12.</a> <strong>Do not upload multiple formats for a Comedy or audiobook album onto the same album page.</strong> Each format should have its own torrent page. Likewise, do not group existing single-torrent Comedy and audiobook releases onto a single common album page with multiple formats. Grouping torrents in these non-music categories as if they were music torrents causes a number of database and organizational problems on the site. </li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -32,11 +32,11 @@ function news_ajax(event, count, offset, privileged) {
|
||||
}));
|
||||
// I'm so happy with this condition statement.
|
||||
if (privileged) {
|
||||
$('#news' + this[0]).append('<div class="head"><strong>' + this[1] + '</strong> ' + this[2] + ' - <a href="tools.php?action=editnews&id=' + this[0] + '" class="brackets">Edit</a></div>');
|
||||
$('#news' + this[0]).append('<div class="head"><strong>' + this[1] + '</strong> ' + this[2] + ' - <a href="tools.php?action=editnews&id=' + this[0] + '" class="brackets">Edit</a><span style="float: right;"><a class="brackets" onclick="$(\'#newsbody' + this[0] + '\').gtoggle(); this.innerHTML=(this.innerHTML == \'Hide\' ? \'Show\' : \'Hide\'); return false;" href="#">Hide</a></span></div>');
|
||||
} else {
|
||||
$('#news' + this[0]).append('<div class="head"><strong>' + this[1] + '</strong> ' + this[2] + '</div>');
|
||||
$('#news' + this[0]).append('<div class="head"><strong>' + this[1] + '</strong> ' + this[2] + '<span style="float: right;"><a class="brackets" onclick="$(\'#newsbody' + this[0] + '\').gtoggle(); this.innerHTML=(this.innerHTML == \'Hide\' ? \'Show\' : \'Hide\'); return false;" href="#">Hide</a></span></div>');
|
||||
}
|
||||
$('#news' + this[0]).append('<div class="pad">' + this[3] + '</div>');
|
||||
$('#news' + this[0]).append('<div class="pad" id="newsbody'+this[0]+'">' + this[3] + '</div>');
|
||||
});
|
||||
// Update the onclick parameters to appropriate offset.
|
||||
$(event.target).attr('onclick', 'news_ajax(event, ' + count + ', ' + (count + offset) + ', ' + privileged + '); return false;');
|
||||
|
Loading…
Reference in New Issue
Block a user