XBMC Standalone Library Updater for UnRAID


Recommended Posts

  • Replies 640
  • Created
  • Last Reply

Top Posters In This Topic

I tried to install this plugin but gotten the following error message

 

/usr/bin/php: error while loading shared libraries: libpcre.so.0: cannot open shared object file: No such file or directory

 

hmmm. pcre should be installed. try running this command in a terminal:

 

installpkg /boot/packages/pcre-8.32-i686-1PTr.txz

 

if it says it isnt found then it didnt install. maybe it didnt download. sometimes reaching this particular file hoster can be iffy. if thats the case try installing the plugin again or manually downloading

https://app.dumptruck.goldenfrog.com/p/YkeZ6fDu1A/pcre-8.32-i686-1PTr.txz

and placing it in /boot/packages/

Link to comment

Hi,

 

I get the error when I am trying to run the installplg command from the first page

 

libpcre.so: /usr/lib/libpcre.so /usr/lib/libpcre.so.1

 

I have uploaded the syslog from the reboot after I put your plugin into the /boot/config/plugins folder. on the previous page.

 

I think the problem is the libprce.so.0 because that is now called libpcre.so.1, so the 0 is missing from my system. The version of the file installpkg /boot/packages/pcre-8.32-i686-1PTr.txz will install the .1, the version 8.21 will install .0 I read elsewhere on the internet. but how can I now get it?

Link to comment

looks like another plugin you use installs an older version of pcre but xbmc salud overwrites it. it should only give you an error like that if trying to be run, not installed, so it looks like it is the other program giving you that error because it is overwritten while running. what other plugins are you using?

Link to comment

open my plugin in a text editor and change

 

<FILE Name="/boot/packages/pcre-8.32-i686-1PTr.txz" Run="upgradepkg --install-new">

 

to

 

<FILE Name="/boot/packages/pcre-8.32-i686-1PTr.txz" Run="installpkg">

 

then restart

 

that should keep both versions installed.

Link to comment

other thing I thought of is whether there is a way to trigger a library update every twenty four hours or so to pick up anything I've added manually.

 

actually, now that i think about it, there is:

 

nohup sudo -u $RUNAS XBMC_BIN_HOME=$INSTALLDIR XBMC_HOME=$DATADIR $INSTALLDIR/xbmcVideoLibraryScan --no-test --headless -n -p > /dev/null 2>&1 &

 

i havent tested it but putting that in a cron job should work, replacing the variables of course. the plugin shouldnt even need to be running for that, just installed. i may have to add that as a feature, but now that i've got something stable, it may be a while before i can revisit it.

Link to comment

quick question bobbintb, in the advancedsettings.xml file do I have to add the details for the mysql bit? or is that done automatically?

 

you have to add it. i couldnt think of an elegant way to automate it since it is a manually created file and everyones is different. it seemed best (and easiest for me) to just have it be copied from another installation since most people will have one anyway. that and some people have other settings in there so using a default one may require copying stuff over anyway. i may think of a way to do it eventually.

Link to comment

I followed the instructions but somehow the video scan did not work, here is the log

 

