2021-02-15, 14:12
(2021-02-15, 12:07)flubshi Wrote: @Montellese since you started rework and the last time I tested your Media Importing feature it already was awesome, maybe you could point out what the next steps are?The two biggest open points on my TODO list are fixing the crashes that sometimes occur during shutdown and improving performance. The former is very hard to track because it only happens every once in a while. The latter is very hard to tackle because it is a general issue in Kodi and also affects the existing library scraping approach. But there it is not as notable as looking up all the necessary metadata usually takes longer than adding it to the database. With media importing all the metadata is already there and we have to retrieve it (which is usually fast) and store it in the database.
On the Emby / Plex importer add-ons side I'm always looking for small but nice features which could be added to demonstrate the versatility of the combination of media import add-ons and common video plugins. I've recently implemented the "Skip Intro" feature provided by Plex Pass for episodes but I haven't finalized it yet (since it requires a newer version of python-plexapi).
(2021-02-15, 12:07)flubshi Wrote: Do you plan to bring it in Kodi v20? Could it split into parts that maybe could already be submitted upstream early in v20 cycle?I'm always trying to get smaller parts of my work into Kodi but that only makes sense if it is not media import specific.
(2021-02-15, 12:07)flubshi Wrote: Is there anything we can support you? @LongMan maybe we can try to regularly provide LE builds with Media Importing enabled.LibreElec / CoreElec builds would certainly be welcome. I also have to think about the hosting issue because the test builds on Kodi's mirror also vanish after a while which is not very nice. If anyone can help out or point me to a good (free) hosting approach I'd be grateful.
(2021-02-15, 12:07)flubshi Wrote: Is there a partial job for Media Importing that could be accomplished by a student? Maybe Media Importing could participate at GSoC 2021.Trying to implement this for music would certainly be a nice project but I probably won't really have enough time to mentor such a project.
(2021-02-15, 12:29)LongMan Wrote: On another note. It would be nice to have a video addon in the repo along with the server importer addons. It would help to demonstrate the versatility of the approach. It's a pity your addon is not a python one.What do you mean with this? A video add-on taking advantage of the import concept?