hi all,
thanks for such a great script
i have an issue with the rescan all cmd (if i specify a folder it works, like: site rescan blabla.bld-EE)
following is in the error log:
Quote:
--- ErrorInfo ---
can't read "zip_files": no such variable
while executing
"llength $zip_files"
(procedure "ZipScript::ZipScript" line 119)
invoked from within
"ZipScript::ZipScript 1 $pf $crc $vf"
(procedure "::ioNiNJA::ZipScript::rescan" line 91)
invoked from within
"::ioNiNJA::ZipScript::rescan "
("RESCAN" arm line 1)
invoked from within
"switch -- [lindex $args 0] {
SYMCLEAN { ::ioNiNJA::symlink_clean
|
i did some more tests and it seems the following is the source of that error, when i add the virtual path to (in ioninja.cfg) the script crashes on rescan all cmd:
Quote:
set ioNJ(no_sym_nfo) {/0DAY/|/REQUESTS/|/EBOOKS/}
set ioNJ(nosym_sfv_dirs) {/0DAY/|/REQUESTS/|/EBOOKS/}
set ioNJ(no_diz_required) {/GBA/|/NDS/|/EBOOKS/}
|