Browse Source

Renamer defaults

pull/51/merge
Ruud 14 years ago
parent
commit
b21473f0a0
  1. 2
      couchpotato/core/plugins/renamer/__init__.py

2
couchpotato/core/plugins/renamer/__init__.py

@ -31,11 +31,13 @@ config = [{
'name': 'folder_name',
'label': 'Folder naming',
'description': 'Name of the folder',
'default': '<namethe> (<year>)',
},
{
'name': 'file_name',
'label': 'File naming',
'description': 'Name of the file',
'default': '<thename><cd>.<ext>',
},
{
'advanced': True,

Loading…
Cancel
Save