Mark McDowall
350e0388de
Updated JobProvider to allow jobs with two targets.
...
JobQueueItem class created instead of using Tuples.
Added Search for Season and Rename Season jobs , plus links for them on Series/Details.
Add GetSeasonFiles added to MediaFileProvider.
14 years ago
kay.one
eaaf464d38
Merge branch 'markus101'
14 years ago
kay.one
2601c7c1b9
minor changes
14 years ago
Mark McDowall
13d947d24d
Merge branch 'master' of git://github.com/kayone/NzbDrone
14 years ago
kay.one
79b2fad6e3
Removing items from job queue is now done while a lock is acquired.
14 years ago
Mark McDowall
d85a8bc15d
If an unsorted episode that had a series that was not being watched it would prevent additional episodes from being processed.
14 years ago
Mark McDowall
45b4bb4629
Merge branch 'master' of git://github.com/kayone/NzbDrone
14 years ago
kay.one
9cb33770a0
Added Readme
14 years ago
Mark McDowall
e29fee9686
Merge branch 'master' of git://github.com/kayone/NzbDrone
14 years ago
Mark McDowall
ee4b6c9442
ExternalNotifications enabled (Xbmc only right now).
...
- Grab, Download, Rename
Notification Settings for Xbmc uses definitions.
14 years ago
kay.one
b4fb3002a4
Updated Add Series
14 years ago
kay.one
68321c98d0
increased delete folder limit size to 10MB
14 years ago
kay.one
b11a449f65
Updated PetaPoco
...
Upped IIS's priority
Added Byte multiplier to extention method.
14 years ago
kay.one
d640fa65e8
Fixed orphaned job issue in JobController
...
System/Jobs now shows items currently in queue.
14 years ago
kay.one
77c82df482
Priority/JobProvider tweaks
14 years ago
kay.one
b086414d75
some cleanup
14 years ago
kay.one
15aedfc847
some db/migration cleanup
14 years ago
kay.one
f0735c0693
minor tweaks
14 years ago
kay.one
fc0d7fc72f
Logging notification tweaks
14 years ago
kay.one
3dd8e7240e
Added GetDirectorySize to DiskProvider
...
Removed search folder from disk provider
14 years ago
kay.one
8b0c8afb81
PostDownloadScanJob will not fail completely if a single folder fails.
14 years ago
kay.one
2a64014c96
Added version to page footer, minor tweaks.
14 years ago
kay.one
a1caa789fe
Instant progress notifications. Now use comet instead of pooling.
14 years ago
Mark McDowall
87e9589761
Remove empty folders after importing new downloads.
...
Fixed American Dad test (new season added to TheTvDb).
Removed unneeded .ToList()
14 years ago
kay.one
df0637d3d1
CDN Updates. packaging updates
14 years ago
kay.one
69239bc371
Switched to SQLCE 4.0
14 years ago
kay.one
5a5d0852ee
Updated some log levels
14 years ago
kay.one
01163a4f87
Cleanup and tests around ImportFile
14 years ago
kay.one
63adb6b566
Wired-up drop folder move
14 years ago
kay.one
63bd972af9
Refactored MediaFileProvider
14 years ago
kay.one
d3f823734e
Cleanedup get GetNewFilename
14 years ago
kay.one
a853f80f9e
Fixed season ignore
14 years ago
kay.one
a12e148d54
Removed unnecessary IsDailyFlag from episode.cs
14 years ago
kay.one
17d084cdf3
Removed Series.Episodes and Series.EpisodeFiles list.
14 years ago
kay.one
acf23d4fc2
Removed subsonic completely
14 years ago
Mark McDowall
9daf1ccfc0
JobProvider moved to PetaPoco.
14 years ago
Mark McDowall
ab26d2dd61
Renamed SceneNameMapping to SceneMapping.
...
SceneMappingProvider moved to PetaPoco.
14 years ago
Mark McDowall
a290a0dcb0
Merge branch 'master' of git://github.com/kayone/NzbDrone
...
Conflicts:
NzbDrone.Core/Providers/Jobs/EpisodeSearchJob.cs
NzbDrone.Core/Providers/SeriesProvider.cs
14 years ago
Mark McDowall
ab2007cb6f
SceneNaming is now stored on NzbDrone webserver.
...
Database will update every 12 hours from CSV on server.
14 years ago
kay.one
add780b431
Ninject is now forced to use proper constructor.
14 years ago
Mark McDowall
5041ff550c
Post Download Import Job created and in effect. Scans every minute to import files from the users configured "SabDropDirectory".
14 years ago
Mark McDowall
560706ae8f
Fixed Renaming of episodes to include extension.
...
PostDownload Importing setup, need to setup job for period scan.
14 years ago
Mark McDowall
4d3ba62e5d
Episode renaming implemented on the Series/Details page.
14 years ago
kay.one
d3be516fb2
removed Season/SeasonProvider, updated dbBenchmark tests.
14 years ago
kay.one
d09a82a20f
Integrated scene name helper into episode search, series lookup
14 years ago
kay.one
db3eeda50f
Cleaned up RefreshEpisodeInfo added tests
14 years ago
kay.one
1239da656e
Rewrite of InventoryProvider
14 years ago
kay.one
ac2d33443b
More EpisodeSearchJob fixes/tests
14 years ago
kay.one
5a812801b7
EpisodeSearchJob bug fixes/tests
14 years ago
kay.one
a6ad977114
Fixed import new series being stuck in a loop if an update failed
...
Seperated IndexerProviderTest from ProviderTests
Fixed some ToString() issues
Refactored IndexerBase/IndexerProvider
14 years ago