nitsua
47fbab02c5
Add support for Applications
2020-10-22 16:45:25 -04:00
Qstick
cfb1a80c58
Newznab Responses for Caps and Movie Search (rough)
2020-10-21 01:47:20 -04:00
Qstick
84cbfe870f
Cleanup Search UI, Newznab Caps API
2020-10-20 13:46:58 -04:00
Qstick
f290afa68c
Indexer and Search page work
2020-10-20 02:08:45 -04:00
Qstick
ad04d0d261
More Cleanup
2020-10-19 01:07:21 -04:00
Qstick
e1020f4107
Initial Push
2020-10-18 04:18:35 -04:00
geogolem
e033ce1eff
New: Add OnDelete Notification to TraktConnection
...
to remove movies from Trakt Collection when they are removed from Radarr
Add OnDelete Notification to TraktConnection to remove movies from Trakt Collection when they are removed from Radarr
skip the deleteHandler if the delete Event was triggered for reason: Upgrade
change migration from 180 to 182 since 180 and 181 are already in plan
to be used
address comments regarding helpText for OnDelete
and move check for OnUpgrade deletion reason into trakt connection OnDelete handler
reuse TraktCollectMoviesResource for OnDelete
trakt api should just ignore the other properties anyway
add WithDefaultValue to migration
add unit test case for onDelete to
fix unit testcase for onDelete
2020-09-04 00:19:06 -04:00
Qstick
361ffe353d
New: Browse Lists from Discover Movies Page
2020-09-03 22:50:56 -04:00
Qstick
10322a1867
New: Aphrodite Language Improvements
2020-07-08 01:24:06 -04:00
Qstick
b1fd924188
New: List Status Checks/Backoffs
2020-06-07 01:10:22 -04:00
Qstick
824d315a3b
New: Download History
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com >
2020-04-22 17:33:08 -04:00
ta264
241bf85f15
New: Better interface for creating custom formats
2020-02-21 21:29:15 -06:00
ta264
df101258c5
New: Calculate custom formats on demand
2020-01-23 20:28:55 +00:00
ta264
8021381de2
Fix mapper exception
2020-01-15 23:12:39 -05:00
Qstick
ba83c01b6c
New: NetImport Lists Grouped by Type
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com >
2020-01-15 23:12:39 -05:00
Qstick
d76423a305
New: Scrape Cast/Crew/Collection Data on Movie Refresh
2020-01-15 23:12:39 -05:00
ta264
f83ccb6ca4
Swap to dapper Mk. 2
2019-12-28 11:38:34 -05:00
ta264
f02fa629cc
Reformat and apply Stylecop rules
2019-12-27 20:40:13 -05:00
Qstick
e937d74b11
Revert "Swap to dapper and system.text.json for database backend"
...
This reverts commit d2065bfa1b
.
2019-12-17 21:59:03 -05:00
ta264
d2065bfa1b
Swap to dapper and system.text.json for database backend
2019-12-16 20:22:58 +00:00
Devin Buhl
4e07e3bd68
New: Option to send notification when a Health Check warning occurs
2019-11-04 19:50:11 -06:00
Qstick
c08ae534c5
Fixed: List Tags and Prevent Delete of Tag if on List
2019-11-01 21:31:47 -04:00
Taloth Saldono
40736336db
Fixed: Root Folder display when free diskspace cannot be determined (FreeBSD)
...
closes #3275
2019-09-30 19:33:57 -04:00
Qstick
ac59b7060e
New: Store Genre in DB for use in UI
2019-06-30 22:45:31 -04:00
Qstick
8a9e2dc90d
New: Loads of Backend Updates to Clients and Indexers
2019-06-16 16:04:38 -04:00
Qstick
16ff1176f7
Fixed: Quality Groups and Profiles
2019-06-11 22:07:34 -04:00
Qstick
65efa15551
New: Backend changes for new UI
2019-06-11 22:06:19 -04:00
Leonardo Galli
77f146b262
Added: Ability to add custom formats, working similar to qualities. ( #2669 )
...
Originally called project metis, this feature allows you to do a lot of cool stuff, such as upgrading to a x265 encode, downloading releases with multiple languages, etc. Check out the wiki page at: https://github.com/Radarr/Radarr/wiki/Custom-Formats to learn more! Note: This feature is currently in "beta" and will get more tags and features in the future. Please let me know, if you have any issues and I hope this will allow for a lot of customization!
2018-08-05 16:28:05 +02:00
Leonardo Galli
6eb678cd92
Added: Radarr now stores cookies for PTP beyond restarts. Should limit active sessions correctly. ( #2643 )
...
Fixes #2626
2018-04-01 20:21:24 +02:00
Qstick
25e10e26e3
Added: A Huge Cleanup of old Series Code. (Let's pray nothing breaks :P) ( #2589 )
2018-03-14 21:41:36 +01:00
Qstick
e7e9e2b154
Added: Importing extra files from downloaded movies and generate metadata such as .nfo ( #2506 )
...
Fixes #121 , Fixes #167 , Fixes #2262 and Fixes #1104
2018-02-15 13:39:01 +01:00
Leonardo Galli
032fc68892
Added: Include total space with root folders
...
Closes #2468
2018-02-02 23:13:26 +01:00
Leonardo Galli
1a22486aba
Fixed: Tags disappearing ( Fixes #2204 )
2017-11-19 14:57:15 +01:00
Leonardo Galli
e77d9ce848
Added: Last round of optimisation. Large libraries should load around 2x faster again compared to the last version.
2017-10-07 18:16:15 +02:00
Leonardo Galli
628c044c46
Added: Movie files are now eager loaded. This should speed up the loading process a lot as well as RSS Sync and other tasks. It should also prevent some other bugs.
2017-10-01 18:41:19 +02:00
Leonardo Galli
cfcb66fba1
Changed: Alternative Titles were reworked greatly. This should speed up RSS Sync massively, especially for large libraries (up to 4x).
2017-08-09 22:14:01 +02:00
Leonardo Galli
fc1585e900
Completely overhauled how import exclusions work.
...
Currently new exclusions can only be added when adding new movies or deleting old ones. Not manually in the settings menu.
Movies can now be hidden in the new discover feature by using the new import exclusions!
2017-05-09 20:44:07 +02:00
Leonardo Galli
a80e9f11f2
Text fixes and got pending releases finally fully working.
...
Fixes #1318 and fixes #1023
2017-04-10 15:54:05 +02:00
Leonardo Galli
94eccc6c14
Rethought about where certain things are stored.
...
Profiles are now a component of the NetImportDefinition.
2017-01-22 17:02:20 +01:00
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)
2017-01-22 14:55:25 +01:00
Leonardo Galli
76a42b28f3
Second UI Pass, Testing now works and other little things.
2017-01-22 14:30:33 +01:00
Leonardo Galli
dbf34e6740
Updated Interval to scan for finished downloads to .25 minutes.
2017-01-06 16:11:41 +01:00
Leonardo Galli
ad95fbfd4a
Implemented importing movies. This is still in early stages, however it should work pretty well.
2017-01-03 23:18:51 +01:00
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!
2016-12-29 16:04:01 +01:00
Mark McDowall
2e96c4e798
New: Parse existing subtitles and extra files
...
Towards #459
2016-09-17 01:27:15 -07:00
Taloth Saldono
ccfa13e383
Replaced built-in valuetypes with language keywords.
2015-10-03 21:14:06 +02:00
Taloth Saldono
f2a70677e4
New: Will now temporarily stop using an indexer if the indexer reported an error.
2015-07-20 21:09:16 +02:00
Mark McDowall
0f2bba0615
Custom scripts
...
New: Run custom scripts (Connection)
Closes #439
2015-07-20 10:49:54 -07:00
Mark McDowall
155c82c199
Season pass overhaul
...
New: Season Pass supports multi-select
New: Improved Season Pass toggling
Closes #396
2015-06-06 23:55:21 -07:00
Taloth Saldono
ab1e82414b
Fixed: Unlimited MaxSize and increased granularity.
...
fixes #337
2015-05-21 20:44:45 +02:00