From b21473f0a0172a238f0c3466beee596c18ea15e2 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 2 Oct 2011 23:05:15 +0200 Subject: [PATCH] Renamer defaults --- couchpotato/core/plugins/renamer/__init__.py | 2 ++ 1 file changed, 2 insertions(+) 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,