Thread: .AVI workaround
View Single Post
Old 03-12-2007, 06:21 AM  
zOrP
Senior Member
 
Join Date: Jan 2005
Posts: 282
Default

/* 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";
zOrP is offline   Reply With Quote