tymmesyde / peario-client

Peario

Home Page:https://peario.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need help with multiple bugs

ang3lo-azevedo opened this issue · comments

Hello, I love your project, I've already replaced Netflix with your website, but I'm having some issues.

One of them is when adding add-ons certain subtitle add-ons just doesn't seem to work.
For example:
https://subtitles-stremio-addon.herokuapp.com/manifest.json
and
https://4b139a4b7f94-wizdom-stremio-v2.baby-beamup.club/manifest.json

When I try to add the add-on nothing happens.

image

Another bug is, when I go to see the streams of a certain episode it is necessary to restart the page for them to appear.

2022-04-25_09-55-50.mp4

And when I change the episode it doesn't change the available streams for the correct episode.

2022-04-25_10-00-26.mp4

There is also a bug where the opensubtitles plugin just work when watching movies and doesn't work when watchin series.

The opensubtitles add-on is in the list and is activated.

image

And when watching a movie, the subtitles do actually work

image

But when watching an episode of a series it doesn't seem to work (on the desktop version of stremio the same plugin works just fine)

Captura de ecrã 2022-04-24 202407

Could you help me?
Thank you!

commented

Hi !
Thank you for your remarks !
I fixed the subtitles addons issue, they should appear now.
Let me know if this is working for you.

There is also a bug where the opensubtitles plugin just work when watching movies and doesn't work when watchin series.

I can't do much about this, it seems that the addon doesn't return subtitles for series.

Hey friends, just wanted to inform you that I had the exact same subtitles issue when trying to watch a movie with a friend yesterday (the little subtitle window just keeps loading and nothing ever shows up).

@tymmesyde hi, thanks for your work!

I looked through the source code of the stremio opensubtitles plugin and found that it uses a different query format for series compared to movies. Take a look: https://github.com/Stremio/stremio-opensubtitles/blob/7e3d6a1c56767e014e4c29947647a054cc2b760b/lib/find.js#L205

peario always sends query in the movie format, that's why it doesn't work for series.