James White
e525f23281
Grammar check HelpText for CouchPotato lists ( #1142 )
8 years ago
Leonardo Galli
2e41763b92
Preliminary Fix for downloaded error in Wanted section.
...
Ignores filters when sorting by downloaded.
8 years ago
Leonardo Galli
5b70ecaee0
Fixes banners when searching for new movies.
...
Fixes #120
8 years ago
Leonardo Galli
06ad30397b
Fix issue where searching for new movies is not possible.
8 years ago
Mathew Giljum
f2218006a1
Add helptext for Jackett API key ( #1121 )
8 years ago
geogolem
e26fd22540
Merge pull request #1107 from geogolem/movieEditorRootFolderChangeDisplayFix
...
keep the current page the same after clicking Save
8 years ago
geogolem
05a83e4e95
better method to obtain the folderName
8 years ago
Mitchell Cash
3b3fe197ca
Fixed: Parsing headers that have a trailing semi-colon ( #1117 )
8 years ago
Leonardo Galli
149c5292f1
PreDB Integration. Update Library is advisable
8 years ago
Devin Buhl
3cf5301e46
QOL changes to PTP logic ( #1114 )
8 years ago
Leonardo Galli
4b1f7da317
Fix for VS for Mac.
...
Let's hope this does not break anything.
8 years ago
Leonardo Galli
a25c056def
Ammend to previous commit.
8 years ago
Leonardo Galli
0db27d9029
Hopefully fix all issues with unlinked movie files.
8 years ago
geogolem
e6dfd89300
keep the current page the same after clicking Save
...
the path needs to be updated on models that are changes
8 years ago
geogolem
db6e91cd95
Merge pull request #1106 from geogolem/filtersHotFix
...
this needs to match with the property forclient mode
8 years ago
geogolem
1bae7bb623
this needs to match with the property forclient mode
8 years ago
Devin Buhl
7cf2a8cb62
CP list hotfix
8 years ago
Devin Buhl
1a4fb6e7bb
Update blacklist to work with movies ( #1089 )
...
* Update BlacklistService
* Update HistoryService, HistoryRepo and History
* Update UI in Blacklists to movies
* set the movie model so the movie title prints in blacklist
* Would be working if I implemented the Event Handler for MovieFileDeleted
8 years ago
geogolem
ae0fc019e5
Merge pull request #1097 from geogolem/fixIMDBNormalization
...
incorrect check for imdbId prefix
8 years ago
geogolem
3f438563b8
incorrect check for imdbId prefix
8 years ago
SWu
51e0cdf982
Fix regression for missing libgdiplus ( #1073 )
...
* Fix regression for missing libgdiplus
Add back error handling for systems where libgdiplus is not available. Should fix #1065
* Create GdiPlusInterop.cs
* Update DiskProviderBase.cs
* Update ImageResizer.cs
* Delete GdiPlusInterop.cs
* Update NzbDrone.Core.csproj
* Update NzbDrone.Common.csproj
* Update DiskProviderBase.cs
* Update IDiskProvider.cs
* Update ImageResizer.cs
* Update DiskProviderBase.cs
* Update IDiskProvider.cs
* Update ImageResizer.cs
This is really ugly... :(
* Update ImageResizer.cs
Never written C# before
* Update ImageResizerFixture.cs
* Fix test
8 years ago
geogolem
3d9fd3ff25
Merge pull request #1096 from geogolem/refactorFilteringExpression
...
refactor so that filteringExpressions are constructed in one place
8 years ago
geogolem
866cec096d
refactor so that filteringExpressions are constructed in one place
...
less code duplication, easier to manage moving forward
8 years ago
geogolem
71eaa98518
Merge pull request #1095 from geogolem/filterFixCutoffUnmet
...
new filters were added, but they werent being handled via the API
8 years ago
geogolem
2899bbf330
new filters were added, but they werent being handled via the API
8 years ago
geogolem
72f40470a7
Merge pull request #1093 from geogolem/permitLargerTraktLists
...
allow larger trakt lists than 500
8 years ago
geogolem
7c5c4e7594
allow larger trakt lists than 500
8 years ago
Matthew Treadwell
77f369caab
restructeured readme and added a new logo asset ( #1088 )
8 years ago
Devin Buhl
571730ddec
Onedr0p/3 8 17 ( #1087 )
...
* Move ToUrlSlug to Parser, fix issue with trakt lists that have non-alphanumeric characters
* Move "Add movies" link in nav to the first link
* String interpolation!
* Add Limit to Trakt List Settings to limit the amount of movies returned, 50 by default
* Updates to FailedDownload
* Update DownloadService and CompleteDownloadService
8 years ago
Tim Turner
5c22d0b61d
Ensure drone factory runs on its specificed interval ( #1067 )
...
* Ensure drone factory runs on its specificed interval
* Fix the tests for DownloadedMovieImportServiceFixture
8 years ago
Leonardo Galli
fe0a54685f
Update README.md
8 years ago
Donald Webster
2d951bf378
Add hotio's nightly docker image. ( #1084 )
8 years ago
Donald Webster
54df46df8c
Add Installation, Docker and Setup Guide to new Install section and add Feathub and Wiki to Support ( #1083 )
...
* Add Installation section with Installation, Docker and Setup Guide. Add feathub and wiki to Support.
* Convert to badges and use the best colors.
* Fix silly mistake of leaving [Word]s in.
* Switch to b7b7b7 which is easier to read w/ white text.
* Use github color from simpleicons.org.
* Changed colors a bit.
* Added FAQ
8 years ago
Leonardo Galli
b9eab860f5
Fixed the parser for movies with A.
...
Fixes some parser issues.
8 years ago
Leonardo Galli
24a394bf46
Loads only request movie first into full collection. Should fix things. ( #1046 )
...
Fixes #982
8 years ago
Bill Szeliga
af2b5c2f1c
Addressing jshint warnings ( #1050 )
...
* Cleaning up some jsLiniting problems
* fix jshint issue with variablle declaration
This shouldn't be an issue because of hoisting but, jshint is finicky.
8 years ago
flightlevel
961a6d89a4
Update error to include Radarr instead of Sonarr ( #1069 )
8 years ago
Devin Buhl
b81d8c4678
Correct DownloadDescisionMaker to use ImdbId, and update the ui a little. ( #1068 )
...
* Update variable names, also pass imdb to parsing service from downloaddescisionmaker
* Changes to the DownloadDescisionMaker to use ImdbId when looking for movie. Should fix a lot of Unknown Movie errors.
* Add movie link to nav bar, update Movies image to be fa-film :) Minor UI change.
8 years ago
Devin Buhl
73f0916fa0
Deluge 1.3.14 API support due to changed json-rpc checks
8 years ago
geogolem
6c10d77721
Merge pull request #1062 from geogolem/revertSortingChange
...
reverting a change made yesterday regarding sorting
8 years ago
geogolem
d9a3f303e7
reverting a change made yesterday regarding sorting
...
the change fixed sorting titles of newly added movies without a refresh
however, people have noticed it broke sorting of "In Cinemas" column in general.
i commented out the change; but also added a special case in the comment, that would fix the case in question, without
breaking the others; however, more investigating is needed because there is an issue with sorting newly added movies in general and the
fix this reverts was never good enough anyway.
8 years ago
geogolem
1894d493f3
Merge pull request #1061 from geogolem/hotfix
...
oops -- this was a fix from the last merge - sorry
8 years ago
geogolem
88140dd3aa
oops -- this was a fix from the last merge - sorry
8 years ago
Mihai Blaga
fb1d13bc58
URLEncode the string for searching ( #1055 )
...
Closes #818 again
8 years ago
geogolem
b71031f6d3
Merge pull request #1060 from geogolem/clientModeFixForMovieEditor
...
fix client mode fetching.. only setPageSize when necessary
8 years ago
geogolem
d03f4a515e
fix client mode fetching.. only setPageSize when necessary
8 years ago
Leonardo Galli
0668f12e62
Fix error with weirdly formatted audioChannelPositions on MediaInfo.
8 years ago
aptalca
0083e95019
Update wiki link for sorting and renaming ( #1045 )
8 years ago
Greg Fitzgerald
c7fcfe04be
Fix a couple typos ( #1049 )
...
* Fix typo should be smtp.gmail.com
* Basic auth should say Radarr not Sonarr
8 years ago
Devin Buhl
e11455c964
Fix tests
8 years ago