No progressbar on library update via json
#1
since a view days I have no progressbar on library update via json (AWXi, Eventghost, ...).

Here's the debug log http://pastebin.com/74igt6YV (removed movie dirs from log)

If I start the update via kodi context menu, the progressbar works as designed.
Reply
#2
This is intentional, see:
http://forum.kodi.tv/showthread.php?tid=...pid1826367
Reply
#3
Ok, didn't found the thread via search... sorry

So I tried to map a key (via keyboard.xml) to update the video library. Update runs, but without progressbar.
The progressbar is only visible when started via sidebar-menu directly ? I don'T understand the sense....

Is there a way, to execute the library update via remote/keboard WITH progressbar?
Reply
#4
Ok, found the solution (additional parameter) in the linked thread.

Thanks!
Reply
#5
Hi,

for users triggering the library update via eventghost, here's a short description how to change the eventghost xbmc-plugin for showing the progressbar on library updates:

1. find your eventghost xbmc-plugin folder (ie %programmfiles%\eventghost\plugins\xbmc)
2. backup the files ;-)
3. delete __init__.pyc (the compiled phyton file)
4. edit the __ini__.py
change
Code:
("UpdateVideoLibrary", "Update Video Library", "Update the video library.", "UpdateLibrary(Video)"),[/code]
to
Code:
("UpdateVideoLibrary", "Update Video Library", "Update the video library.", "UpdateLibrary(Video,"",true)"),
5. restart eventghost

have fun :-)
Reply

Logout Mark Read Team Forum Stats Members Help
No progressbar on library update via json0