This website requires JavaScript.
Explore
Help
Register
Sign in
mirror
/
Lidarr
Watch
1
Star
0
Fork
You've already forked Lidarr
0
mirror of
https://github.com/lidarr/Lidarr
synced
2025-01-19 05:10:02 +00:00
Code
Issues
Releases
Wiki
Activity
34206fc308
Lidarr
/
NzbDrone.Core
/
Providers
History
Mark McDowall
34206fc308
Renamed to skipHistory to make it more clear.
2012-01-17 23:46:17 -08:00
..
Converting
Core
Added the ability to auto-ignore episodes for files that are deleted, good for people that delete after watching. Option is not exposed in the UI and is disabled by default (obviously).
2012-01-15 20:12:47 -08:00
ExternalNotification
ExternalNotification now has AfterRename, to notify (XBMC) after all episodes have been renamed.
2012-01-04 19:40:25 -08:00
Indexer
Log indexer name when failing to process feed.
2012-01-01 12:17:53 -08:00
Xbmc
AutoConfigureProvider.cs
Replaced get and post with ajax to prevent XSRF.
2011-12-19 00:36:57 -08:00
DiskScanProvider.cs
Episode auto-ignore is now done in realtime rather than using a job.
2012-01-16 20:05:36 -08:00
DownloadProvider.cs
EpisodeProvider.cs
Episode auto-ignore is now done in realtime rather than using a job.
2012-01-16 20:05:36 -08:00
ExternalNotificationProvider.cs
AfterRename will now call AfterRename for each external notifier instead of OnRename.... C+P Fail.
2012-01-04 19:53:22 -08:00
GrowlProvider.cs
HistoryProvider.cs
IndexerProvider.cs
InventoryProvider.cs
Renamed to skipHistory to make it more clear.
2012-01-17 23:46:17 -08:00
MediaFileProvider.cs
Episode auto-ignore is now done in realtime rather than using a job.
2012-01-16 20:05:36 -08:00
MisnamedProvider.cs
NewznzbProvider.cs
NotificationProvider.cs
PostDownloadProvider.cs
Turning off tagging folder for now, to stop messing people's series folders
2012-01-14 19:17:23 -08:00
ProwlProvider.cs
QualityProvider.cs
QualityTypeProvider.cs
ReferenceDataProvider.cs
DailySeries now use the JSON API instead of the CSV file.
2012-01-12 20:08:58 -08:00
RootDirProvider.cs
Fixed some issue around path normalization.
2011-12-10 11:22:47 -08:00
SabProvider.cs
SabProvider will use Series.Title instead of the series Path, it is first cleaned by MediaFileProvide.CleanName().
2012-01-14 12:36:11 -08:00
SceneMappingProvider.cs
SceneMapping will use the JSON API instead of CSV file now.
2012-01-12 19:22:28 -08:00
SearchProvider.cs
Added pre-search check for EpisodeSearch to see if an upgrade is possible, before attempting.
2012-01-17 23:45:21 -08:00
SeriesProvider.cs
Adding series with a ID of 0 is now blocked.
2012-01-13 14:16:33 -08:00
SmtpProvider.cs
TvDbProvider.cs
TwitterProvider.cs
UpcomingEpisodesProvider.cs
UpdateProvider.cs
XbmcProvider.cs
XbmcProvider will use the HTTP API when updating the library for Eden clients (EventServer was failing).
2012-01-09 23:10:53 -08:00