.. |
Converting
|
ConfigFileProvider will now add missing config values automatically, with a default value.
|
2011-10-06 21:36:47 -07:00 |
Core
|
Added some update APIs to check for updates and download and extract the update package.
|
2011-10-20 22:04:26 -07:00 |
ExternalNotification
|
|
|
Indexer
|
Size is now parsed for each item in the feed.
|
2011-09-13 19:25:33 -07:00 |
Jobs
|
Fixed broken test, drop folder prefix uses regex instead of prefix now.
|
2011-10-22 16:28:57 -07:00 |
Xbmc
|
Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent.
|
2011-09-03 20:05:44 -07:00 |
AutoConfigureProvider.cs
|
|
|
DiskScanProvider.cs
|
DiskScanProvider.Scan() will log a warning if the path doesn't exist.
|
2011-10-22 12:03:54 -07:00 |
DownloadProvider.cs
|
|
|
EnviromentProvider.cs
|
Added some update APIs to check for updates and download and extract the update package.
|
2011-10-20 22:04:26 -07:00 |
EpisodeProvider.cs
|
Fixed an issue where GetEpisodesByParseResult would throw object reference when episode list was null
|
2011-10-20 16:07:47 -07:00 |
ExternalNotificationProvider.cs
|
|
|
HistoryProvider.cs
|
|
|
IndexerProvider.cs
|
|
|
InventoryProvider.cs
|
Quality size sliders are implemented. Limits are calculated based on MB/Minute.
|
2011-09-15 21:42:30 -07:00 |
MediaFileProvider.cs
|
|
|
MisnamedProvider.cs
|
EpisodesWithFiles now returns the full series object, instead of just the SeriesTitle (So we don't need to add junk to the Episode class)
|
2011-09-04 00:45:58 -07:00 |
NotificationProvider.cs
|
|
|
PostDownloadProvider.cs
|
Fixed broken test, drop folder prefix uses regex instead of prefix now.
|
2011-10-22 16:28:57 -07:00 |
QualityProvider.cs
|
|
|
QualityTypeProvider.cs
|
Quality size sliders are implemented. Limits are calculated based on MB/Minute.
|
2011-09-15 21:42:30 -07:00 |
RootDirProvider.cs
|
RootDirProvider.GetMostFreeRootDir() will calculate the find the RootDir with the most free space and return its path.
|
2011-10-15 11:54:39 -07:00 |
SabProvider.cs
|
|
|
SceneMappingProvider.cs
|
|
|
SearchProvider.cs
|
EpisodeSearch now gets the proper QualityProfile (broken after removing AttachSeries), tests updated.
|
2011-09-05 17:44:03 -07:00 |
SeriesProvider.cs
|
Local series search will now search anywhere in the title, not just the beginning.
|
2011-10-20 23:06:36 -07:00 |
TvDbProvider.cs
|
Added some update APIs to check for updates and download and extract the update package.
|
2011-10-20 22:04:26 -07:00 |
UpcomingEpisodesProvider.cs
|
UpcomingEpisodes will not show ignored episodes.
|
2011-10-03 16:53:21 -07:00 |
UpdateProvider.cs
|
Added some update APIs to check for updates and download and extract the update package.
|
2011-10-20 22:04:26 -07:00 |
XbmcProvider.cs
|
Replace '&' with its XML encoded equivalent, before parsing XML.
|
2011-09-28 21:39:05 -07:00 |