1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-19 16:01:46 +02:00
Commit Graph

375 Commits

Author SHA1 Message Date
Mark McDowall
43a7d6239e Moved indexers to ObjectDb 2013-02-20 23:07:34 -08:00
Keivan Beigi
b5644bf660 moved series/season/episodes to object db. 2013-02-19 18:05:15 -08:00
kay.one
4504232956 still very broken 2013-02-18 22:56:02 -08:00
kay.one
2d4998d52d moved Series,Seasons,Episodes to their own folders. 2013-02-18 22:01:03 -08:00
Keivan Beigi
499401fc70 Moved DecisionEngine to root of core. 2013-02-18 18:19:38 -08:00
kay.one
40f3a8663d splited jobprovider into jobrepo, jobcontroller, moved to object db. 2013-02-17 23:59:43 -08:00
kay.one
aeae9d75d1 fixed jobprovider teardown breaking in mono. 2013-02-17 08:09:49 -08:00
kay.one
cb0c3b85de moved all of the tests that didn't need to be SQL test to basic core test. 2013-02-16 21:44:06 -08:00
kay.one
a0d0e4715e fixed some tests, cleaned up root folders. 2013-02-16 20:48:19 -08:00
kay.one
e44d262a1a added siaqodb 2013-02-16 20:48:19 -08:00
Mark McDowall
7ed148b12c Fixed most of the broken tests 2013-02-15 16:52:50 -08:00
kay.one
9e4bb278ef moved rootdir to eloquera 2013-02-15 16:52:48 -08:00
kay.one
f973a42669 separated sqlce and db4o tests. 2013-02-15 16:52:46 -08:00
kay.one
64a3e1caf0 cleaned up CoreTest base class. 2013-02-15 16:52:08 -08:00
kay.one
77bb790672 some cleanup. 2013-02-15 16:52:07 -08:00
kay.one
653f45f10e more test fixes. 2013-02-15 16:52:05 -08:00
kay.one
edf7cc678d fixed some broken tests. 2013-02-15 16:52:05 -08:00
kay.one
fd8ad73476 fixed broken tests. 2013-02-15 16:52:04 -08:00
Mark McDowall
b6ed048f94 Ignore specials when doing sample check
#ND-168 fixed
Fixed: Ignore sample check when importing specials (Season 0)
2013-02-07 17:47:24 -08:00
Mark McDowall
3b16d68d0b Sample check reduced to 3 minutes 2013-01-25 23:18:42 -08:00
Mark McDowall
b7229dea06 Repack/propers for older episodes are no more
#ND-53
Fixed: Do not download Propers/Repacks for episodes older than 7 days
2013-01-25 14:58:01 -08:00
Mark McDowall
02e21c7d7e This is why we write unit tests...
#ND-93 fixed - for real this time
Fixed: Option to have older episodes added to SABnzbd queue at a
different priority
2013-01-24 15:33:32 -08:00
Mark McDowall
5af06c1332 Fixed broken tests 2013-01-24 00:03:10 -08:00
Mark McDowall
0315385f98 Fixed Nzbget tests 2013-01-23 23:38:16 -08:00
Mark McDowall
bf2c811a09 Nzbget support added to core
#ND-145 In Progress
2013-01-23 22:36:37 -08:00
Mark McDowall
e2cc4ef4ea Special characters removed from titles
#ND-128 fixed
Fixed: Remove special characters from titles when searching
2013-01-22 19:57:51 -08:00
Mark McDowall
e136b458e0 MediaInfo added
New: Samples will only be skipped when under 70MB and under 8 minutes in
length
#ND-121 fixed
2013-01-20 16:35:42 -08:00
Mark McDowall
f556f2aaf2 Reject non-english releases
NzbDrone, now with more rejection built in
2013-01-15 17:36:02 -08:00
Mark McDowall
b9dce2e82d Fixed test 2013-01-13 15:33:17 -08:00
Mark McDowall
7a675487fd Don't try to move episode file that does not exist
#ND-144 fixed
2013-01-13 15:09:44 -08:00
Mark McDowall
52e49ce879 Merge branch 'searching' 2013-01-13 11:30:46 -08:00
Mark McDowall
5e7c0951b7 Searching refactored
#ND-135 fixed
2013-01-13 00:24:48 -08:00
Mark McDowall
8d9e69af96 BestQualityInHistory fixed
#ND-138 fixed
#ND-138 comment "No issue with Disk upgrade check, just history."
Fixed: An issue with some qualities being treated as lower than expected
when checking history
2013-01-10 17:15:36 -08:00
Mark McDowall
210a0c1936 Fixed broken test 2013-01-09 00:20:35 -08:00
Mark McDowall
106ea1d04b Raw-HD
New: Raw-HD (TrollHD) support added
Fixed: Parser for TrollHD releases from NzbIndex and NzbClub
#ND-115 fixed
#ND-115 comment Max size will be ignored for Raw-HD releases, since they
are always very large anyways
2013-01-09 00:15:06 -08:00
Mark McDowall
b8fff306bf Goodbye EF! 2013-01-08 00:57:38 -08:00
Mark McDowall
924d3d0c8e Hello Autofac, Goodbye Ninject 2013-01-02 17:09:13 -08:00
Mark McDowall
5ba1c0eceb Merge branch 'master' into backbone 2013-01-01 13:14:47 -08:00
Mark McDowall
f032917595 Added parsing for 1080p HDTV
New: Support for 1080p HDTV (parsing only)
2012-12-31 19:45:57 -08:00
Mark McDowall
2235b83809 Sample file cutoff now 70MB
#ND-121 fixed
Fixed: Any file under 70MB will be treated as a sample file
2012-12-31 00:41:19 -08:00
Mark McDowall
b3874dbdb0 Merge branch 'master' into backbone 2012-12-26 21:09:01 -08:00
Mark McDowall
78187b68f9 DailySeries renaming fixed
Fixed: Daily Series will be named with AirDate
#ND-112 fixed
2012-12-26 20:12:23 -08:00
Mark McDowall
62b10a56df GetNewFilename takes series instead of string now 2012-12-26 19:51:04 -08:00
Mark McDowall
89cfb5c9b1 TVRageMapping updates
Fixed: Issue matching TVDB series to TVRage series in some situations
2012-12-26 16:16:15 -08:00
Mark McDowall
afef5ba0f4 No longer clean Newznab URLs when saving 2012-12-26 14:33:42 -08:00
Mark McDowall
cd98fbb4fa Missing root dir won't stop app
Fixed: Missing root dir won't prevent UI from loading
2012-12-25 23:20:31 -08:00
Mark McDowall
0bfc6cfe71 Merge branch 'master' into backbone
Conflicts:
	.gitignore