/usr/bin/tail -n 1000 -f /mnt/user/xbmc/portable_data/temp/xbmc.log
?14:15:00 T:3032794896 NOTICE: -----------------------------------------------------------------------
14:15:00 T:3032794896 NOTICE: Starting XBMC (12.2 Git:20130502-32b1a5e), Platform: Linux (Slackware 13.1.0, 3.9.6p-unRAID i686). Built on May 30 2013
14:15:00 T:3032794896 NOTICE: special://xbmc/ is mapped to: /mnt/user/xbmc/
14:15:00 T:3032794896 NOTICE: special://xbmcbin/ is mapped to: /mnt/user/xbmc
14:15:00 T:3032794896 NOTICE: special://masterprofile/ is mapped to: /mnt/user/xbmc/portable_data/userdata
14:15:00 T:3032794896 NOTICE: special://home/ is mapped to: /mnt/user/xbmc/portable_data
14:15:00 T:3032794896 NOTICE: special://temp/ is mapped to: /mnt/user/xbmc/portable_data/temp
14:15:00 T:3032794896 NOTICE: The executable running is: /mnt/user/xbmc/xbmc-server.bin
14:15:00 T:3032794896 NOTICE: Local hostname: Tower
14:15:00 T:3032794896 NOTICE: Log File is located: /mnt/user/xbmc/portable_data/temp/xbmc.log
14:15:00 T:3032794896 NOTICE: -----------------------------------------------------------------------
14:15:00 T:3032794896 DEBUG: ConsoleKit.Manager: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.ConsoleKit was not provided by any .service files
14:15:00 T:3032794896 DEBUG: UPower: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
14:15:00 T:3032794896 DEBUG: ConsoleKit.Manager: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.ConsoleKit was not provided by any .service files
14:15:00 T:3032794896 DEBUG: DeviceKit.Power: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.DeviceKit.Disks was not provided by any .service files
14:15:00 T:3032794896 DEBUG: Systemd error: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.login1 was not provided by any .service files
14:15:00 T:3032794896 DEBUG: UPower: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
14:15:00 T:3032794896 DEBUG: Previous line repeats 1 times.
14:15:00 T:3032794896 ERROR: CAESinkOSS::EnumerateDevicesEx - Failed to open mixer: /dev/mixer
14:15:00 T:3032794896 NOTICE: No Devices found - retry: 5
14:15:02 T:3032794896 ERROR: CAESinkOSS::EnumerateDevicesEx - Failed to open mixer: /dev/mixer
14:15:02 T:3032794896 NOTICE: No Devices found - retry: 4
14:15:04 T:3032794896 ERROR: CAESinkOSS::EnumerateDevicesEx - Failed to open mixer: /dev/mixer
14:15:04 T:3032794896 NOTICE: No Devices found - retry: 3
14:15:06 T:3032794896 ERROR: CAESinkOSS::EnumerateDevicesEx - Failed to open mixer: /dev/mixer
14:15:06 T:3032794896 NOTICE: No Devices found - retry: 2
14:15:08 T:3032794896 ERROR: CAESinkOSS::EnumerateDevicesEx - Failed to open mixer: /dev/mixer
14:15:08 T:3032794896 NOTICE: No Devices found - retry: 1
14:15:10 T:3032794896 ERROR: CAESinkOSS::EnumerateDevicesEx - Failed to open mixer: /dev/mixer
14:15:10 T:3032794896 NOTICE: Found 0 Lists of Devices
14:15:10 T:3032794896 NOTICE: load settings...
14:15:10 T:3032794896 NOTICE: special://profile/ is mapped to: special://masterprofile/
14:15:10 T:3032794896 NOTICE: loading special://masterprofile/guisettings.xml
14:15:10 T:3032794896 NOTICE: Getting hardware information now...
14:15:10 T:3032794896 INFO: Using analog output
14:15:10 T:3032794896 INFO: AC3 pass through is disabled
14:15:10 T:3032794896 INFO: DTS pass through is disabled
14:15:10 T:3032794896 INFO: AAC pass through is disabled
15:15:10 T:3032794896 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
15:15:10 T:3032794896 DEBUG: CPlayerCoreConfig::: created player DVDPlayer for core 1
15:15:10 T:3032794896 DEBUG: CPlayerCoreConfig::: created player oldmplayercore for core 1
15:15:10 T:3032794896 DEBUG: CPlayerCoreConfig::: created player PAPlayer for core 3
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtv
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: hdhomerun/myth/mms/udp
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtmp
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: streams
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: aacp/sdp
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mp2
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvd
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdimage
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: nsv
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: radio
15:15:10 T:3032794896 NOTICE: Loaded playercorefactory configuration
15:15:10 T:3032794896 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
15:15:10 T:3032794896 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
15:15:10 T:3032794896 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
15:15:10 T:3032794896 ERROR: Error loading special://profile/advancedsettings.xml, Line 20
Error reading end tag.
15:15:10 T:3032794896 NOTICE: Default DVD Player: dvdplayer
15:15:10 T:3032794896 NOTICE: Default Video Player: dvdplayer
15:15:10 T:3032794896 NOTICE: Default Audio Player: paplayer
15:15:10 T:3032794896 NOTICE: Disabled debug logging due to GUI setting. Level 0.
15:15:10 T:3032794896 NOTICE: Log level changed to 0
15:15:10 T:3032794896 NOTICE: Loading media sources from special://masterprofile/sources.xml
15:15:10 T:3032794896 INFO: creating subdirectories
15:15:10 T:3032794896 INFO: userdata folder: special://masterprofile/
15:15:10 T:3032794896 INFO: recording folder:
15:15:10 T:3032794896 INFO: screenshots folder:
15:15:10 T:3032794896 INFO: thumbnails folder: special://masterprofile/Thumbnails
15:15:10 T:3032794896 INFO: load language info file: special://xbmc/language/English/langinfo.xml
15:15:10 T:3032794896 DEBUG: trying to set locale to en_US.UTF-8
15:15:10 T:3032794896 INFO: global locale set to en_US.UTF-8
15:15:10 T:3032794896 INFO: load English language file, from path: special://xbmc/language/
15:15:10 T:3032794896 DEBUG: POParser: loaded 2686 strings from file /mnt/user/xbmc/language/English/strings.po
15:15:10 T:3032794896 INFO: CSoftAE::InternalOpenSink - sink incompatible, re-starting
15:15:10 T:3032794896 ERROR: CAESinkOSS::Initialize - Failed to open the audio device: /dev/dsp
15:15:10 T:3032794896 DEBUG: CSoftAE::InternalOpenSink - NULL Initialized:
15:15:10 T:3032794896 DEBUG: Output Device : Device not found
15:15:10 T:3032794896 DEBUG: Sample Rate : 44100
15:15:10 T:3032794896 DEBUG: Sample Format : AE_FMT_FLOAT
15:15:10 T:3032794896 DEBUG: Channel Count : 2
15:15:10 T:3032794896 DEBUG: Channel Layout: FL,FR
15:15:10 T:3032794896 DEBUG: Frames : 22000
15:15:10 T:3032794896 DEBUG: Frame Samples : 2
15:15:10 T:3032794896 DEBUG: Frame Size : 8
15:15:10 T:3032794896 DEBUG: CSoftAE::InternalOpenSink - Using speaker layout: 2.0
15:15:10 T:3032794896 DEBUG: CSoftAE::InternalOpenSink - Internal Buffer Size: 176000
15:15:10 T:3031030640 NOTICE: Thread CSoftAE start, auto delete: false
15:15:10 T:3031030640 INFO: CSoftAE::Run - Thread Started
15:15:10 T:3032794896 NOTICE: Running database version Addons15
15:15:10 T:3032794896 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/libcpluff-i486-linux.so)
15:15:10 T:3032794896 DEBUG: Loading: /mnt/user/xbmc/system/libcpluff-i486-linux.so
15:15:10 T:3032794896 DEBUG: LoadMappings - loaded node "Motorola Nyxboard Hybrid"
15:15:10 T:3032794896 DEBUG: LoadMappings - loaded node "CEC Adapter"
15:15:10 T:3032794896 DEBUG: LoadMappings - loaded node "Pulse-Eight CEC Adapter"
15:15:10 T:3032794896 DEBUG: LoadMappings - loaded node "iMON HID device"
15:15:10 T:3032794896 DEBUG: UDisks: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UDisks was not provided by any .service files
15:15:10 T:3032794896 DEBUG: DeviceKit.Disks: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.DeviceKit.Disks was not provided by any .service files
15:15:10 T:3032794896 DEBUG: Selected HAL as storage provider
15:15:10 T:3032794896 INFO: HAL: Starting initializing
15:15:10 T:3032794896 ERROR: HAL: Failed to initialize hal context: (null)
15:15:10 T:3032794896 ERROR: HAL: no Hal context
15:15:10 T:3032794896 DEBUG: SECTION:LoadDLL(libcurl.so.4)
15:15:10 T:3032794896 DEBUG: Loading: libcurl.so.4
15:15:10 T:3032794896 NOTICE: Running database version Addons15
15:15:10 T:3032794896 DEBUG: Initialize, updating databases...
15:15:10 T:3032794896 NOTICE: Running database version ViewModes4
15:15:10 T:3032794896 NOTICE: Running database version Textures13
15:15:10 T:3032794896 NOTICE: Running database version MyMusic32
15:15:10 T:3032794896 NOTICE: Running database version MyVideos75
15:15:10 T:3032794896 NOTICE: Running database version TV22
15:15:10 T:3032794896 NOTICE: Running database version Epg7
15:15:10 T:3032794896 DEBUG: Initialize, updating databases... DONE
15:15:10 T:3032794896 NOTICE: initializing playlistplayer
15:15:10 T:3032794896 NOTICE: DONE initializing playlistplayer
15:15:10 T:3032794896 INFO: JSONRPC v6.0.3: Successfully initialized
15:15:10 T:3032794896 DEBUG: ADDON: Starting service addons.
15:15:10 T:3032794896 INFO: removing tempfiles
15:15:10 T:3032794896 DEBUG: ADDON: Starting service addons.
15:15:10 T:3032794896 NOTICE: initialize done
15:15:10 T:3021908848 NOTICE: Thread CVideoInfoScanner start, auto delete: false
15:15:10 T:3032794896 DEBUG: Process - no profile autoexec.py (/mnt/user/xbmc/portable_data/userdata/autoexec.py) found, skipping
15:15:10 T:3032794896 DEBUG: NetworkMessage - Starting network services
15:15:10 T:3032794896 NOTICE: Webserver: Starting...
15:15:10 T:3032794896 NOTICE: WebServer: Started the webserver
15:15:10 T:3032794896 DEBUG: CLastfmScrobbler: Clearing session.
15:15:10 T:3032794896 DEBUG: CLibrefmScrobbler: Clearing session.
15:15:10 T:3021908848 NOTICE: VideoInfoScanner: Starting scan ..
15:15:10 T:3021908848 DEBUG: CAnnouncementManager - Announcement: OnScanStarted from xbmc
15:15:11 T:3021908848 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:00
15:15:11 T:3021908848 DEBUG: CAnnouncementManager - Announcement: OnScanFinished from xbmc
15:15:11 T:3021908848 DEBUG: Thread CVideoInfoScanner 3021908848 terminating
15:15:11 T:3032794896 DEBUG: Checking repositories for updates (triggered by XBMC.org Add-ons)
15:15:11 T:3021908848 NOTICE: Thread Jobworker start, auto delete: true
15:15:11 T:3021908848 DEBUG: CFileCache::Open - opening using cache
15:15:11 T:3021908848 DEBUG: CurlFile::Open(0x820d990) http://mirrors.xbmc.org/addons/frodo/addons.xml.md5
15:15:11 T:3021908848 INFO: easy_aquire - Created session to http://mirrors.xbmc.org
15:15:12 T:2951736176 NOTICE: Thread CFileCache start, auto delete: false
15:15:12 T:2951736176 INFO: CFileCache::Process - Hit eof.
15:15:12 T:2951736176 DEBUG: Thread CFileCache 2951736176 terminating
15:15:12 T:3021908848 DEBUG: CurlFile::Open(0xb38173a8) http://mirrors.xbmc.org/addons/frodo/addons.xml
15:15:16 T:3011509104 DEBUG: webserver: request received for /jsonrpc
15:15:16 T:3011509104 DEBUG: JSONRPC: Incoming request: { "jsonrpc": "2.0", "method": "VideoLibrary.Scan", "id": "mybash"}
15:15:16 T:3011509104 DEBUG: JSONRPC: Calling videolibrary.scan
15:15:16 T:2951736176 NOTICE: Thread CVideoInfoScanner start, auto delete: false
15:15:16 T:2951736176 NOTICE: VideoInfoScanner: Starting scan ..
15:15:16 T:2951736176 DEBUG: CAnnouncementManager - Announcement: OnScanStarted from xbmc
15:15:16 T:2951736176 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:00
15:15:16 T:2951736176 DEBUG: CAnnouncementManager - Announcement: OnScanFinished from xbmc
15:15:16 T:2951736176 DEBUG: Thread CVideoInfoScanner 2951736176 terminating
15:15:43 T:3032794896 INFO: CheckIdle - Closing session to http://mirrors.xbmc.org (easy=0x8225dc8, multi=0x8214ab8)
15:15:56 T:3021908848 DEBUG: Thread Jobworker 3021908848 terminating (autodelete)

