Mark McDowall
6f3262c68a
Release group is added to history and episodefile
12 years ago
Mark McDowall
bee6914062
Allow scene name to be used for renaming
...
New: Added option to use scene name for episodefiles
12 years ago
Mark McDowall
1d2cd49bde
Metadata issues with renaming resolved
12 years ago
Mark McDowall
b50e16a456
Metadata coming together for XBMC
13 years ago
Mark McDowall
cc5b2c3e40
Initial commit for Metadata
13 years ago
Mark McDowall
15279d3e97
Added some validation to Newznab.
13 years ago
Mark McDowall
92c6451bfc
Initialze Newznab will delete any with a null/empty name or URL.
13 years ago
Mark McDowall
b930eb0993
Newznab providers will be compared based on url, not name.
...
Built-in Newznab providers cannot be deleted (they would be re-added anyways), nor can the URL be changed.
13 years ago
Mark McDowall
ce0a6f8b86
NzbInfoUrl added to history and episode parse result, will be added to history item before being added to the DB.
13 years ago
Mark McDowall
38927e3ca1
Signalr errors will not be shown in the UI.
...
New: Search History, review recent searches and force specific reports to download (Under history)
13 years ago
Mark McDowall
cef7b6a8dc
SearchResult Controller added.
...
Force Download added.
13 years ago
Mark McDowall
4f005e45c0
Search Results grid added.
13 years ago
Mark McDowall
c7f8f57f77
Episode searching now stores the results of the tests.
13 years ago
Mark McDowall
1c22ec91d6
New: Episodes that air today will not be shown in the UI as missing.
13 years ago
Mark McDowall
4d918ff683
New: Added Network to Series Grid.
...
Fixed logging for RetentionSpecification.
13 years ago
Mark McDowall
aac42d4882
More Season ignore work. Already ignored seasons will be ignored.
...
Fix: Season Ignore is handled separately from Episode Ignore.
13 years ago
Mark McDowall
969f8ae5e2
SeasonProvider Added to handle ignoring of Seasons.
13 years ago
kay.one
5717b7f596
New: Rewrite of download decision engine.
13 years ago
Mark McDowall
02cb12bdb8
BacklogSetting refactoring.
13 years ago
Mark McDowall
9eb022fdf4
BacklogStatus added to individually control which series are included in backlog searches. Applies to Backlog and RecentBacklog jobs. Editable in Series/MassEdit and Series Edit.
13 years ago
Mark McDowall
afb8305c00
SceneMapping will use the JSON API instead of CSV file now.
13 years ago
Mark McDowall
1ee2ae8210
Removed Command from JobDefinition.
13 years ago
Mark McDowall
9264dcdf88
Added ImageLink helpers for Ajax and Html links.
...
Added run button to System/Jobs.
13 years ago
Mark McDowall
2ed683159f
QualityProfiles now use jQuery UI Buttons to enable/disable.
13 years ago
Mark McDowall
e16f83c433
Added ReferenceDataProvider to provide lookups (and refreshing) of IsDaily - which will check if the series is a daily series.
13 years ago
Mark McDowall
6c86f1dfdd
Newznab providers can be configured by the end user.
13 years ago
Mark McDowall
b3abcb6096
RootDirProvider.GetMostFreeRootDir() will calculate the find the RootDir with the most free space and return its path.
13 years ago
Mark McDowall
5098ea3249
Added two new Episode Statuses - Unpacking and Failed.
...
Tests added to support new Statuses.
PostDownloadScanJob will update PostDownloadStatus for failed or unpacking.
ImportFile will set the PostDownloadStatus to Processed when added to the database.
13 years ago
Mark McDowall
6736afbeab
Added NextAiring to Series (ResultColumn), which is used for Series/Index. Added tests and fixed broken tests after adding new property.
13 years ago
Mark McDowall
8c06dde28a
Quality size sliders are implemented. Limits are calculated based on MB/Minute.
13 years ago
Mark McDowall
e4f01ae0d4
Size is now parsed for each item in the feed.
...
QualityType added to database to allow saving of size limits.
Fluent now uses longs for multiplication, to ensure it doesn't overflow.
13 years ago
Mark McDowall
dfd0720872
Added BannerDownloadJob, it will run every 30 days.
...
New series will have their banner downloaded on import.
13 years ago
Mark McDowall
0a65e85e21
EpisodesWithFiles now returns the full series object, instead of just the SeriesTitle (So we don't need to add junk to the Episode class)
13 years ago
Mark McDowall
0b586de226
Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent.
...
A bunch of files changed removing System.Linq, thanks Resharper :(
13 years ago
Mark McDowall
d120a61ccb
Series/Details specials grid will be generated like all others.
...
Added images for Episode Status, Ignored status removed
Updated SceneNameMappings.csv
13 years ago
Mark McDowall
ee4b6c9442
ExternalNotifications enabled (Xbmc only right now).
...
- Grab, Download, Rename
Notification Settings for Xbmc uses definitions.
13 years ago
kay.one
8927a938b7
Fixed episode status of recently imported episodes.
14 years ago
kay.one
15aedfc847
some db/migration cleanup
14 years ago
kay.one
69239bc371
Switched to SQLCE 4.0
14 years ago
kay.one
56fdf1a040
Removed Episodes list from EpisodeFile object.
14 years ago
Mark McDowall
cdf77ad2df
Changed QualityProfile to a ResultColumn to make note that it will be used as a result only.
...
Wrapped find series in try/catch to prevent a case where the series is in SceneMapping, but isn't in the users database.
14 years ago
kay.one
5c45515b00
Merge branch 'markus101'
14 years ago
kay.one
63adb6b566
Wired-up drop folder move
14 years ago
Mark McDowall
431d850d32
SeriesProvider gets QualityProfile in single call to DB.
...
SeriesProvider.GetAllSeriesWithEpisodeCount gets seasonCount(with or without specials), total episode count & episodeWithFile count (excluding ignored episodes).
Added tests for SeriesWithEpisodeCount.
14 years ago
Mark McDowall
86ab26e2d9
UpcomingProvider now gets Series in call for episodes.
14 years ago
Mark McDowall
cf324ace73
Episode EpisodeFile changed to ResultColumn instead of Ignore
14 years ago
Mark McDowall
0972c956b8
HistoryProvider will return History Items with Episode and SeriesTitle.
14 years ago
kay.one
a12e148d54
Removed unnecessary IsDailyFlag from episode.cs
14 years ago
kay.one
520e9c9d14
Fixed Series.QualityProfile relationship
...
more subsonic cleanup
14 years ago
kay.one
17d084cdf3
Removed Series.Episodes and Series.EpisodeFiles list.
14 years ago