1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-11 22:42:52 +00:00
Commit graph

9288 commits

Author SHA1 Message Date
ta264
b86e3f31be fixup! Update SpotifyAPI.Web 2022-07-25 22:18:46 +01:00
ta264
e5edc8bbf7 fixup! Update packages 2022-07-25 22:18:35 +01:00
ta264
51a57e4918 fixup! cleanup 2022-07-25 22:16:18 +01:00
ta264
23730ddded Update SpotifyAPI.Web 2022-07-25 22:10:05 +01:00
ta264
d19ea704c5 Update packages 2022-07-25 22:06:22 +01:00
ta264
c87f9f6e2a .NET 6.0.7 2022-07-25 21:58:33 +01:00
ta264
580afe4642 New: Write out .m3u files for spotify playlists
(cherry picked from commit 7aa051caf25031c7af3bdace8f4c5e73a41c5fe5)
2022-07-25 21:19:02 +01:00
ta264
0267c04884 cleanup
(cherry picked from commit 0ad8fc7bee8cf3549899fd31c46bd653878ef99c)
2022-07-25 21:17:31 +01:00
ta264
ebd99e3fa9 Fixed: Correctly set MonitorNewItems for new list artists
(cherry picked from commit f3ae09c55e693916b3de75136a0659d949c45b2c)
2022-07-25 21:17:28 +01:00
ta264
03a6bab36d Fixed: Prevent duplicate searches on list add
(cherry picked from commit 735fceb0746a8bf476cac5d69bc5648c3a868219)
(cherry picked from commit 4e1b831740efdcf41b3afea5d20b08dc53b51bc1)
2022-07-25 21:17:24 +01:00
ta264
926a921240 New: Make monitoring existing albums on an import list optional
(cherry picked from commit b05bd685bc1bbd04d4b25b83a9fdd4ab3c4651ee)
(cherry picked from commit efa7465666e89e18b757585dd509fd039428156c)
2022-07-25 21:17:21 +01:00
ta264
94499b4ae0 New: Option to disable automatic search on import lists
(cherry picked from commit 9fc0a8d4d1109ee5a99e3776b4dcec6b3d458fbc)
(cherry picked from commit 322212ceb041b5f541a0adfdc1fb03864f0c97c1)
2022-07-25 21:17:18 +01:00
Thomas White
a059b584db Fixed: Null reference error when import list adds new album to existing artist
(cherry picked from commit 5e3045db86748d0ab407a6785007cb6bbd4f46a6)
(cherry picked from commit 21d867c35c3805d82b95b0ecbdacb3ab4fec49dd)
2022-07-25 21:17:14 +01:00
Thomas White
93bb1d44b8 Fixed: "Specific Book" setting for lidarr list import
Fixes #2435

(cherry picked from commit 466876da624843f62c849dfb28ac9515b6fe3a2c)
(cherry picked from commit acd3ed01a32a17ee561156b89dd752b6a5dd7def)
2022-07-25 21:17:11 +01:00
ta264
0097ae6b19 New: Make sure existing items on import list are monitored
(cherry picked from commit 60fcd0f86e)
2022-07-25 21:17:08 +01:00
ta264
311322651a New: Plugin support 2022-07-19 21:08:53 +01:00
Qstick
1d73d25fb2 Fixed: Don't call for server notifications on event driven check 2022-07-17 13:54:03 -05:00
bakerboy448
c7e8f5199a Fixed: Better Cleansing of Tracker Announce Keys
Fixed: Cleanse Notifiarr secret from URL in logs