Link to comment

I followed the instructions but somehow the video scan did not work, here is the log

 

/usr/bin/tail -n 1000 -f /mnt/user/xbmc/portable_data/temp/xbmc.log
?14:15:00 T:3032794896 NOTICE: -----------------------------------------------------------------------
14:15:00 T:3032794896 NOTICE: Starting XBMC (12.2 Git:20130502-32b1a5e), Platform: Linux (Slackware 13.1.0, 3.9.6p-unRAID i686). Built on May 30 2013
14:15:00 T:3032794896 NOTICE: special://xbmc/ is mapped to: /mnt/user/xbmc/
14:15:00 T:3032794896 NOTICE: special://xbmcbin/ is mapped to: /mnt/user/xbmc
14:15:00 T:3032794896 NOTICE: special://masterprofile/ is mapped to: /mnt/user/xbmc/portable_data/userdata
14:15:00 T:3032794896 NOTICE: special://home/ is mapped to: /mnt/user/xbmc/portable_data
14:15:00 T:3032794896 NOTICE: special://temp/ is mapped to: /mnt/user/xbmc/portable_data/temp
14:15:00 T:3032794896 NOTICE: The executable running is: /mnt/user/xbmc/xbmc-server.bin
14:15:00 T:3032794896 NOTICE: Local hostname: Tower
14:15:00 T:3032794896 NOTICE: Log File is located: /mnt/user/xbmc/portable_data/temp/xbmc.log
14:15:00 T:3032794896 NOTICE: -----------------------------------------------------------------------
14:15:00 T:3032794896 DEBUG: ConsoleKit.Manager: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.ConsoleKit was not provided by any .service files
14:15:00 T:3032794896 DEBUG: UPower: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
14:15:00 T:3032794896 DEBUG: ConsoleKit.Manager: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.ConsoleKit was not provided by any .service files
14:15:00 T:3032794896 DEBUG: DeviceKit.Power: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.DeviceKit.Disks was not provided by any .service files
14:15:00 T:3032794896 DEBUG: Systemd error: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.login1 was not provided by any .service files
14:15:00 T:3032794896 DEBUG: UPower: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
14:15:00 T:3032794896 DEBUG: Previous line repeats 1 times.
14:15:00 T:3032794896 ERROR: CAESinkOSS::EnumerateDevicesEx - Failed to open mixer: /dev/mixer
14:15:00 T:3032794896 NOTICE: No Devices found - retry: 5
14:15:02 T:3032794896 ERROR: CAESinkOSS::EnumerateDevicesEx - Failed to open mixer: /dev/mixer
14:15:02 T:3032794896 NOTICE: No Devices found - retry: 4
14:15:04 T:3032794896 ERROR: CAESinkOSS::EnumerateDevicesEx - Failed to open mixer: /dev/mixer
14:15:04 T:3032794896 NOTICE: No Devices found - retry: 3
14:15:06 T:3032794896 ERROR: CAESinkOSS::EnumerateDevicesEx - Failed to open mixer: /dev/mixer
14:15:06 T:3032794896 NOTICE: No Devices found - retry: 2
14:15:08 T:3032794896 ERROR: CAESinkOSS::EnumerateDevicesEx - Failed to open mixer: /dev/mixer
14:15:08 T:3032794896 NOTICE: No Devices found - retry: 1
14:15:10 T:3032794896 ERROR: CAESinkOSS::EnumerateDevicesEx - Failed to open mixer: /dev/mixer
14:15:10 T:3032794896 NOTICE: Found 0 Lists of Devices
14:15:10 T:3032794896 NOTICE: load settings...
14:15:10 T:3032794896 NOTICE: special://profile/ is mapped to: special://masterprofile/
14:15:10 T:3032794896 NOTICE: loading special://masterprofile/guisettings.xml
14:15:10 T:3032794896 NOTICE: Getting hardware information now...
14:15:10 T:3032794896 INFO: Using analog output
14:15:10 T:3032794896 INFO: AC3 pass through is disabled
14:15:10 T:3032794896 INFO: DTS pass through is disabled
14:15:10 T:3032794896 INFO: AAC pass through is disabled
15:15:10 T:3032794896 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
15:15:10 T:3032794896 DEBUG: CPlayerCoreConfig::: created player DVDPlayer for core 1
15:15:10 T:3032794896 DEBUG: CPlayerCoreConfig::: created player oldmplayercore for core 1
15:15:10 T:3032794896 DEBUG: CPlayerCoreConfig::: created player PAPlayer for core 3
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtv
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: hdhomerun/myth/mms/udp
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtmp
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: streams
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: aacp/sdp
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mp2
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvd
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdimage
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: nsv
15:15:10 T:3032794896 DEBUG: CPlayerSelectionRule::Initialize: creating rule: radio
15:15:10 T:3032794896 NOTICE: Loaded playercorefactory configuration
15:15:10 T:3032794896 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
15:15:10 T:3032794896 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
15:15:10 T:3032794896 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
15:15:10 T:3032794896 ERROR: Error loading special://profile/advancedsettings.xml, Line 20
Error reading end tag.
15:15:10 T:3032794896 NOTICE: Default DVD Player: dvdplayer
15:15:10 T:3032794896 NOTICE: Default Video Player: dvdplayer
15:15:10 T:3032794896 NOTICE: Default Audio Player: paplayer
15:15:10 T:3032794896 NOTICE: Disabled debug logging due to GUI setting. Level 0.
15:15:10 T:3032794896 NOTICE: Log level changed to 0
15:15:10 T:3032794896 NOTICE: Loading media sources from special://masterprofile/sources.xml
15:15:10 T:3032794896 INFO: creating subdirectories
15:15:10 T:3032794896 INFO: userdata folder: special://masterprofile/
15:15:10 T:3032794896 INFO: recording folder:
15:15:10 T:3032794896 INFO: screenshots folder:
15:15:10 T:3032794896 INFO: thumbnails folder: special://masterprofile/Thumbnails
15:15:10 T:3032794896 INFO: load language info file: special://xbmc/language/English/langinfo.xml
15:15:10 T:3032794896 DEBUG: trying to set locale to en_US.UTF-8
15:15:10 T:3032794896 INFO: global locale set to en_US.UTF-8
15:15:10 T:3032794896 INFO: load English language file, from path: special://xbmc/language/
15:15:10 T:3032794896 DEBUG: POParser: loaded 2686 strings from file /mnt/user/xbmc/language/English/strings.po
15:15:10 T:3032794896 INFO: CSoftAE::InternalOpenSink - sink incompatible, re-starting
15:15:10 T:3032794896 ERROR: CAESinkOSS::Initialize - Failed to open the audio device: /dev/dsp
15:15:10 T:3032794896 DEBUG: CSoftAE::InternalOpenSink - NULL Initialized:
15:15:10 T:3032794896 DEBUG: Output Device : Device not found
15:15:10 T:3032794896 DEBUG: Sample Rate : 44100
15:15:10 T:3032794896 DEBUG: Sample Format : AE_FMT_FLOAT
15:15:10 T:3032794896 DEBUG: Channel Count : 2
15:15:10 T:3032794896 DEBUG: Channel Layout: FL,FR
15:15:10 T:3032794896 DEBUG: Frames : 22000
15:15:10 T:3032794896 DEBUG: Frame Samples : 2
15:15:10 T:3032794896 DEBUG: Frame Size : 8
15:15:10 T:3032794896 DEBUG: CSoftAE::InternalOpenSink - Using speaker layout: 2.0
15:15:10 T:3032794896 DEBUG: CSoftAE::InternalOpenSink - Internal Buffer Size: 176000
15:15:10 T:3031030640 NOTICE: Thread CSoftAE start, auto delete: false
15:15:10 T:3031030640 INFO: CSoftAE::Run - Thread Started
15:15:10 T:3032794896 NOTICE: Running database version Addons15
15:15:10 T:3032794896 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/libcpluff-i486-linux.so)
15:15:10 T:3032794896 DEBUG: Loading: /mnt/user/xbmc/system/libcpluff-i486-linux.so
15:15:10 T:3032794896 DEBUG: LoadMappings - loaded node "Motorola Nyxboard Hybrid"
15:15:10 T:3032794896 DEBUG: LoadMappings - loaded node "CEC Adapter"
15:15:10 T:3032794896 DEBUG: LoadMappings - loaded node "Pulse-Eight CEC Adapter"
15:15:10 T:3032794896 DEBUG: LoadMappings - loaded node "iMON HID device"
15:15:10 T:3032794896 DEBUG: UDisks: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UDisks was not provided by any .service files
15:15:10 T:3032794896 DEBUG: DeviceKit.Disks: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.DeviceKit.Disks was not provided by any .service files
15:15:10 T:3032794896 DEBUG: Selected HAL as storage provider
15:15:10 T:3032794896 INFO: HAL: Starting initializing
15:15:10 T:3032794896 ERROR: HAL: Failed to initialize hal context: (null)
15:15:10 T:3032794896 ERROR: HAL: no Hal context
15:15:10 T:3032794896 DEBUG: SECTION:LoadDLL(libcurl.so.4)
15:15:10 T:3032794896 DEBUG: Loading: libcurl.so.4
15:15:10 T:3032794896 NOTICE: Running database version Addons15
15:15:10 T:3032794896 DEBUG: Initialize, updating databases...
15:15:10 T:3032794896 NOTICE: Running database version ViewModes4
15:15:10 T:3032794896 NOTICE: Running database version Textures13
15:15:10 T:3032794896 NOTICE: Running database version MyMusic32
15:15:10 T:3032794896 NOTICE: Running database version MyVideos75
15:15:10 T:3032794896 NOTICE: Running database version TV22
15:15:10 T:3032794896 NOTICE: Running database version Epg7
15:15:10 T:3032794896 DEBUG: Initialize, updating databases... DONE
15:15:10 T:3032794896 NOTICE: initializing playlistplayer
15:15:10 T:3032794896 NOTICE: DONE initializing playlistplayer
15:15:10 T:3032794896 INFO: JSONRPC v6.0.3: Successfully initialized
15:15:10 T:3032794896 DEBUG: ADDON: Starting service addons.
15:15:10 T:3032794896 INFO: removing tempfiles
15:15:10 T:3032794896 DEBUG: ADDON: Starting service addons.
15:15:10 T:3032794896 NOTICE: initialize done
15:15:10 T:3021908848 NOTICE: Thread CVideoInfoScanner start, auto delete: false
15:15:10 T:3032794896 DEBUG: Process - no profile autoexec.py (/mnt/user/xbmc/portable_data/userdata/autoexec.py) found, skipping
15:15:10 T:3032794896 DEBUG: NetworkMessage - Starting network services
15:15:10 T:3032794896 NOTICE: Webserver: Starting...
15:15:10 T:3032794896 NOTICE: WebServer: Started the webserver
15:15:10 T:3032794896 DEBUG: CLastfmScrobbler: Clearing session.
15:15:10 T:3032794896 DEBUG: CLibrefmScrobbler: Clearing session.
15:15:10 T:3021908848 NOTICE: VideoInfoScanner: Starting scan ..
15:15:10 T:3021908848 DEBUG: CAnnouncementManager - Announcement: OnScanStarted from xbmc
15:15:11 T:3021908848 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:00
15:15:11 T:3021908848 DEBUG: CAnnouncementManager - Announcement: OnScanFinished from xbmc
15:15:11 T:3021908848 DEBUG: Thread CVideoInfoScanner 3021908848 terminating
15:15:11 T:3032794896 DEBUG: Checking repositories for updates (triggered by XBMC.org Add-ons)
15:15:11 T:3021908848 NOTICE: Thread Jobworker start, auto delete: true
15:15:11 T:3021908848 DEBUG: CFileCache::Open - opening using cache
15:15:11 T:3021908848 DEBUG: CurlFile::Open(0x820d990) http://mirrors.xbmc.org/addons/frodo/addons.xml.md5
15:15:11 T:3021908848 INFO: easy_aquire - Created session to http://mirrors.xbmc.org
15:15:12 T:2951736176 NOTICE: Thread CFileCache start, auto delete: false
15:15:12 T:2951736176 INFO: CFileCache::Process - Hit eof.
15:15:12 T:2951736176 DEBUG: Thread CFileCache 2951736176 terminating
15:15:12 T:3021908848 DEBUG: CurlFile::Open(0xb38173a8) http://mirrors.xbmc.org/addons/frodo/addons.xml
15:15:16 T:3011509104 DEBUG: webserver: request received for /jsonrpc
15:15:16 T:3011509104 DEBUG: JSONRPC: Incoming request: { "jsonrpc": "2.0", "method": "VideoLibrary.Scan", "id": "mybash"}
15:15:16 T:3011509104 DEBUG: JSONRPC: Calling videolibrary.scan
15:15:16 T:2951736176 NOTICE: Thread CVideoInfoScanner start, auto delete: false
15:15:16 T:2951736176 NOTICE: VideoInfoScanner: Starting scan ..
15:15:16 T:2951736176 DEBUG: CAnnouncementManager - Announcement: OnScanStarted from xbmc
15:15:16 T:2951736176 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:00
15:15:16 T:2951736176 DEBUG: CAnnouncementManager - Announcement: OnScanFinished from xbmc
15:15:16 T:2951736176 DEBUG: Thread CVideoInfoScanner 2951736176 terminating
15:15:43 T:3032794896 INFO: CheckIdle - Closing session to http://mirrors.xbmc.org (easy=0x8225dc8, multi=0x8214ab8)
15:15:56 T:3021908848 DEBUG: Thread Jobworker 3021908848 terminating (autodelete)

 

