servarr[bot]
dd0353ee44
New: Add Size column to Activity: Queue ( #2310 )
...
* New: Add Size column to Activity: Queue
(cherry picked from commit 43cd1032487743c72fe0503a293343b8811def4d)
* !fixup
Co-authored-by: Nathaniel Peiffer <nathaniel@peiffer.com.au>
Co-authored-by: Qstick <qstick@gmail.com>
2021-07-08 12:43:58 -04:00
servarr[bot]
f287c82591
New: Activity Queue: Rename Timeleft column to Time Left ( #2293 )
2021-06-26 14:07:05 +01:00
Qstick
9696eb5ca2
Fixed: Queue broken when sorting by Album ReleaseDate
2021-04-17 22:12:45 -04:00
Qstick
a9d94f045d
Fixed: Artist Editor column order/enabled lost on refresh
...
Fixes #2006
2021-04-01 23:08:48 -04:00
Qstick
7c70c5dd42
Fix sort in appActions.js
2021-04-01 23:03:57 -04:00
Mark McDowall
fa569f85b2
Fixed: Restoring a backup with a different API didn't reload properly
...
Fixes #2042
(cherry picked from commit 13ff2d4c70bc564525842c31d184127a3934e178)
2021-04-01 21:35:16 -04:00
Qstick
77b565c882
Fixed: Remove AlbumFolder column in Mass Editor
2021-01-24 20:27:43 -05:00
Qstick
774a3597de
New: Remove AlbumFolder, Support Nested Track Format
2021-01-17 03:58:33 -05:00
ta264
4e41c3b237
New: Sort interactive import by path by default
2021-01-06 21:03:45 +00:00
Mark McDowall
87f8a7f7b1
Use createHandleActions for adding/removing commands so itemMap is synced properly
...
(cherry picked from commit 99be6a7e4065b77c910df6444a468fedc23e90cc)
2021-01-05 21:07:17 -05:00
Qstick
796eba82ac
Mass Editor size and options
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2020-12-17 08:08:26 -05:00
Qstick
adc47c51e0
Fixed: Size on disk sorting and display
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2020-12-17 08:08:26 -05:00
Mark McDowall
d7183f999c
New: Bulk remove from Blacklist
2020-12-17 08:08:26 -05:00
Taloth
9b1bbaef02
New: Newznab/Torznab categories dropdown with indexer provided category names
2020-12-17 08:08:26 -05:00
Mark McDowall
1d049abf12
Fixed: Rejections custom filter for Interactive Search (now Rejections Count)
2020-12-17 08:08:26 -05:00
Qstick
2b9cd64dad
Fixed: Don't try to render quality when it's null
2020-10-13 23:25:37 -04:00
Mark McDowall
06c79b283c
New: Clone indexer button
2020-10-13 23:19:31 -04:00
Qstick
5bf4be3590
Fixed: Manual Import sorting by quality
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2020-10-13 23:19:31 -04:00
Qstick
c0aa16d8bb
Fixed: Sorting by track count
2020-10-13 23:19:31 -04:00
Mark McDowall
acee2915aa
New: Limit recent folders in Manual import to 10 and descending order
2020-10-13 23:19:31 -04:00
Qstick
7860f9ee81
Fixed: Manage Tracks not showing whether language/quality meets cutoff
2020-10-13 23:19:30 -04:00
Qstick
09ebfe0af8
Catchup Linting
2020-10-13 23:19:29 -04:00
Mark McDowall
e0d880f1da
Small change to creating an itemMap during item update
...
Closes #1381
(cherry picked from commit 7f28ab895a73fe0677c62388b82e4d5f73e5c023)
2020-10-13 23:19:28 -04:00
Mark McDowall
65caac3380
Fixed: Import series failing to add items to process
...
Closes #1380
(cherry picked from commit 97ec1847541ba2a73d25eedbd3c97aa6f2f7e4e0)
2020-10-13 23:19:28 -04:00
Mark McDowall
e8f4b5f8b5
Fixed: Removed items in queue still showing until refresh
...
Closes #1378
(cherry picked from commit 479baf06a72b46429a80e19208fdc753ce0ed8ba)
2020-10-13 23:19:28 -04:00
ta264
89cbf0c022
Use createItemMap like Sonarr
...
(cherry picked from commit 43d04cd54efcf5569cb316a5856878d4291f96be)
2020-10-13 23:19:28 -04:00
ta264
014eb27a26
Fixed: Speed up UI during refresh
...
Don't update state if we know items are equal to avoid reselections.
Don't pass LastInfoUpdate to frontend to prevent useless updates (the
field isn't used)
2020-10-13 23:19:28 -04:00
ta264
2e1e2137a6
Fixed: Sorting tables by artist/album
...
Fixes Sentry LIDARR-10A
Fixes Sentry LIDARR-105
Fixes Sentry LIDARR-109
2020-10-13 23:19:28 -04:00
Mark McDowall
48750780fe
New: Option to ignore items when removing from queue instead of removing from client
2020-10-13 23:19:27 -04:00
ta264
be4e748977
New: Don't require artist mapping
2020-10-13 23:18:45 -04:00
ta264
0bde5fd9e5
New: Add/remove individual albums
2020-10-13 23:18:08 -04:00
ta264
de491aa4b3
Fixed: Faster movie selector
2020-10-13 23:18:07 -04:00
ta264
4413c7e46c
New: Unmapped files view ( #888 )
...
* New: Unmapped files view
Displays all trackfiles that haven't been matched to a track.
Generalised the file details component and adds it to the album
details screen.
* Add sorting by quality
* New: MediaServiceTests & MediaRepoTests
2019-08-25 11:49:30 -04:00
Qstick
60df3d78b4
Fixed: Track Progress custom filtering on artist index page
2019-08-25 01:09:57 -04:00
Qstick
2273be5afd
Fixed: Edit path on artist index resetting cursor to end on change
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2019-08-09 23:19:58 -04:00
Qstick
cf1210a7f9
New: Bulk Select Quality Interactive Import
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2019-08-09 23:19:58 -04:00
Qstick
8b860bcb82
Changed: Remove Language Profiles ( #870 )
...
* Changed: Remove Language Profiles
* fixup! Changed: Remove Language Profiles
* fixup! Changed: Remove Language Profiles
* Remove unused method in FileNameBuilder
* Fixed: Cleanup Int Converter Copy/Paste Issues and Grammar
2019-08-02 07:50:09 -04:00
ta264
23316329ed
New: Allow monitoring all albums for import list artist
2019-07-27 18:01:48 +01:00
Mark McDowall
b9d240924f
New: Command line arguments for Custom Scripts are no longer supported
2019-07-25 13:39:35 +01:00
ta264
8cd9ab4a9f
Add: option to skip automatic redownload when removing from queue ( #734 )
...
* Add: option to skip automatic redownload when removing from queue
* Add tests for RedownloadFailedDownloadService
* Fix formatting
* Make re-download dialog conditional
2019-06-10 19:56:44 +01:00
Qstick
a3e955443d
New: Output Path column in Queue
2019-04-28 00:32:38 -04:00
Qstick
909140988f
New: Release title column in queue table
2019-04-13 22:58:11 -04:00
Qstick
0db28d4ea2
Fixed: Store columns for History table between refreshes
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2019-04-06 00:36:26 -04:00
Qstick
789ce8a58f
Fixed: IncludeFiles if File Selection Modal
2019-04-06 00:36:26 -04:00
ta264
188e0e1040
New: Manual import improvements ( #683 )
...
* New: Manual import improvements
- Detect and merge import with files already in library.
- Allow selection of album release from Manual Import modal.
- Loading indicator while fetching updated decisions
* Disable release switching if user manually overrode release
2019-04-04 09:20:47 +01:00
Qstick
4545e679af
Fixed: Sorting by age when releases are less than a day old
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2019-03-26 22:07:07 -04:00
Qstick
d4d9146599
New: Health Check Failure Notifications ( #609 )
...
* New: Health Check Failure Notifications
Fixes #295
* New: OnDownloadFailure and OnImportFailure Notification
* New: On Retag notifications
* Fixed: XBMC notification test
* New: Discord Notifications
Closes #1511
* On Download to On Import on card
* Remove OnDownload, Rename OnAlbumDownload -> OnReleaseImported
* Fixed: Webhook OnReleaseImport notification
* Respect OnUpgrade and fix missing schema items for frontend
* New: Simplify Notification Modal UI
* Fixed: PlexHomeTheater OnReleaseImport notification
2019-03-21 20:47:54 -04:00
ta264
072f772dc8
New: Write metadata to tags, with UI for previewing changes ( #633 )
2019-03-15 12:10:45 +00:00
Qstick
c58c64c9e3
Fixed: Frontend OAuth Actions (Plex Auth)
2019-03-14 22:16:18 -04:00
Qstick
0a6f552d5b
New: Cleanup UI tooling, Update to Webpack 4, Gulp 4 ( #655 )
...
* New: Webpack 4
* New: Gulp 4
* New: Transpile UI for old browsers
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2019-03-08 21:10:23 -05:00