Devin Buhl
731e607666
Add NZB Station for Synology ( #841 )
2017-02-22 18:42:11 -05:00
Devin Buhl
97ee66465d
Patch/filter trakt ( #838 )
...
* Update wording for Certification
* Add Filter Options for Trakt
2017-02-22 16:12:42 -05:00
Leonardo Galli
a0050fedd3
Fixed language parsing of movies with language in movie name.
...
Fixes #793
2017-02-22 13:40:06 +01:00
Tim Turner
89e5001bad
Patch/bulk import tests ( #833 )
...
* Ensure duplicates are not imported
* Clean up some unnecessary code
* Added some fancy tests for bulk import.
2017-02-22 11:21:05 +01:00
Tim Turner
056fb154a8
Patch/bulk import qol ( #785 )
...
* Filter out existing movies upon import
* Update collection based on what is imported
* Ensure root folders are loaded before collectionview
TODO:
* Ensure grid region exists
* Return information about what wasn't imported
* Filter collection based on duplicates
2017-02-21 15:31:31 -05:00
Leonardo Galli
3edc2b80cf
Update .travis.yml
2017-02-20 22:27:07 +01:00
Mihai Blaga
a1745cd02e
URL Encode for newznab query strings, closes #818 ( #819 )
...
Closes #818
2017-02-20 11:17:28 -05:00
Mitchell Cash
1c0f9b64ca
Rename Sonarr to Radarr in DownloadStation client ( #812 )
2017-02-20 11:15:53 -05:00
hotio
7d6a518f30
Update notification logos ( #804 )
2017-02-20 11:15:26 -05:00
Ryan Matthews
9f2fcebc24
Fixes error message for MovieExistsValidator to state the movie doesn't exist ( #723 ) ( #808 )
...
Fixes #723
2017-02-19 19:05:37 +01:00
Ryan Matthews
91295f50b0
Set PROWL application to Radarr ( #770 ) ( #807 )
2017-02-19 18:55:01 +01:00
Devin Buhl
68bf97f52c
TMDb Lists should be working now :) ( #775 )
...
* Remove un-used imports
* Some small update to Net Import
2017-02-16 14:40:04 -05:00
Devin Buhl
363048e68e
Roll back some code on Net Import ( #772 )
2017-02-16 13:29:21 -05:00
Marcelo Castagna
9c20c0b889
Check to see if output path is right when DownloadClient.Test is invoked ( #768 )
...
changed to string interpolation a few lines
2017-02-16 08:22:02 -05:00
Devin Buhl
50891e5dd7
TMDb Filtering Options: Rating, Min Votes, Min Vote Ave, Original Language, TMDb Genre Ids (CSV), ( #765 )
2017-02-16 04:46:35 -05:00
Devin Buhl
f393a95501
Small consistancy updates to PTP and AwesomeHD ( #758 )
2017-02-15 18:02:24 -05:00
Devin Buhl
a68dd6d2f7
Patch/onedr0p ( #757 )
...
* Fix double ? in log
* Rename Download Station to TorrentDownloadStation
* Rename Trakt, TMDb, and set Enable sync default to false
* Added omgwtfnzbs Newznab prefix
* Update Media info for Windows/macOS to 0.7.92.1
2017-02-15 17:37:23 -05:00
Marcelo Castagna
dadf6708ab
Handle download data diskstation ( #744 )
...
* Delete data manually after finished seeding
* Removed try/catch
2017-02-14 09:29:47 -05:00
Tim Turner
7a86c78896
Merged patch/update-files-tab-onChange into develop
2017-02-13 20:08:31 -05:00
Tim Turner
81688399c0
When refreshing movie, refresh Files tab
2017-02-13 20:08:07 -05:00
Devin Buhl
1e28a2e5d4
Feature/Add TMDb Functionality ( #739 )
...
* Inital TMDb List, needs paging support and user lists, private or public
* Clean up Base
* TMDb grabs upto 5 pages for import, update validation, added minimum vote average
* Added logic for MovieLinksTemplate
* Clean up a bit
* Add Public Lists
2017-02-13 09:11:20 -05:00
zductiv
c5bb259555
add downloaded quality column to movie editor ( #738 )
2017-02-13 08:25:37 -05:00
Devin Buhl
0d5d75d6ea
Update ISSUE_TEMPLATE.md
2017-02-13 08:14:37 -05:00
Devin Buhl
5bae9bbbcc
Update PULL_REQUEST_TEMPLATE.md
2017-02-13 08:08:37 -05:00
Devin Buhl
a3e681078f
Clean up Trakt a little ( #735 )
2017-02-13 00:38:19 -05:00
Devin Buhl
758228e159
Update dl-clients ( #732 )
2017-02-12 20:07:57 -05:00
Devin Buhl
1b900a006f
Add Synology Download Station ( #725 )
...
* Add Synology Download Station
* Update DownloadStation Client from Sonarr
2017-02-12 19:44:47 -05:00
Leonardo Galli
9b5c5169ef
fix pending release table.
2017-02-12 16:33:36 +01:00
Devin Buhl
e78a55ac6e
Fix Hardcoded .DKSubs. ( #726 )
...
* Fix Hardcoded .DKSubs.
* Added tests
2017-02-12 09:19:48 -05:00
Devin Buhl
e82cf70399
NetImport - Do not allow TV Series / Mini-Series (works with IMDb) #699 ( #727 )
...
* Do not allow TV Series / Mini-Series (works with IMDb) #699
* Ignore Case
2017-02-12 09:16:15 -05:00
Devin Buhl
e7d65ee4ae
Patch/re add ghost migrations ( #724 )
...
* Remove Wombles and Kickass Data from tables
* And that's why you build
2017-02-12 07:08:39 -05:00
Devin Buhl
1db3669afa
Patch/onedr0p ( #716 )
...
* Alter IMDb lists to what was requested: #697
* Update Pending Release
* Tests (these need to be updated further)
* Alter table migration, movieId already exists
* Update HouseKeeping for pending release
* Fix migratiom and pendingrelease housekeeping
2017-02-12 06:57:07 -05:00
Mitchell Cash
93e55b7575
Increase timeout when waiting for rTorrent to finish adding torrent ( #721 )
...
Increase timeout when waiting for rTorrent to finish adding torrent
2017-02-12 03:07:38 -05:00
Devin Buhl
f850c65b56
Update ISSUE_TEMPLATE.md
2017-02-11 18:29:56 -05:00
Leonardo Galli
297348fffe
Merged branch develop into develop
2017-02-11 23:25:35 +01:00
Leonardo Galli
07ff6558d1
Hopefully fixes a lot of null reference bugs in BulkImport
2017-02-11 23:25:27 +01:00
Leonardo Galli
85843efcb0
Added test for !
2017-02-11 23:24:10 +01:00
zductiv
3d4b1c3be5
changed sort options to match UI ( #707 )
2017-02-11 15:04:19 -05:00
Tim Turner
a3f389af5e
Fix RescanMovie command for single movie
...
Partial fix for #669
2017-02-11 14:38:17 -05:00
Leonardo Galli
1aeb3c6fd6
Should fix blacklist items disappearing.
...
Fixes #653
2017-02-11 18:32:54 +01:00
Leonardo Galli
6ab6c016c0
Fix manual import for when downloaded movies are in a folder
2017-02-11 18:26:35 +01:00
Leonardo Galli
a1961603d7
Merged branch develop into develop
2017-02-11 17:40:31 +01:00
Leonardo Galli
50ac95dec5
Update parser tests.
2017-02-11 17:40:01 +01:00
Leonardo Galli
a16e46cf38
Fix parsing with lower bluray qualities.
...
Fixes #706
2017-02-11 16:59:15 +01:00
zductiv
ea33b75764
search all missing movie works - missing tab only ( #710 )
2017-02-11 08:48:02 -05:00
Devin Buhl
31e657d052
Limit TMDb requests when importing via IMDBid ( #703 )
2017-02-10 23:03:24 -05:00
Leonardo Galli
fe0dfef83c
Fixes issue with movies with same name but different years being downloaded.
2017-02-10 19:40:10 +01:00
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