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 support for Emby Server #71

Open
rafaelvieiras opened this issue Jul 2, 2018 · 3 comments
Open

Add support for Emby Server #71

rafaelvieiras opened this issue Jul 2, 2018 · 3 comments

Comments

@rafaelvieiras
Copy link

So what do you think about supporting emby servers?
I started using Kodi with local media, I went to plex for a short time, but in the end I decided to stay with the emby.
I really want to see the project with support for emby and even collaborating with it.

@mutto233
Copy link

mutto233 commented Jul 2, 2018

So the issue falls to how the code interacts with the actual server.

At present, that is all handled behind the scenes by plexapi. Plexapi does all the "heavy lifting" when it comes to plex communication: initiating contact, figuring out what's available, and even telling a client to start playing.

If you can find a similar module for python that performs those features for emby or even Kodi it wouldn't be too hard; just a matter of plugging that module in and changing references to plexapi in the code.

Do you know if something like that exists?

@rafaelvieiras
Copy link
Author

Yes, Emby has a full api system to get information, streaming and client controll.
This works like a Plex! :D

@mutto233
Copy link

mutto233 commented Jul 3, 2018

Hmm looks interesting! Then it may be possible. Though it would take some time to learn how to use it, then implement it.

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