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, ...) - LongMan - 2019-12-11 Is that windows home or windows pro? Edit: It couldn't be windows, just checked with windows home and it works. Try http://mirrors.kodi.tv/test-builds/windows/win64/KodiSetup-20191210-b937206b-media_import_rebase_20191003-x64.exe RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Norin_Radd - 2019-12-11 (2019-12-11, 05:11)LongMan Wrote: Is that windows home or windows pro? It is windows 10 Home RE: Media importing and library integration (UPnP, Emby, Plex, ...) - LongMan - 2019-12-11 And the addon from here https://www.dropbox.com/s/qr58iadjfeer1va/mediaimporter.emby.zip?dl=1 RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Norin_Radd - 2019-12-11 nothing here is my log https://paste.kodi.tv/ravotipihu.kodi RE: Media importing and library integration (UPnP, Emby, Plex, ...) - LongMan - 2019-12-11 It is saying that the dependencies are not installed. Try installing the addon from zip. use the zip from post 498 RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Montellese - 2019-12-11 (2019-12-11, 03:48)LongMan Wrote: With regards to useful features, I only use Emby with Kodi so I am not really familiar with all the features of Emby. As far as parity with Emby for Kodi, these are the ones I can think of right now.
RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Montellese - 2019-12-11 (2019-12-11, 03:48)LongMan Wrote: When I play an episode and stop, it shows an error. It doesn't have the error for movies or music video.From your logs it looks like it tried to update the resume position of your episode on the Emby server but the response from the server was invalid. I'll try it myself. (2019-12-11, 03:48)LongMan Wrote: Also it doesn't seems adding the provider manually works. Every time I try it it fails. I will try to provide a separate debug log with just that.Odd I just tried this by entering "http://localhost:8096" as the Emby base URL and it detected the proper Emby server and allowed me to choose the user etc. After that I was also able to add media imports and synchronize them. RE: Media importing and library integration (UPnP, Emby, Plex, ...) - LongMan - 2019-12-11 External subtitles:
Refreshing an item:
RE: Media importing and library integration (UPnP, Emby, Plex, ...) - LongMan - 2019-12-11 You are correct. Manually adding provider works. I was forgetting the protocol. Maybe pre-populating http:// would may it clear that the protocol is needed. If https is being used, the user would probably realize correct it. RE: Media importing and library integration (UPnP, Emby, Plex, ...) - LongMan - 2019-12-11 if it is possible, adding Add Import... to the context menu for the provider is a nice touch RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Montellese - 2019-12-11 (2019-12-11, 18:59)LongMan Wrote: You are correct. Manually adding provider works. I was forgetting the protocol.That's a good idea. For developers it's always so obvious as to what to do ;-) TBH I never tested HTTPS so no idea if that would be working at all. EDIT: I've added it :-) RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Montellese - 2019-12-11 (2019-12-11, 19:12)LongMan Wrote: if it is possible, adding Add Import... to the context menu for the provider is a nice touchI was actually just thinking about completely re-organizing the whole media source directory tree. I'm not sure if splitting media providers and imports makes any sense. Maybe it should just be:
RE: Media importing and library integration (UPnP, Emby, Plex, ...) - LongMan - 2019-12-11 I like that. It has a natural feel to it. I assume you are avoiding Media Servers because provider could be a Kodi plugin. Also, are keeping it away when the Media>Library> Videos> Sources? I know UPnP sources are in that node. RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Montellese - 2019-12-11 (2019-12-11, 20:23)LongMan Wrote: I like that. It has a natural feel to it.I'll give it a try. (2019-12-11, 20:23)LongMan Wrote: I assume you are avoiding Media Servers because provider could be a Kodi plugin.TBH I suck when it comes to naming things. Initially (and still in the Kodi code) it was named "media source" but when I first introduced the concept to the team some found it confusing because we already use "source" for the existing file based sources. I don't want to use the term "server" because importing can theoretically happen from anywhere. We already support importing from another Kodi installation using UPnP. (2019-12-11, 20:23)LongMan Wrote: Also, are keeping it away when the Media>Library> Videos> Sources? I know UPnP sources are in that node.Well there are multiple reasons:
Maybe we should do the following:
RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Montellese - 2019-12-11 (2019-12-11, 18:30)Montellese Wrote:(2019-12-11, 03:48)LongMan Wrote: When I play an episode and stop, it shows an error. It doesn't have the error for movies or music video.From your logs it looks like it tried to update the resume position of your episode on the Emby server but the response from the server was invalid. I'll try it myself. I gave this a try on my setup and when I stop playing an episode it
|