Added the ability to refresh out backend metadata (#2078)

We now can refresh the Plex Metadata in our database. For example if the Plex Agent for TV Shows is TheMovieDb, we will use that and populate the IMDB Id and TheTvDb Id's so we can accuratly match and search things.

Also improved the Job settings page so we can Test CRON's and we also validate them.
This commit is contained in:
Jamie 2018-03-15 13:24:20 +00:00 committed by GitHub
parent d1ba626f46
commit 47f66978f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 667 additions and 46 deletions

View file

@ -10,5 +10,6 @@
public string AutomaticUpdater { get; set; }
public string UserImporter { get; set; }
public string SickRageSync { get; set; }
public string RefreshMetadata { get; set; }
}
}