diff --git a/headphones/postprocessor.py b/headphones/postprocessor.py index b0b67cc2..0d70b6c5 100755 --- a/headphones/postprocessor.py +++ b/headphones/postprocessor.py @@ -1247,7 +1247,7 @@ def forcePostProcess(dir=None, expand_subfolders=True, album_dir=None, keep_orig myDB = db.DBConnection() for folder in folders: - folder_basename = os.path.basename(folder) + folder_basename = os.path.basename(folder).decode(headphones.SYS_ENCODING, 'replace') logger.info('Processing: %s', folder_basename) # Attempt 1: First try to see if there's a match in the snatched table,