View Single Post
Old 11-06-2003, 01:34 AM  
ThomasH
Member
 
Join Date: Oct 2003
Posts: 30
Default

Code:
# for mp3 sorting, leave empty to disable
mp3_genre_path=              
#D:\FTPHome\mp3\Sorted\Genre\
mp3_year_path=               
#D:\FTPHome\mp3\Sorted\Year\
mp3_artist_path=             
#D:\FTPHome\mp3\Sorted\Artist\
mp3_artist_sort_alpha=0
excluded_dirs_sortmp3=/!ioftpd /pre /_requests /___speedtests___

# sort movies by genre, rating and/or year; leave empty to
disable
movie_year_path=             
#D:\FTPHome\movies\Sorted\Year\
movie_genre_path=            
#D:\FTPHome\movies\Sorted\Genre\
movie_rating_path=           
#D:\FTPHome\movies\Sorted\Rating\
# add_rating will prefix each symlink with "[rating]-" inside Year and Genre dirs
movie_sort_add_rating=0
excluded_dirs_sortmovie=/!ioftpd /pre /_requests /___speedtests___
above is from my ini...
I can't see why its not already disabled...


Using ZR-tool: I needed something to stop the transfer of certain files - .message among others - and its the only function I'm currently using.

Code:
[Pre]
#ZR tools
stor  = EXEC ..\scripts\ZR-Tools\ZR-Ban-F.exe
mkd   = EXEC ..\scripts\ZR-Tools\ZR-Ban-D.exe
#ZR End

#ioBanana Begin
user = EXEC ..\scripts\ioBanana.exe closed
list = EXEC ..\scripts\ioBanana.exe ban
;retr = EXEC ..\scripts\ioBanana.exe limiter
mkd  = EXEC ..\scripts\ioBanana.exe dupecheck_dir
;mkd  = EXEC ..\scripts\ioBanana.exe checkdenypre
stor = EXEC ..\scripts\ioBanana.exe pre_stor
#ioBanana End
Seems to be working fine.
I also had some trouble with ioB not blocking [100%] dirs - might be because I had disabled the dupecheck function, or perhaps because I had disabled all in the above [pre] section.

Thanx for your help

/Thomas
ThomasH is offline   Reply With Quote