2021-11-29, 09:34
He is using two installs of Kodi to do UPnP sharing.
(2021-11-30, 01:56)spencerjford Wrote: so I have a unique use case I guess, for now. as my plex and emby library server's are on the same machine as I use Kodi on. (for now). and I can't for the life of me get this to connect to either. What would you need from me to help?I'm using the same setup for testing i.e. my Emby, Jellyfin and Plex servers are all running on my dev machine. So if you could provide a debug log that would be very helpful.
(2021-12-02, 22:43)psrkallez06 Wrote: Question. Everytime i start a slave Device its always "importing" over again after every restsrt even tho i havent added anything new to The main Device. Is this normal? Its no big deal. Just curious.Unfortunately UPnP is a rather dumb protocol so on every start Kodi has to retrieve all media items from the server to figure out if anything has changed. When using Emby or Plex as a backend server there's a way to only request the changes since the last sync.
(2021-12-02, 22:43)psrkallez06 Wrote: Also where do i Download The generic version? @LongMan posted a img file before which works on my Intel nuc/laptop. But in The github generic builds are crossed off?
(2021-12-02, 23:04)Montellese Wrote:I understand, I'm still very happy with this. How come the generic builds is crossed out? I mean, are they not updated/broken?(2021-12-02, 22:43)psrkallez06 Wrote: Question. Everytime i start a slave Device its always "importing" over again after every restsrt even tho i havent added anything new to The main Device. Is this normal? Its no big deal. Just curious.Unfortunately UPnP is a rather dumb protocol so on every start Kodi has to retrieve all media items from the server to figure out if anything has changed. When using Emby or Plex as a backend server there's a way to only request the changes since the last sync.
(2021-12-02, 22:43)psrkallez06 Wrote: Also where do i Download The generic version? @LongMan posted a img file before which works on my Intel nuc/laptop. But in The github generic builds are crossed off?
@LongMan is kind enough to provide certain builds on user requests.
(2021-12-03, 21:17)psrkallez06 Wrote: I understand, I'm still very happy with this. How come the generic builds is crossed out? I mean, are they not updated/broken?Unfortunately the Team Kodi infrastructure does not provide any way to build LibreELEC images which is why I have to rely on other people building these on their own infrastructure / hardware.
EXCEPTION: Actor: name property must not be empty
(2021-12-04, 23:48)AkVRkSeN Wrote: Thank you for developing MediaImport.
I have three libraries in Emby - 2 TV and 1 movie. The movie library imports extremely fast! For the TV import, if I "choose", one of them imports fine. I get an error when I import the other TV library. Here is my Debug Log.
When I reviewed the debug log, it looks to me that this is the error:
I tried a search to see if someone else had this problem but didn't come across something. I tried to change the debug logs to see which TV show is triggering the error but I couldn't figure that out either.Code:EXCEPTION: Actor: name property must not be empty
Does anyone have any thoughts or could point me in the right direction? Thanks
mediaimporter.emby
should just ignore such data and continue (maybe with a warning). I'll take a closer look. In the meantime you can look through your library for an actor without a name ;-)
(2021-12-04, 23:48)AkVRkSeN Wrote: Thank you for developing MediaImport.Could you give the extra commit in bugfix/ignore_person_with_empty_name a try? It should result in a log warning if the add-on encounters an empty / missing name for an actor / writer / director / .... You can download a ZIP of the add-on including the extra commit from the Github interface.
I have three libraries in Emby - 2 TV and 1 movie. The movie library imports extremely fast! For the TV import, if I "choose", one of them imports fine. I get an error when I import the other TV library. Here is my Debug Log.
When I reviewed the debug log, it looks to me that this is the error:
I tried a search to see if someone else had this problem but didn't come across something. I tried to change the debug logs to see which TV show is triggering the error but I couldn't figure that out either.Code:EXCEPTION: Actor: name property must not be empty
Does anyone have any thoughts or could point me in the right direction? Thanks
(2021-12-05, 22:46)Montellese Wrote:(2021-12-04, 23:48)AkVRkSeN Wrote: Thank you for developing MediaImport.Could you give the extra commit in bugfix/ignore_person_with_empty_name a try? It should result in a log warning if the add-on encounters an empty / missing name for an actor / writer / director / .... You can download a ZIP of the add-on including the extra commit from the Github interface.
I have three libraries in Emby - 2 TV and 1 movie. The movie library imports extremely fast! For the TV import, if I "choose", one of them imports fine. I get an error when I import the other TV library. Here is my Debug Log.
When I reviewed the debug log, it looks to me that this is the error:
I tried a search to see if someone else had this problem but didn't come across something. I tried to change the debug logs to see which TV show is triggering the error but I couldn't figure that out either.Code:EXCEPTION: Actor: name property must not be empty
Does anyone have any thoughts or could point me in the right direction? Thanks