Added: Option to omit year from indexer searches when searching by title. Also added option to force a movie search by title instead of imdb id. Fixes#1912
// Field 5 is used by TorznabSettings MinimumSeeders
[FieldDefinition(5,Label="Remove year from search string",
HelpText="Should Radarr remove the year after the title when searching this indexer?",Advanced=true,Type=FieldType.Checkbox)]
publicboolRemoveYear{get;set;}
[FieldDefinition(6,Label="Search by Title",
HelpText="By default, Radarr will try to search by IMDB ID if your indexer supports that. However, some indexers are not very good at tagging their releases correctly, so you can force Radarr to search that indexer by title instead.",
Advanced=true,Type=FieldType.Checkbox)]
publicboolSearchByTitle{get;set;}
// Field 7 is used by TorznabSettings MinimumSeeders
// If you need to add another field here, update TorznabSettings as well and this comment