PDA

View Full Version : nxtool info


Pretone
03-24-2005, 04:44 PM
It's possible that when I up on a dir a avi file without sfv it's not refused with message no sfv on dir???
or I must only change in False the option SFV first in the init.itcl?

neoxed
03-24-2005, 06:08 PM
I don't understand what you're trying to say, sorry.

Could you rephrase it, or find someone fluent in both English and your native language to translate your message.

iam
03-24-2005, 09:35 PM
lol !! do you speak franglish ? :p

Pretone
03-25-2005, 02:57 PM
the problem is
I up avi file without sfv file and the script block it
what I do for upload avi file without sfv .....
and without disable sfv first ..

ChipMunk666
11-08-2005, 12:48 PM
there is an option ignore file put it in there but with my knowing it allready should be there.

set dupe(AlphaNumChars) 5
set dupe(IgnoreDirs) {*/[0-9][0-9][0-9][0-9] */cd[0-9] */dis[ck][0-9] */dvd[0-9] */codec */cover */covers */extra */extras */sample */subs */vobsub */vobsubs}
set dupe(IgnoreFiles) {.* *.asc *.bad *.diz *.gif *.jpg *.missing *.nfo *.url} <====put avi in there
set dupe(CheckExempts) {
{/!ADMIN/*}
{/GROUPS/*}
{/REQS/*}
}

I hope this is what u needed cause i couldn't really go where u wanted to go

EwarWoo
11-08-2005, 11:17 PM
I only speak english, but I think I uderstand what he wants so will try and translate his request to something nore understandable:

In this function:
set force(SfvFirst) True
can files with .AVI extensions be exempted?

And no chipmunk, thats dupecheck, nothing to do with this.
I don't think it is possible to exempt by filetype, only by path, but I could be wrong on that.
Disable and use the force function in your zipscript if it as one, php_psio can do this (and prolly other zipscripts as well, just dunno any others).
Or don't use a force function at all.

ChipMunk666
11-09-2005, 05:01 AM
well probably your right :)
I think he means it your way :)