You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As described in #378, an episode fails to launch when it is not yet available for regular VTM Go subscribers, only for VTM GO+ subscribers. When browsing the episodes, all of them are listed, including a thumbnail. The only difference is that the episodes exclusively available to GO+ subscribers do not yet have a caption/description. It is very easy to miss this and when trying to launch such an episode, it fails to launch with a generic error.
Describe the solution you'd like
Assuming it is technically possible to determine GO+ subscription status: show the GO+-only episodes when the VTM GO account has such a subscription. Do not show these episodes when the account has no such subscription.
If is is not possible to determine the GO+ subscription status of the VTM GO account: add an option to the plugin settings: Do not show GO+ exclusive content.
Additional context
Regular episode:
GO+ exclusive episode showing thumbnail but no caption/description:
The text was updated successfully, but these errors were encountered:
Just experienced the same issue but with older seasons of De code van Coppens. Only the latest season is available, the older produce the generic error. When browsing to the failing URL, a 426 - Upgrade Required error is returned.
When watching using an internet browser, one is informed visually that this episode is only for VTM GO+:
I've been digging around a bit in the code and the json-responses. When using the browser, the picture of the show is shown with an overlay (for VtmGO+ or Streamz). This url is also retrieved from a get-request. If there is no overlay (so playable for everyone) the field is empty. Maybe that can be used and added to the titles?
Is your feature request related to a problem? Please describe.
As described in #378, an episode fails to launch when it is not yet available for regular VTM Go subscribers, only for VTM GO+ subscribers. When browsing the episodes, all of them are listed, including a thumbnail. The only difference is that the episodes exclusively available to GO+ subscribers do not yet have a caption/description. It is very easy to miss this and when trying to launch such an episode, it fails to launch with a generic error.
Describe the solution you'd like
Assuming it is technically possible to determine GO+ subscription status: show the GO+-only episodes when the VTM GO account has such a subscription. Do not show these episodes when the account has no such subscription.
If is is not possible to determine the GO+ subscription status of the VTM GO account: add an option to the plugin settings:
Do not show GO+ exclusive content
.Additional context
Regular episode:
GO+ exclusive episode showing thumbnail but no caption/description:
The text was updated successfully, but these errors were encountered: