Commit Graph

12481 Commits

Author SHA1 Message Date
Keivan 613a49c3ea Refactored BacklogProvider
Fixed some issues with root folder and settings controller
2011-03-28 14:57:06 -07:00
Mark McDowall e62cb3b5da Updated .gitignore to not store .nzb
Add [PROPER] to titleFix if it's a proper.
User can now change the QualityProfile when adding a series (new or existing), option will default to their DefaultQualityProfile.
2011-03-28 13:22:12 -07:00
Mark McDowall c6a7eaab93 Separate QualityTypes.Bluray to Bluray720 and Bluray1080. 2011-03-26 17:16:50 -07:00
Mark McDowall caa99540a6 Cleaned up RssItemProcessingProvider, will actually process Season NZBs now.
Added Newzbin ID parsing.
2011-03-26 13:11:05 -07:00
Mark McDowall 1076b3ab58 RssItemProcessingProvider will now handle full series NZBs. 2011-03-26 12:16:53 -07:00
Mark McDowall fd06987331 Fixed parsing for 1013/103/113 naming.
Added parsing for season NZBs.
2011-03-24 21:15:02 -07:00
Mark McDowall a5cd1fc490 Fixed REGEX for 103 (was looking for non-alphanumberic), still fails on 113 numbering, but will work for 103. 2011-03-24 08:27:41 -07:00
Mark McDowall f1db8f52bf Parser REGEX updated to support 103 naming and breaking out of the REGEX foreach loop when a match is found. Most strict to less strict ordering of REGEX is required. 2011-03-24 08:19:21 -07:00
Mark McDowall 302949048b Ability to delete from Edit Series (link wasn't available before).
add .nzb to file when downloading, need to change to WebRequest/WebResponse to get the file so we can retrieve the actual file name... Use %NZBDRONE_PATH% to store NZB if path is not provided...
2011-03-24 00:30:38 -07:00
Mark McDowall f07b305684 Fixed Parser (broke 103 naming convention, but it fixed more than it broke).
RssItemProcessingProvider - moved Title fix code to a better location (To ensure we actually want the episode(s) first).

SceneNameHelper was bombing when trying to find a matching scene mapping when it didn't exist, changed Single to Find to resolve.
2011-03-24 00:19:54 -07:00
Mark McDowall dc552ec873 SeasonProvider.IsIgnored will properly handle a season that does not exist in the DB (TV DB doesn't have the latest season is root of the problem, or the season just started and NB DB is out of date). 2011-03-24 00:16:22 -07:00
Mark McDowall 7a57ab98dc Added upcoming and history links to main menu.
Made Upcoming look a bit better, still needs work.
Wrapped Details in Upcoming/History in fieldset
2011-03-23 16:41:38 -07:00
Mark McDowall 6c818bd8d8 Upcoming shows view added. 2011-03-23 00:06:22 -07:00
Mark McDowall 33b09567ce History VIew Added.
Fixed Relationships between History and Episode/Indexer.
Indexer now uses int as ID, string caused issues.
Get single Indexer by ID.
2011-03-22 22:19:23 -07:00
Mark McDowall 4f2f5a3d71 HttpProvider - Added Download File.
SabProvider - Added AddById (Newzbin)
Fixes to RssItemProcessingProvider
Can either download NZB to file or send to SAB...
2011-03-21 20:51:03 -07:00
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).
2011-03-18 08:39:19 -07:00
Mark McDowall b2b4423c92 Fixed XBMC CleanLibrary 2011-03-17 13:01:21 -07:00
Mark McDowall 636f352599 Ability to manually add a show has been added.
UI cleanup for adding series (new, existing and manual).
2011-03-17 00:40:23 -07:00
Mark McDowall 3d81bc8770 AddNew is functional, using jquery for adding and display changes. 2011-03-15 08:29:14 -07:00
Mark McDowall 5a8842e3db AddExisting clears check/hides rows once submitted. Bi-winning
AddNew, currently unable to submit. Bi-polar
2011-03-11 01:04:56 -08:00
Mark McDowall c3425f493f Modified TvDbProvider to aloow returning of multiple results when requesting a list of results. 2011-03-10 12:30:22 -08:00
markus101 48b89abfeb Add Existing Series works, UI shows TVDB Name and Path so you can check before adding to DB. 2011-03-09 23:49:59 -08:00
Mark McDowall 64a1b2d28d Normalize path will now just clean it up, no longer returns the string in all lower-case. 2011-03-09 16:44:21 -08:00
Mark McDowall 2871723bfe Manage multiple Tv Root Folders in Settings/General.
Start of AddExisting.
2011-03-08 23:40:48 -08:00
markus101 2e9dd7f1ff Add Series, will need to design new and existing flows.
ScanProvider will need to be updated to support adding shows individually as well as SeriesProvider, GEt Unmapped will need to accept a path... move to ScanProvider perhaps.
2011-03-07 00:25:38 -08:00
markus101 24f4f608e5 Series SubMenu moved to partial view. 2011-03-06 23:48:47 -08:00
markus101 df041eb300 Notifications UI Implemented, Added ExternalNotifications and Xbmc Providers to CentralDispatch. 2011-03-06 23:32:36 -08:00
markus101 9e15b27e3a XbmcProvider will use HttpProvider.
Added DownloadString for HttpProvider that allows for authenticaion (required for XBMC with username/password).
2011-03-06 22:33:59 -08:00
markus101 2f8ad5db45 Add quality to titleFix so it will be added to queue (and looked for in queue) that way. [Quality] 2011-03-06 22:20:57 -08:00
markus101 1ba6cd0d3a Removed Drone Specific parser, on 2nd look it is not needed... just need to include the quality when adding it to the SAB Queue. 2011-03-06 22:16:48 -08:00
markus101 fd038891fb Added parser for parsing the Quality of an Episode sent to SAB (So we get the proper quality) 2011-03-06 22:09:22 -08:00
markus101 70fd11231d Post Processor Done.
Will send from SAB to NzbDrone.
Changed SabCategory to SabTvCategory (Support for movies later?)
2011-03-06 14:27:52 -08:00
markus101 e166cb1b2d ExternalNotificationProvider complete, XBMC only for now. 2011-03-06 13:40:38 -08:00
markus101 0cb20b0092 XBMC Provider finished 2011-03-06 13:36:09 -08:00
markus101 2af078b23d ExternalNotifications, XBMC notification, building the framework for these, UI not implemented. 2011-03-06 12:45:35 -08:00
markus101 1314d00c97 Post Processing has been implemented, still need to finish app for SAB to NzbDrone. 2011-03-03 00:50:33 -08:00
markus101 ce79ab2827 Display Error when RSS Feed doesn't return any items. 2011-03-02 18:12:33 -08:00
markus101 1de903e4da DisplayName added for EpisodeSortingModel (Used on UI). 2011-03-02 17:16:48 -08:00
markus101 46830a2777 EpisodeSorting setup, setting page created and usable, needs labels still. 2011-02-25 20:07:22 -08:00
markus101 165beda55b Use Season Folder is set in config (also set per Series), default is true. 2011-02-24 23:20:24 -08:00
markus101 3b749a39a7 Renaming fixes, extension will be used now.
Removing EpisodeFile from DB now works.
2011-02-24 19:52:06 -08:00
markus101 a950a13c30 Show Path to episode on disk in Details.
Timer to cleanup/scan for EpisodeFiles (Midnight)
Fixed Relationship for EpisodeFile to Series
2011-02-24 17:18:22 -08:00
markus101 b5c7135d24 Do not try to rename files if the source and destination path are the same. 2011-02-23 17:41:18 -08:00
markus101 9ffe8ea4cd Fixed the badly broken Renaming, it will now only attempt to rename episodes with files and works with multi-episode files. 2011-02-23 17:23:58 -08:00
markus101 e7cabfe235 Fixed Episode to EpisodeFile relationship (So getting the EpisodeFIle gets associated Episode(s) as well. 2011-02-23 16:40:11 -08:00
markus101 568a9d1d24 UI Cleanup for Series Index and Details. 2011-02-23 09:09:13 -08:00
markus101 d0a9851a4c RenameAll implemented in view and Controller + Rename Series, Season & Episode in Controller 2011-02-22 22:49:02 -08:00
markus101 9d24ccd97a Fixes for Episode to EpisodeFile mapping.
Series details sorts with newest season and newest episode on top my default.
2011-02-22 22:23:59 -08:00
markus101 ce6bcbfec1 EpisodeFile parsing was incorrect due to change of relationship with Episode 2011-02-22 16:26:03 -08:00
markus101 891acfff44 Fixed issues that came up after making changes to Episode and EpisodeFile. 2011-02-22 00:13:16 -08:00