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-01-31 That's good. Kodi can access the strm files. RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Wanilton - 2020-02-01 @Montellese Thanks is working great, import and play using emby is fine, but I find one issue using global search, don´t find any item, is getting movie_view.c0, when I think correct is movie_view_c00 I think is caused by this change - https://github.com/Montellese/xbmc/commit/d600e0413aa9a878e7978c8796c25f5bd66bb11c#diff-dbf978b6cac348a2af93d3beec420e43 Code: 2020-02-01 09:26:51.361 T:47268 ERROR: SQL: [MyVideos118.db] SQLite error SQLITE_ERROR (no such column: movie_view.c0) RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Montellese - 2020-02-02 (2020-02-01, 15:21)Wanilton Wrote: @MontelleseThis is not at all related to the PR you mentioned above. It is also not related to media import but is due to a change in Kodi's master branch. See my comment here: https://github.com/xbmc/xbmc/commit/b04da72e9dbf568a5af657203bd39a186f665c3f#r37077713 RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Wanilton - 2020-02-02 Thanks Montellese, sorry for disturb with something don't relationed with your code. RE: Media importing and library integration (UPnP, Emby, Plex, ...) - enen92 - 2020-02-02 Hey @Montellese can you trigger a new round of test builds or at least point me to your upstream branch of Kodi? I'm particularly interested in finding your implementation for xbmc.Player().getPlayingItem() as I can't find it in any of your branches but current master of mediaimporter.plex uses it RE: Media importing and library integration (UPnP, Emby, Plex, ...) - bg_x - 2020-02-04 (2020-01-28, 16:46)Montellese Wrote:Can report with the last version everything works. Artwork is fine and changes are instand reported. Changes of collections seems not updatet in realtime but I can life with this. Think emby has no trigger of update when collections are chance or I'm wrong?(2020-01-28, 13:00)bg_x Wrote: @Montellese other thinks I noticed was no people and cdartwork syncing with Kodi.People from casts should be imported. But I don't think it imports their artwork or any details apart from their name and which roles they play in which videos. Are you not seeing any cast or just missing some of its information? RE: Media importing and library integration (UPnP, Emby, Plex, ...) - sualfred - 2020-02-04 AFAIR Emby doesn't have a trigger for changed collections. Does the playback reporting stops for you once you stopped the playback in Kodi? Because for me it does not @Montellese sent you the log on slack RE: Media importing and library integration (UPnP, Emby, Plex, ...) - bg_x - 2020-02-04 @sualfred Yes it does stop. Tried it but only with music over DLNA. Can test later with movie and report back... RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Montellese - 2020-02-04 (2020-02-04, 19:39)sualfred Wrote: AFAIR Emby doesn't have a trigger for changed collections.Thanks for the report. You are right and I fixed it in the master branch.
RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Montellese - 2020-02-04 (2020-02-04, 19:06)bg_x Wrote: Changes of collections seems not updatet in realtime but I can life with this. Think emby has no trigger of update when collections are chance or I'm wrong?I just gave it a try and the add-on gets a notification if I manually change the title or plot of a movie collection. Changing the plot is currently (wrongly) ignored but I've fixed that in Kodi. Changing the title is problematic because Kodi uses the title to match imported items to previously imported items. But with the newest fix changing the plot of a movie collection should automatically result in an update in Kodi. EDIT: Just tested and changing artwork on Emby server is also updated in Kodi. RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Montellese - 2020-02-05
Please use the pre-installed media import repository to install / update the media importer add-ons from there. This way you should get all necessary dependencies. ATTENTION: If you were running a previous test-build delete your MyVideosxXX.db. Changelog
RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Milhouse - 2020-02-06 @Montellese: LibreELEC Build #0204w: RPi / RPi2 / Generic Upgrade log (for reference - no obvious errors): http://ix.io/2aRt RE: Media importing and library integration (UPnP, Emby, Plex, ...) - raptorjr - 2020-02-09 Hello I have a small question that might be a bug. If I exit playback after just a few seconds the episode is still marked as watched. RE: Media importing and library integration (UPnP, Emby, Plex, ...) - Montellese - 2020-02-09 (2020-02-09, 14:25)raptorjr Wrote: HelloWith Emby? If so, yes this is a known bug that has been fixed but not released yet. RE: Media importing and library integration (UPnP, Emby, Plex, ...) - LongMan - 2020-02-09 (2020-02-09, 14:25)raptorjr Wrote: Hello There was a small fix after the release of the last version. Please install the zip of the master branch here, https://github.com/Montellese/mediaimporter.emby, to see if that fixes your problem. |