SAAS-1058: Podcast table schema

SAAS-1059: Add description field to cc_files
This commit is contained in:
drigato 2015-09-14 17:00:54 -04:00
parent 2d2ed25fcc
commit 28493497fd
32 changed files with 7660 additions and 18 deletions

View file

@ -28,6 +28,7 @@ var AIRTIME = (function(AIRTIME) {
"copyright" : "s",
"cuein" : "n",
"cueout" : "n",
"description" : "s",
"utime" : "n",
"mtime" : "n",
"lptime" : "n",
@ -601,6 +602,7 @@ var AIRTIME = (function(AIRTIME) {
/* Copyright */ { "sTitle" : $.i18n._("Copyright") , "mDataProp" : "copyright" , "bVisible" : false , "sClass" : "library_copyright" , "sWidth" : "125px" },
/* Cue In */ { "sTitle" : $.i18n._("Cue In") , "mDataProp" : "cuein" , "bVisible" : false , "sClass" : "library_length" , "sWidth" : "80px" },
/* Cue Out */ { "sTitle" : $.i18n._("Cue Out") , "mDataProp" : "cueout" , "bVisible" : false , "sClass" : "library_length" , "sWidth" : "80px" },
/* Description */ { "sTitle" : $.i18n._("Description") , "mDataProp" : "description" , "bVisible" : false , "sClass" : "library_description" , "sWidth" : "150px" },
/* Encoded */ { "sTitle" : $.i18n._("Encoded By") , "mDataProp" : "encoded_by" , "bVisible" : false , "sClass" : "library_encoded" , "sWidth" : "150px" },
/* Genre */ { "sTitle" : $.i18n._("Genre") , "mDataProp" : "genre" , "bVisible" : false , "sClass" : "library_genre" , "sWidth" : "100px" },
/* ISRC Number */ { "sTitle" : $.i18n._("ISRC") , "mDataProp" : "isrc_number" , "bVisible" : false , "sClass" : "library_isrc" , "sWidth" : "150px" },
@ -1326,6 +1328,7 @@ var validationTypes = {
"copyright" : "s",
"cuein" : "l",
"cueout" : "l",
"description" : "s",
"encoded_by" : "s",
"utime" : "t",
"mtime" : "t",

View file

@ -607,6 +607,7 @@ var criteriaTypes = {
"copyright" : "s",
"cuein" : "n",
"cueout" : "n",
"description" : "s",
"artist_name" : "s",
"encoded_by" : "s",
"utime" : "n",