Mark McDowall
273530eda2
SeriesSearchJob uses SeasonSearchJob to try to download seasons first.
14 years ago
Mark McDowall
485f618e02
Full Season searching added (Single NZB). SearchProvider added to perform both Season and Episode searching, triggered via jobs.
...
Tests added for season searching.
14 years ago
Mark McDowall
1d983801e8
SABnzbd settings will now dynamically get the categories available from SABnzbd when the category drop-box gets focus, it will use values on the page so there is no need to save your settings first.
14 years ago
Mark McDowall
d554e9ec83
Delete existing files on import if equal or better quality otherwise skip importing. If the folder is not deleted after processing it is renamed so it will not be processed repeatedly.
14 years ago
Mark McDowall
667fc5d69b
Merge branch 'master' of git://github.com/kayone/NzbDrone
14 years ago
kay.one
6bab9a34dd
Improved job thread execution locking log
14 years ago
Mark McDowall
f6c9fa4f95
Added SeriesSearch and RenameSeries jobs.
...
Add UI controls for new jobs.
Skip ignored episodes when doing series/season searches.
14 years ago
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