diff --git a/couchpotato/core/plugins/renamer/main.py b/couchpotato/core/plugins/renamer/main.py index 1d7a1ff..51ea75d 100644 --- a/couchpotato/core/plugins/renamer/main.py +++ b/couchpotato/core/plugins/renamer/main.py @@ -136,7 +136,7 @@ class Renamer(Plugin): for current_file in sorted(list(group['files'][file_type])): # Original filename - replacements['original'] = os.path.basename(current_file) + replacements['original'] = os.path.splitext(os.path.basename(current_file))[0] replacements['original_folder'] = os.path.basename(os.path.dirname(current_file)) # Extension