Support for Kodi backend? #316
-
|
Any thoughts on supporting a Kodi backend? I love it as a local media player, especially for robust surround sound support, AV1 decoding, and upcoming DV support. Plex/Jellyfin are less stable on Android TV compared to Kodi, but the lack of syncing between Plex while on the go and Kodi locally can be frustrating. Example python integration using their JSON RPC API: https://forum.kodi.tv/showthread.php?tid=158373 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 13 replies
-
Hi. Unless this API is exposed over the network i.e. http i don't think it's possible to link kodi without having an agent running on the machine in which kodi is installed. |
Beta Was this translation helpful? Give feedback.
-
|
Hello, i've been shopping around for a Trakt replacement (mainly scrobble feature) and i stumbled upon your service, it looks promising but i dont see Kodi support which makes me curious, is Kodi support in some kind of pipeline to be supported in the near future? Regards |
Beta Was this translation helpful? Give feedback.
-
|
+1 for this I know this is marked as answered but I'm not sure if this angle has been researched. It looked like mostly the Kodi API was pointed out but not really the MySQL shared library means to sync Kodi libraries across devices. I'm wondering if it would be possible to setup syncing directly to the Kodi MySQL/MariaDB library instead of trying to use the Kodi API? Use case for me would be: I've got 3 Raspberry Pi's throughout the house hanging off TV's that share their library via MariaDB. I also have an Emby server that I use when out on vacation when I want to access my own content. I'd start a movie on vacation and finish it when I got back home. I'd always have to pull up the movie on Emby to know what time to fast forward to in Kodi. Which begs the question. Would it be possible to get WatchStatus to get Plex/Emby/JellyFin to sync to/from a Kodi MySQL/MariaDB library? I wrote a rough script to pull movie and tvshow resume times from a MariaDB/MySQL Kodi library. |
Beta Was this translation helpful? Give feedback.
Hello,
Thanks for your interest i investigated a possible implementation and it's more complicated then i expected, it's something i would like to focus on after i Stabilize the currently supported backends, once everything stabilize it's possible for me to focus on entirely different client implementation.
It's possible to get support right now via https://jellyfin.org/docs/general/clients/kodi/#jellyfin-for-kodi i think i haven't really tested.