PDA

View Full Version : .AVI workaround


m4r3z
02-19-2007, 08:21 AM
Ive read around, and found 2 ppl having same problem. but never an answer.

When .avi is added to the ignore settings in config.php, it works great to upload .avi samples in rlses.
Bur thing is, when uploading a musicvideo, where the actual video file is an .avi file, u getting problems. This .avi file comes with a .sfv to check it, but it will only skip it when the .avi files are added to ignore etc in config.php.
Removing these, checking of .avi files with sfv works normal, but then u cant have no samples uploaded in other rlss.
Does any1 know of a smart little workaround to this problem ? would be great if some1 have been able to go around it =)



//m4r3z

zOrP
03-12-2007, 06:21 AM
/* 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
03-12-2007, 06:22 AM
oh yea.. and

/* Force sfv to be uploaded first, before accepting any files
*/
$force_sfv_first = FALSE;