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 - 2020-10-24 Did you follow the instructions in the link above? That sounds like you are importing via UPnP. If you use a reggular Emby user you should be fine. RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Gee11 - 2020-10-24 ok it works now... but i cant delete the old dlns library. And is the repak of enire Kodi 19 realy nessesary? Or can i install the mediaimporter repo by myself e.g. in Alpha 3? RE: Media importing and library integration (UPnP, Emby, Plex, ...) - LongMan - 2020-10-24 If you remove an import, it should remove all items in the library from that source. MediaImport is not in Mainline Kodi yet, so yes the repak is necessary. Hopefully he will find sometime to release a Alpha 3 with MediaImport. RE: Media importing and library integration (UPnP, Emby, Plex, ...) - LongMan - 2020-10-24 If you like it please spread the word. More eyes and support may mean it goes mainline more quickly. RE: Media importing and library integration (UPnP, Emby, Plex, ...) - LongMan - 2020-10-24 Also MediaImport supports regular addons if they add an extention point for it. https://github.com/Montellese/xbmc/wiki/kodi.mediaimporter-extension-point RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Gee11 - 2020-10-24 sems the trailer function dosnt work RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Montellese - 2020-10-24 (2020-10-24, 01:03)Gee11 Wrote:(2020-10-23, 23:33)Montellese Wrote:there is no user /password field.. and another problem. it importet everything (music, movies and series) into movies.. an i selectet no music but it has synced everything in movies and series each(2020-10-23, 23:02)Gee11 Wrote: i want to use api key and user for security reason as shown in this video https://www.youtube.com/watch?v=aOKG8hRbe8s&feature=emb_logo It looks like you accidentally used the UPnP functionality exposed by your Emby server for importing because that is also (partially) supported. But I only ever tested it between two Kodi installations and never with other UPnP servers. I'll look into finding a way to make it easier to distinguish the different protocols in the user interface. RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Montellese - 2020-10-24 (2020-10-24, 03:45)Gee11 Wrote: sems the trailer function dosnt work"Trailer function"? Can you be more specific? Do you mean the cinema intros? If so yes this is not supported by the add-on right now because it's not vital to showcasing that it is possible to import media items into Kodi's library with my additional work. It could be added in the future but since my available time is extremely limited right now I'm focusing on getting rid of the known bugs in the core logic of media import. Either way thanks for taking the time to test this and for your feedback. RE: Media importing and library integration (UPnP, Emby, Plex, ...) - LongMan - 2020-10-26 @Montellese, I Think @Gee11 is talking about the Trailer button on the Video Dialog. Not quite sure how it is done in Emby for Kodi, maybe they copy the path to the trailer when a movie is added to the database. RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Montellese - 2020-10-26 (2020-10-26, 19:16)LongMan Wrote: @Montellese, Hm normal trailers should be imported from the Emby server since this has been requested before, see https://github.com/Montellese/mediaimporter.emby/issues/15#issue-577185846. I would need a debug log to be able to analyze the issue... RE: Media importing and library integration (UPnP, Emby, Plex, ...) - LongMan - 2020-10-26 On the road now. Will provide one when I get home if Gee11 doesn't first me. RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Montellese - 2020-10-27 (2020-10-26, 22:03)LongMan Wrote: On the road now. Will provide one when I get home if Gee11 doesn't first me. Ah I think I know what the problem is. The add-on has to convert the youtube URLs for the trailers into plugin://plugin.video.youtube URL so that Kodi can play them directly.
RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Montellese - 2020-10-27 (2020-10-27, 09:57)Montellese Wrote:This should be fixed by https://github.com/Montellese/mediaimporter.emby/commit/45886291d6a58127b1c60d8a858c692c06ae3f11. If you know how you can get the latest version from Github and give it a try. Thanks for your feedback.(2020-10-26, 22:03)LongMan Wrote: On the road now. Will provide one when I get home if Gee11 doesn't first me. RE: Media importing and library integration (UPnP, Emby, Plex, ...) - LongMan - 2020-10-27 (2020-10-27, 10:15)Montellese Wrote: This should be fixed by https://github.com/Montellese/mediaimporter.emby/commit/45886291d6a58127b1c60d8a858c692c06ae3f11. I can confirm that it works now. Thanks for looking into it. RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Gee11 - 2020-10-29 (2020-10-26, 19:16)LongMan Wrote: @Montellese, exactly youre right. The trailer path comes from emby itself |