View Single Post
Old 05-16-2005, 06:57 PM  
inside
Member
 
Join Date: Dec 2004
Posts: 51
Default

These two config will solve your problem


Config zipscript.msg :

Code:
good_file_warning=Next time you overwrite a perfectly good file, you'll get your balls ripped off!!!

parent_incomplete=[Incomplete]-%dir
parent_incomplete_2=[Incomplete]-%dir--%subdir

dirtag=[%.1percent% Incomplete with %files-F]
dirtag_mp3=[%.1percent% Incomplete with %files-F]-[mp3info - %genre (%year) @ %bitrate-kbps]
dirtag_imdb=[%.1percent% Incomplete with %files-F]-[imdbinfo - %genre (%year) - %rating (%votes)]
dirtag_complete_big=[%.0percent% Complete ]-[%files-F @ %.1size%units at %speedint]
dirtag_complete_small=[%.0percent% Complete]-[%files-F @ %.2size%units at %speedint]
dirtag_complete_mp3=[%.0percent% Complete]-[%files-F @ %.1size%units at %speedint]-[mp3info - %genre (%year) @ %bitrate-kbps]
dirtag_complete_imdb=[%.0percent% Complete]-[%files-F @ %.1size%units at %speedint]-[imdbinfo - %genre (%year) - %rating (%votes)]
dirtag_delete=[*% *omplete*]

rescan_ok=%30filename  OK!
rescan_bad=%30filename  Bad! File CRC: %crcf SFV CRC: %crcs
rescan_missing=%30filename  Missing!

usersstats=Users Top
groupsstats=Groups Top

imdbinfo=[iMDB] -( %rating with %votes - %genre - %year - %screens )- [iMDB]
Config zipscript (iobanane.ini):

Code:
#############
# zipscript #
#############
#
# 'parent_stats 'displays global stats for multiple CDs races in the parent dir (if a .nfo is present there)
parent_stats=1

# Enable or disable racestats calculations after each file (unnecessary and time consuming!)
always_compute_racestats=1

# 'min_halfway' = minimum number of files in release to announce halfway
min_halfway=3

# Define which %rank? cookies you want to have available in your bot's .skin USTATS-B and GSTATS-B (%rank1, %rank2, etc.)
# One line per stat (max 5); check SITE RANK usage for sections syntax
# Only define the stats you will use or loose precious CPU cycles!!
racestats_rank1=wkup sections "!1 *"
racestats_rank2=monthup sections "!1 *"

# Enable or disable 0-byte files checking; only enable if u get many 0-byte files on your site!
cleanse_0bytes_files=0
# Enable or disable bad files deletion
delete_bad=1

# For mp3 sorting, leave empty to disable
mp3_genre_path=
mp3_year_path=
mp3_artist_path=
mp3_artist_sort_alpha=1
excluded_dirs_sortmp3=/xxx/ 

# Sort movies by genre, rating and/or year; leave empty to disable
movie_year_path=
movie_genre_path=
movie_rating_path=
# Add_rating will prefix each symlink with "[rating]-" inside Year and Genre dirs
movie_sort_add_rating=1
excluded_dirs_sortmovie=/xxx/ 

# Extract file_id.diz and/or nfo files from zips; enable (1) or disable (0)
extract_diz_zip=1
extract_nfo_zip=1

# Log (for irc announce) url found in .nfo files inside uploaded .zip
log_url_zipped_nfo=1

# List of all the allowed and banned nfo files that can be extracted from .zip files
nfo_allow_list=c:\xxxx\scripts\ZR-Accepted.cfg
nfo_ban_list=c:\xxxx\scripts\ZR-Banned.cfg

# Create incomplete symlinks in parent dir ?
# For all 2_level_incomplete dirs, symlinks will be created in parent's parent folder (probably your section dir) instead of inside the release folder
parent_incomplete=1
parent_incomplete_dirs=/xxx/ 
2_level_incomplete=cd1 cd2 cd3 cd4 cd5 disc1 disc2 disc3 dvd1 dvd2 dvd3 vobsub vobsubs subtitle subtitles subs subpack codec

# Force a nfo or a sfv to be sent before anything else in specific dirs; nfo in parent dir is ok
force_nfo_first=0 
force_sfv_first=0
force_dirs=/xxx/ 
# Files uploaded in any dir specified in excluded_dirs_force won't be checked (not case-sensitive)
excluded_dirs_force=cover covers

# force_sample_first = 1 means you won't be able to create any dir listed in force_sample_check if there is no sample subdir
# Be sure you only enable that in your movies dirs!
force_sample_first=0
force_sample_check=cd1 cd2 cd3 cd4 cd5 disc1 disc2 disc3 dvd1 dvd2 dvd3 vobsub vobsubs subtitle subtitles subs subpack codec cover covers
force_dirs_sample=/xxx/ 

# All files uploaded in those dirs, and all subdirs, will be automatically deleted on upload
autodelete=

# Excluded dirs (includes subdirs): those dirs won't be processed by the zipscript (sfv, zip, mp3, etc.)
excluded_dirs_zs=/xxxxxxx/
@+
inside is offline   Reply With Quote