PDA

View Full Version : Question related to pre & ioA


Bygone
06-14-2004, 05:53 PM
Hiya WarC

i am trying to setup a pre section for one grp with 3 areas to pre into with 3 different pre cmds...

this is my setup:

Pre_Area_0 = "dvdr|bla|F:\_ftpd\dvdr|/dvdr|0"
Pre_Area_1 = "dvdrtv|bla|E:\_ftpd\dvdrtv|/dvdrtv|0"
Pre_Area_2 = "dvdrmusic|bla|E:\_ftpd\dvdrmusic|/dvdrmusic|0"
Pre_Group_0 = "grp1|dvdr|/groups/grp1/*|106|102|"
Pre_Order = 1
Pre_Log = ""%user" "%group" "%type" "%vfs" "%desc" "%.2mb" "%.0files" "%release""
Pre_Touch_Owner = 1
Pre_Give_Credits_To_Uploaders = 1
Pre_Give_Credits_To_Predude = 0
Pre_Run_Script = "C:\ioFTPD\scripts\ioB\ioBanana.exe imdbpre"
Pre_File_Filter_0 = "*.ioFTPD*"
Pre_File_Filter_1 = "*.sfv*"
Pre_File_Filter_1 = "*.nfo*"
Pre_Skip_Messagefile = 1

when i try to pre from grp1 dir with

site pre test dvdr <<---this one sends rls to dvdr as in area_0
site pre test dvdrtv <<-- this one gives following error:
[R] 200- Not valid PRE type for this group
site pre test dvdrmusic <<--gives same error as dvdrtv

what have i overseen or done wrong???

i am using ioA v1.15 and ioBanana v20rc3

Mouton
06-14-2004, 05:54 PM
Pre_Group_0 = "grp1|dvdr|

That tells ioA to let grp1 only pre dvdr.
Add the two other there... coma-separated ? See readme.

Nookie
06-14-2004, 05:55 PM
you need to add each group for each section, so for that to work add:

Pre_Group_1 = "grp1|dvdrtv|/groups/grp1/*|106|102|"

Bygone
06-14-2004, 05:58 PM
Pre_Group_0 = "grp1|dvdr dvdrtv dvdrmusic| <---this one worked thx...

Bygone
06-14-2004, 06:00 PM
[00:47] <|x|> [DEFAULT] + PRE: grp1 presents Test (0.00MB in 0F)
[00:59] <|x|> [DEFAULT] + PRE: grp1 presents Test (0.00MB in 0F)
[00:59] <|x|> [DEFAULT] + PRE: grp1 presents Test (0.00MB in 0F)

why does it announce |Default| <---on all 3 different sections??? is this ioA or ioBanana i need to talk to ?

Nookie
06-14-2004, 06:02 PM
ioBanana