2012-12-23 00:46:23 -08:00
Mark McDowall
2bd866f590 Better handling of xml errors on tvrage 2012-12-22 17:18:05 -08:00
Mark McDowall
79c1d6a792 Added indexer names for test indexers. 2012-12-20 14:00:57 -08:00
Mark McDowall
9bc64e7ea4 Fixed gitignore file 2012-12-20 13:48:14 -08:00
Mark McDowall
c2f9679141 Ampersand removed from title before searching
Fixed: Remove "&" from title before searching TheTVDB
2012-12-20 13:27:54 -08:00
Mark McDowall
23019ebda6 Fixed broken test 2012-12-19 20:48:05 -08:00
Mark McDowall
6a5b69ae5a Added tests for TvRageMappingProvider 2012-12-19 20:34:34 -08:00
Mark McDowall
253426873c Matching TvRage to TvDb
#ND-15 In Progress
2012-12-19 08:41:51 -08:00
Mark McDowall
f00b17ac47 Added TvRageProvider and model classes 2012-12-17 22:41:08 -08:00
Mark McDowall
89568cbe99 Merge branch 'master' into backbone
Conflicts:
	.gitignore
	NzbDrone.Core.Test/NzbDrone.Core.Test.csproj
	NzbDrone.Core.Test/packages.config
	NzbDrone.Core/packages.config
2012-12-16 19:13:19 -08:00
Mark McDowall
8f1f96a573 Fixed: WEBDL-480p being detected as WEBDL-720p
Fixed Newznab DNS hostname test, finally!
2012-12-16 01:08:02 -08:00
Mark McDowall
6f1df9fe05 Fixed: XBMC Frodo library updates 2012-12-13 21:18:15 -08:00
Mark McDowall
b747db6b93 Version number parsing for XBMC Frodo 2012-12-13 13:52:54 -08:00
Mark McDowall
5294928878 Added tests to attempt to find bug with WEBDL1080 2012-12-13 08:43:25 -08:00
Mark McDowall
af2c86e40a Merge remote-tracking branch 'origin/master' into backbone 2012-12-09 22:41:18 -08:00
Mark McDowall
aa40fe8c94 Removed NzbMatrix
New: Removed NzbMatrix
2012-12-09 20:50:05 -08:00
Mark McDowall
e02f606d82 Fixed some unit tests 2012-12-06 21:16:58 -08:00
Mark McDowall
7bdc10c370 Xbmc episode metadata
Fixed: An issue with episode nfo not downloading when episode did not
have a thumbnail (XBMC Metadata)
2012-12-04 17:41:19 -08:00
Mark McDowall
c8969b77fe More newzbin cleanup 2012-12-02 19:47:28 -08:00
Mark McDowall
215c946a67 Fixed broken tests 2012-11-22 19:36:07 -08:00
Mark McDowall
eddbd4a97b Renamed some settings, added 2nd priority for sab
New: Separated priorities for new and old episodes when sent to SABnzbd
2012-11-22 18:56:27 -08:00
Mark McDowall
d073a0b2fb Merge branch 'master' into searching 2012-11-21 08:16:22 -08:00
Mark McDowall
97fa0ef0d3 Rmeove illegal characters
Fixed: Remove illegal characters when saving blackhole and pneumatic
downloads
2012-11-18 18:17:00 -08:00
Mark McDowall
71536dc5c9 Fixed broken test for queue 2012-11-16 17:00:49 -08:00
Mark McDowall
d065876991 Refactored Search, less work in the searching 2012-11-16 08:39:54 -08:00
Mark McDowall
21ccdaa68b QualityType sizes are added automatically 2012-11-13 08:37:08 -08:00
Mark McDowall
1b9480275f Get json response when adding item to the queue 2012-10-22 23:57:01 -07:00
Mark McDowall
73e82c2f69 Fixed broken tests from merge 2012-10-20 17:19:30 -07:00
Mark McDowall
5bbe310af5 Merge branch 'xem' into 'master'
Conflicts:
	NzbDrone.Common/DiskProvider.cs
	NzbDrone.Core.Test/ProviderTests/DiskScanProviderTests/ImportFileFixture.cs
	NzbDrone.Core/Providers/DecisionEngine/CustomStartDateSpecification.cs
	NzbDrone.Core/Providers/DiskScanProvider.cs
	NzbDrone.Core/Providers/DownloadProvider.cs
