XBMC is not updating
#1
Some users of mythicalLibrarian have complained that XBMC does not update. mythicalLibrarian has a scan mode which converts all MythTV recordings into a XBMC friendly format. When mythicalLibrarian processes in bulk it sends commands to XBMC very quickly.

The problem is that when idle, XBMC understands this command as update the video library
Code:
http://XBMC/xbmcCmds/xbmcHttp?command=ExecBuiltIn(UpdateLibrary(video))
But when updating, it takes the same command to stop the update process. So basically, when 2 commands are executed within a short time of each other, XBMC does no work on updating the library.

This makes no sense. If XBMC is updating and it's told to update again, it should just disregard the command to update or set itself up to perform a second update. There should be a separate command like
Code:
http://"$XBMCIP"/xbmcCmds/xbmcHttp?command=ExecBuiltIn(CancleUpdate)
Use mythicalLibrarian to make a library out of your MythTV files. Leave the recording to MythTV and use XBMC as your library.
Installation and Instructions:http://wiki.xbmc.org/index.php?title=MythicalLibrarian
Technical Support:http://forum.xbmc.org/showthread.php?tid=65644
[url=http://forum.xda-developers.com/showthread.php?tid=1081892][/url]
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC is not updating0