Kodi Community Forum

Full Version: Library Integration Tool - Automatically add videos from plugins to your library
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13
There are such settings .. I tried to change and add folders but still gives the same error https://ibb.co/Mhskkvk
I don't really understand what this means, but here is the log viewer
https://ibb.co/hgWSHtW
(2021-05-15, 12:27)jokero009 Wrote: [ -> ]I don't really understand what this means, but here is the log viewer
https://ibb.co/hgWSHtW

All links not work here, try pastbin.
(2021-05-15, 20:43)jokero009 Wrote: [ -> ]For some reason, everything works for me ..
https://paste.pics/CHMUE
https://paste.pics/CHMUQ
https://paste.pics/CHMUX

delete
Now I have Kodi Matrix 19.1. But I downloaded this add-on version 4.1 ..) It just gives an error at the top in the right corner of the screen at startup, whatever I change and do
(2021-05-16, 01:17)jokero009 Wrote: [ -> ]Now I have Kodi Matrix 19.1. But I downloaded this add-on version 4.1 ..) It just gives an error at the top in the right corner of the screen at startup, whatever I change and do
So, in my repository, I haven't updated the version of the addon, it is still 4.1 in all repositories.

Forget what I said, I got confused, you are having this problem because I had not updated the section related to "new installations"
Please test again with the latest version.
So I downloaded it to mine from here .. And yes, I was looking for a lower version, but I did not find it) Well, it is installed on the matrix without any problems, but for some reason it does not work .. Is it possible to somehow get around the error?
(2021-05-16, 01:28)kingkiller Wrote: [ -> ]
(2021-05-16, 01:17)jokero009 Wrote: [ -> ]Now I have Kodi Matrix 19.1. But I downloaded this add-on version 4.1 ..) It just gives an error at the top in the right corner of the screen at startup, whatever I change and do
So, in my repository, I haven't updated the version of the addon, it is still 4.1 in all repositories.

Forget what I said, I got confused, you are having this problem because I had not updated the section related to "new installations"
Please test again with the latest version.

@jokero009 I am submitting a new version at the moment, but I am on a bad internet connection.
When can I download the new version? Tell me please?)[font]​​​​​​​[/font]
(2021-05-16, 01:52)jokero009 Wrote: [ -> ]When can I download the new version? Tell me please?)​​​​​​​
when my internet stops trolling me, keep an eye on Github, it will show up there.
OK! Smile Thank you=)
@kingkiller,
Thanks for taking the time to work on this. I can confirm that it is working on my fresh install.

BTW, from Montellese
Quote:If LIT "only" adds items to the database when the user manually tells it to, it could simply use the
xbmcmediaimport.changeImportedItems()
method to tell Kodi which items to add / update / remove. No additional synchronization process would be necessary. If LIT tracks the items which it added to the library is can still use the same method to tell Kodi about updates to the tracked items. Obviously it requires some additional boilerplate code to handle a provider and imports but that shouldn't be too difficult.

I suspect you call that function, 
python:
xbmcmediaimport.changeImportedItems()
,  in the same place that you generate the strm files.

Cheers,
LongMan

Edit: Can the Managed folder be on a networked drive? I am getting an error when I try.
(2021-05-16, 03:30)LongMan Wrote: [ -> ]Edit: Can the Managed folder be on a networked drive? I am getting an error when I try.

Hi,

Is it an SMB share? In theory it should work, but I only used it locally, can you send me the log with the error?
(2021-05-16, 03:30)LongMan Wrote: [ -> ]@kingkiller,
Thanks for taking the time to work on this. I can confirm that it is working on my fresh install.

BTW, from Montellese
Quote:If LIT "only" adds items to the database when the user manually tells it to, it could simply use the
xbmcmediaimport.changeImportedItems()
method to tell Kodi which items to add / update / remove. No additional synchronization process would be necessary. If LIT tracks the items which it added to the library is can still use the same method to tell Kodi about updates to the tracked items. Obviously it requires some additional boilerplate code to handle a provider and imports but that shouldn't be too difficult.

I suspect you call that function, 
python:
xbmcmediaimport.changeImportedItems()
,  in the same place that you generate the strm files.

Cheers,
LongMan

Edit: Can the Managed folder be on a networked drive? I am getting an error when I try.

As soon as I get back home I will research on how to compile kodi for linux, I will only be able to go deeper if I am on linux which is where I use 99% of the time, I configured the setup on windows, but it ended up being dysfunctional because I do not use it kodi on windows, but the first step to delve deeper was to migrate to kodi 19, so much so that I updated the basics of LIT.

I hope you can help with the MI project, and bring good news soon.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13