kay.one
63f6899894
Added 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
6355d5ada1
Added MiniProfiler
14 years ago
Mark McDowall
54e7092e2d
Added new helper to find the best file size format given a long with file size in bytes.
...
Added view under system to see which folders have not been processed in dropDir.
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
4812cb4611
Increased sqlite cache size to 30mb
14 years ago
kay.one
d3be516fb2
removed Season/SeasonProvider, updated dbBenchmark tests.
14 years ago
kay.one
8eb04d9de7
Updated jQuery/Ninject/Unity using nuget
14 years ago
kay.one
1399ff15f2
moved all libraries out of NzbDrone.Core\Libraries to the root of the solution
14 years ago
kay.one
ae55b29bec
Moved NLog, Subsonic to root library folder
14 years ago
kay.one
6ade4b4bd7
Updated sqlite to the latests official builds
14 years ago
kay.one
1239da656e
Rewrite of InventoryProvider
14 years ago
kay.one
f62b02a36b
Merge branch 'sschlesier'
14 years ago
sschlesier
97c6d60e12
Make Release build compile succesfully
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
kay.one
474f17c5e6
Added EpisodeSearchJob, still needs unit tests
14 years ago
kay.one
9417748056
Initial support for episode search in indexerbase and Nzbs.org
14 years ago
kay.one
ce63f05512
added better db migration support than what Subsonic provides out of the box.
14 years ago
kay.one
180da4c82a
Migrator.net fails
14 years ago
kay.one
bda10f0e45
Added MigratorDotNet for custom db migrations
14 years ago
kay.one
e4ff0d6471
Diskscan/Info update job refactoring and test
14 years ago
kay.one
8fca3c3419
more test/fixes
14 years ago
kay.one
849beef5a2
Added inventory provider with basic tests
14 years ago
kay.one
53e6b60382
Renamed IndexerProviderBase to IndexerBase since its no longer a provider
14 years ago
kay.one
9c1ff4af6b
initial stage of indexer refactoring. things compile.
14 years ago
Mark McDowall
7e44ee5020
Merge with Kayone's branch.
14 years ago
Mark McDowall
d97382ad0c
Added DeleteSeriesJob to remove series in BG.
...
Fixed SeriesUpdate Grid Edit to properly save SeasonFolder changes.
Added Delete to SeriesGrid.
14 years ago
Mark McDowall
49a059bdea
AutoConfigure for SAB is setup, it works for systems with NzbDrone and SABnzbd on the same server only.
14 years ago
Mark McDowall
70bfc49b4e
Series Grid AJAX'd.
...
Edit in popup for Series Grid using custom editing template.
14 years ago
Mark McDowall
a36d5fae2f
Added ExternalNotificationProviderBase based on IndexProviderBase.
14 years ago
Mark McDowall
671dcd074c
Added job to scan for media files every hour... So easy!
14 years ago
Mark McDowall
7e946277bb
IndexerType added, this will store the source indexer in history, so users can see (if they care) and we can add an icon if we want.
14 years ago
Mark McDowall
cb992f1b52
Added StatsProvider.
...
Bound AutoConfigureProvider to kernel.
Feed Item Parsing will now check for a SceneName match in SceneNameHelper.
14 years ago
kay.one
b65fe99b30
Fixed network auth issue, custom parser issue
14 years ago
Mark McDowall
742ad0a932
Merge branch 'master' of git://github.com/kayone/NzbDrone
...
Conflicts:
NzbDrone.Core.Test/EpisodeProviderTest.cs
NzbDrone.Core/NzbDrone.Core.csproj
14 years ago
kay.one
a8815cd5ea
Fixed rss datetime bug
14 years ago
Mark McDowall
a34bd818cf
Start of AutoConfigureSab
14 years ago
kay.one
3beeff4e18
Add TvDbEpisodeId to Episode. now we can index episodes before they showup in thetvdb
14 years ago
kay.one
e9c63b81e6
Added asp.net tick timer
...
Added health monitoring
Updated database logging
14 years ago
kay.one
10ad7d1ed5
Added sabtitle method
...
Added custom parse option to Indexrbase
14 years ago
kay.one
9028e498ca
Added completely awesome JobProvider. extremely easy to do async/timer tasks with ui status/notification already plugged in.
14 years ago
kay.one
2a603d908f
Merge branch 'markus101/NzbDrone'
...
Conflicts:
NzbDrone.Core/CentralDispatch.cs
NzbDrone.Core/NzbDrone.Core.csproj
NzbDrone.Web/Views/Settings/Indexers.ascx
14 years ago
kay.one
59899286ee
Added TimerProvider
14 years ago
Mark McDowall
c6ef828429
New UI for Indexer Settings, RAZOR!
...
Renamed NzbMatrix and NzbsRUs Providers
14 years ago
Mark McDowall
0241e80c8a
More quality parsing tests.
...
Better series/episode info parsing.
NzbMatrix and NzbsRUs Indexer Providers.
14 years ago
Keivan
6f2dcbf838
Revered back to subsonic
...
Added indexer configuration back-end
14 years ago
kay.one
fcf51978f9
Removed IConfigProvider, ISeasonProvider, ISyncProvider
14 years ago
kay.one
7efbfdbb89
removed IEpisodeProvider, ILogProvider
...
fixed some broken tests.
14 years ago
Mark McDowall
1a9948de2f
Removed IDiskProvider.
...
Removed IIndexerProvider.
14 years ago
Mark McDowall
e5413d67d6
Removed IRenameProvider.
14 years ago
Mark McDowall
0d95302aee
Removed IHistoryProvider.
14 years ago
Mark McDowall
c25af5978d
Removed ISeriesProvider
14 years ago
Mark McDowall
bd0a7a58dd
Removed INotificationProvider
14 years ago
Mark McDowall
f52b399ed6
Removed IExternalNotificationProvider
14 years ago
Mark McDowall
c77a88dd2f
Removed IDownloadProvider
14 years ago
Mark McDowall
0ee4f8cc9b
Removed IPostProcessingProvider
14 years ago
Mark McDowall
030c6fb7b7
Removed ITimerProvider
14 years ago
Mark McDowall
8380c25eaf
Removed IUpcomingEpisodesProvider
14 years ago
Mark McDowall
83ebd89ff8
Removed IXbmcProvider.
14 years ago
Mark McDowall
d63fe6ad56
Removed IRootDirProvider.
14 years ago
kay.one
a9f08caa18
Removed IQuality provider
...
Updated AutoMoq to support SetConstant
14 years ago
kay.one
0a783542a6
Removed ITvDbProvider
...
Added SetConstant to AutoMoq
14 years ago
kay.one
c1bd62ae64
Added AutoMoq. Removed IHTTP Provider
14 years ago
kay.one
73aecc0796
added test for basic FeedProviderBase, fixed some issues with it.
14 years ago
kay.one
8a3fe0f14e
added more tests for seriesprovider
14 years ago
kay.one
ac7c795eb6
Updated Exceptioneer.
...
project cleanup
14 years ago
kay.one
16234d6b79
Added nzbs.org using the provider model.
14 years ago
kay.one
7e4c38ec3f
removed most of existing rss code
14 years ago
kay.one
11e2b63b60
more rss refactoring
14 years ago
kay.one
62b2cd510f
started rss cleanup
14 years ago
Keivan
e33f5206fa
Add existing now does is reall time TvDb lookup
14 years ago
kay.one
ff75d0c555
Upgraded to MVC3, Hello Razor.
14 years ago
kay.one
6870c2326f
Updated Ninject using NuGet
14 years ago
kay.one
d4179818cc
removed upnp code
14 years ago
Mark McDowall
1076b3ab58
RssItemProcessingProvider will now handle full series NZBs.
14 years ago
Mark McDowall
6c818bd8d8
Upcoming shows view added.
14 years ago
Mark McDowall
84f0dfed4e
Removed un-needed WebClient from XbmcProvider.
...
BackLog Provider created.
QueueIfWanted moved to new class (RssItemProcessingProvider) to cutdown on repeating code (between RssSyncProvider and BacklogProvider)
Style.css now sets width for rootDirectories class (when adding a new show).
14 years ago
Mark McDowall
636f352599
Ability to manually add a show has been added.
...
UI cleanup for adding series (new, existing and manual).
14 years ago
markus101
48b89abfeb
Add Existing Series works, UI shows TVDB Name and Path so you can check before adding to DB.
14 years ago
Mark McDowall
2871723bfe
Manage multiple Tv Root Folders in Settings/General.
...
Start of AddExisting.
14 years ago
markus101
0cb20b0092
XBMC Provider finished
14 years ago
markus101
1314d00c97
Post Processing has been implemented, still need to finish app for SAB to NzbDrone.
14 years ago
markus101
46830a2777
EpisodeSorting setup, setting page created and usable, needs labels still.
14 years ago
markus101
891acfff44
Fixed issues that came up after making changes to Episode and EpisodeFile.
14 years ago
markus101
6e66a7a27f
Working on validation for forms, issues with server side, not sure how to post back model with AJAX submit, yet.
...
Split out settings model to support validation.
14 years ago
Keivan
ca27c75df5
simplified quality fixed some broken tests
14 years ago
markus101
3b63cfb5d2
Added Quality Provider to interface with QualityProfiles.
...
Changed QualityProfile and AllowedQuality to be meet requirements
14 years ago
markus101
c40f18e66f
Fixed REGEX for episode parsing so it would correctly parse shows with a year in the title.
...
Fixed a config saving issue in the SettingsController.
Added bindings in Central dispatch for SabProvider and HttpProvider
14 years ago
markus101
da979639ba
More config pages have been added. AJAX to save. Order with jquery sortable.
...
Some RssFeed Parsing has been implemented, it does not currently download items, still need to perform a more verbose episode check.
14 years ago
Keivan
65ecd58111
Updated Telerik MVC to Version: 2010.3 1110 (Nov 10, 2010)
14 years ago
Keivan
bf1ff29519
look right in IE, all episodes are ajax loaded.
...
commited somewhere between vancouver and vegas @ 2135ft. Alt and 480mph.
14 years ago
Keivan
fa0af257ff
fixed a bunch of things. added basic support for file scanning. logs are now avilable in the UI
14 years ago
Keivan
c8a8fb4d62
Fixed notification issues
...
Added basic support for file scan
Major redactor of ReportTitle/File parsing
Updated Ninject/Ninject.MVC
Removed dependency from Microsoft.Web.Administration
reactored Episode repository structure
14 years ago
Keivan
41d9b0364f
updated Ninject and Ninject.Web.Mvc
14 years ago
Keivan
273de41d23
Cleaned up logging code
...
Added udp logging
Added SyncProvider to provide async long running tasks
Refactored SyncSeries to SyncProvider
Episode Info is now fetched automatically
Optimized RefreshEpisodeInfo for better performance
14 years ago
Keivan
c597363bf8
Updated logging and instrumentation
14 years ago
Keivan
b59d9f13b1
Oh Hai IIS
14 years ago
Keivan
76379341a7
Added series update notification.
14 years ago
Keivan
30d38eead6
fixed ninjet's race condition
14 years ago
Keivan
b112e28b80
Merged in rob's UPnP code
14 years ago
nothingmn
dfbf13b868
Updated UPnP so it does disco async, updated DiscoProviders to handle that approriately, Added JsonAction result with JS Ajax call for client side detection, on a timer for media controllers
14 years ago
nothingmn
78dba9c668
Added Media Disco Providers - these will be used to auto detect media providers on the LAN
14 years ago
nothingmn
92e0a8f1a4
Added Media Provider Interface and XBMC's implementation
14 years ago
nothingmn
95c368fd04
Added UPnP reference to Core
14 years ago
Keivan
27d86a8540
Added Notification System, Renamed Repository to Entities
14 years ago
Keivan
9c7355f3fb
Cleaned up some tests
14 years ago
Keivan
81e155ae42
Added basic episode support
14 years ago
Keivan
afafc6b032
pretty...
14 years ago
Keivan
beaf0cf939
Updated subsonic to latest nightly build
...
Added foreign relations to all entities object
Removed unnecessary libraries
14 years ago
Keivan
26c03d7162
Added broken tests
14 years ago
Keivan
bca2e0c6b1
Added more stubbed mothods and providers
14 years ago
Keivan
8d47bcbe5e
Rearanged episodes object, added method stubs
14 years ago
Keivan
c7286863b0
Removed redundent classes.
14 years ago
Keivan
d18029fe5b
removed feed. to be replaced with System.ServiceModel.Syndication.SyndicationItem
14 years ago
Keivan
a49850cc89
refactored Episode, Added Quality Enum
14 years ago
Keivan
01c1943d0e
Renamed all Core.Controllers to Core.Providers to avoid confusion between Core Controllers and MVC controllers
14 years ago
Keivan
e2128d2235
Merged Mark's fork in
14 years ago
Keivan
babe2735ee
failed attempt to write a test for Series Controller
14 years ago
markus101
f5cf44c2b3
New Web theme
...
Added IDownloadClientController & SabController (WIP)
14 years ago
kay.one
d7bae9135c
added settings view to mvc project
14 years ago
kay.one
036b2e7f4f
updated the apppath logic and db location
14 years ago
kay.one
74ac3bb599
Initial Commit
14 years ago