Kodi Community Forum
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, ...) - Gee11 - 2020-10-29

(2020-10-27, 15:30)LongMan Wrote:
(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.
can u upload a fixed version so i can test it


RE: Media importing and library integration (UPnP, Emby, Plex, ...) - LongMan - 2020-10-29

https://github.com/Montellese/mediaimporter.emby

Hit the green button (Code) on the right and choose "Download Zip"


RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Gee11 - 2020-10-30

works! thx


RE: Media importing and library integration (UPnP, Emby, Plex, ...) - LongMan - 2020-10-30

@Montellese,
Does MediaImport conflict with any current feature of Kodi? Case in point, I know it does not support MySQL, but does it disable or in any way obstruct the use of MySQL if the user is not using MediaImport itself.


RE: Media importing and library integration (UPnP, Emby, Plex, ...) - xxxnelly - 2020-10-31

Hi All,

I have starting using this on my windows laptop - its very nice with Emby.

Is there a libreelec build? I used to use Milhouse nightly builds but now using the https://test.libreelec.tv for the latest kodi 19 builds.

Is this merged into Kodi19 alpha or is it a separate build at the moment?

Thanks

-- 
Sorry read a few pages up, its not in mainline. If anyone has libreelec builds that would be great!


RE: Media importing and library integration (UPnP, Emby, Plex, ...) - LongMan - 2020-10-31

Still a separate build. Milhouse hasn't done a build for a while.


RE: Media importing and library integration (UPnP, Emby, Plex, ...) - xxxnelly - 2020-10-31

(2020-10-31, 12:15)LongMan Wrote: Still a separate build. Milhouse hasn't done a build for a while.

Thanks - I will build it myself. Is it this branch that has the kodi changes? 
https://github.com/Montellese/xbmc/tree/media_import_19.0a2-Matrix_rework


RE: Media importing and library integration (UPnP, Emby, Plex, ...) - LongMan - 2020-10-31

He is still making changes to that one. If you want to test the recent changes yes build that. However, if you want the last one that he "released" then build https://github.com/Montellese/xbmc/commits/media_import_19.0a2-Matrix


RE: Media importing and library integration (UPnP, Emby, Plex, ...) - M4tt0 - 2020-10-31

With alpha3 being imminent, there is no chance still getting this into Matrix, right?


RE: Media importing and library integration (UPnP, Emby, Plex, ...) - LongMan - 2020-10-31

Time is short for him. it doesn't looks like it. If there are no real conflicts with other Kodi features, try to get it into the first alpha of v20. Just my feeling, but I think he is much likely to get contributions if it is in mainline Kodi. The skill is out there but it feels like contributors are more willing to help only if they, or maybe their users, can get the benefit real soon.


RE: Media importing and library integration (UPnP, Emby, Plex, ...) - M4tt0 - 2020-10-31

Yes. Of course I also understand that he wants to get it mature enough before he PRs it. It is ready when it's ready, after all, and that is perfectly fine...

I was just wondering whether he was still planning to submit this, as the integration seems very stable and mature already.


RE: Media importing and library integration (UPnP, Emby, Plex, ...) - LongMan - 2020-10-31

I too was hoping he would squeeze it in, but alpha 3 in really here. Anyway keep polishing.


RE: Media importing and library integration (UPnP, Emby, Plex, ...) - xxxnelly - 2020-10-31

(2020-10-31, 12:34)LongMan Wrote: He is still making changes to that one. If you want to test the recent changes yes build that. However, if you want the last one that he "released" then build https://github.com/Montellese/xbmc/commits/media_import_19.0a2-Matrix
Thanks for the help on this one. I managed to build it and now have emby working with my libreelec device as well as the laptop.

Cheers


RE: Media importing and library integration (UPnP, Emby, Plex, ...) - LongMan - 2020-10-31

@xxxnelly,
Could you post the build in case someone else wants to give it a spin.

Thanks


RE: Media importing and library integration (UPnP, Emby, Plex, ...) - xxxnelly - 2020-11-01

Here is the build I did yesterday. I will spend more time on it this week but just quickly hacked it in.

Its using libreelec master (as off 31/10) with media_import_19.0a2-Matrix branch.
https://www.dropbox.com/s/vg7wlf9ra0ujtbm/LibreELEC-Generic.x86_64-9.80-devel-20201031164620-cf5a710.tar?dl=0

I had to manually add the skin change for Estuary. I will workout how to include it in the build - its likely Libreelec changes the skin in the build.

https://www.dropbox.com/s/i1h3snjrggk2snj/skin.estuary.zip?dl=0

If you just copy the unzip skin to /storage/.kodi/addons/skin.estuary then restart it will pickup the changes to set the media sources etc.

I noticed one other small (likely expected issue). I have a MySQL database set in the AdvancedSettings. This caused the provider to not be added but no real error message was provided.
I removed the MySQL settings and boom it worked as expected from then.

Thanks