15:15:10 T:3032794896 ERROR: Error loading special://profile/advancedsettings.xml, Line 20

Error reading end tag.

Link to comment

I'm getting these errors in the log file:

 

06:37:24 T:3022297968 WARNING: Process directory 'smb://TDM/videos/TV/CSI Crime Scene Investigation/' does not exist - skipping scan and clean.
06:37:24 T:3022297968 WARNING: Process directory 'smb://TDM/videos/TV/CSI NY/' does not exist - skipping scan and clean.
06:37:24 T:3022297968 WARNING: Process directory 'smb://TDM/videos/TV/Californication/' does not exist - skipping scan and clean.
06:37:24 T:3022297968 WARNING: Process directory 'smb://TDM/videos/TV/Continuum/' does not exist - skipping scan and clean.
06:37:24 T:3022297968 WARNING: Process directory 'smb://TDM/videos/TV/Cougar Town/' does not exist - skipping scan and clean.

and on and on throughout my entire collection.  The advancedsettings.xml was copied from another PC that runs xbmc using the same DB.

 

Any ideas ?

Link to comment

I'm getting these errors in the log file:

 

06:37:24 T:3022297968 WARNING: Process directory 'smb://TDM/videos/TV/CSI Crime Scene Investigation/' does not exist - skipping scan and clean.
06:37:24 T:3022297968 WARNING: Process directory 'smb://TDM/videos/TV/CSI NY/' does not exist - skipping scan and clean.
06:37:24 T:3022297968 WARNING: Process directory 'smb://TDM/videos/TV/Californication/' does not exist - skipping scan and clean.
06:37:24 T:3022297968 WARNING: Process directory 'smb://TDM/videos/TV/Continuum/' does not exist - skipping scan and clean.
06:37:24 T:3022297968 WARNING: Process directory 'smb://TDM/videos/TV/Cougar Town/' does not exist - skipping scan and clean.

and on and on throughout my entire collection.  The advancedsettings.xml was copied from another PC that runs xbmc using the same DB.

 

Any ideas ?

 

hmmm. maybe more of the log will help. i have seen that issue with nfs. because the nfs package isnt installed. try installing this and see what happens:

 

http://pkgs.org/slackware-13.1/slackware-i486/samba-3.5.2-i486-1.txz.html

 

ive never had anyone need to install it in my testing but maybe it was just coincidence and all my testers used nfs.

Link to comment

I use NFS shares without an issue, happy to post my advancedsettings.xml later when I get home if that helps.

 

Edit: actually looking at the log, you sure you didn't mean smb issue bob?

 

no i mean nfs. what im saying is i have seen a similar issue but when using nfs, because the nfs package wasnt installed. since he is having the same issue but with smb, im suggesting he try installing the samba package. ive never seen this issue with smb, just nfs, but that may be that all of my testers just happen to all use nfs, so the issue never came up.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.