Library Auto Updater - Version 1.1.0 - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Service Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=152) +---- Thread: Library Auto Updater - Version 1.1.0 (/showthread.php?tid=119520) |
RE: XBMC Library Updater Addon - elmcguinness - 2015-03-06 Thanks for the reply and no worries, as I said I was able to fix it by resetting the settings.xml file so it is likely something to do with the date that was stored in there. I will post more information if it happens again. RE: XBMC Library Updater Addon - bartplessers - 2015-03-18 Hi, I am running - openelec 5.0.6 - Raspberry 2 - add-on XBMC Library Auto Update 0.9.4 - "update music library" is enabled in the settings of the add-on and shedule is hourly I noticed that my music library is not updated anymore: newly added music does not appear in the library. Manually updating the library resolves the problem. Has anyone else experienced this same problem? Solution? Kind regards, Bart RE: XBMC Library Updater Addon - Labmax - 2015-03-19 Same issue here. First it does update library. Then it cleansup But no action for music library. If I disable video update it does update music. any ideas? RE: XBMC Library Updater Addon - robweber - 2015-03-20 Pics or it didn't happen Seriously though, I'd need a log file of this happening. Something that covers at least one interval where both library functions should have been executed. What should be happening is if one DB update is in progress, the next one will continue to check until it is allowed to run. If this isn't happening the log file will show. RE: XBMC Library Updater Addon - Labmax - 2015-03-21 Hi robweber... Both audio and music are setup with cron timer 0 5 0 0 0 (I changed it but that does not change the issue) Manually startup also has this issue. This is what I could find out from kodi.log: 05:00:00 T:2918200352 NOTICE: service.libraryautoupdate-0.9.4 : Starting network check 05:00:00 T:2918200352 NOTICE: service.libraryautoupdate-0.9.4 : Update Video Library 05:00:00 T:2918200352 NOTICE: service.libraryautoupdate-0.9.4 : Starting network check 05:00:00 T:2637636640 NOTICE: Thread VideoInfoScanner start, auto delete: false 05:00:00 T:2918200352 NOTICE: service.libraryautoupdate-0.9.4 : Waiting for other scan to finish 05:00:00 T:2637636640 NOTICE: VideoInfoScanner: Starting scan .. 05:00:01 T:2637636640 WARNING: No information found for item //// then i see a lot of warnings that files could not be added. But that is normal behaviour! /// 05:00:32 T:2637636640 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:32 05:00:32 T:2918200352 NOTICE: service.libraryautoupdate-0.9.4 : Cleaning Database 05:00:33 T:3024207872 NOTICE: CleanDatabase: Starting videodatabase cleanup .. 05:00:33 T:3024207872 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.youtube/?action=play_video&videoid=PMA-taGtfXs 05:00:33 T:3024207872 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.youtube/?path=/root/video&action=play_video&videoid=3Lwnr4cem08 05:00:33 T:3024207872 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.youtube/?path=/root/video&action=play_video&videoid=FJNd007TqLg 05:00:33 T:3024207872 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.youtube/?path=/root/video&action=play_video&videoid=O7jGXVWS4_c 05:00:33 T:3024207872 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.youtube/?path=/root/video&action=play_video&videoid=lIWy8taP1rE 05:00:33 T:3024207872 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.youtube/play/?video_id=-7iR1QKVY3E 05:00:33 T:3024207872 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.youtube/play/?video_id=YbS6t_BivNs 05:00:33 T:3024207872 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.youtube/play/?video_id=ceP_zvyM3A4 05:00:33 T:3024207872 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://net.rieter.xot/?action=playvideo&pickle=KGltZWRpYWl0ZW0KTWVkaWFJdGVtCnAxCihkcDIKUydyYXRpbmcnCnAzCk5zUydNZWRpY$ 05:00:33 T:3024207872 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://net.rieter.xot/?action=playvideo&pickle=KGltZWRpYWl0ZW0KTWVkaWFJdGVtCnAxCihkcDIKUydyYXRpbmcnCnAzCk5zUydNZWRpY$ 05:00:34 T:2918200352 NOTICE: service.libraryautoupdate-0.9.4 : update timers 05:00:34 T:2918200352 NOTICE: service.libraryautoupdate-0.9.4 : Creating timer for Video Library 05:00:34 T:2918200352 NOTICE: service.libraryautoupdate-0.9.4 : Creating timer for Music Library 05:00:34 T:2918200352 NOTICE: service.libraryautoupdate-0.9.4 : update timers 05:00:34 T:2918200352 NOTICE: service.libraryautoupdate-0.9.4 : Creating timer for Video Library 05:00:34 T:2918200352 NOTICE: service.libraryautoupdate-0.9.4 : Creating timer for Music Library 05:00:36 T:3024207872 NOTICE: CleanDatabase: Cleaning videodatabase done. Operation took 00:03 05:02:10 T:3024207872 NOTICE: Samba is idle. Closing the remaining connections 11:23:28 T:2589979680 something else is done!! I don''t know what the "05:00:33 T:3024207872 WARNING: CreateLoader - unsupported protocol(plugin)" means. But before I ever had this issue and the same addons where installed... It seems like music scan never starts in this case! Do you need more info? Regards Ralph RE: XBMC Library Updater Addon - Labmax - 2015-04-17 Hi Rob Weber, Did take a look at this jet? RE: XBMC Library Updater Addon - Labmax - 2015-05-19 Hi All, If I put cron for video and audio on different times it works again! But still if manually auto update, only video items are scanned... Hope someone can use my info RE: XBMC Library Updater Addon - GTunney - 2015-05-24 I'm having exactly the same problem. Video library updates but music library doesn't. If i run the library updater manually it still doesnt update. If I go into my music then select update library it does. RE: XBMC Library Updater Addon - Labmax - 2015-05-24 Try cron schedule. Note that you must use different tine schedule for video and audo. Then it will run ok most likely Manual start.. I don't have a solution. RE: XBMC Library Updater Addon - VonSwoopington - 2015-05-29 I am getting a weird issue in Kodi 15 Beta 1: After cleanup I am prompted to remove unavailable sources but no source are listed. Screenshot: https://i.imgur.com/ziKBSm0.jpg I have found that If I choose yes to remove the source then it usually deletes the entire Movies Library but seems to keep TV Shows. I can access the shares through Kodi's file manager so I know that the sources are not down. Pastebin located here: http://pastebin.com/iAF1LHMc . I selected "Keep" when it asked me to remove unavailable sources. RE: XBMC Library Updater Addon - robweber - 2015-05-30 I'll check the log; however the clean operation is built in to Kodi and is not part of this addon. You might get better results in the general support forum. Regarding the music/video scan delay problem. I found out what is causing it, just need to come up with a fix. Its more systemic than I'd hoped. RE: XBMC Library Updater Addon - RockerC - 2015-06-16 Not sure if this is still being developed but if it is then this project should probably be renamed to meet the official trademark policy? http://kodi.wiki/view/Official:Trademark_Policy You should not use "Kodi" or "XBMC" in the name of unoffical products, see this section: http://kodi.wiki/view/Official:Trademark_Policy#Related_Software Related Software XBMC Foundation products are designed to be extended, and we recognize that community members writing add-ons and supplemental software need some way to identify the XBMC Foundation product to which their add-on/software pertain. Our main concern about add-ons and related software is that consumers not be confused as to whether they are official (meaning approved by XBMC Foundation) or not. To address that concern, we request that add-ons and supplemental software names not include, in whole or in part, the words "XBMC Foundation" or "Kodi" in a way that suggests a connection between XBMC Foundation and the add-on or software (e.g., "Frobnicator for Kodi," would be acceptable, but "Kodi Frobnicator" would not). RE: XBMC Library Updater Addon - robweber - 2015-06-17 (2015-06-16, 17:32)RockerC Wrote: Not sure if this is still being developed but if it is then this project should probably be renamed to meet the official trademark policy? I appreciate the comment, but did you honestly even take the time to read the thread? There has been a timely release of this addon for every version of XBMC/Kodi since Dharma. I just posted here a few weeks ago. I do understand your concern, I'm fully aware of the policy. I was planning to address with with the Helix release. It just didn't happen. I'll have to do it for Isengard. I did update my "Backup" utility previously titled XBMC Backup. In this post takoi, a Team-Kodi Member, didn't seem to think it was a big deal. I do intend to correct this however. RE: XBMC Library Updater Addon - RockerC - 2015-06-17 I understand, still recommend you read http://kodi.tv/introducing-kodi-14/ and http://kodi.tv/introducing-the-kodi-logo/ which explain their interest in trademark protection. After reading those you might be more willing change you mind. RE: XBMC Library Updater Addon - robweber - 2015-06-17 I know you're just trying to help - but I don't think you read my response. I am going to change the name, just haven't done it yet. I've read all the posts you mention. |