Lidarr/NzbDrone.Core
markus101 e7cbc4cbcf Added additional priorities supported by SABnzbd.
From shypike:This is the (kind of weird) priority table:

TOP_PRIORITY = 2
HIGH_PRIORITY = 1
NORMAL_PRIORITY = 0
LOW_PRIORITY = -1
DEFAULT_PRIORITY = -100
PAUSED_PRIORITY = -2

-100 won't do a thing, since it means: whatever is default.
2011-02-11 00:12:44 -08:00
..
Instrumentation More config pages have been added. AJAX to save. Order with jquery sortable. 2011-01-28 22:10:22 -08:00
Libraries More config pages have been added. AJAX to save. Order with jquery sortable. 2011-01-28 22:10:22 -08:00
Model Added additional priorities supported by SABnzbd. 2011-02-11 00:12:44 -08:00
Properties Fixed notification issues 2010-10-20 18:49:23 -07:00
Providers Fixed an issue where the RssSyncTimer was not updating the NextInterval variable after expiring the first time. 2011-02-09 23:18:07 -08:00
Repository Working on validation for forms, issues with server side, not sure how to post back model with AJAX submit, yet. 2011-02-10 17:22:29 -08:00
CentralDispatch.cs TimerProvider will test every 1 minute to see if it matches a schedule for updating season or entire series. 2011-02-09 22:51:04 -08:00
NzbDrone.Core.csproj Working on validation for forms, issues with server side, not sure how to post back model with AJAX submit, yet. 2011-02-10 17:22:29 -08:00
Parser.cs fixed episode parse, profile storage 2011-02-03 12:09:19 -08:00