diff --git a/couchpotato/core/plugins/renamer/__init__.py b/couchpotato/core/plugins/renamer/__init__.py index c5e2bc23..dcf18973 100644 --- a/couchpotato/core/plugins/renamer/__init__.py +++ b/couchpotato/core/plugins/renamer/__init__.py @@ -31,11 +31,13 @@ config = [{ 'name': 'folder_name', 'label': 'Folder naming', 'description': 'Name of the folder', + 'default': ' ()', }, { 'name': 'file_name', 'label': 'File naming', 'description': 'Name of the file', + 'default': '.', }, { 'advanced': True,