Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only show streaming providers using the providers list command #33

Open
ehwhattaugonnado opened this issue Dec 24, 2021 · 2 comments
Open
Labels
enhancement New feature or request
Milestone

Comments

@ehwhattaugonnado
Copy link

Some shows are available for purchase on Amazon Prime Video but not included with the Prime Membership. If I have to purchase a show from Amazon I want to use Sonarr for it but if it's already included with Prime I do not.
Examples:
The Office #73244
Reading Rainbow #77547
Mr Roger's Neighborhood #77750 (Season 7 is available with Prime but no others)
Arthur #74678 (Season 10 is available with Primew but no others)

Preferred behavior would be to flag purchasable shows as unavailable and included shows as available
Another option is to simply add purchasable show to the exclude list manually.

@ehwhattaugonnado ehwhattaugonnado added the enhancement New feature or request label Dec 24, 2021
@haijeploeg
Copy link
Owner

Hi,

Great question/feature request! I have checked this, but this concept already works with Excludarr versions 1 and higher. Amazon Prime Video is a streaming service listed in JustWatch (flatrate). However for movies and series you can buy, those are listed under the Amazon provider, which has the category buy in JustWatch.

Excludarr only filters on flatrate providers, so only movies and series that are really streaming on a provider are going to be excluded. I have checked this with all the series you listed in your issue with the en_US locale, this is the outcome:

Working... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00
              ╷                             ╷                ╷         ╷                                                                                ╷                    ╷       ╷             
 Release Year │ Title                       │ Used Diskspace │ Seasons │ Episodes                                                                       │ Providers          │ Ended │ Full delete 
╶─────────────┼─────────────────────────────┼────────────────┼─────────┼────────────────────────────────────────────────────────────────────────────────┼────────────────────┼───────┼────────────╴
 1996         │ Arthur                      │ 0.00GB         │         │ S10E01, S10E02, S10E03, S10E04, S10E05, S10E06, S10E07, S10E08, S10E09, S10E10 │ Amazon Prime Video │ Yes   │ No          
 1983         │ Reading Rainbow             │ 0.00GB         │         │ S01E01, S01E02, S01E03, S01E04, S02E01, S02E02, S02E03, S02E04                 │ Amazon Prime Video │ Yes   │ No          
 1968         │ Mister Rogers' Neighborhood │ 0.00GB         │         │ S07E01, S07E02, S07E03, S07E04, S07E05, S07E06, S07E07, S07E08, S07E09, S07E10 │ Amazon Prime Video │ Yes   │ No          
╶─────────────┼─────────────────────────────┼────────────────┼─────────┼────────────────────────────────────────────────────────────────────────────────┼────────────────────┼───────┼────────────╴
              │        Total Used Diskspace │ 0.00GB         │         │                                                                                │                    │       │             
              ╵                             ╵                ╵         ╵                                                                                ╵                    ╵       ╵             
Are you sure you want to change the listed series to not-monitored? [y/n] (n):

The only thing I am realizing now is that the excludarr providers list commands also shows providers like Amazon which is a provider you need to buy from. When in the code I am filtering on flatrate (streaming providers only).

I am going to change that in version 1.1.0.

@haijeploeg haijeploeg added this to the v1.1.0 milestone Dec 27, 2021
@haijeploeg haijeploeg changed the title Filter out shows only available for purchase Only show streaming providers using the providers list command Jan 22, 2022
@LanceSandino
Copy link

LanceSandino commented Mar 19, 2023

Hi. I'm running into this problem currently.

Locale en_US

Example:

Release Date │ Title                                                          │ Used Diskspace │ Streaming Providers
╶─────────────┼────────────────────────────────────────────────────────────────┼────────────────┼─────────────────────────────────────────╴
 2019-10-24   │ 21 Bridges                                                     │ 2.97GB         │ Amazon Prime Video
 2021-10-01   │ The Addams Family 2                                            │ 4.94GB         │ Amazon Prime Video
 2019-10-10   │ The Addams Family                                              │ 3.39GB         │ Amazon Prime Video
 2017-09-14   │ American Assassin                                              │ 4.37GB         │ Amazon Prime Video
 2017-08-18   │ American Made                                                  │ 6.56GB         │ Netflix, Amazon Prime Video
 2017-07-26   │ Atomic Blonde                                                  │ 6.02GB         │ Amazon Prime Video
 2017-06-28   │ Baby Driver                                                    │ 2.18GB         │ Amazon Prime Video
 2017-10-04   │ Blade Runner 2049                                              │ 5.65GB         │ Amazon Prime Video
 2018-08-01   │ The Children Act                                               │ 3.27GB         │ Amazon Prime Video
 2018-11-21   │ Creed II                                                       │ 5.46GB         │ Amazon Prime Video
 2020-11-25   │ The Croods: A New Age                                          │ 4.07GB         │ Amazon Prime Video

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants