-
Notifications
You must be signed in to change notification settings - Fork 22
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 #27
Comments
I will keep this open because I think its a good idea. I dont use Emby myself and would like some help with this one. When I get time I will take a stab at it. |
I won't be able to help you by coding but I can tell you that collections are made this way on Emby/Jellyfin : They are all located in appdata folder (in my case '/mnt/user/appdata/EmbyServerBeta/data/collections/' ) and structure is like this : folder name = Collection Name [boxset]
And collection.xml file is like this : I attached the full folder for my Indiana Jones collection |
Have anyone find out the solution for this?. I really want this top_playlists in Emby. |
The new code base currently in develop will make implementing this so much easier. Hopefully it will help someone else put it in or me when I get to it. |
Hi,
Don't know if it's possible but it could be great to add support for Emby/Jellyfin. There is a some python APIs there :
https://github.com/mezz64/pyEmby
https://github.com/andy29485/embypy
Don't know if it's hard or not to implement but it could be nice for users like me that use both systems to have the same playlists/librairies configured.
I hope you will find this interesting, have a good day!
The text was updated successfully, but these errors were encountered: