Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

XBMC Standalone Library Updater for UnRAID

Featured Replies

I'm having a similar issue as before.  The plugin is installed, it appears to start (the interfaces reports started) but no log is generated and it doesn't actually appear to be running.

  • Replies 640
  • Views 166k
  • Created
  • Last Reply
  • Author

indy5, what other plugins do you have installed? yours is just crashing for some reason.

Whats the best way to install the beta?  Would I just stop the existing plugin, and then install this? or do I need to uninstall beforehand

indy5, what other plugins do you have installed? yours is just crashing for some reason.

 

All I have running is cache_dirs.

 

I do have mysql installed (as a prerequisite for salud) but it's not running, as I have a separate mysql instance on another machine. 

 

My unraid box is very clean from a plugin standpoint. 

  • Author

Whats the best way to install the beta?  Would I just stop the existing plugin, and then install this? or do I need to uninstall beforehand

 

you shouldnt need to uninstall. but it would probably be a good idea to clear out the packages that are saved on the flash drive, at least the xbmc one.

  • Author

indy5, what other plugins do you have installed? yours is just crashing for some reason.

 

All I have running is cache_dirs.

 

I do have mysql installed (as a prerequisite for salud) but it's not running, as I have a separate mysql instance on another machine. 

 

My unraid box is very clean from a plugin standpoint.

 

strange. try running the program directly from the terminal:

 

locataion_of_install_dir/xbmc-server.bin --no-test --headless -n -p

 

See if it stays running or crashes.

indy5, what other plugins do you have installed? yours is just crashing for some reason.

 

All I have running is cache_dirs.

 

I do have mysql installed (as a prerequisite for salud) but it's not running, as I have a separate mysql instance on another machine. 

 

My unraid box is very clean from a plugin standpoint.

 

strange. try running the program directly from the terminal:

 

locataion_of_install_dir/xbmc-server.bin --no-test --headless -n -p

 

See if it stays running or crashes.

 

This is what I am getting:

 

xbmc-server.bin: error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory

 

Installed it quickly and seems to work.  Haven't had a chance to do a detail test as I'm running off to work.  But I can notify from Sick Beard.

  • Author

indy5 looks like the sqlite library isn't installed. Try deleting it from the packages folder on the flash drive. That should force it to be redownloaded the next time. It is likely corrupt.

 

Sent from my SPH-D710VMUB using Tapatalk

 

 

I think I've really made a mess of this when attempting to update, is it possible to have two versions installed at once?

 

The webpage control says "Plug-in Version: 1.4 beta" but when I press Video Library Scan nothign updates in xbmc.log...  perhaps my sources.xml is not ebing loaded now?

ps -ef | grep xbmc  and

ps -ef | grep salud

 

both show nothing... what is the process?  I think its really messed up now :(

indy5 looks like the sqlite library isn't installed. Try deleting it from the packages folder on the flash drive. That should force it to be redownloaded the next time. It is likely corrupt.

 

Sent from my SPH-D710VMUB using Tapatalk

 

I removed the sqllite file from the packages folder and it redownloaded it, but it doesn't seem to be installing.  I am still getting the same error msg. 

 

Under /usr/lib I do not see anything libsql related.

Ya something bad happened...  Running manual produces:

 

root@Tower:/mnt/user/appdata/xbmc2# xbmc-server.bin --no-test --headless -n -p

xbmc-server.bin: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory

 

How can I fully blow everything away?  I've made a mess here...

  • Author

xceph, your issue is that I accidentally left the alsa library out. I disabled it in the last version and I think that was the cause of the issue. I re enabled it for this version but forgot to add the line to install the library. I will fix it tomorrow but for now you can manually add or install it.

 

Sent from my SPH-D710VMUB using Tapatalk

 

  • Author

indy5 looks like the sqlite library isn't installed. Try deleting it from the packages folder on the flash drive. That should force it to be redownloaded the next time. It is likely corrupt.

 

Sent from my SPH-D710VMUB using Tapatalk

 

I removed the sqllite file from the packages folder and it redownloaded it, but it doesn't seem to be installing.  I am still getting the same error msg. 

 

Under /usr/lib I do not see anything libsql related.

 

Strange. Try manually installing sqlite and see what happens.

 

Sent from my SPH-D710VMUB using Tapatalk

 

 

indy5 looks like the sqlite library isn't installed. Try deleting it from the packages folder on the flash drive. That should force it to be redownloaded the next time. It is likely corrupt.

 

Sent from my SPH-D710VMUB using Tapatalk

 

I removed the sqllite file from the packages folder and it redownloaded it, but it doesn't seem to be installing.  I am still getting the same error msg. 

 

Under /usr/lib I do not see anything libsql related.

 

Strange. Try manually installing sqlite and see what happens.

 

Sent from my SPH-D710VMUB using Tapatalk

 

I was able to manually install the sqlite package and that error went away.  Now, I'm getting the error regarding libasound.so.2

 

 

Thanks bobbintb, appreciate the work, I'll try it out tomorrow :)

  • Author

indy5 looks like the sqlite library isn't installed. Try deleting it from the packages folder on the flash drive. That should force it to be redownloaded the next time. It is likely corrupt.

 

Sent from my SPH-D710VMUB using Tapatalk

 

I removed the sqllite file from the packages folder and it redownloaded it, but it doesn't seem to be installing.  I am still getting the same error msg. 

 

Under /usr/lib I do not see anything libsql related.

 

Strange. Try manually installing sqlite and see what happens.

 

Sent from my SPH-D710VMUB using Tapatalk

 

I was able to manually install the sqlite package and that error went away.  Now, I'm getting the error regarding libasound.so.2

 

Yea, oversight on my part. Manually installing alsa should fix it. I will update it tomorrow.

 

Sent from my SPH-D710VMUB using Tapatalk

 

 

  • Author

indy5, I'm willing to bet it didn't install sqlite because the checksums didn't match. I will check tomorrow.

 

nevermind, they matched. not sure why it didn't install.

  • Author

dalben, let me know how it works for you. im curious because i enabled alsa (something to do with sound) for this test version. with the last test version i disabled it thinking it wasnt needed and i thought maybe that was the reason it broke. but now i am looking at the current working version and it also has it disabled. 

 

so im not sure if your preliminary test seeming to work has anything to do with it. i myself didnt have the issue with notifying. i could get a test notification with sickbeard but when it actually scanned it got an error in the sickbeard log. something about the xbmc version.

Clicking scan video library from the plugin settings page:

 

10:52:44 T:1118599440  NOTICE: Samba is idle. Closing the remaining connections
10:52:44 T:1118599440  NOTICE: NFS is idle. Closing the remaining connections.
10:55:42 T:1123711856  NOTICE: Thread CVideoInfoScanner start, auto delete: false
10:55:42 T:1123711856  NOTICE: VideoInfoScanner: Starting scan ..
10:55:47 T:1123711856 WARNING: No information found for item 'smb://TDM/videos/Music Videos/******', it won't be added to the library.
10:55:47 T:1123711856 WARNING: No information found for item 'smb://TDM/videos/Music Videos/******', it won't be added to the library.
10:55:48 T:1123711856 WARNING: No information found for item 'smb://TDM/videos/Music Videos/******', it won't be added to the library.
10:55:52 T:1123711856  NOTICE: CleanDatabase: Starting videodatabase cleanup ..
10:55:53 T:1123711856  NOTICE: CleanDatabase: Cleaning videodatabase done. Operation took 00:01
10:55:53 T:1123711856  NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:10

 

Odd, it only scanned the content folders that are marked as Music Video source

 

Clicking Clean Video Library

10:56:19 T:1118599440  NOTICE: CleanDatabase: Starting videodatabase cleanup ..
10:56:22 T:1118599440  NOTICE: CleanDatabase: Cleaning videodatabase done. Operation took 00:02
10:57:52 T:1118599440  NOTICE: Samba is idle. Closing the remaining connections
10:57:52 T:1118599440  NOTICE: NFS is idle. Closing the remaining connections.

 

Something doesn't seem right.  Normally a scan will show the TV Show content directories as well (movies seemed to have a problem for a while)

  • Author

What about when triggered from sickbeard?

 

Sent from my Xoom using Tapatalk

 

 

What about when triggered from sickbeard?

 

Sent from my Xoom using Tapatalk

 

Clicking from SB on a single show I get:

 

N

14:10:37 T:1123711856 WARNING: No information found for item 'smb://TDM/videos/Music Videos/******', it won't be added to the library.
14:10:37 T:1123711856 WARNING: No information found for item 'smb://TDM/videos/Music Videos/******', it won't be added to the library.
14:10:38 T:1123711856 WARNING: No information found for item 'smb://TDM/videos/Music Videos/******', it won't be added to the library.
14:10:42 T:1123711856  NOTICE: CleanDatabase: Starting videodatabase cleanup ..
14:10:43 T:1123711856  NOTICE: CleanDatabase: Cleaning videodatabase done. Operation took 00:01
14:10:43 T:1123711856  NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:10

 

The single show isn't one of the tghree it listed.

 

Cicking Update XBM<C from  the m ain home menu gets this:

 

14:12:46 T:1123711856  NOTICE: Thread CVideoInfoScanner start, auto delete: false
14:12:46 T:1123711856  NOTICE: VideoInfoScanner: Starting scan ..
14:12:51 T:1123711856 WARNING: No information found for item 'smb://TDM/videos/Music Videos/******', it won't be added to the library.
14:12:51 T:1123711856 WARNING: No information found for item 'smb://TDM/videos/Music Videos/******', it won't be added to the library.
14:12:52 T:1123711856 WARNING: No information found for item 'smb://TDM/videos/Music Videos/******', it won't be added to the library.
14:12:56 T:1123711856  NOTICE: CleanDatabase: Starting videodatabase cleanup ..
14:12:57 T:1123711856  NOTICE: CleanDatabase: Cleaning videodatabase done. Operation took 00:01
14:12:57 T:1123711856  NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:10

Played around a bit more.

 

If I trigger an audio update from the xbmcsalud config page, I get the following line in the log file:

21:47:03 T:1123433328  NOTICE: Thread CMusicInfoScanner start, auto delete: false

 

And that's it.  It seems to knock out salud as trying to update from SB gives an error that it cant contact the xbmc server and there is no entry in the salud log.

 

Clicking update video from the salud config after a music update also produces nothing in the log.

 

 

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.