Old 08-06-2011, 02:26 PM   #76
mr.babek
Member
FlashFXP Beta Tester
ioFTPD Foundation User
 
Join Date: Jul 2005
Posts: 82
Default

kinda did that.. it just wont work.. does it workon your ftp?
__________________
Current setup:

MS Windows Storage Server 2012R2, ioFTPD 7.7.3, ioNinja, nxTools
mr.babek is offline   Reply With Quote
Old 08-06-2011, 02:41 PM   #77
mr.babek
Member
FlashFXP Beta Tester
ioFTPD Foundation User
 
Join Date: Jul 2005
Posts: 82
Default

for some reason .jpg files get skipped in the sample and proof dirs. the config says they should be allowed

## These file types are check for media info if uploaded in /sample/ dir, and only theese files will be allowed
## the rest will be deleted.
set ioNJ(samples) {\.avi$|\.mpg$|\.mpeg$|\.divx$|\.vob$|\.mkv$|\.rm$ |\.wmv$|\.qt$|\.mp4$|\.m2v$|\.jpg$}

set ioNJ(banned_allowed_files) {
{0} {/} {^5a\.nfo$|^aks\.nfo$|^atl\.nfo$|^atlvcd\.nfo$|^ba r\.nfo$|^cas\-pre\.jpg$|^cmt\.nfo$|^coke\.nfo$|^dim\.nfo$|^dkz\. nfo$|^echobase\.nfo$|^firesite\.nfo$|^fireslut\.nf o$|^ifk\.nfo$|^lips\.nfo$|^magfields\.nfo$|^mfmfmf mf\.nfo$|^mm\.nfo$|^mob\.nfo$|^mod\.nfo$|^pbox\.nf o$|^ph\.nfo$|^pike\.nfo$|^pre\.nfo$|^release\.nfo$ |^sexy\.nfo$|^tf\.nfo$|^twh\.nfo$|^valhalla\.nfo$| ^zn\.nfo$|^imdb\.nfo$|^vdrlake\.nfo$|^dm\.nfo$|^nu d\.nfo$|^thecasino\.nfo$|^dtsiso21\.jpg$|^dagger\. jpg$}
{1} {/} {\.r[a|0-9][r|0-9]$|\.0[0-9][0-9]$|\.rar[0-9][0-9][0-9]$|\.m2v$|\.mpg$|\.mpeg$|\.zip$|\.mp[2|3]$|\.vob$|\.avi$|\.jpg$|\.nfo$|\.diz$|\.sfv$|\.mpeg $|\.mkv$|\.wmv$|\.mpg$|\.mpeg$|\.cue$|\.rm$}
{1} {/MP3/} {\.mp[2|3]$|\.jpg$|\.cue$|\.jpeg$|\.nfo$|\.sfv$}
{1} {/0-DAY/} {\.zip$|\.nfo$|\.diz$}
{1} {/TV-x264/} {\.r[a|0-9][r|0-9]$|\.0[0-9][0-9]$|\.rar[0-9][0-9][0-9]$|\.nfo$|\.sfv$|\.mkv|\.jpg}
{1} {/x264/} {\.r[a|0-9][r|0-9]$|\.0[0-9][0-9]$|\.rar[0-9][0-9][0-9]$|\.nfo$|\.sfv$|\.mkv|\.jpg}
{1} {/XViD/} {\.r[a|0-9][r|0-9]$|\.0[0-9][0-9]$|\.rar[0-9][0-9][0-9]$|\.nfo$|\.sfv$|\.avi$|\.jpg}

what could, be wrong?
__________________
Current setup:

MS Windows Storage Server 2012R2, ioFTPD 7.7.3, ioNinja, nxTools
mr.babek is offline   Reply With Quote
Old 08-06-2011, 03:56 PM   #78
ArtX
Senior Member
FlashFXP Beta Tester
ioFTPD Foundation User
 
Join Date: Jan 2004
Posts: 301
Default

Quote:
Originally Posted by mr.babek View Post
kinda did that.. it just wont work.. does it workon your ftp?
Don't have the need for it so have never really tried it, tested it, doesn't seem to work here, so, either I have not configured it properly, the site has changed, the script needs updating.

Last edited by ArtX; 08-06-2011 at 04:09 PM.
ArtX is offline   Reply With Quote
Old 08-07-2011, 06:54 AM   #79
noelek
Member
FlashFXP Beta Tester
 
Join Date: Aug 2004
Posts: 37
Default

Hi,

when i try site rescan this i get this error:

08-07-2011 13:53:22 "..\scripts\ioNiNJA\ioNiNJA.itcl" terminated abnormally
--- ErrorInfo ---
can't read "zip_files": no such variable
while executing
"llength $zip_files"
(procedure "ZipScript::ZipScript" line 117)
invoked from within
"ZipScript::ZipScript 1 $pf $crc $vf"
(procedure "::ioNiNJA::ZipScript::rescan" line 77)
invoked from within
"::ioNiNJA::ZipScript::rescan "
("RESCAN" arm line 1)
invoked from within
"switch -- [lindex $args 0] {
SYMCLEAN { ::ioNiNJA::symlink_clean
noelek is offline   Reply With Quote
Old 08-07-2011, 09:35 AM   #80
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

there are problems with site recan on releases not uploaded with latest ioninja isntalled. Will look over it some day.

As For the jpg files being skipped in sample dir, it only alllows samples, you need to add the extention \.jpg$ to the sample list.

gamespy plugin? I have no idea, worked when i wrote it but i never used it
__________________
ioNiNJA
o_dog is offline   Reply With Quote
Old 08-07-2011, 04:18 PM   #81
Saiph
Junior Member
 
Join Date: Oct 2010
Posts: 23
Default

haven't been online for sometime was wondering if imdb.itcl works yet
it announces the xvid but not the dvd's
Saiph is offline   Reply With Quote
Old 08-07-2011, 10:46 PM   #82
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

problem with configuration then.
As far as i know it should announce it.
__________________
ioNiNJA
o_dog is offline   Reply With Quote
Old 08-08-2011, 01:17 AM   #83
mr.babek
Member
FlashFXP Beta Tester
ioFTPD Foundation User
 
Join Date: Jul 2005
Posts: 82
Default

Quote:
Originally Posted by o_dog View Post
there are problems with site recan on releases not uploaded with latest ioninja isntalled. Will look over it some day.

As For the jpg files being skipped in sample dir, it only alllows samples, you need to add the extention \.jpg$ to the sample list.

gamespy plugin? I have no idea, worked when i wrote it but i never used it
Hey O_Dog, as you can see jpg was included in the sample allowed filetypes (last entry)

set ioNJ(samples) {\.avi$|\.mpg$|\.mpeg$|\.divx$|\.vob$|\.mkv$|\.rm$ |\.wmv$|\.qt$|\.mp4$|\.m2v$|\.jpg$}

for some reason it wont be acknowleged.

Would it be possible to put in another entry for proof dirs like you did for sample? Since a proof is kinda standard for video releases nowaydays
__________________
Current setup:

MS Windows Storage Server 2012R2, ioFTPD 7.7.3, ioNinja, nxTools
mr.babek is offline   Reply With Quote
Old 08-08-2011, 01:19 AM   #84
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

you need to allow jpg on the site too if you use precheck. By default this might not be allowed. You set thatup yourself
__________________
ioNiNJA
o_dog is offline   Reply With Quote
Old 08-10-2011, 07:04 AM   #85
SRH99
Member
 
Join Date: Mar 2010
Posts: 44
Default

o_dog, i need help.

The imdb.itcl now works as a charm, execpt the IMDB-TV part.

It dont make the imdb_tv_bar nor html link, but the imdb_bar part works just fine.

the ioftpd.log says
08-10-2011 13:57:16 ERROR IMDB: /TVDVDR/dirname..

the bot log says
dZSbot warning: Invalid log line: 08-10-2011 13:57:16 ERROR IMDB: /TVDVDR/dirname..

Any advise, and can you confirm tv-part of imdb.itcl is working?

best regards..
SRH99 is offline   Reply With Quote
Old 08-10-2011, 07:10 AM   #86
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

Thats because the tv part is not implemented, it doesn't exist and i'm not sure that i will add it.
__________________
ioNiNJA
o_dog is offline   Reply With Quote
Old 08-10-2011, 07:25 AM   #87
SRH99
Member
 
Join Date: Mar 2010
Posts: 44
Default

ok, sorry to hear.

is it possible to use ioTV.itcl instead?
I have tried (not much) as it didnt seem to work
SRH99 is offline   Reply With Quote
Old 08-10-2011, 09:29 AM   #88
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

not ioTV doesn't work on DVDR-TV since the naming conventions are in lack of a better word, ****ed up, and a it's an obsolete format.
__________________
ioNiNJA
o_dog is offline   Reply With Quote
Old 08-12-2011, 02:31 AM   #89
mr.babek
Member
FlashFXP Beta Tester
ioFTPD Foundation User
 
Join Date: Jul 2005
Posts: 82
Default

hey odog,

the jpg. issue is still giving me headaches. It simply wont accept jpg in the proof directory and it will deny jpg in the sample because the script only accepts 1 file in the sample directory.

any tips?

(I dont have this issue using ioninja 0,8 so its 1.0 related)
__________________
Current setup:

MS Windows Storage Server 2012R2, ioFTPD 7.7.3, ioNinja, nxTools
mr.babek is offline   Reply With Quote
Old 08-12-2011, 05:17 AM   #90
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

no it's not 1.0 related. Why it's oot allowing files in proof dir i have no idea. But sample dir only allow one file, hardcoded, and no i wont remove this.
__________________
ioNiNJA
o_dog is offline   Reply With Quote
Reply

Tags
added, fixes, replace, thread, update

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 08:34 AM.

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