publicoverrideProviderMessageMessage=>newProviderMessage("Radarr is unable to remove torrents that have finished seeding when using rTorrent",ProviderMessageType.Warning);
publicoverrideProviderMessageMessage=>newProviderMessage("Radarr is unable to remove torrents that have finished seeding when using rTorrent",ProviderMessageType.Warning);
[FieldDefinition(6, Label = "Category", Type = FieldType.Textbox, HelpText = "Adding a category specific to Radarr avoids conflicts with unrelated downloads, but it's optional.")]
[FieldDefinition(6, Label = "Category", Type = FieldType.Textbox, HelpText = "Adding a category specific to Radarr avoids conflicts with unrelated downloads, but it's optional.")]
publicstringTvCategory {get;set;}
publicstringMovieCategory {get;set;}
[FieldDefinition(7, Label = "Directory", Type = FieldType.Textbox, Advanced = true, HelpText = "Optional location to put downloads in, leave blank to use the default rTorrent location")]
[FieldDefinition(7, Label = "Directory", Type = FieldType.Textbox, Advanced = true, HelpText = "Optional location to put downloads in, leave blank to use the default rTorrent location")]
publicstringTvDirectory{get;set;}
publicstringMovieDirectory{get;set;}
[FieldDefinition(8, Label = "Recent Priority", Type = FieldType.Select, SelectOptions = typeof(RTorrentPriority), HelpText = "Priority to use when grabbing episodes that aired within the last 14 days")]
publicintRecentTvPriority{get;set;}
[FieldDefinition(9, Label = "Older Priority", Type = FieldType.Select, SelectOptions = typeof(RTorrentPriority), HelpText = "Priority to use when grabbing episodes that aired over 14 days ago")]