Leonardo Galli
bf3c6f95eb
Fix issue where details page wont load.
8 years ago
Leonardo Galli
f07f2e77f6
Paging for movies :) ( #861 )
...
* First steps.
* Not really sure what I am doing here.
* Pretty hacky, but it works :)
* First filter works now.
* Fix all filters.
* Fix some filters.
* PageSize saving now works.
* Fixed items being added when a refresh movie is done.
* Downloaded sort not working.
* Sorting by downloaded status now works.
Extremely hacky, but ¯\_(ツ)_/¯
* Fixed issue where users were stuck when filtering.
* Sorting via that button works now.
* Removed temp thingy.
8 years ago
Devin Buhl
50fdbd896c
Bug fixes ( #874 )
...
* Update Torrent and Usenet DownloadStation
* Update Download Tests
* Fix TorrentPotato not finding results #754
* Update UpdateMediaInfoService and Tests #572
* Ignore plex otimized versions w/ tests #391
* Remove Xem Serivce files and tests #386
* Ignore TV Episode from IMDb lists
8 years ago
geogolem
bab7bd20cd
the Search All Missing button ( #860 )
...
was searching all missing and monitored only
though the dialog that popped up was informing the user it was
going to search for x movies, where x corresponded to the number
of movies filtered on the page.
I changed this button, so now it will search all the items as they are
filtered on the page.
For example, if you want to search all missing (regardless of
monitor/unmonitor) click the all filter and click the button.
If you want to search only monitored/missing, click the monitored button
and then click the search all button...
this included the old functionality, but allows the user alot more
flexibility...
i also added the all filter, and refactored the code,
so that builds the expression for the LINQ.. since this needed to be
used in two places.. just implement it once and use it in both places..
I tested this out... and stepped through with debugger.. i also did a
quick test of everything else. Im confident that the featureset
implemented and bugs fixed by this commit are OK... Im not 100% that
other parts of radarr dont use the same MissingMovieSearch routines..
but i dont think so...
8 years ago
geogolem
0678908fd9
Cleanup min availability ( #846 )
...
* some minor cleanup + changed filter on wanted/missing
* MovieIndex Footer add counts + update legend
* minor spelling error + typo
8 years ago
geogolem
9d29776e8e
some minor cleanup + changed filter on wanted/missing ( #845 )
8 years ago
geogolem
140a220340
Min availability ( #816 )
...
* availability specification to prevent downloading titles before their
release
* pull inCinamas status out of js handlebars and set it in SkyHook
* minor code improvement
* add incinemas to footer
* typo
* another typo
* release date handling
* still print cinema date out for announced titles
* revert a minor change from before since its unnecessary
* early implementation of minimumAvailability --> when does radarr
consider a movie "available" should be specified by user
default to "Physical release?"
this isn't functional yet, but it has a skeleton + comments. I dont
know how to have the minimumavailability attribute default to something
or to have it actually populate the Movieinfo object
could use some help with that
* adding another comment for another location that might need to be
updated to handle minimumAvailability
* the implementation is now function;
however, i still need to specify default values for minimumAvailability
* missed these changes in the previous commit
* fix rounded corners on new field in editmovie dialog
* add minimum availability specification to the addMovie page
* minor adjustment from last commit
* handle the case where minimumavailability has never yet been set
nullstring.. if its never been set, default to Released (Physical/Web)
represented by integer value 3
* minAvailability specification on NetImport lists
* add support for min availability to the movie editor
* use enum MovieStatusType values directly
makes for cleaner code
* need to fix up the migration forgot in last commit
* cleaning up code, proper case
* erroneous code added in this feature needed to be removed
* update "Wanted" page to take into account minimumAvailability
* implement preDB minimumAvailability as default.. behaves same as
Physical/Web a few comments with TODO for when preDB is implemented
* minor adjustment
* remove some unused code (leave commented for now)
* improve code for minimumavailability and add option for
availabilitydelay (but doesnt do anything yet)
* improve isAvailable method
* clean up and fix helper info on indexer configuration page
* add buttons in Wanted/Missing view
8 years ago
Devin Buhl
731e607666
Add NZB Station for Synology ( #841 )
8 years ago
Devin Buhl
97ee66465d
Patch/filter trakt ( #838 )
...
* Update wording for Certification
* Add Filter Options for Trakt
8 years ago
Leonardo Galli
a0050fedd3
Fixed language parsing of movies with language in movie name.
...
Fixes #793
8 years ago
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.
8 years ago
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
8 years ago
Mihai Blaga
a1745cd02e
URL Encode for newznab query strings, closes #818 ( #819 )
...
Closes #818
8 years ago
Mitchell Cash
1c0f9b64ca
Rename Sonarr to Radarr in DownloadStation client ( #812 )
8 years ago
hotio
7d6a518f30
Update notification logos ( #804 )
8 years ago
Ryan Matthews
9f2fcebc24
Fixes error message for MovieExistsValidator to state the movie doesn't exist ( #723 ) ( #808 )
...
Fixes #723
8 years ago
Ryan Matthews
91295f50b0
Set PROWL application to Radarr ( #770 ) ( #807 )
8 years ago
Devin Buhl
68bf97f52c
TMDb Lists should be working now :) ( #775 )
...
* Remove un-used imports
* Some small update to Net Import
8 years ago
Devin Buhl
363048e68e
Roll back some code on Net Import ( #772 )
8 years ago
Marcelo Castagna
9c20c0b889
Check to see if output path is right when DownloadClient.Test is invoked ( #768 )
...
changed to string interpolation a few lines
8 years ago
Devin Buhl
50891e5dd7
TMDb Filtering Options: Rating, Min Votes, Min Vote Ave, Original Language, TMDb Genre Ids (CSV), ( #765 )
8 years ago
Devin Buhl
f393a95501
Small consistancy updates to PTP and AwesomeHD ( #758 )
8 years ago
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
8 years ago
Marcelo Castagna
dadf6708ab
Handle download data diskstation ( #744 )
...
* Delete data manually after finished seeding
* Removed try/catch
8 years ago
Tim Turner
81688399c0
When refreshing movie, refresh Files tab
8 years ago
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
8 years ago
zductiv
c5bb259555
add downloaded quality column to movie editor ( #738 )
8 years ago
Devin Buhl
a3e681078f
Clean up Trakt a little ( #735 )
8 years ago
Devin Buhl
758228e159
Update dl-clients ( #732 )
8 years ago
Devin Buhl
1b900a006f
Add Synology Download Station ( #725 )
...
* Add Synology Download Station
* Update DownloadStation Client from Sonarr
8 years ago
Leonardo Galli
9b5c5169ef
fix pending release table.
8 years ago
Devin Buhl
e78a55ac6e
Fix Hardcoded .DKSubs. ( #726 )
...
* Fix Hardcoded .DKSubs.
* Added tests
8 years ago
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
8 years ago
Devin Buhl
e7d65ee4ae
Patch/re add ghost migrations ( #724 )
...
* Remove Wombles and Kickass Data from tables
* And that's why you build
8 years ago
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
8 years ago
Mitchell Cash
93e55b7575
Increase timeout when waiting for rTorrent to finish adding torrent ( #721 )
...
Increase timeout when waiting for rTorrent to finish adding torrent
8 years ago
Leonardo Galli
297348fffe
Merged branch develop into develop
8 years ago
Leonardo Galli
07ff6558d1
Hopefully fixes a lot of null reference bugs in BulkImport
8 years ago
Leonardo Galli
85843efcb0
Added test for !
8 years ago
zductiv
3d4b1c3be5
changed sort options to match UI ( #707 )
8 years ago
Tim Turner
a3f389af5e
Fix RescanMovie command for single movie
...
Partial fix for #669
8 years ago
Leonardo Galli
1aeb3c6fd6
Should fix blacklist items disappearing.
...
Fixes #653
8 years ago
Leonardo Galli
6ab6c016c0
Fix manual import for when downloaded movies are in a folder
8 years ago
Leonardo Galli
a1961603d7
Merged branch develop into develop
8 years ago
Leonardo Galli
50ac95dec5
Update parser tests.
8 years ago
Leonardo Galli
a16e46cf38
Fix parsing with lower bluray qualities.
...
Fixes #706
8 years ago
zductiv
ea33b75764
search all missing movie works - missing tab only ( #710 )
8 years ago
Devin Buhl
31e657d052
Limit TMDb requests when importing via IMDBid ( #703 )
8 years ago
Leonardo Galli
fe0dfef83c
Fixes issue with movies with same name but different years being downloaded.
8 years ago
Leonardo Galli
bc1a47ff5a
Fixed a few parser issues. Also added some tests.
...
Fixes #549
8 years ago
Leonardo Galli
4e8089dd42
Cutoff tab actually working now.
8 years ago
geogolem
6dc9f90a8b
fix trakt links for movies (like sonarr for shows) ( #690 )
8 years ago
Devin Buhl
1aae3ae2b5
Fixed Sorting In Wanted and Cutoff ( #693 )
8 years ago
Devin Buhl
75436bcce4
Pass at seeing if this works on linux now ( #692 )
8 years ago
zductiv
61df3ef40e
Small UI changes ( #691 )
...
* Update FileManagementViewTemplate.hbs
* Update PermissionsViewTemplate.hbs
* modified UI, removed old episode references
8 years ago
Devin Buhl
f45aab27d1
Add required flag for PTP ( #688 )
8 years ago
Devin Buhl
f477c46406
Wanted & Missing ( #687 )
...
* Remove Season Pass, Update Header name, remove useless function
* Cutoff Tab now works
8 years ago
Devin Buhl
2af07d7e0d
* Make Missing/Wanted Work again ( #686 )
...
* Make Missing/Wanted Load
8 years ago
Devin Buhl
df691488a9
Fixed MovieMissingModule failed while processing [MovieDownloadedEvent]
8 years ago
Tim Turner
800e7ae508
UI Enhancements for Manual Import ( #681 )
...
Fixes #589
Fixes #632
8 years ago
Leonardo Galli
fcf156293e
May be fix loading view? Idk.
8 years ago
Tim Turner
94f44a0eb7
Display loading view when changing page size
8 years ago
Leonardo Galli
1e2c28f67a
Merged branch develop into develop
8 years ago
Leonardo Galli
62b45f7ea7
Fix paging breaking in bulk import.
8 years ago
Devin Buhl
f577590ad6
Fix ordering in PTP, should prefer GP releases ( #667 )
...
* Fix ordering in PTP, should prefer GP releases
* Apply more checks
8 years ago
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
8 years ago
schumi2004
3170060f37
Make Movie Title and Status sortable on Wanted tab ( #662 )
8 years ago
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
8 years ago
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
8 years ago
Devin Buhl
1f68b46575
Correct the Kickass migration ( #649 )
8 years ago
Devin Buhl
32c5c4d741
Update notif list warning when importing from a list ( #648 )
8 years ago
Devin Buhl
0cb15121e5
Fix movies not showing up in Queue when downloading ( #640 )
8 years ago
Devin Buhl
808033a01c
Fixed Movie link in history tab ( #637 )
8 years ago
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
8 years ago
Devin Buhl
96741570c5
Use Movie Name-TmdbId for slug, update toUrlSlug ( #629 )
8 years ago
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 \ / : &
8 years ago
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
8 years ago
vertigo235
d67d405024
Delay Profile: Fix for when preferred words is null. ( #618 )
8 years ago
Devin Buhl
520836f475
Merge pull request #598 from vertigo235/delay-profile-patch
...
Delay Profile: Upgradable Check Fix
8 years ago
vertigo235
6d6bf1044b
preferredcount -> preferredCount
8 years ago
vertigo235
195866f3aa
Delay Profile: Require preferred word to skip delay.
8 years ago
schumi2004
10f0be0708
fix ical ics file ( #603 )
8 years ago
Leonardo Galli
721773ef68
Fixed issue where quality weight was mapped wrongly. Fixes #597
8 years ago
vertigo235
0d647ffb9a
Delay Profile: Delay for at least 1 preferred word
8 years ago
vertigo235
b6235e99c8
Delay Profile: Upgradable Check Fix
...
Only do the upgradable file check if there are exisitng files.
8 years ago
Devin Buhl
efd7af165c
Added 'Case Insensitive.' to preferred tags info to help-inline
8 years ago
Leonardo Galli
3f4ee6d841
Runtime error fix.
8 years ago
Leonardo Galli
55c437d980
Fix runtime issues.
...
Fixes #275 and #577
8 years ago
Leonardo Galli
ecfe103c50
Fix glaringly obvious mistake that caused RSS Sync to fail.
...
Fixes #580
8 years ago
Devin Buhl
a282ad7809
Merge pull request #573 from Radarr/patch/more-trakt-options
...
Added more options to trakt, popular movies, upcoming, anticipated etc..
8 years ago
Devin Buhl
64176b8d26
Added more options to trakt, popular movies, upcoming, anticipated etc..
8 years ago
Devin Buhl
1d1b88cf05
Add warning for docker users when switching branch
8 years ago
Chris Allen
0c50aa7872
Add plain "ES" audioProfile. ( #569 )
8 years ago
Leonardo Galli
0bfa01f072
Fix delay specification when delay is not set to zero
...
Fixes #410
8 years ago
Chris Allen
3e9594f069
Use shorter format Profile string. ( #561 )
8 years ago
Chris Allen
a07138680b
Use movieFile instead of episodeFile. ( #560 )
8 years ago
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.
8 years ago
Tim Turner
e185ba0191
Don't display mapped movies in import list
...
When importing existing movies, don't list those which already exist in the collection.
8 years ago
Tim Turner
3ab0b17379
Fix Delete modal when adding movie
8 years ago
Leonardo Galli
942d97931e
Delete files now works. Fixes #127
8 years ago
Leonardo Galli
40809f1d91
First pass regarding delete.
8 years ago
Leonardo Galli
f6a37186aa
Fix error for movies with less than 4 characters. Fixes #507
8 years ago
Devin Buhl
c3c7387390
add importfromlist abck
8 years ago
Devin Buhl
3d33e630ec
Fix the filter modes on the movie list xD
8 years ago
Devin Buhl
c9ee92cc30
updates to ptp, and using caching for cookie
8 years ago
Leonardo Galli
0e81416c2f
Fix issues with different languages than english when adding alternative titles.
...
Fixes #509
8 years ago
Devin Buhl
6af6da16b4
Use username, password and passkey for passthepopcorn
8 years ago
Devin Buhl
4c5900373d
Merge pull request #517 from Radarr/patch/update-qualities
...
Patch/update qualities
8 years ago
Tim Turner
2fd167c446
Merged branch patch/update-qualities into patch/update-qualities
8 years ago
Tim Turner
31149aeed9
Ensure qualities don't overflow profile card
8 years ago
Devin Buhl
977b87cbf3
migration migraine-tion
8 years ago
Tim Turner
42ed4ff48a
Update Fetch List button style
...
Let's make it not look sad and disabled
8 years ago
Devin Buhl
060c71f439
migration
8 years ago
Devin Buhl
63527858e7
Merge branch 'develop' into patch/update-qualities
8 years ago
Devin Buhl
2f4ea9cac7
migration
8 years ago
Devin Buhl
a1f2369306
Update the regex in Parser, Add workprint and telesync, change R5 to regional allow for R[0-9]{1}, changed the weights
8 years ago
Tim Turner
a35c5f79c1
Set Drone Factory Interval default to 0 ( #515 )
...
Fixes #447
8 years ago
Devin Buhl
5b7d513986
Added options for watched, and watchlist, and customlist to trakt
8 years ago
Devin Buhl
be083cfd53
Merge pull request #500 from Radarr/patch/net-import-changes
...
Patch/net import changes
8 years ago
Devin Buhl
f9844c284a
Merge pull request #487 from mitchellcash/port_validation
...
Fixed: Proper port validation for download clients and connections
8 years ago
Devin Buhl
e8065d07b3
Make year nullable for trakt
8 years ago
Devin Buhl
8a0820ad1e
make year nullable, and rmember the profileid
8 years ago
Devin Buhl
b88281b458
Update HDBits to work with Radarr
8 years ago
Devin Buhl
d458c4ecc8
update taskscheduler when config is saved with netimportsynccommand
8 years ago
Devin Buhl
b6e4f53597
Make NetImport sync interval work (needs some testing)
8 years ago
Leonardo Galli
4abbf55ee4
Merge Develop into Net-Import
8 years ago
Tim Turner
1fd909cff6
Net Import UI Updates
...
- Change name to "StevenLu" to fix
- Hide header on New List modal
- Show "Import Selected" only after a list has been fetched
8 years ago
Tim Turner
7ca53d1073
Only show "Display Existing Movies" toggle after selecting a folder
8 years ago
vertigo235
2bda0f700c
Update Synology Indexer For Movies ( #486 )
8 years ago
vertigo235
16b2cc49d4
Allow Duplicate Preferred Words ( #484 )
...
Allows you to weigh certain words more heavily.
ex. This, This, That = This > That
8 years ago
Tim Turner
e3e67d1098
Clean up settings UI
8 years ago
Leonardo Galli
3276e3ec52
Fix for movies without an imdbid. Fixes 176
8 years ago
Leonardo Galli
5e9a79afe8
Quality of an existing movie file can now be edited.
8 years ago
Leonardo Galli
c6912a193c
Fix recognition of 4k Movies upon import.
8 years ago
Leonardo Galli
47083e6be1
This should hopefully fix the error that decisions were not ordered correctly and therefore just the first release was grabbed.
8 years ago
Leonardo Galli
ca78cc5c3c
Remove confusing warning about file not being loaded.
8 years ago
Tim Turner
76db305ffa
Add movie year to NotificationService ( #496 )
8 years ago
Tim Turner
5d2ef4786b
Revert "Merge branch 'rename-existing-folder' into develop"
...
This reverts commit a340bc4da3
, reversing
changes made to 4be7772d53
.
8 years ago
Tim Turner
9953a5ed06
Revert "Add movie year to NotificationService ( #489 )"
...
This reverts commit e2d6e39168
.
8 years ago
Tim Turner
dd194d41be
Revert "Ensure the movie isn't delete when the folder isn't renamed ( #491 )"
...
This reverts commit 8168cf82c5
.
8 years ago
Tim Turner
8168cf82c5
Ensure the movie isn't delete when the folder isn't renamed ( #491 )
8 years ago
Tim Turner
e2d6e39168
Add movie year to NotificationService ( #489 )
8 years ago
Tim Turner
4bcb0e17f8
Merge branch 'develop' into rename-existing-folder
8 years ago
Tim Turner
25a51df894
Merge FileNameBuilder
8 years ago
Tim Turner
f9c6ffcdaa
merge from Develop
8 years ago
Mark McDowall
b76c54ceac
Fixed: Proper port validation for download clients and connections
8 years ago
vertigo235
4be7772d53
Kodi Update Fix: OldFiles -> OldMovieFiles ( #483 )
8 years ago
Leonardo Galli
cbc70a8ff3
Added option to specify preferred words in quality profile. ( #462 )
...
* UI Done
* Should theoretically work.
* Preferred tags works now correctly :)
8 years ago
Leonardo Galli
dd8af0ad8c
Manual Import works now!
...
Also fixed a few bugs.
8 years ago
vertigo235
00541e6cc1
More Notification Updates ( #482 )
...
* Custom Script: Add Movie_Path
* Add Emby Update Support
* Notifications: Maybe add Kodi / XBMC Update Support
8 years ago
Tim Turner
a8eec60c9d
Remove old folder and all contents
8 years ago
Tim Turner
7bb319b6d6
Update Files tab when movie renamed
8 years ago
Tim Turner
50a5a2de9b
Movie reference properly updates UI now
...
Still need to fix the 'Files' tab to be updated
8 years ago
Devin Buhl
dbe5946d10
Only wanted is default for CP
8 years ago
Devin Buhl
d5caac5d3b
make DVDR not unlimited
8 years ago
vertigo235
487c5e22ce
Moviefile, what movie file? ( #466 )
...
Send the moviefile object.
8 years ago
vertigo235
6efd63a292
Remove mofilefile id for now ( #464 )
8 years ago
Devin Buhl
f31dc3c054
Update weights
8 years ago
Devin Buhl
c60be3a467
Added new qualities, added new qualities to profile class.
...
8 years ago
Leonardo Galli
44b4e71c05
Manual importing almost done. Needs fixing for mapping movies.
8 years ago
vertigo235
d50514f8bc
Download Movie Quality & Formatting
...
Fix downloaded movie quality and add space between movie name and quality.
8 years ago
Tim Turner
7da2183080
Be more proper about Ensuring the folder exists
...
Still need a way to tell the UI model to update itself
8 years ago
Jordan
a89e662721
Update GeneralViewTemplate.hbs
...
Updated Wiki link to Radarr
8 years ago
Tim Turner
72aac6e551
Update Rename Preview to support folder renaming
8 years ago
Devin Buhl
4b1e4eecfb
Merge pull request #456 from Radarr/patch/lang
...
Change lang in UI to what profile / lang they choose when they add a …
8 years ago
Devin Buhl
8e452f8b6d
Change lang in UI to what profile / lang they choose when they add a movie
8 years ago
vertigo235
16214e666b
Custom Script Fix: Parse movie not episode
8 years ago
Devin Buhl
2b25ce237f
Merge pull request #448 from hotio/patch-1
...
Fixes issue #447 (Notification Icon for Join)
8 years ago
Devin Buhl
d0439296fe
only use internal for RSS Sync
8 years ago
Devin Buhl
e2c2bdb65b
nullable all the fields..
8 years ago
Devin Buhl
186b2ada36
include only internal for AHD
8 years ago
Devin Buhl
577125f345
Merge pull request #435 from vertigo235/notifications
...
Notification Fixes/Updates
8 years ago
hotio
687dd8a05f
Update JoinProxy.cs
8 years ago
hotio
81861c6121
Fixes issue #447 (Notification Icon for Join)
8 years ago
schumi2004
d132f55830
fix new rss-sync threshold
8 years ago
vertigo235
6bbd64e59a
Update Plex Movie Sections
8 years ago
vertigo235
290c4e1f2e
Update slack for movies.
8 years ago
Devin Buhl
7fddbca4b7
"fixed" error message
8 years ago
Tim Turner
692841478c
Add link to Activity -> History Tab ( #408 )
...
Fixes #365
8 years ago
Tim Turner
23232b9830
Allow renaming of movies that don't have an "Edition" ( #432 )
...
Fixes #405
8 years ago
Devin Buhl
2c56d60678
#292 - Allow longer threshold for RSS Sync ( #428 )
...
* #292 - Allow longer threshold for RSS Sync
Update RSS Sync interval default to 60 minutes, and don't allow values below 60 or higher than 720 minutes (12 hours)
* allow minimum of 10 mintes
8 years ago
hotio
a0c8127ecf
Update to favicon section, according to ( #416 )
...
* Update to favicon section, according to
http://realfavicongenerator.net/
* Windows start not as expected
* re-add msapplication-navbutton-color
8 years ago
Devin Buhl
05f61df59e
update default sort order ( #429 )
...
#426
8 years ago
Devin Buhl
a0b80ad41a
Add year to search ( #425 )
...
#417
8 years ago
vertigo235
9e7cb708bf
Initial Notification Updates and Support ( #401 )
...
* Bare bones of notifications working.
* Add MovieDownload event handler
To allow Download notificaitons
* Update pushover text to indicate movie
* Initial Notification Support
On Download and On Grab notifications should work.
* Telegram Notification Text
* Update Custom Script For Movies
* Update PP script WiKi page
Also added wiki page to Radarr wiki.
8 years ago
Devin Buhl
95d97c59d7
rephrase wording
8 years ago
Devin Buhl
a75f3e1f8e
monitored to false for movies already downloaded on CP
8 years ago
Devin Buhl
d09d30544f
allow null value for seed time.
8 years ago
Leonardo Galli
1ad4006819
Fixes an issue where movies with (year) at the beginning were recognized with a title of "("
8 years ago
Devin Buhl
43d904d20b
added trakt user list importing
8 years ago
Leonardo Galli
5339f8efdc
Blind fix to support seperator in movie tags.
8 years ago
Leonardo Galli
b273bfb10e
Fix issue with certain audio streams. Should fix #404
8 years ago
Devin Buhl
244e82722d
Merged branch feature/net-import into feature/net-import
8 years ago
Devin Buhl
e182d8b964
fix importing for StevenLu
8 years ago
Leonardo Galli
02e610a5f2
Merged branch feature/net-import into feature/net-import
8 years ago
Leonardo Galli
032bc2d5c4
Add basic ui of manual import.
8 years ago
Devin Buhl
e59db74cad
Add StevenLu to csproj
8 years ago
Leonardo Galli
fbe9ad6582
First pass at ui for manually importing from lists.
8 years ago
Devin Buhl
87da542758
Add import from http://movies.stevenlu.com/
8 years ago
Leonardo Galli
b2317ada1f
Add {Tags} to renaming options
8 years ago
Leonardo Galli
336aee7fda
Fix when libgdiplus isn't present.
8 years ago
Leonardo Galli
9e7468d723
Merged branch develop into develop
8 years ago
Leonardo Galli
f05ee13206
Fix issue where monitored movies were still downloaded. Fixes #326
8 years ago
Leonardo Galli
8b3b46b724
Added easy to use List Selection for manual import use later. The place where this resides will change.
8 years ago
Leonardo Galli
80e53f209d
Movies can now be added monitored or unmonitored.
8 years ago
Leonardo Galli
82f29cdc70
Add Ability to set RootFolderPath for Net Import List
...
Fixed other things. Finished command to automatically add a movie.
8 years ago
Leonardo Galli
93d6505f85
Fix netimport search and add NetImportSyncCommand
8 years ago
Devin Buhl
2b7afd3272
remove duplicate code
8 years ago
Devin Buhl
6d4e1f6c2e
fix movies being clobbered when a new list is sent thru
8 years ago
Devin Buhl
2b579eb0d3
Merge pull request #385 from hotio/ui-logos
...
Ui logos
8 years ago
Devin Buhl
c0f323b05a
Implement NetImportSearchService
...
check it out
8 years ago
hotio
791121fa06
Proper ico and favicon
8 years ago
Leonardo Galli
f0bcb27beb
Fixes issue when multiple audio channels are present. Fixes #315 Fixes #294
8 years ago
Leonardo Galli
00099a5e40
Added Base URL
8 years ago
Leonardo Galli
7c251157ed
Fix media info parsing of multiple audio channels. Fixes #315 Fixes #294
8 years ago
Tim Turner
ec6b389d75
Fix duplicate key prefixing
8 years ago
Tim Turner
f38430d632
Update localstorage key prefixes
8 years ago
Tim Turner
266f28883a
Prefix localstorage keys with "Radarr"
...
Updates #285
8 years ago
hotio
cc3c2533fa
Updated ico files
8 years ago
hotio
f8162b34f2
Update UI logos
8 years ago
Leonardo Galli
1fa736c6d8
Fixed styling. Fixed definitions not being returned.
8 years ago
Leonardo Galli
a50b20a397
Set update interval to 30 minutes if on nightly
8 years ago
Leonardo Galli
de5489ae9a
Merged branch develop into develop
8 years ago
Leonardo Galli
12e74aa38b
Change Forms Auth Cookie. Fixes #285
8 years ago
Leonardo Galli
94eccc6c14
Rethought about where certain things are stored.
...
Profiles are now a component of the NetImportDefinition.
8 years ago
Tim Turner
80ec66b47c
Prefix Keys with "Radarr"
...
Makes progress on #285
8 years ago
Leonardo Galli
9fffcfaea3
Fix stuff regarding the ordering of Fields.
8 years ago
Leonardo Galli
f481676c81
Fix migration to include ConfigContract and EnableAuto. Also fixed redirects on lists.
...
Please delete NetImport Table and the corresponding VersionInfo Row (123)
8 years ago
Leonardo Galli
76a42b28f3
Second UI Pass, Testing now works and other little things.
8 years ago
Leonardo Galli
ad26e48408
Fix up presets.
8 years ago
Leonardo Galli
0bab97e02f
Make presets work for RSS Import :)
8 years ago
Leonardo Galli
2413457323
Add CP list class.
8 years ago
Devin Buhl
ec5161e848
Add more filter options to movie list
8 years ago
Devin Buhl
0ec54daaff
Merge pull request #373 from baltoaca/develop
...
search selected button in wanted tab works
8 years ago
Devin Buhl
bfcd05206f
migration migrainetion
8 years ago
Devin Buhl
ddf10ed137
Added couchpotato, and added a test
8 years ago
Tim Turner
3ed1bebb7d
Fix #228 - Fix Drone Factory interval input not saving
8 years ago
Devin Buhl
b4d1c0e053
couchpotato API classes
8 years ago
Tim Turner
68f58fb37d
Undo unecessary changes
8 years ago
Tim Turner
f9923f4592
Move folder on rename; event doesn't fire yet
8 years ago
Vlad Ilies
29ae088a3d
search selected button in wanted tab works
...
* switched MoviesSearchCommand to a list of id's
* adapted the MovieSearchService
* adapted UI files to use the new command
8 years ago
Leonardo Galli
dd553b9439
WIP UI Update for adding lists.
8 years ago
Leonardo Galli
451f2d30e4
Merged branch develop into feature/net-import
8 years ago
Leonardo Galli
463d85e479
Basis of UI Update.
8 years ago
Leonardo Galli
2c52795822
Add base for netimport api. Still nothing on the UI side.
8 years ago
Leonardo Galli
4f37a36619
Updated HttpNetImporterBase. Still needs work to correctly handle failures.
8 years ago
Leonardo Galli
5aaba98c57
Imdbid parsing works now from url
8 years ago
Leonardo Galli
a98b69859c
Big Abstraction for IMDBWatchlist -> RSSImport (With a test)
8 years ago
Leonardo Galli
734a36de06
Added some abstraction for settings.
8 years ago
Leonardo Galli
eb299ce847
Fix Corruped Media Cover Images.
8 years ago
Leonardo Galli
3d67f6237e
Should fix 4K releases not getting parsed.
8 years ago
Krystian Charubin
a691ffa7b7
adds 'Movie Title, The' filename option ( #359 )
...
* adds 'Movie Title, The' filename option
* updates the FileNameBuilder.MovieTitleRegex to include new format
8 years ago
Leonardo Galli
aa9537c201
Fix issue when movie file is null.
8 years ago
Leonardo Galli
a3d9fb1c20
Should fix upgrading of existing movie files.
8 years ago
Leonardo Galli
62a1e70c86
Add tests for 4K quality.
8 years ago
Leonardo Galli
93d0d21846
Hopefully a fix for corrupt media covers.
8 years ago
Leonardo Galli
b1c5a3ac14
Fixed blacklist being ignored by download decision maker.
8 years ago
vertigo235
55a525ba2f
Add helptext to nzbget "add paused" settings. ( #363 )
...
Requires nzbget 16 or greater.
8 years ago
Devin Buhl
a53768463b
Merge pull request #358 from Radarr/patch/add-year-to-search
...
add year to search
8 years ago
Tim Turner
24cbd6bcef
Fix issue with reimporting on movie fresh ( #357 )
...
Fixes #314 . Still have multiple movieFiles issue to clean up.
8 years ago
Devin Buhl
3ab3e66853
Add year to quick search results
8 years ago
Leonardo Galli
40ca469339
Update MovieModule
8 years ago
Tim Turner
53cbfa803b
Fix MediaCoversUpdatedEvent broadcast
...
Cleans exception when updating media covers expects a series Id.
8 years ago
Vlad Ilies
85fd8f2c65
bug fix for 15 movie wanted tab ( #348 )
8 years ago
Leonardo Galli
f72b042d5d
Blacklisting works now.
8 years ago
Leonardo Galli
2d3a3a0677
Update sizing information in settings tab.
8 years ago
Tim Turner
2bb21fedab
Update height of posters to accomodate additional labels
8 years ago
vertigo235
91c820f98b
Fix pushover priority values.
8 years ago
Leonardo Galli
7d3118aece
Hopefully fix issue when importing
...
existing scene named movies
8 years ago
Tim Turner
4f4ad77ad1
Add download status to poster view
...
Fixes #319
8 years ago
Leonardo Galli
42f205a731
Update SkyHookProxy.cs
8 years ago
Devin Buhl
cbb2b778a6
Merge pull request #336 from Radarr/patch/add-imdb-to-naming
...
Add IMDb ID to file naming
8 years ago
Devin Buhl
b3e03a648d
Add IMDb ID to file naming
8 years ago
Devin Buhl
acf45a79e8
Merge pull request #333 from baltoaca/develop
...
basic implementation of the wanted tab
8 years ago
Devin Buhl
b5d8ac852e
Merge pull request #335 from Radarr/patch/task-updates
...
Turn off scene mapping task #329 , update TaskManager to use 'DownloadedMovieScanCommand
8 years ago
Vlad Ilies
4aec0e8fc6
fixed build
8 years ago
Devin Buhl
ecea417fd8
Revert DownloadedMovieScanCommand to DownloadedEpisodesScanCommand
...
Not sure if it will break anything so putting it back.
8 years ago
Devin Buhl
6a41f6a435
Turn off scene mapping task #329 , update TaskManager to use 'DownloadedMovieScanCommand'
8 years ago
Vlad Ilies
da2d075aa8
basic implementation of the wanted tab ( #31 )
...
* top buttons don't yet work
* new missing module for movies
* find missing movies method to movie service
* new movie status cell with text
* adapted UI missing collection and layout
8 years ago
Devin Buhl
10dc3993df
Merge pull request #332 from Radarr/revert-318-sonarr/sqlite-updates
...
Revert "Sonarr/sqlite updates"
8 years ago
Devin Buhl
c48fe9de12
Revert "Sonarr/sqlite updates"
8 years ago
vertigo235
421e827a95
Update Test Files for AddPaused to NZBGET
8 years ago
vertigo235
34d8045cf4
Add "Add Paused" option for NZBGET downloader
...
Adds option to pause nzbs uppon sending to NZBGET downloader.
8 years ago
Devin Buhl
b02944a3b2
Added Qualties to Settings
8 years ago
Keivan Beigi
d9e2b22e74
Upgraded System.Data.SQLite to 1.0.104.0
8 years ago
Keivan
ae19424ce7
New: Upgraded SQLite binares for macOS
...
Upgraded from 3.8.1 to 3.9.1
8 years ago
Keivan Beigi
7527ec52b7
New: Upgraded SQLite binaries for Windows (3.16.0)
8 years ago
Leonardo Galli
640fcf3eaf
Remove series references
8 years ago
Leonardo Galli
3ce8232777
Hopefully fix download ordering.
8 years ago
Devin Buhl
bc2ff149b4
Maybe this will solve the error
...
Couldn't refresh info for [tt2032572][USS Indianapolis: Men of Courage]: Object reference not set to an instance of an object
8 years ago
Devin Buhl
dea305e921
Fix Issue when adding some movies.
8 years ago
Leonardo Galli
e2eab31548
Hopefully fix RSSSync
8 years ago
Devin Buhl
fe62e18f0d
Merge pull request #308 from Radarr/patch/jackett
...
Fix publish date for jackett #239
8 years ago
Devin Buhl
b576ae813d
Fix publish date #239
8 years ago
Aenima99x
99123be936
Fix: Issue #91 - "Search All Missing" wording
8 years ago
Leonardo Galli
dd0a033b0f
Add Support for changing file date to either cinema or physical release.
...
Fixes #124
8 years ago
Leonardo Galli
c64597c9f1
Fix for movies with . in title when importing them. Fixes #268
8 years ago
Leonardo Galli
6d2f81e3ed
Remove - as replacement for :
8 years ago
Leonardo Galli
4263808360
Fix only one movie showing. Fix more button not showing up.
8 years ago
Leonardo Galli
c5ca2babf7
Updated website and donation links
8 years ago