mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 16:52:56 -07:00
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:
parent
d1ba626f46
commit
47f66978f0
29 changed files with 667 additions and 46 deletions
|
@ -39,6 +39,10 @@ namespace Ombi.Settings.Settings.Models
|
|||
{
|
||||
return Get(s.SickRageSync, Cron.Hourly(35));
|
||||
}
|
||||
public static string RefreshMetadata(JobSettings s)
|
||||
{
|
||||
return Get(s.RefreshMetadata, Cron.Daily(3));
|
||||
}
|
||||
|
||||
|
||||
private static string Get(string settings, string defaultCron)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue