1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-05 23:57:20 +02:00
Commit Graph

4802 Commits

Author SHA1 Message Date
JackDandy
d9eab04029 Add new feature, set file date to episode aired date. Fix, use alternative Trakt API field for episode air time. Improve the Preview Rename tip.
Add, new setting "Set File Date to Airdate" on the Media Management tab of the Settings page to toggle this feature for new, imported and auto updating media files.

Change, home page "Series Editor" - "Rename" button to "Update Files" and add "Set File Date To Air Date" action button to this modal to add capability of updating legacy media.

Add, non UTC functions given that Windows undesirably adds time to file times set when using UTC.

Fix, the Trakt API response show.air_time_utc contains erroneous data, this is replaced with show.air_time.
2014-03-09 02:13:40 +00:00
Mark McDowall
9d74693bb7 Added Series Scanned Event 2014-03-08 10:35:48 -08:00
Mark McDowall
d0d5a3d3b1 Series collection will page to 100000 instead of 1000 2014-03-08 08:47:38 -08:00
Mark McDowall
9660c3f7ee Branch name will be returned as lowercase 2014-03-07 23:49:18 -08:00
Mark McDowall
1013471449 Fixed update test 2014-03-07 19:18:56 -08:00
Mark McDowall
04f07aefe1 Add major version to changes request 2014-03-07 19:00:18 -08:00
Mark McDowall
2ad2859618 Don't log sqlite errors as errors to avoid logging to the database 2014-03-07 12:09:28 -08:00
Mark McDowall
9dcd58a631 Prevent queue/history from blowing up 2014-03-06 22:28:06 -08:00
Mark McDowall
715f6c3263 Fixed broken test 2014-03-06 01:52:34 -08:00
Mark McDowall
fb5bd4994a Added EpisodesWithFiles to get episodes in a serires that have an episode file 2014-03-06 01:46:19 -08:00
Mark McDowall
9533e9e403 Better help text for download client priority 2014-03-05 21:58:32 -08:00
Mark McDowall
b14a0dd96d Fixed broken language test 2014-03-05 17:33:37 -08:00
Mark McDowall
36e7dc75e5 nlsub is treated as dutch 2014-03-05 17:29:05 -08:00
Mark McDowall
96a4cd33cb Added help text to Nzbget and Sab priority settings 2014-03-05 13:23:11 -08:00
Mark McDowall
9f92fb3fc1 Fixed: Naming settings resetting when changing fields/saving 2014-03-05 13:14:47 -08:00
Mark McDowall
6109704fb0 Only catch SQLite exceptions 2014-03-04 23:11:38 -08:00
Mark McDowall
d8f55c0358 Catch errors when failing to write logs to database 2014-03-04 17:02:36 -08:00
Mark McDowall
571da94629 Updated SQLite to 3.8.3.1 (Windows) 2014-03-01 20:51:16 -08:00
Mark McDowall
e0d8d18838 Better logging when adding a new indexer and it fails 2014-03-01 20:05:35 -08:00
Mark McDowall
ce31732b95 Fixing jshint errors 2014-03-01 11:48:18 -08:00
Mark McDowall
3a6df8d3c4 Merge pull request #60 from Taloth/develop
Saving changed quality of episode file
2014-03-01 11:20:14 -08:00
Taloth Saldono
e7ff84cf40 Saving changed quality of episode file 2014-03-01 20:15:04 +01:00
Mark McDowall
366034c969 Return MoveFile 2014-02-27 16:42:04 -08:00
Mark McDowall
7758db5324 EpisodeFileMover updates episode file path after move 2014-02-27 16:32:08 -08:00
Mark McDowall
645d44bf8f new: Redirect through dereferer.org for external links 2014-02-27 16:17:18 -08:00
Mark McDowall
a2953ec344 Only catch xml exception 2014-02-27 09:04:09 -08:00
Mark McDowall
6534efae18 Prevent XML error from blowing up integration test 2014-02-27 09:03:37 -08:00
Mark McDowall
33ebf1bf78 New: Rename all selected series from the series editor 2014-02-27 08:51:31 -08:00
Mark McDowall
98858bd237 Better error messaging when connecting to nzbget fails 2014-02-27 07:07:02 -08:00
Mark McDowall
669f351d08 Properly handling multi episode in one scene numbered release
Fixed: Multiple episodes under one scene episode for some shows
2014-02-26 22:51:41 -08:00
Mark McDowall
434ad5f340 csproj 2014-02-26 22:07:45 -08:00
Mark McDowall
7084b0244e Better error message when error is received from SABnzbd 2014-02-26 22:06:24 -08:00
Mark McDowall
e309f89ea1 New: Option to use SSL to connect to nzbget 2014-02-26 19:21:15 -08:00
Mark McDowall
d44b220fd0 Series monitored visible on seasons/episodes on details page and episode details modal
New: Visual indication on season/episode when series is not monitored
New: Prevent changing monitored state when series is not monitored
2014-02-26 19:11:50 -08:00
Mark McDowall
4478f2d723 Store state of history filter 2014-02-26 08:58:42 -08:00
Mark McDowall
274e2eac86 DiskSpaceService will not blow up if total or free space is null 2014-02-26 08:08:04 -08:00
Mark McDowall
99336595b0 Removed SetFolderWriteTime in favour of FolderSetLastWriteTimeUtc 2014-02-26 07:55:13 -08:00
Mark McDowall
ea09a74ad9 Fixed indexer health check service 2014-02-25 21:58:11 -08:00
Mark McDowall
c8ae9f40fb New: App health displayed in UI 2014-02-25 21:40:47 -08:00
Mark McDowall
90a6bcaa47 New: Filter history by event (all/grabbed/imported/failed) 2014-02-24 18:50:09 -08:00
Mark McDowall
ccedf07d54 Create separate OS X package 2014-02-24 17:06:41 -08:00
Mark McDowall
1f91f05b1a Merge pull request #57 from Taloth/develop
Solved 587-failed-download-history-not-working
2014-02-24 16:29:46 -08:00
Taloth Saldono
4786bc0c34 Failed Download detection now ignores history without unique download client id. 2014-02-24 21:50:00 +01:00
Mark McDowall
9c7eaf0043 Fixed: removed validation for Nzbget username and password when either is blank 2014-02-24 08:09:16 -08:00
Mark McDowall
cf3659bdef Add sqlite dylibs to mono package (in sqlite folder) 2014-02-23 23:23:23 -08:00
Mark McDowall
5672c42f24 Merge branch 'sqlite' into develop 2014-02-23 15:02:54 -08:00
Mark McDowall
860db98294 Merge branch 'wanted' into develop 2014-02-23 15:01:28 -08:00
Mark McDowall
321ce24e10 Fixed UI test for missing page 2014-02-23 14:53:33 -08:00
Mark McDowall
42936c956d New: Queue in UI is now paged 2014-02-23 14:45:37 -08:00
Mark McDowall
828e8eb147 Fixed: Orphaned episode file was preventing rename preview from functioning 2014-02-23 13:37:21 -08:00