From e62b177940f1b41555804f1f8d5263672712fdb3 Mon Sep 17 00:00:00 2001 From: Ruud Date: Mon, 28 May 2012 22:05:40 +0200 Subject: [PATCH] Add cd number to renaming options --- 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 27566d17..9ceccb8b 100644 --- a/couchpotato/core/plugins/renamer/__init__.py +++ b/couchpotato/core/plugins/renamer/__init__.py @@ -20,6 +20,8 @@ rename_options = { 'original': 'Original filename', 'original_folder': 'Original foldername', 'imdb_id': 'IMDB id (tt0123456)', + 'cd': 'CD number (cd1)', + 'cd_nr': 'Just the cd nr. (1)', }, }