Commit Graph

5195 Commits

Author SHA1 Message Date
Mark McDowall b60633882e Fixed: Only vacuum the main db on startup 2014-03-17 17:18:03 -07:00
Mark McDowall e4de87c0ad Merge pull request #64 from BubbaFatAss/develop
New: WDTV compatible metadata
2014-03-17 16:58:26 -07:00
Mark McDowall d24eaaa784 Merge pull request #65 from Taloth/feed-ical
New: Added iCal feed for the calendar
2014-03-17 16:53:07 -07:00
Andrew Chappell e415c7aaa2 Added support for WDTV metadata. Correctly writes out xml files
for episode metadata, .metathumb files (jpegs) for episode stills and
folder.jpgs for series / season images.
2014-03-17 21:56:34 +00:00
Mark McDowall 58fa56968c Added DLL map for media info on solaris 2014-03-17 13:41:13 -07:00
Mark McDowall 87f591dfbd Fixed: nzb.su URL changed to api.nzb.su 2014-03-16 22:32:39 -07:00
Mark McDowall 0a5ed41270 Fixed: Don't blacklist nzbs due to disk space issues 2014-03-16 22:32:15 -07:00
Taloth Saldono b10f8a6d3f Calendar view selection now persistent. 2014-03-15 11:13:57 +01:00
Taloth Saldono 794c09c17a New: iCal calendar feed. 2014-03-14 22:39:02 +01:00
Peter Czyz cf1e0a4946 Added iCal feed for the calendar, reachable through
/feed/calendar/NzbDrone.ics or through the calendar page.
2014-03-14 22:39:01 +01:00
Mark McDowall 7445adb455 mono version check will support 3 digit versions 2014-03-14 13:20:31 -07:00
Mark McDowall 088028b426 DB will log Info and above now (temp fix) 2014-03-14 12:35:34 -07:00
Mark McDowall eeac2aee89 Fixed test reference 2014-03-14 03:23:28 -07:00
Mark McDowall 01d3decf7e Added Mono version health check 2014-03-14 03:15:30 -07:00
Mark McDowall 1d4738b18f Merge branch 'api-key' into develop 2014-03-14 02:42:07 -07:00
Mark McDowall c2ab59f5c5 New: Set scanning interval for Drone Factory 2014-03-14 02:41:56 -07:00
Mark McDowall 6b423c104c API Key in UI
New: view/reset API in General Settings
Fixed: API will reject unauthenticated requests
2014-03-13 21:23:47 -07:00
Mark McDowall 0914441de7 Removed Status from cleansed log messages 2014-03-13 13:17:06 -07:00
Mark McDowall 2f3430387e Major logging overhaul 2014-03-13 13:13:02 -07:00
Mark McDowall 953024cd40 Merge pull request #59 from TectonicEd/patch-2
Bug fix: get groupname of group rather than user
2014-03-12 22:34:34 -07:00
Mark McDowall 65909ff3be Merge pull request #58 from TectonicEd/patch-1
Clarifying error message
2014-03-12 22:34:22 -07:00
Mark McDowall a02108922f Set episode file modified date to local or utc air date 2014-03-12 22:27:36 -07:00
Mark McDowall 8478379ff4 Merge branch 'AirDate' of https://github.com/JackDandy/NzbDrone into set-file-date 2014-03-11 22:16:38 -07:00
Mark McDowall 7ebe4018d2 Added info to device id for push over 2014-03-11 14:34:05 -07:00
Mark McDowall 32562ba731 Fixed: Series editor saves much faster 2014-03-11 14:16:35 -07:00
Mark McDowall 9e80473ea0 Show spinner when loading from dropdown 2014-03-11 10:05:20 -07:00
Mark McDowall 11bc946797 New: Jump to page on tables (click on page number) 2014-03-11 01:12:18 -07:00
Mark McDowall 2d028d9bc7 History check shouldn't die if download client is not configured.
Do not log exceptron response when no errors are found
2014-03-11 01:08:50 -07:00
Mark McDowall d7ca33ff04 Fixed: UI notifications when using a reverse proxy 2014-03-10 21:02:02 -07:00
Mark McDowall 0e5b100733 Reverse proxy settings in UI 2014-03-10 20:54:43 -07:00
Mark McDowall 9447ea6786 Fixed broken tests 2014-03-10 12:24:32 -07:00
Mark McDowall db5baf70ea Don't clean common words from the start of the title
Fixed: Do not treat similar titles as the exact same
2014-03-10 12:20:28 -07:00
Mark McDowall 70266c921b Update messenger instance if it was already created
Fixed: UI notifications don't bounce around when there is more than one
2014-03-10 11:57:25 -07:00
Mark McDowall c2087af8c9 Gracefully exit on restart instead of forcibly killing it 2014-03-09 22:35:50 -07:00
Mark McDowall ce13be3d43 Fixed build.ps1 for osx package 2014-03-09 14:23:48 -07:00
Mark McDowall 565a172053 Fixed casing of folder 2014-03-09 01:51:27 -08:00
Mark McDowall d6adf2ebaf Added TestArchive.tar.gz 2014-03-09 01:44:57 -08:00
Mark McDowall d3621fca71 Run update tests on linux 2014-03-09 01:08:56 -08:00
Mark McDowall 57912ab86d Fixed update test, send os when requesting update packages 2014-03-09 00:22:35 -08:00
Mark McDowall 176f3e0563 Log startup location, log number of results from feed 2014-03-08 22:11:38 -08:00
Mark McDowall 8885bbb60f OS X and linux can be treated separately 2014-03-08 21:28:40 -08:00
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