Readarr/src/NzbDrone.Api
Joseph Milazzo ef4da4ac9f Track Parsing Code (#10)
* We now have the ability to import local tracks into Lidarr. Switching to IDv3 tag reading over custom parsing for local tracks.

* Stable code for track refresh.

* RefreshArtist and RescanArtist events are working correctly. Need to add potential rejection decisions in future.

* Implemented code comments

* PR comments and fixing some odd db bugs.

* Fix some conflicts after Unit Test PR Merge

Fix some conflicts after Unit Test PR Merge

* Track/Album Add and Update Fixes

Track/Album Add and Update Fixes

* Fixed an issue with trackimport looking up trackId instead of artistId

* Add Handle to TrackService for TrackAddedEvent

Add Handle to TrackService for TrackAddedEvent

* Update Quality Regex, Store BitRateMode in TrackFile

Update Quality Regex, Store BitRateMode in TrackFile
2017-07-03 13:39:06 -05:00
..
Albums Implement Calendar View (#9) 2017-06-27 21:25:51 -05:00
Authentication First round of refactoring. 2017-03-29 21:49:38 -06:00
Blacklist Removed unused using statements 2016-12-23 13:45:24 -08:00
Calendar Implement Calendar View (#9) 2017-06-27 21:25:51 -05:00
ClientSchema Fixed: Proper port validation for download clients and connections 2017-01-26 22:35:16 -08:00
Commands Fixed: Significantly improved api performance. 2016-07-24 01:00:41 +02:00
Config NamingConfig Refactor 2017-06-18 22:16:39 -04:00
DiskSpace Removed unused using statements 2016-12-23 13:45:24 -08:00
DownloadClient Removed unused using statements 2016-12-23 13:45:24 -08:00
EpisodeFiles At a point where we can build. Many TODOs and existing Series-based APIs need to be removed. No track code actually works. 2017-05-29 12:09:18 -05:00
Episodes Fixed linux build 2017-01-03 18:31:48 -08:00
ErrorManagement Moved Fatal logging to use nlog patterns 2017-01-05 17:43:24 -08:00
Exceptions Moved source code under src folder - massive change 2013-10-02 18:01:32 -07:00
Extensions Fixed double question mark in log. 2017-02-15 20:40:32 +01:00
FileSystem New: Manual Import episodes 2015-05-05 08:41:39 -07:00
Frontend Use MaterialisingResponse for static resource responses 2017-03-18 12:22:44 -07:00
Health Removed unused using statements 2016-12-23 13:45:24 -08:00
History Fixed api blacklist, history, wanted/missing and wanted/cutoff requiring sortKey, now defaulting to an appropriate value (airDateUtc/date desc for most). 2016-09-10 23:05:34 +02:00
Indexers The great logger.Error cleanup! 2017-01-05 17:43:24 -08:00
Logs Removed unused using statements 2016-12-23 13:45:24 -08:00
ManualImport Fixed: Significantly improved api performance. 2016-07-24 01:00:41 +02:00
MediaCovers Fixed: All issues regarding Media Covers should be fixed now after apply this update. Refresh browser cache if still missing and report issues on forum. 2015-02-06 21:41:36 +01:00
Metadata Removed unused using statements 2016-12-23 13:45:24 -08:00
Music Track Parsing Code (#10) 2017-07-03 13:39:06 -05:00
Notifications Removed unused using statements 2016-12-23 13:45:24 -08:00
Parse Removed unused using statements 2016-12-23 13:45:24 -08:00
Profiles Removed unused using statements 2016-12-23 13:45:24 -08:00
Properties Fixed compile warnings. 2014-07-21 08:18:24 -07:00
Qualities Removed unused using statements 2016-12-23 13:45:24 -08:00
Queue Fixed: Significantly improved api performance. 2016-07-24 01:00:41 +02:00
RemotePathMappings Removed unused using statements 2016-12-23 13:45:24 -08:00
REST Because it's 2016! 2016-12-21 20:38:37 -08:00
Restrictions Removed unused using statements 2016-12-23 13:45:24 -08:00
RootFolders Removed unused using statements 2016-12-23 13:45:24 -08:00
SeasonPass Removed unused using statements 2016-12-23 13:45:24 -08:00
Series Remove ISceneMappingService to get rid of service.sonarr.tv access errors 2017-04-13 20:14:13 +02:00
System New: Better platform detection specifically for Non-Windows Systems 2017-01-03 18:37:23 -08:00
Tags Removed unused using statements 2016-12-23 13:45:24 -08:00
TrackFiles Track Parsing Code (#10) 2017-07-03 13:39:06 -05:00
Tracks Many UI and API Improvements (#8) 2017-06-25 08:17:49 -05:00
Update Fixed: Significantly improved api performance. 2016-07-24 01:00:41 +02:00
Validation Fixed: RSS Sync Interval validation 2015-12-19 18:02:38 -08:00
Wanted Fix Unit Tests Build (#13) 2017-07-01 19:21:39 -05:00
app.config Updated bindingRedirect for Newtonsoft.Json 2017-01-04 14:18:38 -08:00
NancyBootstrapper.cs New: Better platform detection specifically for Non-Windows Systems 2017-01-03 18:37:23 -08:00
NzbDrone.Api.csproj Many UI and API Improvements (#8) 2017-06-25 08:17:49 -05:00
NzbDroneApiModule.cs Moved source code under src folder - massive change 2013-10-02 18:01:32 -07:00
NzbDroneFeedModule.cs Added iCal feed for the calendar, reachable through 2014-03-14 22:39:01 +01:00
NzbDroneRestModule.cs Removed unused using statements 2016-12-23 13:45:24 -08:00
NzbDroneRestModuleWithSignalR.cs Fixed: Significantly improved api performance. 2016-07-24 01:00:41 +02:00
packages.config Upgrade Ical.Net 2017-03-09 19:48:10 -08:00
PagingResource.cs Fixed api blacklist, history, wanted/missing and wanted/cutoff requiring sortKey, now defaulting to an appropriate value (airDateUtc/date desc for most). 2016-09-10 23:05:34 +02:00
ProviderModuleBase.cs First round of refactoring. 2017-03-29 21:49:38 -06:00
ProviderResource.cs Show warning message for rTorrent that it doesn't support torrent removal 2015-06-28 14:06:03 -07:00
ResourceChangeMessage.cs Moved source code under src folder - massive change 2013-10-02 18:01:32 -07:00
TinyIoCNancyBootstrapper.cs Disable Sentry Reporting based on analytics flag 2017-01-04 17:56:29 -08:00