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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: