2017-06-18, 07:15
Yes I've been working on that already. Just need more time, juggling multiple projects atm
(2017-06-18, 00:33)angelblue05 Wrote: I'm testing the latest build currently. Do you have a decent library set up in Emby? My only question is why is it slow to process episodes? Is this the add-on or C side? It takes half a second to a second to import a single episode. I have over 15000, at 67% imported after 23mins. Just to give you an idea, with Emby for kodi, we are talking 2-3 minutes to import all of them on the same hardware, so I'm looking to see if we can speed this up a bit. The only reason I mention this is that I have a relatively small library compares to others.
Edit: Never mind, it was writing to an old database so that's why it was slow. It was overwriting entries that already exists. Looking a bit faster now that I started with a fresh database. Will let you know once it's done importing.
Edit 2: 30mins to complete only my tv shows - so not much faster than before it seems, which took 38 mins. Now the question is it something we can improve within the add-on, or is it C ++ side?
If that's the speed we are looking at, it must be really slow on a low powered device. My episodes on a firetvstick takes 28 mins to import, so it must take more than an hour with media import.
(2017-06-18, 00:33)angelblue05 Wrote: I'm testing the latest build currently. Do you have a decent library set up in Emby? My only question is why is it slow to process episodes? Is this the add-on or C side? It takes half a second to a second to import a single episode. I have over 15000, at 67% imported after 23mins. Just to give you an idea, with Emby for kodi, we are talking 2-3 minutes to import all of them on the same hardware, so I'm looking to see if we can speed this up a bit. The only reason I mention this is that I have a relatively small library compares to others.
Edit: Never mind, it was writing to an old database so that's why it was slow. It was overwriting entries that already exists. Looking a bit faster now that I started with a fresh database. Will let you know once it's done importing.
Edit 2: 30mins to complete only my tv shows - so not much faster than before it seems, which took 38 mins. Now the question is it something we can improve within the add-on, or is it C ++ side?
If that's the speed we are looking at, it must be really slow on a low powered device. My episodes on a firetvstick takes 28 mins to import, so it must take more than an hour with media import.
(2017-06-23, 14:33)da-anda Wrote: sorry for the probably stupid question, but why do we have to do full imports? Would Kodi simply asking various registered backends (Kodi internal + content providers) to return a list of items and then merge it realtime not be better? Combined with lazyloading for metadata of fileitems this might be the best approach. Downside ofc is that there is no "offline view" unless we implement caching.
(2017-07-01, 15:32)bry Wrote: @Montellese this may be jumping the gun a bit but I was wondering if somewhere down the line you could take a look at using live TV via emby.
(2017-07-03, 15:18)da-anda Wrote: why not simply write a PVR add-on for the emby backend? I don't see why this would have to be integrated into the media import interface