2012-10-20 16:07:04 -07:00
Mark McDowall
96a14bab9a Handle add to queue errors in SAB 2012-10-20 13:03:18 -07:00
Mark McDowall
5cc2810f77 Skip import when when folder is in use
Fixed: Skip post-processing when folder is in use or series path does
not exist on disk
2012-10-20 01:01:47 -07:00
Mark McDowall
5014745f88 More skip import 2012-10-19 23:46:36 -07:00
Mark McDowall
b5e196fcef Skip import when Series.Path doesn't exist 2012-10-19 23:46:12 -07:00
Mark McDowall
f9370a8aec Cleaned and fixed broken tests 2012-10-19 18:42:42 -07:00
Mark McDowall
db585b3bd7 Merge remote-tracking branch 'origin/dynamic-jobs' 2012-10-19 08:39:07 -07:00
Mark McDowall
de62dc6f56 Merge remote-tracking branch 'origin/quality' 2012-10-19 08:31:39 -07:00
Mark McDowall
cbdbc9a01b New: Import will skip any video file under 40MB 2012-10-19 08:27:45 -07:00
Mark McDowall
40accd835b Fixed: Issues with Custom Start Date 2012-10-18 11:50:52 -07:00
Mark McDowall
d99415bc31 Revert to standard numbering when scene is absent 2012-10-18 08:33:18 -07:00
Mark McDowall
728a18f680 Fixed searchProvider 2012-10-17 23:50:36 -07:00
Mark McDowall
7b5d57d224 Removed American Dad fix test 2012-10-17 17:07:16 -07:00
Mark McDowall
2fd1263619 Download naming uses tvdb numbering
Searching by scene name added
Removed American Dad
2012-10-17 17:06:14 -07:00
Mark McDowall
59bfa16462 Added tests for GetEpisodeBySceneNumbering 2012-10-17 00:56:07 -07:00
Mark McDowall
9c6d78d479 Cleanup and updates for XEM
SceneSource added to signify to lookup via scene name
Use Episodes for naming instead of EpisodeNumbers (in ParseResult)
2012-10-17 00:39:06 -07:00
Mark McDowall
c9c967fa1d Properly using Xem now 2012-10-16 22:00:28 -07:00
Mark McDowall
4b5d20cefe Revert "XemClient added"
This reverts commit a6e8ec6123.
2012-10-16 17:08:47 -07:00
Mark McDowall
c5252ca22d Merge remote-tracking branch 'origin/master' into quality 2012-10-14 23:16:00 -07:00
Mark McDowall
d25da21e58 Multi episode title cleanup #ND-67 Fixed 2012-10-14 22:52:12 -07:00
Mark McDowall
09665c2920 Added WEBDL 1080p
New: WEBDL 720p and 1080p are now separated
2012-10-14 21:30:07 -07:00
Mark McDowall
41f70ce7ca Fixed broken tests 2012-10-13 17:54:46 -07:00
Mark McDowall
92acb4c049 QualityTypes no longer an enum 2012-10-13 17:36:16 -07:00
Mark McDowall
49f086cf19 Renamed Quality to QualityModel 2012-10-13 14:15:21 -07:00
Mark McDowall
a6e8ec6123 XemClient added
New: Now using the thexem.de for episode information
2012-10-13 12:44:19 -07:00
Mark McDowall
23f8f534fc TVDB numbering confusion fixed
Fixed: Issue when episode numbers changed on TheTVDB causing episode
files were linked incorrectly
2012-10-06 22:30:12 -07:00