Commit Graph

9291 Commits

Author SHA1 Message Date
Mark McDowall 8a6722352f Add Volta node config
(cherry picked from commit b6417a6f43a9d294d17da531debde1db5fc5da49)
2022-09-18 00:49:56 +00:00
servarr[bot] d27d982120
Fixed: Don't process files that don't have a supported media file extension (#2938)
* Fixed: Don't process files that don't have a supported media file extension

(cherry picked from commit 1977f4aa3c55cc0a06e1958e611f366d56cc346e)

* fixup!

* fixup!

Co-authored-by: Mark McDowall <mark@mcdowall.ca>
Co-authored-by: Qstick <qstick@gmail.com>
2022-08-20 00:01:15 -05:00
Mark Trolley b3b93db643 Fix typo: loseless to lossless 2022-08-19 21:44:28 -05:00
Qstick 463ead6579
Bump version to 1.1.1 2022-08-15 22:45:37 -05:00
ta264 c1dd253bc1 Fixed: Correctly add missing new artist when an album's artist changes in musicbrainz
Fixes LIDARR-H
2022-08-04 20:58:33 +01:00
ta264 ded8602976 Fixed: Close all database connections on shutdown to remove shm/wal files
(cherry picked from commit eb431f09fdede191bfe6bc6c2da9c8cb12d804a1)
2022-08-03 21:12:30 +01:00
Servarr 4ba118d351 Automated API Docs update 2022-08-03 16:00:03 -05:00
ta264 7ebd41eff1 Update packages 2022-08-03 17:11:51 +01:00
ta264 fe3041216e .NET 6.0.7 2022-08-03 17:11:51 +01:00
ta264 303baac4be Fix translation 2022-08-03 14:23:31 +01:00
ta264 c339645cec Fixed: Respect import list search setting when monitoring existing items 2022-08-03 14:23:31 +01:00
ta264 b168bdd0ea Fixed: Correctly set MonitorNewItems for new list artists 2022-08-03 14:23:31 +01:00
ta264 c524886e62 Fixed: Prevent duplicate searches on list add
(cherry picked from commit 735fceb0746a8bf476cac5d69bc5648c3a868219)
2022-08-03 14:23:31 +01:00
ta264 70ae0c931e New: Make monitoring existing albums on an import list optional
(cherry picked from commit b05bd685bc1bbd04d4b25b83a9fdd4ab3c4651ee)
2022-08-03 14:23:31 +01:00
ta264 92e0a6e6c6 New: Option to disable automatic search on import lists
(cherry picked from commit 9fc0a8d4d1109ee5a99e3776b4dcec6b3d458fbc)
2022-08-03 14:23:31 +01:00
Thomas White 33bb5960e5 Fixed: Null reference error when import list adds new album to existing artist
(cherry picked from commit 5e3045db86748d0ab407a6785007cb6bbd4f46a6)
2022-08-03 14:23:31 +01:00
Thomas White d96775a4a3 Fixed: "Specific Book" setting for lidarr list import
Fixes #2435

(cherry picked from commit 466876da624843f62c849dfb28ac9515b6fe3a2c)
2022-08-03 14:23:31 +01:00
ta264 d85d2bb371 New: Make sure existing items on import list are monitored 2022-08-03 14:23:31 +01:00
Qstick 2ca6a8da84 Fixed: Releases Size filter has incorrect value type
(cherry picked from commit 46bc711558d9f3ab278125a4292eb7851e51d308)
2022-07-29 23:44:44 -04: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