










'import site' failed; use -v for traceback
Traceback (most recent call last):
File "/Users/XXX/Downloads/SABScripts/write_album_art.py", line 24, in <module>
import sys, os, fnmatch, re, urllib, eyeD3, shutil, string, ConfigParser
zipimport.ZipImportError: can't decompress data; zlib not available

[art]
imagefile = album_cover.jpg
remove_imagefile = True
embed_art = True
[id3]
fetch_missing_id3_newzbin = True
set_empty_track = True
remove_comments = True
[itunes]
# Windows users running Python from source requires install of pywin32: http://sourceforge.net/project/showfiles.php?group_id=78018
add_to_itunes = True
add_to_itunes_even_on_cover_fail = True
# WARNING! Only turn the following flags on if iTunes is set to "Copy file to iTunes Music folder when adding to library" in Preferences > Advanced
# 0 = NO or 1 = YES - does not remove folder
remove_mp3_after_itunes_add = "1"
remove_dir_after_itunes_add = True
[files]
#Removes original "ARTIST - ALBUM (YEAR)" folder and makes: [MUSIC Root]\[ARTIST]\[ALBUM]
clean_dir_struct = False
#example windows: C:/mp3/albums -- no trailing slash, use forward slashes only
move_to_dir =
# Rename files, set to true and set one of the options below to True, track_title or track_artist_title
rename_files = False
# 01 - title.mp3
track_title = False
# 01 - artist - title.mp3
track_artist_title = False
# These aren't necessary if you use CLEAN_DIR_STRUCT OR REMOVE_DIR_AFTER_ITUNES_ADD above
remove_m3u = False
remove_sfv = False
remove_nfo = False
remove_nzb = False
[xbmc]
update_xbmc = False
xbmc_ip = ""
# XBMC: 8080 / Plex: 3000
xbmc_port = 3000 

Return to Post-Processing Scripts