Radarr/src/NzbDrone.Core/MediaFiles/EpisodeImport
Tim Turner 24cbd6bcef Fix issue with reimporting on movie fresh (#357)
Fixes #314. Still have multiple movieFiles issue to clean up.
2017-01-19 19:58:57 -05:00
..
Manual Use MediaInfo to correctly identify quality when scanning disk as some file names may not contain the real quality. 2017-01-14 13:33:30 +01:00
Specifications Fixes a few things with importing: Sample check is done even when file is already in movie folder. Fixed importing of movies with "DC". 2017-01-10 16:23:07 +01:00
DetectSample.cs Update sample detection runtime minutes. Some trailers can be long. 2017-01-10 15:43:35 +01:00
IImportDecisionEngineSpecification.cs Implemented importing movies. This is still in early stages, however it should work pretty well. 2017-01-03 23:18:51 +01:00
ImportApprovedEpisodes.cs New: Added support to override Copy vs Move import logic for DownloadedEpisodesScan API and Manual Import UI. 2016-11-02 20:28:45 +01:00
ImportApprovedMovie.cs Fix issue with reimporting on movie fresh (#357) 2017-01-19 19:58:57 -05:00
ImportDecision.cs Taking another pass at organization/renaming 2017-01-08 22:16:14 -05:00
ImportDecisionMaker.cs Use MediaInfo to correctly identify quality when scanning disk as some file names may not contain the real quality. 2017-01-14 13:33:30 +01:00
ImportMode.cs Removed unused using statements 2016-12-23 13:45:24 -08:00
ImportResult.cs Episode import improvements 2015-02-08 00:07:08 -08:00
ImportResultType.cs