Lars Erik Helø
b32d168742
Clean up variable name case
2023-05-13 12:40:07 -05:00
Lars Erik Helø
20301bdb78
Fix Radarr import syncing not matching any root folders.
...
Old logic would look for a rootFolderPath in the API response from the source instance and try to match it to the selected root folders in list settings. Thiis property is returned by Sonarr, but Radarr only returns a full Path.
2023-05-13 12:40:07 -05:00
Bogdan
401edeabba
Use await using in LocalizationService
2023-05-13 20:09:34 +03:00
Qstick
abddce1cfa
Fixed: Provider health checks persist after add until next scheduled check
...
(cherry picked from commit 202449c40c82c6dfd2d15844c578436bbe3c8872)
Close #8505
2023-05-13 16:24:51 +03:00
Weblate
3350071a83
Translated using Weblate (Portuguese (Brazil)) [skip ci]
...
Currently translated at 100.0% (1173 of 1173 strings)
Translated using Weblate (French) [skip ci]
Currently translated at 99.8% (1171 of 1173 strings)
Translated using Weblate (Portuguese (Brazil)) [skip ci]
Currently translated at 100.0% (1172 of 1172 strings)
Co-authored-by: Antoine <coderademii@gmail.com >
Co-authored-by: Havok Dan <havokdan@yahoo.com.br >
Co-authored-by: Weblate <noreply@weblate.org >
Translate-URL: https://translate.servarr.com/projects/servarr/radarr/fr/
Translate-URL: https://translate.servarr.com/projects/servarr/radarr/pt_BR/
Translation: Servarr/Radarr
2023-05-13 05:39:59 +03:00
Mark McDowall
223eddeb0b
New: Log additional information when processing completed torrents from rTorrent
...
(cherry picked from commit c7d39579b45adbe1b9da3baff587b2d7b7c9724b)
2023-05-13 05:39:19 +03:00
Mark McDowall
a953d1a6c5
Fix function name and use out var for try get in DownloadClientProvider
2023-05-13 04:50:37 +03:00
Bogdan
e0389ca08c
API key improvements
...
Fixed: Special characters in API key
New: Add heathcheck for API Key
(cherry picked from commit 9325140b90f8ac625ae5b26075748c22f6f06158)
2023-05-10 14:55:57 +03:00
Weblate
d021517f4b
Translated using Weblate (Chinese (Simplified) (zh_CN)) [skip ci]
...
Currently translated at 99.8% (1166 of 1168 strings)
Translated using Weblate (Portuguese (Brazil)) [skip ci]
Currently translated at 100.0% (1168 of 1168 strings)
Translated using Weblate (Portuguese (Brazil)) [skip ci]
Currently translated at 100.0% (1168 of 1168 strings)
Update translation files [skip ci]
Updated by "Cleanup translation files" hook in Weblate.
Translated using Weblate (Chinese (Simplified) (zh_CN)) [skip ci]
Currently translated at 100.0% (1168 of 1168 strings)
Co-authored-by: Havok Dan <havokdan@yahoo.com.br >
Co-authored-by: Lithaway <478279934@qq.com >
Co-authored-by: Weblate <noreply@weblate.org >
Co-authored-by: aenron <1414004038@qq.com >
Translate-URL: https://translate.servarr.com/projects/servarr/radarr/
Translate-URL: https://translate.servarr.com/projects/servarr/radarr/pt_BR/
Translate-URL: https://translate.servarr.com/projects/servarr/radarr/zh_CN/
Translation: Servarr/Radarr
2023-05-10 12:00:43 +01:00
Servarr
7bbf7d2461
Automated API Docs update
2023-05-10 02:48:44 +03:00
Stickie
a1e622a363
New: Notifications when Manual Interaction is required for importing
...
(cherry picked from commit 5ec282750bdea16f770282b80fdaec56a65749e2)
2023-05-10 00:18:15 +03:00
The Dark
8563ed0a20
New: On Health Restored notification
...
(cherry picked from commit 5fdc8514da7c7ad98192f2ecb2415b3a7b5d0d05)
2023-05-10 00:18:15 +03:00
Mark McDowall
164f9ca868
Why rename many files when few file do trick
...
(cherry picked from commit eaa4a358e8eb93e15203001d16e868e22aded5c3)
2023-05-08 15:43:44 +03:00
Mark McDowall
782a257779
GracePeriod not Graceperiod
...
(cherry picked from commit 993c69530ed34460800f40ecf8a0b7bc9a2f7d48)
2023-05-08 15:43:44 +03:00
Bogdan
b7419c31df
Sort translations alphabetically
2023-05-08 11:50:41 +03:00
Mark McDowall
07f0e89f11
Fixed IsValidPath usages
...
(cherry picked from commit 033936dce7e13c8ab2e38407782dc9cdd949460e)
2023-05-08 02:02:22 +03:00
Mark McDowall
ae63b85753
New: Improve path validation when handling paths from different OSes
...
(cherry picked from commit 0321368cc392d7a0a488409bf6bd586ba45497af)
(cherry picked from commit 033936dce7e13c8ab2e38407782dc9cdd949460e)
2023-05-08 02:02:22 +03:00
Bogdan
a38b28f4df
Log invalid config file exceptions
...
(cherry picked from commit a95317446c452926819ad24f892a00770b1b23fc)
2023-05-07 21:45:17 +03:00
Bogdan
fe164c1def
Fixed: Ensure indexer errors are handled before processing response
...
(cherry picked from commit 76f93c8415419f0c3dab90582d47a1c9a653263c)
2023-05-07 21:33:44 +03:00
Bogdan
06a214e901
Align environment variable setting in ProcessProvider with upstream
...
Co-authored-by: Qstick <376117+Qstick@users.noreply.github.com >
Closes #5617
(cherry picked from commit 8f482c534f15c14a9b3097313a4f5e9273549d88)
2023-05-07 21:32:32 +03:00
Mark McDowall
51901dbb37
New: Only add version header for API requests
...
(cherry picked from commit 453891e620459ff38f7bc43b207004b240fc5fb8)
2023-05-07 21:21:06 +03:00
Qstick
850fef5c43
Fixed: RootFolderPath not set for Movies from API
2023-05-07 11:55:33 -05:00
Bogdan
51a583b59b
New: Add token authentication for ntfy.sh notifications
...
Closes #8451
Co-authored-by: KucharczykL <lukas@kucharczyk.xyz >
(cherry picked from commit 5bb03a9ddf4d2d33976dfdc39fc70bcf56bf1b49)
2023-05-06 23:39:24 -05:00
Qstick
2a72a32d28
Fixed: Matching of custom formats during movie file import
...
Closes #8287
2023-05-06 23:33:03 -05:00
Qstick
836017c01b
Revert argument exception swallowing for Plex library update
...
Closes #8264
2023-05-06 23:25:56 -05:00
Mark McDowall
85aac789f4
New: Improved Plex library updating
...
Closes #8235
Closes #8244
(cherry picked from commit 98308737cfa78a41ec22a2b23a80bf316bd779ea)
2023-05-06 23:20:32 -05:00
Mark McDowall
9ec1235b62
New: Add release info to webhook/custom script import events
...
Closes #8293
2023-05-06 22:59:52 -05:00
Mark McDowall
b5bf5eae26
New: Don't import movies that don't match grab history
...
Closes #8228
(cherry picked from commit 978618f041c478121f8e014910ad092f8e648596)
2023-05-06 22:59:41 -05:00
Qstick
e7ff79f48d
Use string interpolation for Newznab request generation
...
Closes #7755
2023-05-06 22:10:21 -05:00
Bogdan
d2112f2bdc
New: Log content for invalid torrent files
...
(cherry picked from commit e3f71ca79c3c92015e6c3fc292ae3124dab63410)
2023-05-06 14:37:33 -05:00
Weblate
d5e61c3450
Translated using Weblate (Portuguese (Brazil)) [skip ci]
...
Currently translated at 100.0% (1168 of 1168 strings)
Translated using Weblate (French) [skip ci]
Currently translated at 100.0% (1168 of 1168 strings)
Co-authored-by: Havok Dan <havokdan@yahoo.com.br >
Co-authored-by: RudyBzh <rudybzh@gmail.com >
Translate-URL: https://translate.servarr.com/projects/servarr/radarr/fr/
Translate-URL: https://translate.servarr.com/projects/servarr/radarr/pt_BR/
Translation: Servarr/Radarr
2023-05-05 19:48:28 +03:00
Bogdan
b3037248a2
Add tmdbid to capabilities check in Newznab/Torznab
2023-05-05 15:13:10 +03:00
W Scott Johnson
39271eb33c
Remove requirement for imdbtitle and imdbyear in Newznab and Torznab
2023-05-05 15:13:10 +03:00
Bogdan
cc28519d6d
Remove duplicate check in RemotePathMappingCheck
2023-05-05 02:35:13 +03:00
Servarr
f68fd9c2d9
Automated API Docs update
2023-05-04 09:48:51 +01:00
Mark McDowall
116db9701b
New: Add result to commands to report commands that did not complete successfully
...
(cherry picked from commit 103ce3def4636ef891e72bd687ef8f46b5125233)
2023-05-04 11:40:01 +03:00
Weblate
6ec12d71dc
Translated using Weblate (French) [skip ci]
...
Currently translated at 100.0% (1168 of 1168 strings)
Co-authored-by: Remy <remy@mrbk.fr >
Translate-URL: https://translate.servarr.com/projects/servarr/radarr/fr/
Translation: Servarr/Radarr
2023-05-03 19:56:42 +03:00
Stepan Goremykin
d2787d8181
Migrate to FluentValidation 9
...
(cherry picked from commit 40e54685b9e83ed24a3979bfe965c453339ad02e)
2023-05-03 09:12:07 +03:00
Bogdan
89fd3e4671
Fix downloading releases without an indexer
...
(cherry picked from commit ca8b26138e3ebd793cc1a5fd51522ce3eda8a2e1)
2023-05-03 05:47:43 +03:00
Bogdan
1807ccfc48
Build download requests from indexer implementation
...
(cherry picked from commit a0b08f6c6f106d92cdb12fbb959dd2605c22fe6a)
2023-05-03 05:47:43 +03:00
Bakerboy448
5e338c93a3
Fixed: Upgrades blocked: UpgradeSpecification error
...
Fixes #8431
- Remove erroneous Year and Imdbid from ParseCustomFormat, not needed
2023-05-02 18:37:50 -05:00
Lars
0858f6732a
New: Filter Sonarr synchronization based on Root Folders
...
(cherry picked from commit ff3327483a233ebe54d8f178c355abaeb6f9d11e)
2023-05-02 23:47:24 +03:00
Qstick
4c2bf285fc
New: Add Original Language as Filter Option in Discover View
...
Closes #7807
2023-05-01 23:26:23 -05:00
Qstick
cba4850769
New: Handle multi title release names split by slash
...
Closes #7917
Co-Authored-By: andrey4korop <24610708+andrey4korop@users.noreply.github.com >
2023-05-01 22:59:08 -05:00
Weblate
f1fcab75f5
Translated using Weblate (Chinese (Simplified) (zh_CN)) [skip ci]
...
Currently translated at 99.9% (1167 of 1168 strings)
Translated using Weblate (Portuguese (Brazil)) [skip ci]
Currently translated at 100.0% (1168 of 1168 strings)
Translated using Weblate (Spanish) [skip ci]
Currently translated at 99.2% (1159 of 1168 strings)
Translated using Weblate (French) [skip ci]
Currently translated at 100.0% (1168 of 1168 strings)
Translated using Weblate (German) [skip ci]
Currently translated at 99.8% (1163 of 1165 strings)
Translated using Weblate (Portuguese (Brazil)) [skip ci]
Currently translated at 100.0% (1164 of 1164 strings)
Translated using Weblate (Dutch) [skip ci]
Currently translated at 94.9% (1105 of 1164 strings)
Co-authored-by: Havok Dan <havokdan@yahoo.com.br >
Co-authored-by: R00T99 <ddaa5e30-3d20-41f9-8ed8-bba67e8acf80@anonaddy.me >
Co-authored-by: TOMAS PLATERO VAZQUEZ <killo3967@gmail.com >
Co-authored-by: Weblate <noreply@weblate.org >
Co-authored-by: foXaCe <foxace66@gmail.com >
Co-authored-by: reloxx <reloxx@interia.pl >
Co-authored-by: 無情天 <kofzhanganguo@126.com >
Translate-URL: https://translate.servarr.com/projects/servarr/radarr/de/
Translate-URL: https://translate.servarr.com/projects/servarr/radarr/es/
Translate-URL: https://translate.servarr.com/projects/servarr/radarr/fr/
Translate-URL: https://translate.servarr.com/projects/servarr/radarr/nl/
Translate-URL: https://translate.servarr.com/projects/servarr/radarr/pt_BR/
Translate-URL: https://translate.servarr.com/projects/servarr/radarr/zh_CN/
Translation: Servarr/Radarr
2023-05-01 22:31:38 -05:00
Qstick
44bec71752
Fixed: Don't import Custom Format downgrades
...
Closes #8197
Closes #8243
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com >
2023-05-01 21:31:10 -05:00
Qstick
b44f050246
Fixed: Enable parsing of repacks with revision
...
Closes #8060
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com >
2023-05-01 19:48:24 -05:00
Qstick
a0068a3ed9
Fixed: Don't clean Kodi library if video is playing and Always Update is disabled
...
Closes #8139
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com >
2023-05-01 19:40:38 -05:00
Qstick
8e1bf785c3
Revert "Build download requests from indexer implementation"
...
This reverts commit 84e0f5bfcf .
2023-04-30 22:50:56 -05:00
Bakerboy448
d3e6d7cd05
Fixed: Missing Translates
2023-04-30 21:32:31 -05:00