"NotificationsSettingsUpdateMapPathsFromHelpText":"{appName} path, used to modify series paths when {serviceName} sees library path location differently from {appName} (Requires 'Update Library')",
"NotificationsSettingsUpdateMapPathsToHelpText":"{serviceName} path, used to modify series paths when {serviceName} sees library path location differently from {appName} (Requires 'Update Library')",
"NotificationsSettingsUseSslHelpText":"Connect to {serviceName} over HTTPS instead of HTTP",
"Ok":"Ok",
"Ok":"Ok",
"OnAlbumDelete":"On Album Delete",
"OnAlbumDelete":"On Album Delete",
"OnApplicationUpdate":"On Application Update",
"OnApplicationUpdate":"On Application Update",
@ -1228,6 +1248,7 @@
"UrlBaseHelpTextWarning":"Requires restart to take effect",
"UrlBaseHelpTextWarning":"Requires restart to take effect",
"UseHardlinksInsteadOfCopy":"Use Hardlinks instead of Copy",
"UseHardlinksInsteadOfCopy":"Use Hardlinks instead of Copy",
"UseProxy":"Use Proxy",
"UseProxy":"Use Proxy",
"UseSsl":"Use SSL",
"Usenet":"Usenet",
"Usenet":"Usenet",
"UsenetDelay":"Usenet Delay",
"UsenetDelay":"Usenet Delay",
"UsenetDelayHelpText":"Delay in minutes to wait before grabbing a release from Usenet",
"UsenetDelayHelpText":"Delay in minutes to wait before grabbing a release from Usenet",
[FieldDefinition(4, Label = "Authenticate with Plex.tv", Type = FieldType.OAuth)]
[FieldDefinition(5, Label = "NotificationsPlexSettingsAuthenticateWithPlexTv", Type = FieldType.OAuth)]
publicstringSignIn{get;set;}
publicstringSignIn{get;set;}
[FieldDefinition(5, Label = "Update Library", Type = FieldType.Checkbox)]
[FieldDefinition(6, Label = "NotificationsSettingsUpdateLibrary", Type = FieldType.Checkbox)]
publicboolUpdateLibrary{get;set;}
publicboolUpdateLibrary{get;set;}
[FieldDefinition(6, Label = "Map Paths From", Type = FieldType.Textbox, Advanced = true, HelpText = "Lidarr path, used to modify series paths when Plex sees library path location differently from Lidarr")]
[FieldDefinition(7, Label = "Map Paths To", Type = FieldType.Textbox, Advanced = true, HelpText = "Plex path, used to modify series paths when Plex sees library path location differently from Lidarr")]