Leonardo Galli
cdca4a8585
First fixes for Movie Editor. Testing to see if this approach could work.
8 years ago
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
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
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
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
zductiv
3d4b1c3be5
changed sort options to match UI ( #707 )
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
zductiv
61df3ef40e
Small UI changes ( #691 )
...
* Update FileManagementViewTemplate.hbs
* Update PermissionsViewTemplate.hbs
* modified UI, removed old episode references
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
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
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
32c5c4d741
Update notif list warning when importing from a list ( #648 )
8 years ago
Devin Buhl
808033a01c
Fixed Movie link in history tab ( #637 )
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
schumi2004
10f0be0708
fix ical ics file ( #603 )
8 years ago
Devin Buhl
efd7af165c
Added 'Case Insensitive.' to preferred tags info to help-inline
8 years ago
Devin Buhl
1d1b88cf05
Add warning for docker users when switching branch
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
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
4c5900373d
Merge pull request #517 from Radarr/patch/update-qualities
...
Patch/update qualities
8 years ago
Tim Turner
31149aeed9
Ensure qualities don't overflow profile card
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
8a0820ad1e
make year nullable, and rmember the profileid
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
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
5e9a79afe8
Quality of an existing movie file can now be edited.
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
4bcb0e17f8
Merge branch 'develop' into rename-existing-folder
8 years ago
Tim Turner
f9c6ffcdaa
merge from Develop
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
Tim Turner
7bb319b6d6
Update Files tab when movie renamed
8 years ago
Leonardo Galli
44b4e71c05
Manual importing almost done. Needs fixing for mapping movies.
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
Tim Turner
692841478c
Add link to Activity -> History Tab ( #408 )
...
Fixes #365
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
Leonardo Galli
032bc2d5c4
Add basic ui of manual import.
8 years ago
Leonardo Galli
fbe9ad6582
First pass at ui for manually importing from lists.
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
Devin Buhl
2b579eb0d3
Merge pull request #385 from hotio/ui-logos
...
Ui logos
8 years ago
hotio
791121fa06
Proper ico and favicon
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
f8162b34f2
Update UI logos
8 years ago
Leonardo Galli
1fa736c6d8
Fixed styling. Fixed definitions not being returned.
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
76a42b28f3
Second UI Pass, Testing now works and other little things.
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
Tim Turner
3ed1bebb7d
Fix #228 - Fix Drone Factory interval input not saving
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
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
Devin Buhl
3ab3e66853
Add year to quick search results
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
Tim Turner
4f4ad77ad1
Add download status to poster view
...
Fixes #319
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
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
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
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
Tim Turner
2730745607
Clean up rename preview & organize
...
Fixes #125 , #129 ,
BE SURE TO RUN "Update Library" before renaming/organizing.
8 years ago
Tim Turner
ae0df2aef0
Disambiguate Movie from Episode Renaming
...
Fixes #84
8 years ago
Leonardo Galli
967d3fd5c0
Add Calendar Tab back. Fixes #32
8 years ago
Vlad Ilies
30d2b41fbb
Added movie studio to movie details page ( #262 )
...
* modified Movie model
* db migration
* ui template modification
8 years ago
Vlad Ilies
56a5b6ec89
Added trailer link to movie links ( #255 ) ( #282 )
...
* added YouTubeTrailerId to movie model
* db migration for new column
* added videos to append_to_response for tmdb
* increased height of .series-posters-item
* new handlebar helper to build the trailer url
8 years ago
Tim Turner
c2d40051d4
First pass at hiding existing movies upon import
...
Fixes #183
8 years ago
Tim Turner
7c5f2ca54e
95% done with hiding existing movies
8 years ago
Devin Buhl
8fb5049899
Add in theaters to 1st coumn in movie list
8 years ago
Leonardo Galli
8c3260c545
Remove file count, unecessary after the file info tab was added
...
Fixes #215 .
8 years ago
Leonardo Galli
29586667cb
Files tab is now present. ( #245 )
...
* Adding file info tab. Not finished yet.
* Adding more media info options.
* Deleting files now works. Fixes #127
* Fix button for modifying episode files.
* Get Media Info when running DiskScanService.
8 years ago
William Comartin
f7471940c4
Add Missing Filter ( #237 )
8 years ago
Devin Buhl
3a6873cc4d
Merge pull request #232 from Radarr/patch/awesomehd
...
awesomeHD indexer support - Clean up Deluge, Transmission, rTorrent, QBitTorrent - Fix Sorting Titles
8 years ago
Devin Buhl
ad824d4da5
Finally fix for sorting title (hopefully)
8 years ago
Leonardo Galli
e76c160afe
Downloaded column should now use the correct quality name. Fixes #210 .
8 years ago
vertigo235
4038ce18c3
update movie monitor tooltip ( #223 )
8 years ago
Leonardo Galli
5a8d944397
Fixed sorting in movie list view. Also added new downloaded quality column.
...
Fixes #128
8 years ago
Devin Buhl
f198ca2b77
Merge pull request #177 from Radarr/patch/sort-title
...
Movies in list don't sort correctly #174
8 years ago
William Comartin
604cea00f6
Replace Sonarr With Radarr in UI Directory
8 years ago
Tim Turner
b4782da1d1
Update sortValue when selecting movie for manual import
8 years ago
Devin Buhl
d5504043c5
Movies in list don't sort correctly #174
8 years ago
Leonardo Galli
92e9dc6ee1
Fix sorting of unkown release date.
8 years ago
Leonardo Galli
5e8b617625
Sorting now working according to quality in release collection. Fixes #85 .
8 years ago
Leonardo Galli
2cbe17151d
Correctly check if inCinemas date is present. Creates issue with sorting, but eh. Fixes 140.
8 years ago
Tim Turner
d42165a93a
Clean up basic movie naming
...
Fixes #132
8 years ago
Leonardo Galli
3b5887bf09
Merge pull request #133 from Radarr/fix-manual-import
...
Fix Manual Import & Drone Factory
8 years ago
Tim Turner
9206258370
Fixes Manual Import and DroneFactory
...
Automatic Import still doesn't work - waiting for answer from Sonarr
team.
8 years ago
Tim Turner
0fa1509ca6
Manual Import works
...
Automatically importing still broken
8 years ago
lxh87
ecf47d4b17
Update SystemLayout.js
...
Change restart/shutdown message from"Sonarr" to "Radarr"
8 years ago
Tim Turner
3cb42f06c2
Clean up Feature Requests
8 years ago
Devin Buhl
a6c396a595
Merge pull request #111 from Radarr/addmovie-patch
...
fix #108 - Links to IMDB not working when searching for movies
8 years ago
Devin Buhl
bac9076b1e
fix #108 - Links to IMDB not working when searching for movies
8 years ago
Tim Turner
b228273be0
Update Info page.
...
Updates #73
8 years ago
Leonardo Galli
0506cc4185
Merge branch 'develop' of https://github.com/galli-leo/Radarr into develop
8 years ago
Leonardo Galli
cde8b4dd97
Added MovieFileResource. This allows the UI to interact with movie files better. Downloaded Quality is now shown in the table.
8 years ago
Devin Buhl
d252a8b232
Fixes #100 - When adding a movie, monitored toggle doesn't apply and always defaults to being monitored
8 years ago
Leonardo Galli
48559cf964
Updated legend with number of movies
8 years ago
Leonardo Galli
c734e8bc7e
Update legend for missing status colors.
8 years ago
Leonardo Galli
e4f7aa52df
History now correctly shows movie title. Fixes #92
8 years ago
Leonardo Galli
04e8c635e0
Use correct Modal for editing movies in table view. Fixes #90
8 years ago
Tim Turner
6016948329
Merge remote-tracking branch 'refs/remotes/galli-leo/develop' into develop
8 years ago
Tim Turner
708db1a75c
Organize & Rename work
8 years ago
Leonardo Galli
893e20c27b
Fix some links under status. Needs further changing further down the line.
8 years ago
Tim Turner
74c5664a7f
Taking another pass at organization/renaming
...
Works once in a while
8 years ago
Tim Turner
14bf63e21d
Merge remote-tracking branch 'refs/remotes/galli-leo/develop' into develop
8 years ago
Tim Turner
b5d932866a
Second Pass at rename/organize
8 years ago
Leonardo Galli
3555b4ce20
Change name from updated message.
8 years ago
Leonardo Galli
804b2130a8
Merge branch 'develop' into feature/release-dates
8 years ago
Leonardo Galli
49537a2efe
Update UI to display download status.
8 years ago
Leonardo Galli
1dfb4ddcd8
Fixes sorting of movies. Fixes #53 .
8 years ago
Leonardo Galli
fb7969e046
Available date is now displayed.
8 years ago
Tim Turner
cd4863b974
Display UI for MovieEditor, remove reference to SeasonPass
8 years ago
Leonardo Galli
caa5a7e6b7
Merge branch 'develop' of https://github.com/galli-leo/Radarr into develop
8 years ago
Leonardo Galli
9376c02158
Movies can now be edited, even from the detail view. Fixes #42
8 years ago
Mitchell Cash
d3cbf9a8ff
Remove all .DS_Store files
...
It is now part of .gitignore so hopefully we shouldn't see these again.
8 years ago
Tim Turner
d9a6c4f211
Update import UI & parse titles which contain years
8 years ago
Leonardo Galli
4d795e13cd
Fix for movie naming config. Still kinda hacky, but works ok now.
8 years ago
Tim Turner
05e4af9ae7
1st pass at Movie Naming
...
Parser is failing on the sample
8 years ago
Tim Turner
721767331b
Update naming management
...
Still need to write BuildFileName() and BuildFilePath()
8 years ago
Tim Turner
ed1174affb
Merge pull request #28 from fedoranimus/develop
...
Update Logos
8 years ago
Tim Turner
451f101350
Update background logo
8 years ago
Tim Turner
a29fe1681d
Update background logo and poster
8 years ago
Tim Turner
48e142c47d
Replaced more logos
8 years ago
Leonardo Galli
aceb282f8d
Fixes text color of movie links for list view.
8 years ago
Leonardo Galli
5e7b379a45
Fixes for movie statuses
8 years ago
Leonardo Galli
be95311471
Updated index page for movies.
8 years ago
Leonardo Galli
a63587bb19
Fix alternative titles, if there is only one.
8 years ago
Leonardo Galli
7d82e35650
Fixes some strings still saying episode.
8 years ago
Leonardo Galli
06d39579a5
Fixed some things regarding director's cut / special edition.
8 years ago
Leonardo Galli
fd718b61ac
Updated Parser to parse movie titles. Should also parse things, such as: Director's Cut, Special Edition, etc. This is then displayed in the manual search UI. Importing is not yet updated for the new parser!
8 years ago
Leonardo Galli
402a9e1ee0
Fixes some issues when adding movies caused by TMDB.
8 years ago
Leonardo Galli
0715962ec5
TheMovieDB.org is now used as metadata source.
8 years ago
Leonardo Galli
d835c168d3
Searching for movies directly when adding them is now working.
8 years ago
Leonardo Galli
329786365d
Fixed adding multiple movies.
8 years ago
Leonardo Galli
4f6380a73c
Automatically downloading the best movie release works now.
8 years ago
Leonardo Galli
cde1217356
Movies now show up in the Queue.
8 years ago
Leonardo Galli
2eedfca78a
Movie history now fully implemented.
8 years ago
Leonardo Galli
0d65984991
Fix History for Movie Details page.
8 years ago
Leonardo Galli
2a932fe7e8
First implementation of History for Movies. However, nothing is returned from the Database query misteriously.
8 years ago
Leonardo Galli
2a3b0304cb
Fixed a few things with displaying the Movie Details Page. Implemented the first round of Searching for and Downloading movie Releases. ATM this is still a bit hacky and alot of things need to be cleaned up. However, one can now manually search for and download (only in qBittorrent) a movie torrent.
8 years ago
Leonardo Galli
16e35f68bb
Merge branch 'develop' of https://github.com/galli-leo/Radarr into develop
8 years ago
Leonardo Galli
74b1c846a5
Fixed css for movies.
8 years ago
Tim Turner
0fd0b31a60
Fix template references and 'movie' strings
8 years ago
Leonardo Galli
2ea35adb98
Fixed issue with Homepage movies not loading correctly.
8 years ago
Leonardo Galli
2efda4933d
Changed the name in the UI to Radarr.
8 years ago
Leonardo Galli
b7c70d750a
Movies should now show on the main page. However, a lot has to be done to the detail controller before it is really going to work.
8 years ago
Leonardo Galli
5ebfac6cc8
First implementation of custom database table for movies.Some things are not yet working quite well (e.g. search clears when movies are added.). Also movies cannot yet be looked up!
8 years ago
Leonardo Galli
40d7590f80
First implementation of completely rewriting the way Radarr handles movies. Searching for new movies is now mostly feature complete.
8 years ago
Leonardo Galli
0b278c7db8
Searching for movie now works with downloading. They also get imported fine.
...
Additionally, a whole series (or movie in this case) can now be
downloaded manually.
Note: It probably won't start downloading missed releases. Only manually
clicking search for is working ATM.
8 years ago
Leonardo Galli
0b765d10fe
Updated some text to say movies instead of series
8 years ago
Leonardo Galli
20dbdfb344
Added first iteration of adding movies.
...
Currently working:
- Searching for new Movies on IMDb (very hacky)
- Adding movie as a series with one season and episode (very hacky)
- Rarbg.to indexer. (somewhat hacky)
TODO:
- Tweak release specifications so that they do not cause exceptions.
- Add Movie struct so that searching for ones is not so hacky.
- rework movies UI.
8 years ago
Taloth Saldono
9fbe06ad68
New: Added support to override Copy vs Move import logic for DownloadedEpisodesScan API and Manual Import UI.
8 years ago
Mark McDowall
697a62da0a
Fixed typo
8 years ago
Taloth Saldono
36a3e86882
New: Added filter by tag to iCal feed.
...
closes #1430
8 years ago
Taloth Saldono
080e2e9eff
New: Added query parameter to ical feed to list premiers only.
...
fixes #1463
fixes #1442
8 years ago
Taloth Saldono
e3310e590c
Fixed: prevents autofill on new password fields in settings.
8 years ago
Taloth Saldono
7f6101a6bc
Better Captcha message.
9 years ago
Taloth Saldono
73fb216e6f
New: Added CAPTCHA support to Rarbg.
9 years ago
Mark McDowall
1218dd255f
Fixed: Allow series to be added unmonitored through the API
...
Closes #1404
9 years ago
Taloth Saldono
4fc150f77b
Reset srcset on failed load.
9 years ago
Taloth Saldono
f3cbc2bdd2
Fixed: Calendar arrows on Edge browser.
9 years ago
Taloth Saldono
f681d43601
Fixed: XEM series with only alternate season titles.
9 years ago
Mark McDowall
c206b83318
Fixed spelling mistake
9 years ago
Taloth Saldono
2fa0729158
Fixed series filter 'missing' since percentOfEpisodes isn't always set.
9 years ago
aaraujo666
a3ade09964
New: Missing episodes series filter
9 years ago
Taloth Saldono
54c17de849
New: Http/Socks proxy support.
...
fixes #732
9 years ago
Mark McDowall
67ff871cf6
FolderWritableValidator
...
Fixed: Information in UI when attempting to add a root folder that is not writable
Fixes #1280
9 years ago