2020-01-31, 12:21
That's good. Kodi can access the strm files.
2020-02-01 09:26:51.361 T:47268 ERROR: SQL: [MyVideos118.db] SQLite error SQLITE_ERROR (no such column: movie_view.c0)
Query: select * from movie_view WHERE ((movie_view.c0 LIKE '%aladdin%'))
2020-02-01 09:26:51.361 T:47268 ERROR: CVideoDatabase::GetMoviesByWhere failed
2020-02-01 09:26:51.378 T:47268 ERROR: SQL: [MyVideos118.db] SQLite error SQLITE_ERROR (no such column: tvshow_view.c0)
Query: SELECT * FROM tvshow_view WHERE ((tvshow_view.c0 LIKE '%aladdin%'))
2020-02-01 09:26:51.378 T:47268 ERROR: CVideoDatabase::GetTvShowsByWhere failed
2020-02-01 09:26:51.383 T:47268 ERROR: SQL: [MyVideos118.db] SQLite error SQLITE_ERROR (no such column: episode_view.c0)
Query: select * from episode_view WHERE ((episode_view.c0 LIKE '%aladdin%'))
2020-02-01 09:26:51.383 T:47268 ERROR: CVideoDatabase::GetEpisodesByWhere failed
2020-02-01 09:26:51.397 T:47268 ERROR: SQL: [MyVideos118.db] SQLite error SQLITE_ERROR (no such column: musicvideo_view.c0)
Query: select * from musicvideo_view WHERE ((musicvideo_view.c0 LIKE '%aladdin%'))
2020-02-01 09:26:51.397 T:47268 ERROR: CVideoDatabase::GetMusicVideosByWhere failed
(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/b04d...#r37077713
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/commi...beec420e43
Code:2020-02-01 09:26:51.361 T:47268 ERROR: SQL: [MyVideos118.db] SQLite error SQLITE_ERROR (no such column: movie_view.c0)
Query: select * from movie_view WHERE ((movie_view.c0 LIKE '%aladdin%'))
2020-02-01 09:26:51.361 T:47268 ERROR: CVideoDatabase::GetMoviesByWhere failed
2020-02-01 09:26:51.378 T:47268 ERROR: SQL: [MyVideos118.db] SQLite error SQLITE_ERROR (no such column: tvshow_view.c0)
Query: SELECT * FROM tvshow_view WHERE ((tvshow_view.c0 LIKE '%aladdin%'))
2020-02-01 09:26:51.378 T:47268 ERROR: CVideoDatabase::GetTvShowsByWhere failed
2020-02-01 09:26:51.383 T:47268 ERROR: SQL: [MyVideos118.db] SQLite error SQLITE_ERROR (no such column: episode_view.c0)
Query: select * from episode_view WHERE ((episode_view.c0 LIKE '%aladdin%'))
2020-02-01 09:26:51.383 T:47268 ERROR: CVideoDatabase::GetEpisodesByWhere failed
2020-02-01 09:26:51.397 T:47268 ERROR: SQL: [MyVideos118.db] SQLite error SQLITE_ERROR (no such column: musicvideo_view.c0)
Query: select * from musicvideo_view WHERE ((musicvideo_view.c0 LIKE '%aladdin%'))
2020-02-01 09:26:51.397 T:47268 ERROR: CVideoDatabase::GetMusicVideosByWhere failed
(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?
The add-on currently imports the following artwork if present:That's what I also found in the Emby for Kodi code. I tested all except discart because I don't have those in my library or in Estuary.
- poster
- fanart
- clearlogo
- clearart
- banner
- landscape
- discart
(2020-01-28, 13:00)bg_x Wrote: And no instand Update If something changed in emby database. Needs restart of kodi for syncing...The add-on should open a websocket connection to your Emby server and receive notifications when something changes. Please provide a debug log so that I can check if something doesn't work with that connection. On my setup I can edit or watch a video using Emby's web client and then Kodi is automatically updated.
Furthermore you can manually start synchronizing a whole media provider or import from the context menu in the view where you added and configured the provider and imports.
(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
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
master
branch.
(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.
mediaimporter.emby
mediaimporter.plex
(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.
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.
(2020-02-09, 14:25)raptorjr Wrote: 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.