geogolem
f3b5d9a1d6
Merge pull request #1018 from geogolem/useRequestBuilderTrakt
...
use http request builder (aided by onedrop)
2017-03-05 03:50:12 -05:00
geogolem
83deba1c99
use http request builder (aided by onedrop)
2017-03-05 03:45:20 -05:00
Mitchell Cash
9787cf6cdd
Improve indexer health check messages ( #1015 )
...
* Improve indexer health check messages
Fixed: Improve health check message when all enabled indexers are disabled due to failures
Closes #1551
* Fixed: Health check failing and preventing others from running
* Fixed Indexer Health Checks and tests.
2017-03-05 02:50:45 -05:00
Mitchell Cash
7433e89467
Clean RSS feed before detecting type ( #1014 )
2017-03-05 02:48:48 -05:00
geogolem
0aa6066a6f
Merge pull request #1016 from geogolem/exclusionsFix
...
Exclusions fix
2017-03-05 02:07:47 -05:00
geogolem
3dd14c72c8
store titleSlug in tags for exclusions and always use TMDBID
2017-03-05 02:02:24 -05:00
Devin Buhl
0d85c7435c
Added FindByAlternativeTitle in MovieRepo.
2017-03-04 23:47:45 -05:00
geogolem
a3c0f4cb3f
also use TMDBID on list sync
2017-03-04 21:55:11 -05:00
geogolem
3f2da1441f
always check exclusions with tmdbid
2017-03-04 21:55:11 -05:00
geogolem
f49d68ad6a
Merge pull request #778 from geogolem/traktAuthentication
...
fully functional traktAuthentication
2017-03-04 21:47:43 -05:00
geogolem
f138d4f677
an updated radarrAPI has been deployed --> this commit makes
...
trakt authentication ready to be merged to the develop branch
2017-03-04 21:45:22 -05:00
geogolem
aa977eb2d5
fully functional traktAuthentication
...
using api.couchpota.to with comments
for when updated RadarrAPI is deployed
2017-03-04 17:51:21 -05:00
Devin Buhl
e0f72e4853
Fix error with null dates
2017-03-04 13:42:29 -05:00
Devin Buhl
83560ad937
Patch/more updates ( #1009 )
...
* add downloaded quality to cut off
* set profile to 1 on model too
* get the lowest year in release dates
2017-03-04 13:25:04 -05:00
Leonardo Galli
5cace1d857
Added debug messages to check quality.
2017-03-04 18:39:26 +01:00
Devin Buhl
39322cbbca
Revert..
2017-03-04 12:01:59 -05:00
Leonardo Galli
46daa11c46
Fixed "wrong" quality being detected. Scan will be slower though.
2017-03-04 17:50:02 +01:00
Leonardo Galli
98e2bd00ab
Fix for wrong qualities showing up. Will be slower to load though.
2017-03-04 17:48:26 +01:00
Devin Buhl
0f2234bcdc
Patch/onedr0p 3 4 2017 ( #1006 )
...
* Fix link in History tab (#734 )
* Fix iCal feed (#746 )
* Removed DKSubs from hardcoded subs
* Fix searching all cut off unmet
2017-03-04 11:40:38 -05:00
geogolem
3f05ef810e
Merge pull request #994 from geogolem/respectPageSizeWithoutReloading
...
respect the pageSize when initializing the layout
2017-03-04 11:36:38 -05:00
Devin Buhl
aab425ee5b
Patch/onedr0p updates ( #998 )
...
* few small things
* update var names
* Validate Root Folder, Minimum Avability and ProfileId on List import.
2017-03-03 21:32:52 -05:00
geogolem
f7bc889723
Merge pull request #996 from geogolem/ImportExclusionsFix
...
the movie was not being printed correctly, and i believe this
2017-03-03 12:55:00 -05:00
geogolem
cc4fb5a40b
the movie was not being printed correctly, and i believe this
...
was also causing movies to be added when they shouldnt have been...
2017-03-03 12:52:50 -05:00
geogolem
bbb4880ba4
respect the page when initializing the layout
2017-03-03 11:46:40 -05:00
geogolem
a2098a5797
Merge pull request #993 from geogolem/develop
...
clean up the fetching on loading of MovieEditor and MovieIndex once a…
2017-03-03 09:30:42 -05:00
geogolem
93bdac31ea
clean up the fetching on loading of MovieEditor and MovieIndex once and for all
2017-03-03 09:27:54 -05:00
geogolem
92a588751a
Merge pull request #992 from geogolem/anotherMovieEditorFix
...
i dont know why i was doing this inside the for loop... It did not sc…
2017-03-03 07:38:13 -05:00
geogolem
272db9d483
i dont know why i was doing this inside the for loop... It did not scale well !
...
fixed
2017-03-03 07:36:37 -05:00
geogolem
9d75fc18a1
Merge pull request #990 from geogolem/fixMovieIndexOnEmpty
...
use clone so that we only detect empty collection
2017-03-03 04:53:56 -05:00
geogolem
d8d60c6bb0
use clone so that we only detect empty collection
...
when collectio is empty.. not when current filter is empty but collectionis not
2017-03-03 04:50:52 -05:00
geogolem
8c656626d6
Merge pull request #988 from Radarr/filterFixMainIndex
...
i believe these are old code that is not needed since pagination..
2017-03-03 01:42:46 -05:00
geogolem
b773119193
i believe these are old code that is not needed since pagination..
...
the recent change to include filterType hits this when model is undefined..
commenting out these lines fixes the problem
2017-03-03 01:40:29 -05:00
Devin Buhl
bdc0db3357
Default Wanted and Cutoff to be 50 movies per page, added filtering options to Cutoff and a Search all ( #984 )
2017-03-02 17:28:29 -05:00
geogolem
f3b3c9ff6a
Merge pull request #980 from geogolem/manualImportPagingFilterFix
...
[Fix] filtering on Manual Import
2017-03-02 16:20:46 -05:00
geogolem
7d394dcff2
empty string case should not be only for the contains case
2017-03-02 15:21:39 -05:00
geogolem
ff11388009
needed to pass the filterType, received the filterType and handle
...
the filterType
2017-03-02 15:14:43 -05:00
geogolem
b492fece6c
Merge pull request #975 from geogolem/MovieEditorFilterSave
...
reset filters on save..
2017-03-02 02:00:15 -05:00
geogolem
5394f1dee9
reset filters on save..
2017-03-02 01:57:51 -05:00
geogolem
e742371d15
Merge pull request #974 from geogolem/MovieEditorFixes
...
revert some changes -- use FullCollection (maybe just for now)
2017-03-01 23:23:09 -05:00
geogolem
d03ee006fc
Merge branch 'develop' into MovieEditorFixes
2017-03-01 23:15:00 -05:00
geogolem
897d76c4a2
revert some changes -- use FullCollection (maybe just for now)
2017-03-01 22:59:00 -05:00
Devin Buhl
349dd12161
Possible fix for Custom script ( #973 )
2017-03-01 21:22:36 -05:00
Devin Buhl
d84e6c84f5
Hotfix when importing movie ( #971 )
2017-03-01 20:20:42 -05:00
Marcelo Castagna
dfcdf8871c
Fixed infinite loop. Added default destination test when adding client ( #968 )
...
removed empty spaces. changed dcaex => ex
Changed error message
changed error message
Wrong message, ups
Another message
2017-03-01 18:45:52 -05:00
Devin Buhl
7122962dc8
Date added in Movie List & Possible Fix for Importing Movies. ( #969 )
...
* Is there a need to lazyload?
* Update dates in movie list
* additional check for moviefile lazy load
* lazyload not needed...
2017-03-01 18:45:12 -05:00
Tim Turner
6432928b7d
Ensure collection is synced before opening movieDetails
2017-03-01 17:30:48 -05:00
geogolem
ed1d6e59b5
Merge pull request #963 from geogolem/importExclusionFix
...
just show imdbid or tmdbid for now in exclusions
2017-03-01 10:21:56 -05:00
geogolem
8b2d85aee5
just show imdbid or tmdbid for now in exclusions
2017-03-01 10:19:44 -05:00
geogolem
392d63fe57
MovieIndexPage Stability + MovieEditor fix ( #925 )
...
* this fixes some issues where the table
was rendering with incorrect data
prior to it being updated....
it also has the FullCollection fetched when necessary..
this will make the movie Index be accurate even after deleting files
or when returning from the movieEditor..
The footer has been improved and since
FullMovieCollection is now kept up to date the footer changes
as the user performs operations and it shows all the time with proper info
even after deletions or changes made in the movieEditor.
Prior to this it was necessary to totally refresh the page..
switching between movie editor and movie index would give unpredicatable results.
these issues have been fixed
* this is a much better solution...
still testing, but likel ready to be merged
* removing comments
* fix the movieEditor -- client side paging in movieEditor
* major code cleanup, and a slightly better implementation
no need to use FullMovieCollection..
just use moviesCollection.fullCollection when in client mode
* display a message when saving is done
perhaps eventually we can have a spinning status indicator on the
save button.. but that is not necessary right away
* some minor adjustments
* remove parseInt for tmdbId
* fix bugs
* remove some alerts
* accidentally changes this on last commit
* use the same FullMovieList everywhere
* add back alert when save is done
2017-02-28 19:46:00 -05:00
Devin Buhl
1c086b057a
Patch/galileo fixes ( #951 )
...
* Update to ParseMovieTitle
* update default server to gmail to relfect other changes
2017-02-28 19:30:23 -05:00