Closes #2611
(cherry picked from commit e6210aede6f7ead197e82572976bc0267d910d46)
Closes #2557
(cherry picked from commit ec866082d44d299096112a6c7c232384b1f74505)
2022-07-05 22:16:07 -05:00
Qstick
ce9d97067f Fixed: Validate if equals or child for startup folder
(cherry picked from commit 0991cfe27efd6ddb533227b25754661e18d7e9ad)
2022-07-05 22:15:00 -05:00
ta264
8ff141d886 Fixed: Only one version of an album may be approved for import 2022-07-04 12:40:47 +01:00
Servarr
a3f5fa0596 Automated API Docs update 2022-06-22 20:07:42 -04:00
ta264
cf4103d73d Use DryIoc for Automoqer, drop Unity dependency
(cherry picked from commit e3468daba04b52fbf41ce3004934a26b0220ec4f)
2022-06-22 09:28:03 +01:00
Kai Yang
9b120f4885
New: Link indexer to specific download client (#2668)
* New: Link indexer to specific download client

Closes #1215
Co-authored-by: Qstick <qstick@gmail.com>

(cherry picked from commit 13aaa20f1bf1448fa804738804205cb16f0d91f9)

* lint

Co-authored-by: Qiming Chen <simoncqm@gmail.com>
2022-06-06 22:06:40 -05:00
Stevie Robinson
2a72a0e318 Fixed: Mass Editor Footer on Smaller Screens
(cherry picked from commit 9afcec8b1ffc11da93ae50b73f77f5ebe6e12391)
2022-06-06 22:04:01 -05:00
Qstick
397e2bf418 Fixed: Default sort key for wanted/missing API endpoint
Fixes #2725

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2022-06-05 13:26:31 -05:00
Qstick
a6f4c3cdb0 Fixed: Importing file from UNC shared folder without job folder
Fixes #2759

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2022-06-05 13:26:31 -05:00
bakerboy448
4ca9cb481b Fixed: Cleanse APIKey from Signalr logging
Fixes #2474

(cherry picked from commit 2983b600268176db56208d6fb014b97ad81bb576)
2022-06-05 13:26:31 -05:00
Qstick
81714d20b7 Fixed accounting for zero terminator in long path limitation
Fixes #1909

Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
2022-06-05 13:26:31 -05:00
Mark McDowall
7b4e33e85f Fixed: Managing display profiles on mobile
Fixes #1907

(cherry picked from commit c2fcdb445776d3898be7938216cf8ace65a1a236)
2022-06-05 13:26:31 -05:00
Qstick
28c7f30971 Fixed: Sorting in Interactive search duplicates results
Fixes #1906
Fixes #1911

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2022-06-05 13:26:31 -05:00
Taloth Saldono
735024bfb3 Small helper in UI to access API more easily
Fixes #1842
2022-06-05 13:26:31 -05:00
Taloth Saldono
8711b1a935 Fixed: OSX version detection
Fixes #1834
2022-06-05 13:26:31 -05:00
Qstick
8c2fa93509 New: Log path when adding artist
Fixes #1603
2022-06-05 13:26:31 -05:00
Qstick
423b489cf8 Fixed: Sorting interactive search by quality for unknown artist results
Fixes #1587
2022-06-05 13:26:31 -05:00
Qstick
26b5db3019 Used ReflectionOnly and/or public types where possible
Fixes #1461
2022-06-05 13:26:31 -05:00
Qstick
6c708a7a3e Calendar item/episode status fixes
Fixes #1425
2022-06-05 13:26:31 -05:00
Qstick
f549a36c6f Queue status/timeleft improvements
Closes #1424
2022-06-05 13:26:31 -05:00
Qstick
a41e8deb03 Don't store grabbed events for clients that don't download IDs
Fixes #1420
2022-06-05 13:26:31 -05:00
Qstick
39bbb67f0a Fixed: Albums removed from queue re-appearing on refresh
Fixes #1392
2022-06-05 13:26:31 -05:00
Qstick
44b76ff647
Bump version to 1.1.0 2022-06-04 17:48:10 -05:00
ta264
78eeac2816 Ensure .Mono and .Windows projects have all dependencies in build output
Fixes development on linux
2022-05-31 06:29:19 +01:00
Billie Thompson
39adb36359 Connect to audioscrobbler via https
This will protect us from both MITM attacks, and also increase the
privacy of users.
2022-05-19 20:18:52 -05:00
Servarr
b12fac5d8c Automated API Docs update 2022-05-15 19:24:56 +01:00
Qstick
d3b1ed41aa New: Instance name in System/Status API endpoint 2022-05-15 13:16:30 -05:00
Qstick
a8304a904c New: Instance name for Page Title 2022-05-15 13:16:30 -05:00
Robin Dadswell
a5e54a6d6e New: Instance Name used for Syslog 2022-05-15 13:16:30 -05:00
Robin Dadswell
1553a8f37b New: Set Instance Name 2022-05-15 13:16:30 -05:00
Robin Dadswell
26b9b7665a New: Added UDP syslog support
(cherry picked from commit 8d856b2edb8bf46a2b516d5f7644ae3fa1151323)
2022-05-15 13:16:30 -05:00
Qstick
494016f264
Bump version to 1.0.2 2022-05-09 17:44:52 -05:00
Qstick
79c70ba868 Fix lint issues 2022-05-06 21:57:48 -05:00