diff --git a/sections/rules/upload.php b/sections/rules/upload.php index 749f9360..b8aecb5c 100644 --- a/sections/rules/upload.php +++ b/sections/rules/upload.php @@ -220,7 +220,7 @@
  • Lossy: MP3, Ogg Vorbis, AAC, AC3, DTS
  • Lossless: FLAC
  • -

    Only standard versions of each format are allowed. Hybrid formats that combine both lossless and lossy audio data such as DTS-HD and mp3HD are not allowed.

    +

    Only standard versions of each format are allowed. Hybrid formats that combine both lossless and lossy audio data such as DTS-HD and mp3HD are not allowed. AC3 and DTS are reserved for commercial media sources only if they contain such tracks; transcoding from any other source, including lossless (e.g. PCM and MLP formats), is not allowed.

  • ↑_ 2.1.2. No transcodes or re-encodes of lossy releases are acceptable here. There are no exceptions regardless of how rare you claim the release is. The only acceptable transcodes are releases that were transcoded from a lossless source (e.g. CD, SBD, DAT, Vinyl, SACD, LPCM). Exceptions: Official lossy-mastered releases are not considered to be transcodes. They are allowed on the site. It is highly recommended you provide proof in at least one of the following forms: a) digital photo proving ownership of the CD or hi-res scan of the CD top b) a rip log c) confidence of 2 or more verification with AccurateRip in the rip log or after ripping (with arcue.pl / arcue.exe, CUE Tools, or equivalent) in your Release description. You must provide this proof if requested by staff.
  • diff --git a/sections/schedule/index.php b/sections/schedule/index.php index 353d7670..8dfac02a 100644 --- a/sections/schedule/index.php +++ b/sections/schedule/index.php @@ -2,7 +2,7 @@ set_time_limit(50000); ob_end_flush(); gc_enable(); -//TODO: make it awesome, make it flexible +//TODO: make it awesome, make it flexible! //INSERT INTO users_geodistribution (Code, Users) SELECT g.Code, COUNT(u.ID) AS Users FROM geoip_country AS g JOIN users_main AS u ON INET_ATON(u.IP) BETWEEN g.StartIP AND g.EndIP WHERE u.Enabled='1' GROUP BY g.Code ORDER BY Users DESC /*************************************************************************\ //--------------Schedule page -------------------------------------------//