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

Sfvip Player sometimes fails to list the episodes in a serie #12

Closed
sebdelsol opened this issue Dec 17, 2023 · 2 comments
Closed

Sfvip Player sometimes fails to list the episodes in a serie #12

sebdelsol opened this issue Dec 17, 2023 · 2 comments

Comments

@sebdelsol
Copy link

sebdelsol commented Dec 17, 2023

Xtream Api action=get_series_info&series_id=ID json response usually uses this format:

{
   "episodes":{
      "1":[ {}, {} ],
      "2":[ {}, {} ],
   }
}

But it sometimes uses this format too:

{
   "episodes":[
      [ {}, {} ],
      [ {}, {} ],
   ]
}

In the latter case Sfvip Player fails to show anything when all other players that I've tried manage to list correctly all the episodes.

So "episodes" can either be a dictionary or a list.

Here's a json response that fails with Sfvip Player: action=get_series_info.json

@K4L4Uz
Copy link
Owner

K4L4Uz commented Dec 18, 2023

I hope it's fine in v1.2.7.64

@sebdelsol
Copy link
Author

I've tried with v1.2.7.64 and it still fails to list the episodes.
Anyway this case seems quite uncommon : I have only a handful of this kind of response out of thousands of series.
Xtream code Api is sometimes a real PITA since it has no real specification.

@K4L4Uz K4L4Uz closed this as completed Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants