Leonardo Galli
bc1a47ff5a
Fixed a few parser issues. Also added some tests.
...
Fixes #549
2017-02-10 19:00:16 +01:00
Leonardo Galli
4e8089dd42
Cutoff tab actually working now.
2017-02-10 17:30:35 +01:00
geogolem
6dc9f90a8b
fix trakt links for movies (like sonarr for shows) ( #690 )
2017-02-10 04:07:38 -05:00
Devin Buhl
1aae3ae2b5
Fixed Sorting In Wanted and Cutoff ( #693 )
2017-02-10 04:04:50 -05:00
Devin Buhl
75436bcce4
Pass at seeing if this works on linux now ( #692 )
2017-02-10 03:17:28 -05:00
zductiv
61df3ef40e
Small UI changes ( #691 )
...
* Update FileManagementViewTemplate.hbs
* Update PermissionsViewTemplate.hbs
* modified UI, removed old episode references
2017-02-10 03:14:51 -05:00
Devin Buhl
f45aab27d1
Add required flag for PTP ( #688 )
2017-02-10 01:35:47 -05:00
Devin Buhl
f477c46406
Wanted & Missing ( #687 )
...
* Remove Season Pass, Update Header name, remove useless function
* Cutoff Tab now works
2017-02-10 00:15:41 -05:00
Devin Buhl
2af07d7e0d
* Make Missing/Wanted Work again ( #686 )
...
* Make Missing/Wanted Load
2017-02-09 22:52:13 -05:00
Devin Buhl
df691488a9
Fixed MovieMissingModule failed while processing [MovieDownloadedEvent]
2017-02-09 16:52:35 -05:00
Tim Turner
800e7ae508
UI Enhancements for Manual Import ( #681 )
...
Fixes #589
Fixes #632
2017-02-09 16:25:51 -05:00
Leonardo Galli
fcf156293e
May be fix loading view? Idk.
2017-02-09 16:48:14 +01:00
Tim Turner
94f44a0eb7
Display loading view when changing page size
2017-02-08 17:00:37 -05:00
Leonardo Galli
1e2c28f67a
Merged branch develop into develop
2017-02-08 22:14:04 +01:00
Leonardo Galli
62b45f7ea7
Fix paging breaking in bulk import.
2017-02-08 22:11:11 +01:00
Devin Buhl
f577590ad6
Fix ordering in PTP, should prefer GP releases ( #667 )
...
* Fix ordering in PTP, should prefer GP releases
* Apply more checks
2017-02-08 14:26:11 -05:00
Devin Buhl
0941247f63
Patch/onedr0p updates ( #664 )
...
* Remove button for require GP in PassThePopcorn
* Fix AwesomeHD when search results yeild 1 torrent result
* Add try/catch block
2017-02-08 10:36:07 -05:00
schumi2004
3170060f37
Make Movie Title and Status sortable on Wanted tab ( #662 )
2017-02-08 09:22:49 -05:00
Leonardo Galli
35b384439f
Bulk Import. ( #583 )
...
* First pass at bulk import.
* First pass at paging implementation for bulk import.
* Another pass at UI for bulk import
WHY WON'T THE ROWS SELECT?!?!
* Paging mostly done. UI needs to show loading still.
* Fix for selection
* fixes.
* Add caching to bulk import
* Tried to fix paging.
* Fix has next
* Fix link error.
* Pageable now works almost perfectly.
Collection now works really nicely when paged. Also movies from different pages can be added no problemo.
* /bulk-import: ProfileCell
Various other QoL changes
* Profile selection works now
Still kinda hacky
* Default monitored to true.
* Add Monitor Cell
Update styling, added path tooltip as well
* Update model when changing tmdbId
Ensure monitor status doesn't change as well
* Added spinner feedback for tmdbid cell.
* /bulk-import: Add page-size selector
2017-02-07 19:09:36 -05:00
Devin Buhl
0d1150d4d2
Wait 5 seconds before getting the next 35 movies from TMDb using X-RateLimit-Remaining ( #647 )
...
* Wait 5 seconds before getting the next 35 movies from TMDb using X-RateLimit-Remaining
* Update SkyHookProxy.cs
2017-02-07 16:55:57 -05:00
Devin Buhl
1f68b46575
Correct the Kickass migration ( #649 )
2017-02-07 16:36:35 -05:00
Devin Buhl
32c5c4d741
Update notif list warning when importing from a list ( #648 )
2017-02-07 16:29:12 -05:00
Devin Buhl
0cb15121e5
Fix movies not showing up in Queue when downloading ( #640 )
2017-02-07 03:03:15 -05:00
Devin Buhl
808033a01c
Fixed Movie link in history tab ( #637 )
2017-02-06 20:57:53 -05:00
Devin Buhl
736e0d2e70
Clean up download clients to use radarr as label, fix hoduken, and blackhole. ( #635 )
...
* change default label to radarr for rtorrent
* change utorrent default label to radarr
* change hadoken to use radarr label
* change blackhole default to radarr, update hoduken
* Episodes don't work, but it needs to be here
* Fix blackhole xD
2017-02-06 19:51:30 -05:00
Devin Buhl
96741570c5
Use Movie Name-TmdbId for slug, update toUrlSlug ( #629 )
2017-02-06 17:01:02 -05:00
Devin Buhl
8feb3fee98
Removed Wombles and Kickass, updated torrentpotato and torznab ( #625 )
...
* Remove Wombles and kickass
* Clean up TorrentPotato Request Gen
* Opps, we need to use SupportedMovieSearchParameters xD
* Consistancy
* Clean up Newznab Request Gen, add year to search if cannot use IMDB
* Added SpecialCharRegex to remove \ / : &
2017-02-06 16:34:11 -05:00
Abzie
07e3e44a68
Various ui text fixes ( #620 )
...
* Fix notification text on rename
* Fixed profile tooltip for minimum sizes
* Updated link to now point to Radarr's FAQ
* Revert "Updated link to now point to Radarr's FAQ"
This reverts commit 726e0cc870
.
Revert 726e0cc
* Fixed: Updated link to now point to Radarr's FAQ
2017-02-06 13:58:24 -05:00
vertigo235
d67d405024
Delay Profile: Fix for when preferred words is null. ( #618 )
2017-02-06 14:07:17 +01:00
Devin Buhl
520836f475
Merge pull request #598 from vertigo235/delay-profile-patch
...
Delay Profile: Upgradable Check Fix
2017-02-05 15:58:49 -05:00
vertigo235
6d6bf1044b
preferredcount -> preferredCount
2017-02-05 15:45:09 -05:00
vertigo235
195866f3aa
Delay Profile: Require preferred word to skip delay.
2017-02-05 14:09:22 -05:00
schumi2004
10f0be0708
fix ical ics file ( #603 )
2017-02-05 20:04:38 +01:00
Leonardo Galli
721773ef68
Fixed issue where quality weight was mapped wrongly. Fixes #597
2017-02-05 20:00:41 +01:00
vertigo235
0d647ffb9a
Delay Profile: Delay for at least 1 preferred word
2017-02-04 02:26:11 -05:00
vertigo235
b6235e99c8
Delay Profile: Upgradable Check Fix
...
Only do the upgradable file check if there are exisitng files.
2017-02-04 01:07:26 -05:00
Devin Buhl
1d0a6af7d7
Merge pull request #587 from Radarr/patch/preferred-tags-info
...
Added 'Case Insensitive.' to preferred tags info to help-inline
2017-02-03 02:30:19 -05:00
Devin Buhl
efd7af165c
Added 'Case Insensitive.' to preferred tags info to help-inline
2017-02-03 01:11:01 -05:00
Leonardo Galli
3f4ee6d841
Runtime error fix.
2017-02-02 18:18:02 +01:00
Leonardo Galli
55c437d980
Fix runtime issues.
...
Fixes #275 and #577
2017-02-02 17:35:00 +01:00
Leonardo Galli
ecfe103c50
Fix glaringly obvious mistake that caused RSS Sync to fail.
...
Fixes #580
2017-02-02 17:29:49 +01:00
Devin Buhl
a282ad7809
Merge pull request #573 from Radarr/patch/more-trakt-options
...
Added more options to trakt, popular movies, upcoming, anticipated etc..
2017-02-01 19:06:05 -05:00
Devin Buhl
64176b8d26
Added more options to trakt, popular movies, upcoming, anticipated etc..
2017-02-01 18:49:40 -05:00
Devin Buhl
278fb298b6
Merge pull request #571 from Radarr/patch/settings-branch-warning
...
Add warning for docker users when switching branch
2017-02-01 17:45:32 -05:00
Devin Buhl
1d1b88cf05
Add warning for docker users when switching branch
2017-02-01 17:33:37 -05:00
Chris Allen
0c50aa7872
Add plain "ES" audioProfile. ( #569 )
2017-02-01 23:13:48 +01:00
Leonardo Galli
0bfa01f072
Fix delay specification when delay is not set to zero
...
Fixes #410
2017-02-01 18:58:06 +01:00
Chris Allen
3e9594f069
Use shorter format Profile string. ( #561 )
2017-02-01 11:22:28 +01:00
Chris Allen
a07138680b
Use movieFile instead of episodeFile. ( #560 )
2017-02-01 10:44:41 +01:00
Chris Allen
5f6f2f2859
Add expanded DTS audio codecs to FileNameBuilder and fix up Atmos TrueHD audioCodec string. ( #559 )
...
* Add DTS-ES, DTS-HD HRA, DTS-HD MA, DTS-X to audioCodec.
* Cleanup "Atmos / TrueHD" audioCodec string.
2017-02-01 10:22:33 +01:00