CC-430: Audio normalization (Replaygain Support)
-Added support on server side
This commit is contained in:
parent
70a0dce26e
commit
ce698d4123
9 changed files with 139 additions and 49 deletions
|
@ -124,6 +124,7 @@ CREATE TABLE "cc_files"
|
|||
"soundcloud_error_msg" VARCHAR(512),
|
||||
"soundcloud_link_to_file" VARCHAR(4096),
|
||||
"soundcloud_upload_time" TIMESTAMP(6),
|
||||
"replay_gain" VARCHAR(16),
|
||||
PRIMARY KEY ("id"),
|
||||
CONSTRAINT "cc_files_gunid_idx" UNIQUE ("gunid")
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue