WIP Media importing and library integration (UPnP, Emby, Plex, ...) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +--- Thread: WIP Media importing and library integration (UPnP, Emby, Plex, ...) (/showthread.php?tid=224794) |
RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Montellese - 2019-12-17 (2019-12-16, 23:16)sualfred Wrote: Haven't read the complete thread yet (out of time atm), but in my quick testings the watched stated and progress reporting wasn't working from widgets. From a media window it was working fine. I guess you are already aware of it? If not I'll provide the logs after my next tests.Yeah the home screen widgets have always been a huge mess in Kodi. Lots of workarounds and hacks to get them more or less working. That's why I haven't spent much effort on fixing issues that only arise there. RE: Media importing and library integration (UPnP, Emby, Plex, ...) - MasterCATZ - 2019-12-22 is this why kodi has gone and replaced all its images with ones linked to my test jellyfin server ? I wanted to keep them as separate standalone media centres and now kodi heavily relies on jellyfin for metadata .. for some reason now all images are being read from jellyfin RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Montellese - 2019-12-22 (2019-12-22, 07:19)MasterCATZ Wrote: is this why kodi has gone and replaced all its images with ones linked to my test jellyfin server ?I'm not sure what you're talking about. The features discussed in this thread are not part of Kodi Leia or Matrix. You'd have to install a specific test build from this thread. Furthermore there's no support for Jellyfin either. RE: Media importing and library integration (UPnP, Emby, Plex, ...) - jjd-uk - 2019-12-22 (2019-12-15, 10:55)Montellese Wrote: I've never heard of Jellyfin. Maybe I'll take a look once everything works reliably for Emby ;-) In case you're not aware, Emby did some licensing change and went closed source I think which created a big community fallout, Jellyfin is fork of the code before licensing was changed that is committed to remaining open source. RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Montellese - 2019-12-22 i just installed Jellyfin locally and tried it with the current mediaimporter.emby add-on and it most things work fine. Playback needs a small fix and trying to update the metadata on the Jellyfin server fails because it has a different versioning than Emby and currently doesn't support the new endpoint but apart from that everything looks like it's working. RE: Media importing and library integration (UPnP, Emby, Plex, ...) - LongMan - 2019-12-22 Nice. . I guess a similar endpoint for update on Jellyfin would be great. PlayCount, Played, PlaybackPositionTicks, LastPlayedDate. Are those ones that would be needed in Jellyfin? RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Montellese - 2019-12-23 (2019-12-22, 18:22)LongMan Wrote: Nice. . I guess a similar endpoint for update on Jellyfin would be great.Ideally the endpoint would be identical :-) RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Montellese - 2019-12-23 I've started new test builds for Win64, OSX and Android ARM / ARM64 see https://jenkins.kodi.tv/view/Automation/job/BuildMulti-Choice/322/. These builds contain all the latest changes some of which are:
RE: Media importing and library integration (UPnP, Emby, Plex, ...) - LongMan - 2019-12-23 Only the windows build succeeded. I gave it a spin and was able to add both Emby and Jellyfin servers successfully and play media items. I was under the impression that playback checkins meant I would see the playback progress server side. I am not seeing that with either Emby or Jellyfin. Just to say this is really cool. I have items from Emby, Jellyfin and I kept the Emby for Kodi to sync music to the test machine and they all play together nicely. Really cool Thanks again for your efforts. Cheers, LongMan Edit: Playback checkins does work after i restarted the computer. Not sure what happened there but, this morning it shows in the server web page. Nice. RE: Media importing and library integration (UPnP, Emby, Plex, ...) - LongMan - 2019-12-23 So I did a bit more testing. The log are https://drive.google.com/file/d/172AWQebKaLuSh0fi57_rM8Sp28xGi7zq/view?usp=sharing I played,
Hope that helps. Cheers, LongMan RE: Media importing and library integration (UPnP, Emby, Plex, ...) - LongMan - 2019-12-23 BTW. string #39559# msgid "Processing media items from{:s}..." needs a space after from to make it , msgid "Processing media items from {:s}..." the smiley is a auto correction. guess colon and s means confused. ;) RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Montellese - 2019-12-24 (2019-12-23, 21:23)LongMan Wrote: BTW. string #39559#Hm I thought I had fixed that a few days ago because I noticed it as well. I've fixed it now :-) RE: Media importing and library integration (UPnP, Emby, Plex, ...) - LongMan - 2019-12-24 @Montellese, If possible, could you do osx and linux builds for the Jellyfin guys. Seems windows is not so popular with devs anymore. RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Karellen - 2019-12-24 @LongMan Disable smilies with the following option RE: Media importing and library integration (UPnP, Emby, Plex, ...) - LongMan - 2019-12-24 Didn't know that. Thanks. |