/* These file types are allowed without any checks (types need to be also ignored)
*/
$allowed_types = "jpg,cue,m3u";
/* These file types are ignored from sfv
* NOTE: , at the beginning ignores all files without extensions
*/
$ignored_types = ",diz,jpg,cue,m3u,nfo,sfv";
/* Video EXTENSIONS
*/
$video_ext = "mpg,mpeg,m2v,avi";
|