Posts: 1,293
Joined: Sep 2009
Reputation:
73
If an update has already started the addon won't do anything to try and cancel it. To be honest I'm not even sure there is a programatic way to cancel it as the update process spawns a new thread. If I remember right you can do it from the context menu in the video/music library but that might be it.
You may just have to wait it out until the update completes. One suggestion would be to use the custom video path option in this addon to scan frequently updated paths more often, and then do full library updates late at night or something when the media center isn't in use. This would probably cut down on how long you're waiting for a scan to complete. Sorry, not what you want to hear at all I'm sure but that's about as good as I can give you.
Posts: 86
Joined: Aug 2009
Reputation:
0
This addon is great since I only suspend/hibernate my machines but I've run into an issue that I think is the result of this plugin.
I have 2 machines running xbmcbuntu with media sources stored on a NAS and using mysql on the same NAS. I have two profiles, the master profile "adults" has a pin, the second profile "kids" does not. The sources on the second profile are locked.
If I use the XBMC settings "update library on startup" for the Kids profile when I login it will update the library without issue. After I installed and enabled this plugin however, I am required to enter the master pin to just login to the Kids profile - I believe that the way this plugin is triggering the update, or checking the service to see if an update is necessary is requiring the PIN when it should not.
Posts: 754
Joined: Jan 2012
Reputation:
0
I seem to have an issue with the clean not working? I dont use it to update anything i just have clean enabled, the log shows this
03:35:00 T:1112 NOTICE: service.libraryautoupdate: Starting network check
03:35:00 T:1112 NOTICE: service.libraryautoupdate: Clean Video Library
03:35:00 T:1112 NOTICE: service.libraryautoupdate: Path smb://ADMIN/G/HDTV/ does not exist
Thats all, and my deleted videos are still present (they were not on that drive either which I will need to remove from xbmc as i have renamed that folder)
Is it possible as soon as it checks one folder/drive that does not exist it just stops cleaning?
Posts: 754
Joined: Jan 2012
Reputation:
0
Appears once I removed the renamed folder it cleans properly again, is their anyway around this? How come it quits if it comes across a folder that no longer exists? Could it just skip that folder and continue cleaning the others?
Posts: 315
Joined: Mar 2013
Reputation:
7
2013-03-10, 08:21
(This post was last modified: 2013-03-10, 08:27 by Sunflux.)
Okay, I'm having an issue with the Auto Library Updater not updating after a missed update.
I'm using the latest Frodo build on Windows 7, and have configured the updater to update every 12 hours. When I'm not using the system it goes to sleep with XBMC running (note that waking for events is disabled in Windows), and since the updates have so far always been scheduled to happen when it's asleep, I expect that when I wake it up it will run right away. At least, the description for the add-in says that's what's supposed to happen.
But what happens is, when I wake the system up I right away see a little pop-up in the bottom right that says update will happen in X hours. However, it's said the exact same thing for the last 3 days, and never once has an update occured. So, it doesn't seem to be realizing that the last two+ scheduled updates never happened.
Note that I can run a manual scan just fine, and I also have XBMC configured to update the library when XBMC starts, and this is working perfectly. But I was hoping to have it update the first time I wake it up from sleep for that day, without doing it manually or having to restart XBMC all the time.
Posts: 328
Joined: Feb 2011
Reputation:
0
robweber,
just want to say thank you. this is exactly what i need.
i have it set to update every day. but the problem is, most of my stuff gets updated/downloaded at midnight. and i think its being ran at some other time other than that. how would i set it to select WHAT time it updates?
Posts: 1,293
Joined: Sep 2009
Reputation:
73
I'm slightly concerned about all the "ERROR: SMBDirectory->GetDirectory: Unable to open directory" messages that are appearing while the video scanner is running. These are being generated by the xbmc library scanner.
Do these directories exist? If they do and xbmc can't see them during a scan, I'm pretty sure the file exists check before cleaning will fail. On this PC are you sure DNS is setup correctly if you are using the mediapc name as the file path? Have you tried using an IP address instead? Lastly, does your share require the username:password? I'll have to do some checking but I'm wondering if the JSON call to getSources doesn't return that information. I don't see it in the log (unless you've stripped it out) and the log file should output the share string exactly as it was given.
Posts: 1,293
Joined: Sep 2009
Reputation:
73
I would try updating the host file. If you're really sure that the sources are online just uncheck the verify sources box and see what happens - just make a backup of your library first. I've seen in rare cases where the xbmcvfs module exists() function returns false even if the source is online, but it doesn't happen very often.