Old 02-19-2007, 08:21 AM   #1
m4r3z
Junior Member
ioFTPD Foundation User
 
Join Date: Sep 2004
Posts: 24
Default .AVI workaround

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
m4r3z is offline   Reply With Quote
Old 03-12-2007, 06:21 AM   #2
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
Old 03-12-2007, 06:22 AM   #3
zOrP
Senior Member
 
Join Date: Jan 2005
Posts: 282
Default

oh yea.. and

/* Force sfv to be uploaded first, before accepting any files
*/
$force_sfv_first = FALSE;
zOrP is offline   Reply With Quote
Reply

Tags
.avi, config.php, file, ignore, upload

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 12:16 AM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)