Commit graph

615 commits

Author SHA1 Message Date
tidusjar
2a284ce75c Fixed the issue where TV Shows were not being hidden from the Discover section 2021-04-13 10:49:20 +01:00
tidusjar
560454565d Added new Image posters API 2021-04-11 22:21:42 +01:00
tidusjar
89e1e21c7c We can now override language profiles for Sonarr v3 requests, we also added an option to specify the language profile for Anime requests 2021-04-08 10:11:32 +01:00
Jamie
606fd8c919
Merge pull request #4121 from Ombi-app/bug/v1api-fix
Fixed the v1 API, added tests around that API to ensure we keep backw…
2021-03-28 22:33:19 +01:00
Emil Kitti
f2525650f1 fixes rootfolder selection in sonarr 2021-03-28 18:50:10 +02:00
tidusjar
c464b23bdc Fixed the v1 API, added tests around that API to ensure we keep backwards compatability 2021-03-28 15:36:18 +01:00
Emil Kitti
45bcfca138
Fix rootfolder override
rootfolder override has the same issue
2021-03-28 05:53:22 +02:00
Emil Kitti
87d8ba0499
Fix 2021-03-28 05:24:26 +02:00
Emil Kitti
3c5e7ba37f
Verify Sonarr quality override
Ombi implicitly trusts that the quality override is set correctly, and causes issues downstream.

Line 258 in [TvSender.cs](https://github.com/Ombi-app/Ombi/tree/develop/src/Ombi.Core/Senders/TvSender.cs#L258) it tries to add a series but the, `AddSeries` function in [SonarrApi.cs](https://github.com/Ombi-app/Ombi/blob/develop/src/Ombi.Api.Sonarr/SonarrApi.cs#L92) fails to validate the `NewSeries` object since the `qualityProfileId` attribute is set to `0`. In the end it assumes the series is added in Sonarr and causes a API request with series id set to `0` which causes the following error.

```
[Error] StatusCode: BadRequest, Reason: Bad Request, RequestUri: http://SONARR_HOST/sonarr/api/series/0
```
2021-03-28 04:42:54 +02:00
tidusjar
b9f5c06b7c Fixed unit tests 2021-03-25 09:04:48 +00:00
tidusjar
5e6edc2ad8 Got TV working nicely 2021-03-24 20:57:35 +00:00
tidusjar
c5f123b903 Got a bit of the work done, needs some polish then tackle tv 2021-03-23 22:08:20 +00:00
tidusjar
873823017c Fixed the issue where fully available TV shows were showing as partially available 2021-03-23 16:21:58 +00:00
tidusjar
e39f35ca51 wip 2021-03-19 22:12:37 +00:00
tidusjar
432fb683c2 Fixed tv requests 2021-03-17 12:35:41 +00:00
tidusjar
59106dca0f Small fixes 2021-03-15 22:13:44 +00:00
tidusjar
8368877c74 Merge branch 'develop' into feature/tvmaze-replacement 2021-03-12 23:40:25 +00:00
tidusjar
3aa07aa7a6 Got most of it working! 2021-03-06 23:13:44 +00:00
tidusjar
be50b1eff1 Got the TV Page working nicely, requests are up next! 2021-03-05 15:41:13 +00:00
tidusjar
db4123b4ea wip 2021-03-05 08:14:39 +00:00
tidusjar
4e0ee5fee5 First start on replacing tv maze 2021-03-04 21:22:05 +00:00
Jamie
5bd64a93e1
Merge pull request #4083 from Ombi-app/feature/issues-rework
Feature/issues rework
2021-03-03 21:50:19 +00:00
tidusjar
67c7d73ca1 think i've finished the new issues work 2021-03-03 21:28:37 +00:00
tidusjar
68078271d9 Small improvements 2021-02-25 22:20:43 +00:00
tidusjar
728741bfa1 Fixed the issue where we cannot delete a user #4050 2021-02-18 22:49:02 +00:00
tidusjar
6683f8070c more wip on the issues 2021-02-15 22:42:23 +00:00
tidusjar
1289b840a0 more wip on the issues 2021-02-13 22:35:07 +00:00
tidusjar
b7bb0869da Made a start on the issues rework 2021-02-12 21:39:57 +00:00
Jack Steel
a58a2a418e Provide the base URL if possible for Sonarr/Radarr.
If the API returns a base URL that differs from the one currently set, output that in the error message.
Even though Sonarr/Radarr return a result here, they will fail for POST requests, so this does need to be set correctly.
2021-02-03 02:07:19 +13:00
tidusjar
598c0cfb99 Fixed some exceptions being thrown on the backend, nothing that intresting really 2021-01-23 21:05:49 +00:00
tidusjar
eedd67b205 merge 2021-01-12 20:35:06 +00:00
tidusjar
df74e38672 Fixed the artist search in ombi
Make minor improvements to the new search result
2021-01-11 14:13:26 +00:00
tidusjar
ea7307ac07 We now show streaming information on the details page 2021-01-06 16:42:15 +00:00
Jamie
436c7a73fb
Merge branch 'feature/v4' into jellyfin-redux 2021-01-04 14:28:18 +00:00
tidusjar
8220f41e0b * Added the ability to request on behalf of a user
* Moved the "advanced" section into a small cog icon on the media details page
* Added some more information on the movie panel e.g. Requested By user
2021-01-04 14:14:24 +00:00
tidusjar
6a062d5c40 Fixed a bunch of jellyfin issues 2021-01-03 21:22:52 +00:00
tidusjar
878adc5feb poc 2020-12-31 23:54:05 +00:00
Joshua M. Boniface
85e98e587f Correct JellyfinUser to type 5
Make everything consistent here with the Store entity number.
2020-12-12 03:02:33 -05:00
Joshua M. Boniface
6a96d6718b Remove remaining IsJellyfin sections 2020-12-11 23:23:25 -05:00
Joshua M. Boniface
9fe644f3db Add separate Jellyfin server type
Due to forthcoming changes to the Jellyfin API, this adds support for
Jellyfin as server type completely independent from Emby. It also undoes
the workarounds that treated Jellyfin as a subset of Emby.
2020-12-10 02:16:20 -05:00
tidusjar
de80558f54 fixed unit tests 2020-11-11 09:21:27 +00:00
tidusjar
6b668c62d6 Fixed all warnings 2020-11-10 22:17:11 +00:00
tidusjar
0d55eec72e Update to net5.0 2020-11-10 19:22:34 +00:00
tidusjar
96abeb5861 wip 2020-11-02 19:02:27 +00:00
tidusjar
9e0986ce9f Added advanced options onto the TV page to stop mophawka bitchin' 2020-10-11 23:07:19 +01:00
tidusjar
26b2a574be Updated the Radarr API to support the new V3 endpoints. There's now a new V3 flag on the radarr settings 2020-10-11 00:52:37 +01:00
tidusjar
0afe5de211 Fixed #3794 2020-10-11 00:06:02 +01:00
Victor Usoltsev
4332e5cf51 Replaces scheme to https for all urls returned to client side. 2020-10-07 21:01:17 +13:00
tidusjar
7ba63a33ce Added the ability to filter the main search bar 2020-10-06 14:17:01 +01:00
tidusjar
974ee3c25e Fixed #3682 2020-10-02 21:55:32 +01:00