Commit Graph

4731 Commits

Author SHA1 Message Date
Mark McDowall 7d46f4d64d Logging destination filename when importing/renaming files. 2014-01-21 21:35:01 -08:00
Mark McDowall 7bb8a9db5f Validation and integration test for SeriesFolderFormat 2014-01-17 10:43:15 -08:00
Mark McDowall 43a2f39106 Added help text to Series Folder Format.
Fixed styling of format helper buttons
2014-01-17 08:27:49 -08:00
Mark McDowall 0b2865a97c Fixed broken add series test 2014-01-17 08:14:58 -08:00
Mark McDowall b5b9fababb New: Series Folder format now configurable (used when adding series only) 2014-01-16 23:52:28 -08:00
Mark McDowall 7c6605c02b New: Original Title can be used in file names 2014-01-16 23:23:34 -08:00
Mark McDowall 1e878a88fd ImdbId and Title Slug are now nullable 2014-01-16 20:41:23 -08:00
Mark McDowall d89d9e67c2 NextAiring sorting is not as drunk anymore 2014-01-16 12:37:31 -08:00
Mark McDowall 642f56c221 Fixed: Womble's URL 2014-01-16 09:36:21 -08:00
Mark McDowall 4962db3b6a Fixed: Initial sorting for Next Airing 2014-01-16 09:18:53 -08:00
Mark McDowall 442ab2b7c4 Get 1000 releases from indexers 2014-01-15 19:43:49 -08:00
Mark McDowall 6cbc8687de Better way to fix empty string split results 2014-01-15 16:22:22 -08:00
Mark McDowall 885872ff3a Fixed: Extra new line in release restrictions causing all releases to be rejected 2014-01-15 12:39:32 -08:00
Mark McDowall 2dd7fb9fdf Fixed: Search being triggered from Release Restrictions when pressing 't' 2014-01-15 08:59:38 -08:00
Mark McDowall c50fb84216 Some test cleanup for season search 2014-01-14 11:58:53 -08:00
Icer Addis 502ddceea2 Replaced + with space in special episode query string builder 2014-01-14 00:35:22 -08:00
Icer Addis 11aa82832f Added using statement 2014-01-13 21:25:03 -08:00
Icer Addis 2dbf0ecc82 Fixes for code review 2014-01-13 21:20:29 -08:00
Mark McDowall 3ccdbca712 Install updates will send info to UI 2014-01-13 20:18:33 -08:00
Mark McDowall 2dccc0567e Fixed broken integration tests 2014-01-13 19:57:47 -08:00
Mark McDowall 5ac55b0421 Fixed: omgwtfnzbs season/series searches stuck in a loop
Fixed:  MegaSearch season/series searches stuck in a loop
2014-01-13 19:47:45 -08:00
Mark McDowall 3eeee7335e Fixed: Exit from tray icon 2014-01-09 20:32:21 -08:00
Mark McDowall 401a5c9f26 Fixed: Xem mapped series should be more reliable 2014-01-09 17:41:08 -08:00
Mark McDowall 5ada7efefc Fixed: New device_iden from PushBullet can be used 2014-01-09 09:04:43 -08:00
Icer Addis c459cdf168 Fixes in response to code review
ParseSpecialEpisode now follows similar pattern to Map() method and accepts TvRageId and SearchCriteria
Fixed normalize episode title to handle punctuation separately from spaces and removed special episode words
Removed comments
2014-01-07 21:54:23 -08:00
Mark McDowall 9b0114714d grunt-contrib-less version locked (0.9.0 fails me!) 2014-01-07 20:40:06 -08:00
Mark McDowall a422587ed5 Fixed: XML clean extra spaces from config file settings when saving/retrieving 2014-01-07 17:37:51 -08:00
Mark McDowall e00b216eef fixed URL when adding an indexer 2014-01-07 17:29:43 -08:00
Mark McDowall 332136bc6f Only get DownloadClientId when its been added to history 2014-01-07 17:05:06 -08:00
Icer Addis e2939847a5 Parser logging - changed Debug.WriteLine to Logger.Trace 2014-01-07 04:12:55 -08:00
Icer Addis 6c34acc8b3 NLog - fixed debugger target name 2014-01-07 04:03:44 -08:00
Icer Addis ff5dc6f0ce NLog - Added debugger target 2014-01-07 04:03:38 -08:00
Icer Addis 6ee08af111 Special Episode parsing support in ParsingService
Added ParsingService.ParseSpecialEpisodeTitle
Added SeriesService.FindByNameInexact
Added EpisodeService.FindSpecialEpisodeByName
Added IsPossibleSpecialEpisode method to parse info
DownloadDecisionMaker will try to find special episodes if a parse fails or is a possible special episode
2014-01-07 00:24:50 -08:00
Icer Addis d727840fbf Indexer searching for special episodes using query string
Added SpecialEpisodeSearchCriteria criteria to handle special episode search queries
Added method NzbSearchService.SearchSpecial() for season0 episodes
Added IIndexer GetSearchUrls() for doing text based queries
2014-01-07 00:21:05 -08:00
Mark McDowall 16356b6319 Merge branch 'reverse-proxy' into develop 2014-01-06 17:17:16 -08:00
Mark McDowall a3d67b47f9 Merge branch 'backgrid' into develop 2014-01-06 17:17:04 -08:00
Mark McDowall ed1334514f Fixed: No longer showing connect lost messages when trying to reconnect 2014-01-05 22:37:59 -08:00
Mark McDowall fcd5619041 Fixed: Manually failing a release 2014-01-05 11:49:04 -08:00
Mark McDowall b16360fd39 Configure URLs on Linux, but don't register them 2014-01-02 19:25:30 -08:00
Mark McDowall 1ff652f6d6 Added dllmap for mediainfo freebsd 2014-01-02 10:34:08 -08:00
Mark McDowall 5c1f2b2dd7 Better css for sorting button text 2014-01-01 23:11:29 -08:00
Mark McDowall 8dcfbe7b9d Little hack to deal with backgrid's setting of sortKey 2014-01-01 23:07:31 -08:00
Mark McDowall 6ba17782aa Sorting on all series views is now working
New: Sorting is now persisted on a per page and browser basis
New: Series lists now support sorting on all views
2014-01-01 23:07:30 -08:00
Mark McDowall 4d6d477947 Using SortValue instead of API hack for history
Fixed jshint for series collection
2014-01-01 23:07:30 -08:00
Mark McDowall df055d191f Logs and series are now persisted 2014-01-01 23:07:29 -08:00
Mark McDowall 96868d088f Fixed series editor 2014-01-01 23:07:29 -08:00
Mark McDowall 7dc641b3a9 History state is persisted across page reloads now 2014-01-01 23:07:28 -08:00
Mark McDowall 7e20e48023 Massive backgrid update, only one header cell left 2014-01-01 23:07:27 -08:00
Mark McDowall 874e98b408 Support for persistent state for collections 2014-01-01 23:07:27 -08:00
Mark McDowall b5c9a811dd New: Support for running from a sub folder (reverse proxy) 2014-01-01 22:56:19 -08:00