1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00
Commit Graph

1283 Commits

Author SHA1 Message Date
Mark McDowall
c8d43accfb FreeSpaceSpec is blowing everything up... undoing for now. 2013-08-08 11:44:10 -07:00
Mark McDowall
5fe78ba7bf Require 100MB extra for import 2013-08-08 09:24:23 -07:00
Mark McDowall
fca4d20046 Do not import episodes when destination doesn't have enough disk space 2013-08-08 08:52:22 -07:00
Mark McDowall
e6b9cd7e60 Episode files are moved to final folder without renaming before deletion and final renaming 2013-08-07 22:40:31 -07:00
Mark McDowall
33db208bb6 Should skip History check during a search 2013-08-07 20:30:20 -07:00
Keivan Beigi
8900c32ae1 Better RSS date parsing 2013-08-07 19:07:07 -07:00
Mark McDowall
f9092e95c2 MonitoredSpec does not apply to searching
Fixed an issue where search specs weren't applied
2013-08-06 20:18:05 -07:00
Mark McDowall
55af8ecb18 SeasonPass now properly updates episodes 2013-08-06 18:32:56 -07:00
Keivan Beigi
9fcd91f2c5 updated decision logic to prioritize smaller releases of equal quality. 2013-08-06 17:49:40 -07:00
Mark McDowall
fd30d94972 Removed ServiceModel references 2013-08-05 22:31:33 -07:00
kay.one
d64bb56575 always replace .NET 3.5 of json.net with 4.0 on build. 2013-08-05 15:49:41 -07:00
kay.one
256520c551 cleaned up extra usings. 2013-08-05 15:10:32 -07:00
Mark McDowall
7e4236df3e EpisodeRefresh matches by season and episode number instead of tvdbepisodeid 2013-08-03 22:45:46 -07:00
Mark McDowall
bbd0fd41a3 MediaFile cleanup will unlink removed episode files from episodes 2013-08-02 23:44:10 -07:00
Mark McDowall
1c5e30bbd0 Directory lookup will not include some folders at base of drive 2013-08-02 20:01:16 -07:00
Mark McDowall
eaa7b39025 Better notification messages 2013-08-01 00:11:42 -07:00
Keivan Beigi
4e7468e6fe cleaned up refresh series a bit. 2013-07-31 19:02:36 -07:00
Mark McDowall
7a408f0ed8 Do not blowup notificaiton pipeline when on notification throws 2013-07-31 08:38:12 -07:00
kay.one
a5bb99367e skip queue check and adding new items if download client isn't configured correctly. 2013-07-30 22:49:41 -07:00
kay.one
c57fb29db4 upgrade service only tries to delete existing file if it actually exists. 2013-07-30 22:11:54 -07:00
kay.one
2dfebd2147 moved update url from db to nzbdrone.config 2013-07-29 19:12:16 -07:00
Keivan Beigi
c48ce4d9e0 DB log target is removed after test/app shutdown 2013-07-29 17:57:55 -07:00
Keivan Beigi
c80202bec3 updated FluentMigrator 2013-07-29 17:57:54 -07:00
Keivan Beigi
d98b9a9009 updated FluentValidation 2013-07-29 17:57:53 -07:00
Mark McDowall
3f85104d18 Fixed parsing of shows with scene numbering 2013-07-27 01:05:21 -07:00
kay.one
0d6d9a7021 linux fixes 2013-07-26 21:34:11 -07:00
Keivan Beigi
72d0b9c839 remove AnyCPU 2013-07-26 17:04:55 -07:00
kay.one
f55e4e4a54 more linux fixes 2013-07-25 23:37:18 -07:00
kay.one
324195eb23 more linux fixes 2013-07-25 23:32:41 -07:00
kay.one
c2b4eadc47 more linux fixes 2013-07-25 22:41:38 -07:00
kay.one
b06a58966e more linux fixes 2013-07-25 22:29:59 -07:00
kay.one
23b2c9eef5 more linux fixes 2013-07-25 22:22:44 -07:00
kay.one
05370518c5 fixing linux tests 2013-07-25 22:00:57 -07:00
Mark McDowall
5bfcc511e8 AirDate now stored as a string 2013-07-25 21:04:47 -07:00
Mark McDowall
13b71bdeb7 Set version to 10.0.0.* in AssemblyInfo 2013-07-24 18:59:09 -07:00
kay.one
478caf15f8 static resource URLs are now case sensitive. 2013-07-23 23:27:31 -07:00
Mark McDowall
50f66cbcca Fixed broken tests 2013-07-23 22:40:29 -07:00
Mark McDowall
7689b50dee Removed CustomStartDate 2013-07-23 21:40:05 -07:00
Mark McDowall
fa5dda8e2f Remove _UNPACK_ and _FAILED_ from folder name before processing 2013-07-22 23:46:42 -07:00
Mark McDowall
483b39899e Fixed broken import decision test 2013-07-22 23:23:48 -07:00
Mark McDowall
f2d030ef27 Xem is used now 2013-07-22 22:50:32 -07:00
Mark McDowall
4c1e6e14aa EpisodeFile cleanup and deletion fixes
Upgraded episodes will no longer be auto unmonitored
EpsiodeFiles will be removed from db if parsing rules have changed
EpisodeFiles will be removed from db if they are not in their series' folder (or subfolder)
2013-07-22 17:50:37 -07:00
Mark McDowall
19fc3bad6c More logging for existing file import issue 2013-07-21 23:31:51 -07:00
Mark McDowall
116913107d Missing count will not include unmonitored episodes 2013-07-21 21:39:26 -07:00
Mark McDowall
b6b3d26868 Added tests for rename episodes 2013-07-18 23:21:13 -07:00
kay.one
32933ef1c0 fixed broken tests. 2013-07-18 22:25:42 -07:00
kay.one
75fe4bb7d8 fixed broken tests. 2013-07-18 22:18:11 -07:00
kay.one
b676f868ce Disk scan is much much much much faster. 2013-07-18 22:05:07 -07:00
kay.one
c21ff235b6 fixed compile issues 2013-07-18 20:50:12 -07:00
kay.one
9252c5269a Removed unused using statements 2013-07-18 20:47:55 -07:00