Mark McDowall
f716a6d9fd
Housekeepers talk to the DB directly now
2013-09-18 22:49:36 -07:00
Keivan Beigi
88b9104bc9
cleanup using statements
2013-09-18 17:25:45 -07:00
Mark McDowall
07b68b17ee
Added housekeeping to cleanup orphaned episodes and history items
2013-09-17 22:28:05 -07:00
kay.one
0794affae0
removed dead code.
2013-09-16 22:16:16 -07:00
kay.one
7d6e14d342
missed files.
2013-09-13 23:42:09 -07:00
kay.one
64181ebdff
split MessageAggregator in EventAggregator and CommandExecutor
2013-09-13 23:36:07 -07:00
Mark McDowall
6850d77dd2
Update episodes monitored state only when season changes
2013-09-12 23:47:48 -07:00
Mark McDowall
d64e902fa0
Removed SeasonService, fixed an issue with episode monitored status
2013-09-12 20:50:12 -07:00
Keivan Beigi
1a0010e8e4
cleaned up using statements
2013-09-12 15:42:01 -07:00
Keivan Beigi
21fd12e1a6
added scheduled task for UpdateSceneMappingCommand
2013-09-12 15:41:50 -07:00
kay.one
25e2c98c45
signalr cleanup
2013-09-11 17:42:53 -07:00
Mark McDowall
4025d6ddee
Merge branch 'season-start' into develop
2013-09-10 22:47:41 -07:00
Mark McDowall
edfd527901
Multi-episode air time only applies to episodes in the same season
2013-09-10 21:23:30 -07:00
Mark McDowall
d8928d655d
Cleaned up season service/repo
2013-09-09 23:44:01 -07:00
Mark McDowall
33986a9185
Seasons are now subdocuments of series
2013-09-09 23:44:00 -07:00
Mark McDowall
c184ec2d98
Progress messages are logged with Logger.Progress
2013-09-03 22:01:28 -07:00
Mark McDowall
a7eb331d4e
Merge branch 'ui-notifications' into develop
...
Conflicts:
NzbDrone.Common/NzbDrone.Common.csproj
UI/Series/Details/SeasonLayout.js
2013-09-03 07:18:04 -07:00
Keivan Beigi
bceaee27a3
moved logging config to in-process
2013-09-02 22:15:08 -07:00
Mark McDowall
c96ba5efd3
Commands return immediately and signalr is used to control the UI
2013-09-01 21:12:41 -07:00
Mark McDowall
a3961ffb69
Added CommandId to commands
2013-09-01 21:12:18 -07:00
Mark McDowall
9e5353aacc
Cleanup orphaned seasons when deleting episodes
2013-08-28 22:56:46 -07:00
Mark McDowall
6bea671a1a
Episode and Season monitored toggling works again
2013-08-26 20:20:39 -07:00
Mark McDowall
c179e715a6
Parsing tvrage id from newznab with TryParse now
2013-08-24 21:28:07 -07:00
kay.one
1c62782fcd
cleanup series path on update.
2013-08-20 08:35:39 -07:00
Mark McDowall
ad4326a9c4
Using Newznab extended attributes to get the tvrage id for matching
2013-08-18 22:53:26 -07:00
Mark McDowall
55af8ecb18
SeasonPass now properly updates episodes
2013-08-06 18:32:56 -07:00
Mark McDowall
57bb37a8cd
Update season episodes from season pass
2013-08-05 13:02:25 -07:00
Mark McDowall
6ca17942f0
Added season pass for toggling monitored status of seasons
...
Linked from missing
2013-08-05 02:09:41 -07:00
Mark McDowall
7e4236df3e
EpisodeRefresh matches by season and episode number instead of tvdbepisodeid
2013-08-03 22:45:46 -07:00
Mark McDowall
485f05d4b9
Prevent adding a root folder that is the same as drone factory
2013-08-02 00:17:19 -07:00
Keivan Beigi
4e7468e6fe
cleaned up refresh series a bit.
2013-07-31 19:02:36 -07:00
Mark McDowall
3f85104d18
Fixed parsing of shows with scene numbering
2013-07-27 01:05:21 -07:00
Mark McDowall
5bfcc511e8
AirDate now stored as a string
2013-07-25 21:04:47 -07:00
Mark McDowall
eb5a15a8ca
Added AirDateUtc for UTC offset time
2013-07-23 22:28:06 -07:00
Mark McDowall
7689b50dee
Removed CustomStartDate
2013-07-23 21:40:05 -07:00
Mark McDowall
4c1e6e14aa
EpisodeFile cleanup and deletion fixes
...
Upgraded episodes will no longer be auto unmonitored
EpsiodeFiles will be removed from db if parsing rules have changed
EpisodeFiles will be removed from db if they are not in their series' folder (or subfolder)
2013-07-22 17:50:37 -07:00
Mark McDowall
116913107d
Missing count will not include unmonitored episodes
2013-07-21 21:39:26 -07:00
kay.one
9252c5269a
Removed unused using statements
2013-07-18 20:47:55 -07:00
Mark McDowall
4a77197877
Daily series status will be fetched from API on data refresh
2013-07-18 18:53:10 -07:00
Mark McDowall
7ae7c488f3
Fixed an issue with auto unmonitor episodes
2013-07-16 20:40:37 -07:00
Keivan Beigi
48bf793746
updated around import episodes, update series.
2013-07-16 17:53:52 -07:00
Keivan Beigi
28a919e74a
fixed marr threading bug.
...
datamapper instances should not be reused!!!
2013-07-15 17:46:52 -07:00
Mark McDowall
440a128f28
Calendar will now only show monitored episodes
2013-07-15 15:52:00 -07:00
Mark McDowall
92bab993ae
Missing will not include series and episodes that are not monitored
2013-07-15 15:19:30 -07:00
Mark McDowall
9b80478f6f
No longer setting AirDate to null if it aired before series start date
...
This was causing an issue which is caused by bad data coming from trakt...
2013-07-11 23:14:51 -07:00
Mark McDowall
e1f2b0da69
Specials will not be monitored by default
2013-07-11 23:14:50 -07:00
Mark McDowall
40962aca1d
Add new series won't create a folder
...
EpisodeFile DB cleanup happens even when series folder is missing
2013-07-11 18:47:22 -07:00
Mark McDowall
c519195ce3
Fixed default monitored status for non-special episodes
2013-07-09 20:26:12 -07:00
Mark McDowall
2909498781
Season monitor toggle added
2013-07-09 19:57:47 -07:00
Mark McDowall
41baecc2ee
Monitored instead of ignored for episodes and seasons
2013-07-08 18:39:37 -07:00