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

Add Plex Discover Support #8

Closed
fscorrupt opened this issue Apr 12, 2022 · 13 comments
Closed

Add Plex Discover Support #8

fscorrupt opened this issue Apr 12, 2022 · 13 comments
Labels
enhancement New feature or request

Comments

@fscorrupt
Copy link

Can you add support for Plex Discover ?

@RemiRigal
Copy link
Owner

Hi @fscorrupt, can you describe the kind of support you are looking for ? I just want to be sure to understand the use case you have in mind.

@RemiRigal RemiRigal added the enhancement New feature or request label Apr 12, 2022
@fscorrupt
Copy link
Author

Hey, yeah sure.
with the new discover feature you can now search in plex for every movie/show, even if its not in your lib, it would be nice to have plugin support on the discovery page to make requests directly from plex web.

@RemiRigal
Copy link
Owner

This indeed seems like a useful feature for the extension, I will have a look and let you know !

@skynet01
Copy link

Love this idea btw :)

@RemiRigal
Copy link
Owner

I've added Plex Discover support in the version v1.3.0 of the extension. Please try it out and let me know if everything works as expected. Enjoy ! 😃

@fscorrupt
Copy link
Author

wow, that was fast 😅
will have a look tomorrow!
thanks

@fscorrupt
Copy link
Author

hey, played a bit today works really well!
But i found a Show that does get request as another one..

image

RemiRigal pushed a commit that referenced this issue Apr 15, 2022
@RemiRigal
Copy link
Owner

This one was a tough one as Plex uses its own identifiers for movies and tv shows so I was using a title based search that can lead to mismatches like the one you mentioned.
After some experiments I found a way to extract the TMDB id from Plex and it seems to do the trick. If any of you can give me some feedback it would be great, thank you in advance ! (Make sure your extension is updated to v1.3.1 beforehand)

@fscorrupt
Copy link
Author

thanks again for the fast fix, I will test it intensively in the next few days! Rg

@fscorrupt
Copy link
Author

tried a bit with version 1.3.2.
i get on every show and movie media not found.
image

@RemiRigal
Copy link
Owner

@fscorrupt I can't reproduce the issue on my end. Can you give me the following information:

  • The complete URL of the page (The one for the Outer Range for example)
  • Whether or not the attribute src of the image in top right corner (your user avatar) has the string X-Plex-Token in it. You can check that by "inspecting" the element in your browser, right click + 'inspect' should work on most browsers.

Thank you !

@fscorrupt
Copy link
Author

this is the complete Url: OuterRange

and i have X-Plex-Token with my token in it.

@fscorrupt
Copy link
Author

Fixed it with adding my server ip to custom server access url. it now works without problems. Thanks again!

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