Page 1 of 2

Serviio library cache

PostPosted: Wed Jul 23, 2014 12:18 pm
by mib182
Hi all,

I had a serviio installation on my debian wheezy server 32bits. The serviio libraby was in cache, so when I stoped and restarted the application it was not necessary to recheck each files (photos/videos/musics). and all things was working great.

I reinstalled my debien server, still in wheezy but not in 64bits. But now there is no cache for the library. Now all the time I start the application all the folders are browsed to find every files (and it takes a big big while ....). And when I stop to read a video, I restart from the begining, before I continue from the stop.

Do I forget do activate something ? or something changed in the last version ?

I use serviio (1.4.1.2), with ffmpeg 6:0.8.10-1), and java (6b32-1.13.4-1~deb7u1).

Thanks for the futur help

Re: Serviio library cache

PostPosted: Thu Jul 24, 2014 12:39 pm
by zip
It should all work. First, update your FFmpeg (but it won't fix your current problem). What does the log say? It might be that the drive is not available on system start and Serviio thinks you removed all the files?

Re: Serviio library cache

PostPosted: Thu Jul 24, 2014 6:28 pm
by mib182
Don't think cause, I can stop the application with /etc/init.d/servvio stop ; /etc/init.d/serviio start without restarting the server, and serviio rescan everything from begining.
I checked all files are the samefrom the old installation to the new ....

SO no Idea!!

Re: Serviio library cache

PostPosted: Fri Jul 25, 2014 4:04 pm
by zip
can you post detailed log of what happens when you start the server?

Re: Serviio library cache

PostPosted: Tue Jul 29, 2014 9:15 am
by mib182
Here are the logs :

derby.log
Tue Jul 29 11:14:24 CEST 2014:
Booting Derby version The Apache Software Foundation - Apache Derby - 10.10.1.1 - (1458268): instance a816c00e-0147-8166-3286-00003ea6991b
on database directory /etc/serviio-1.4.1.2/library/db with class loader sun.misc.Launcher$AppClassLoader@3225753d
Loaded from file:/etc/serviio-1.4.1.2/lib/derby.jar
java.vendor=Sun Microsystems Inc.
java.runtime.version=1.6.0_32-b32
user.dir=/
os.name=Linux
os.arch=amd64
os.version=3.2.0-4-amd64
derby.system.home=/etc/serviio/library
derby.stream.error.file=../log/derby.log
Database Class Loader started - derby.database.classpath=''


serviio.log
root@mustang:/var/log/serviio# tail -f serviio.log
2014-07-29 11:14:23,366 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2014-07-29 11:14:23,369 ERROR [ApplicationInstanceManager] Connection timed out
java.net.ConnectException: Connection timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
at java.net.Socket.connect(Socket.java:546)
at java.net.Socket.connect(Socket.java:495)
at java.net.Socket.<init>(Socket.java:392)
at java.net.Socket.<init>(Socket.java:235)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
2014-07-29 11:14:23,469 INFO [MediaServer] ------------------------------------------------------------------------
2014-07-29 11:14:23,469 INFO [MediaServer] Serviio DLNA media streaming server v 1.4.1.2 (rev. 3753eff81a2f+)
2014-07-29 11:14:23,470 INFO [MediaServer] Petr Nejedly 2009-2014
2014-07-29 11:14:23,470 INFO [MediaServer] http://www.serviio.org
2014-07-29 11:14:23,470 INFO [MediaServer]
2014-07-29 11:14:23,470 INFO [MediaServer] Java 1.6.0_32-Sun Microsystems Inc.
2014-07-29 11:14:23,470 INFO [MediaServer] OS Linux amd64 3.2.0-4-amd64
2014-07-29 11:14:23,470 INFO [MediaServer] File encoding: UTF-8
2014-07-29 11:14:23,471 INFO [MediaServer] Headless mode enabled: true
2014-07-29 11:14:23,471 INFO [MediaServer] User: root
2014-07-29 11:14:23,472 INFO [MediaServer] User home dir: /root
2014-07-29 11:14:23,472 INFO [MediaServer] Temp dir: /tmp
2014-07-29 11:14:23,472 INFO [MediaServer] ------------------------------------------------------------------------
2014-07-29 11:14:23,730 INFO [WebServer] Socket buffer set to 65535 bytes
2014-07-29 11:14:23,733 INFO [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2014-07-29 11:14:23,810 INFO [RestletServer] Starting Restlet server (/cds) exposed on port 23424
2014-07-29 11:14:23,811 INFO [RestletServer] Starting Restlet server (/mediabrowser) exposed on port 23424
2014-07-29 11:14:23,833 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2014-07-29 11:14:23,857 INFO [DatabaseManager] Using DERBY database language
2014-07-29 11:14:26,820 INFO [MediaServer] ------------------------------------------------------------------------
2014-07-29 11:14:26,820 INFO [MediaServer] License: FREE
2014-07-29 11:14:26,820 INFO [MediaServer] ------------------------------------------------------------------------
2014-07-29 11:14:26,830 INFO [Device] Created UPnP Device with UUID: 8a5d916b-7321-3573-bcfb-f74ceae874cc, bound address: 192.168.3.250
2014-07-29 11:14:27,755 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2014-07-29 11:14:28,033 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2014-07-29 11:14:28,064 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2014-07-29 11:14:28,073 INFO [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3)
2014-07-29 11:14:28,076 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2014-07-29 11:14:28,077 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2014-07-29 11:14:28,097 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2014-07-29 11:14:28,101 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (E/F-series)' (id=sam_ef)
2014-07-29 11:14:28,103 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7)
2014-07-29 11:14:28,104 INFO [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8)
2014-07-29 11:14:28,111 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012)
2014-07-29 11:14:28,116 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2013)' (id=sony2013)
2014-07-29 11:14:28,119 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx100 (2013)' (id=bdp2013)
2014-07-29 11:14:28,121 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx90 (2012)' (id=bdp2012)
2014-07-29 11:14:28,127 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010)' (id=bdp2010)
2014-07-29 11:14:28,128 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010) - US' (id=bdp2010us)
2014-07-29 11:14:28,130 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx80/SMP-N200 (2011)' (id=bdp2011)
2014-07-29 11:14:28,132 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13)
2014-07-29 11:14:28,134 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA 2012-' (id=tosh2012)
2014-07-29 11:14:28,137 INFO [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14)
2014-07-29 11:14:28,138 INFO [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15)
2014-07-29 11:14:28,140 INFO [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16)
2014-07-29 11:14:28,141 INFO [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17)
2014-07-29 11:14:28,143 INFO [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18)
2014-07-29 11:14:28,144 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011)
2014-07-29 11:14:28,146 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010)
2014-07-29 11:14:28,147 INFO [ProfilesDefinitionParser] Added profile 'Philips (2010-)' (id=plps2010)
2014-07-29 11:14:28,149 INFO [ProfilesDefinitionParser] Added profile 'Philips (2009)' (id=20)
2014-07-29 11:14:28,150 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009)
2014-07-29 11:14:28,152 INFO [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22)
2014-07-29 11:14:28,154 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2013)' (id=viera2013)
2014-07-29 11:14:28,155 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a)
2014-07-29 11:14:28,156 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011)
2014-07-29 11:14:28,157 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010)
2014-07-29 11:14:28,158 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us)
2014-07-29 11:14:28,159 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us)
2014-07-29 11:14:28,161 INFO [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR)
2014-07-29 11:14:28,162 INFO [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT)
2014-07-29 11:14:28,163 INFO [ProfilesDefinitionParser] Added profile 'Vizio TV' (id=viziotv)
2014-07-29 11:14:28,166 INFO [ProfilesDefinitionParser] Added profile 'Windows 8/RT' (id=win8metro)
2014-07-29 11:14:28,167 INFO [ProfilesDefinitionParser] Added profile 'Panasonic BD player' (id=panasonicBDT220)
2014-07-29 11:14:28,169 INFO [ProfilesDefinitionParser] Added profile 'Philips NP Streamium' (id=philips_streamium)
2014-07-29 11:14:28,170 INFO [ProfilesDefinitionParser] Added profile 'Chaneru' (id=roku)
2014-07-29 11:14:28,173 INFO [ProfilesDefinitionParser] Added profile 'Roku Media Player' (id=RokuMPApp)
2014-07-29 11:14:28,174 INFO [ProfilesDefinitionParser] Added profile 'Yamaha BD-A1020/BD-A1010' (id=YamBD)
2014-07-29 11:14:28,176 INFO [ProfilesDefinitionParser] Added profile 'Telenet Yelo TV' (id=TNDC)
2014-07-29 11:14:28,177 INFO [ProfilesDefinitionParser] Added profile 'Xbox One' (id=xbox_one)
2014-07-29 11:14:28,312 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2014-07-29 11:14:28,314 INFO [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player)
2014-07-29 11:14:28,326 INFO [ProfilesDefinitionParser] Added profile 'iOS' (id=ios)
2014-07-29 11:14:28,328 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Standard)' (id=serviigo_standard)
2014-07-29 11:14:28,329 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Legacy Devices)' (id=serviigo)
2014-07-29 11:14:28,331 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (HLS)' (id=serviigo_hls)
2014-07-29 11:14:28,332 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Google TV)' (id=serviigo_gtv)
2014-07-29 11:14:28,334 INFO [ProfilesDefinitionParser] Added profile 'Windows Phone 8' (id=wp8)
2014-07-29 11:14:28,338 INFO [ProfilesDefinitionParser] Added profile 'Chromecast' (id=chromecast)
2014-07-29 11:14:28,454 INFO [PluginCompilerThread] Looking for plugins at /etc/serviio/plugins
2014-07-29 11:14:28,455 INFO [PluginCompilerThread] Started looking for plugins
2014-07-29 11:14:28,458 INFO [UpdateChecker] Checking if a new version is available
2014-07-29 11:14:28,606 ERROR [MediaServer] FFMPEG not found. Serviio will not work properly.
2014-07-29 11:14:28,721 INFO [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2014-07-29 11:14:28,878 INFO [WebServer] WebServer starting on port 8895
2014-07-29 11:14:28,879 INFO [Device] Updated bound IP address of Device with UUID: 8a5d916b-7321-3573-bcfb-f74ceae874cc, bound address: 192.168.3.250
2014-07-29 11:14:28,899 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth0 (eth0) and address 192.168.3.250, timeout = 0
2014-07-29 11:14:28,900 INFO [EventDispatcher] Starting EventDispatcher
2014-07-29 11:14:28,901 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2014-07-29 11:14:28,902 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2014-07-29 11:14:28,908 INFO [RendererExpirationChecker] Starting RendererExpirationChecker
2014-07-29 11:14:28,909 INFO [RendererSearchSender] Searching for Renderer devices
2014-07-29 11:14:54,964 INFO [FeedUpdaterThread] Started looking for information about online resources
2014-07-29 11:14:54,993 INFO [LibraryAdditionsCheckerThread] Started looking for newly added files
2014-07-29 11:14:55,019 INFO [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2014-07-29 11:14:55,027 INFO [PlaylistMaintainerThread] Started looking playlist changes


Something in ?

Re: Serviio library cache

PostPosted: Tue Jul 29, 2014 11:50 pm
by zip
you need to post detailed log.

Re: Serviio library cache

PostPosted: Wed Jul 30, 2014 8:43 am
by mib182
Oh yes, I forgot the debug mode with java app ...
So now debug mode, log one more time :

derby.log
Loaded from file:/etc/serviio-1.4.1.2/lib/derby.jar
java.vendor=Sun Microsystems Inc.
java.runtime.version=1.6.0_32-b32
user.dir=/
os.name=Linux
os.arch=amd64
os.version=3.2.0-4-amd64
derby.system.home=/etc/serviio/library
derby.stream.error.file=../log/derby.log
Database Class Loader started - derby.database.classpath=''

serviio.log
2014-07-30 10:39:26,342 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2014-07-30 10:39:26,344 ERROR [ApplicationInstanceManager] Connection timed out
java.net.ConnectException: Connection timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
at java.net.Socket.connect(Socket.java:546)
at java.net.Socket.connect(Socket.java:495)
at java.net.Socket.<init>(Socket.java:392)
at java.net.Socket.<init>(Socket.java:235)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
2014-07-30 10:39:26,364 INFO [MediaServer] ------------------------------------------------------------------------
2014-07-30 10:39:26,364 INFO [MediaServer] Serviio DLNA media streaming server v 1.4.1.2 (rev. 3753eff81a2f+)
2014-07-30 10:39:26,364 INFO [MediaServer] Petr Nejedly 2009-2014
2014-07-30 10:39:26,364 INFO [MediaServer] http://www.serviio.org
2014-07-30 10:39:26,364 INFO [MediaServer]
2014-07-30 10:39:26,364 INFO [MediaServer] Java 1.6.0_32-Sun Microsystems Inc.
2014-07-30 10:39:26,364 INFO [MediaServer] OS Linux amd64 3.2.0-4-amd64
2014-07-30 10:39:26,364 INFO [MediaServer] File encoding: UTF-8
2014-07-30 10:39:26,365 INFO [MediaServer] Headless mode enabled: true
2014-07-30 10:39:26,365 INFO [MediaServer] User: root
2014-07-30 10:39:26,365 INFO [MediaServer] User home dir: /root
2014-07-30 10:39:26,365 INFO [MediaServer] Temp dir: /tmp
2014-07-30 10:39:26,365 INFO [MediaServer] ------------------------------------------------------------------------
2014-07-30 10:39:26,533 INFO [WebServer] Socket buffer set to 65535 bytes
2014-07-30 10:39:26,536 INFO [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2014-07-30 10:39:26,590 INFO [RestletServer] Starting Restlet server (/cds) exposed on port 23424
2014-07-30 10:39:26,590 INFO [RestletServer] Starting Restlet server (/mediabrowser) exposed on port 23424
2014-07-30 10:39:26,615 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2014-07-30 10:39:26,625 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.sql' has been run
2014-07-30 10:39:26,628 INFO [DatabaseManager] Using DERBY database language
2014-07-30 10:39:27,943 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.1.sql' has been run
2014-07-30 10:39:27,944 DEBUG [DBLogDAOImpl] Checking if script 'script-0.2.sql' has been run
2014-07-30 10:39:27,946 DEBUG [DBLogDAOImpl] Checking if script 'script-0.3.1.sql' has been run
2014-07-30 10:39:27,947 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.sql' has been run
2014-07-30 10:39:27,949 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.1.sql' has been run
2014-07-30 10:39:27,950 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.2.sql' has been run
2014-07-30 10:39:27,951 DEBUG [DBLogDAOImpl] Checking if script 'script-0.5.sql' has been run
2014-07-30 10:39:27,953 DEBUG [DBLogDAOImpl] Checking if script 'script-0.5.1.sql' has been run
2014-07-30 10:39:27,954 DEBUG [DBLogDAOImpl] Checking if script 'script-0.6.sql' has been run
2014-07-30 10:39:27,955 DEBUG [DBLogDAOImpl] Checking if script 'script-0.6.1.sql' has been run
2014-07-30 10:39:27,957 DEBUG [DBLogDAOImpl] Checking if script 'script-0.6.2.sql' has been run
2014-07-30 10:39:27,958 DEBUG [DBLogDAOImpl] Checking if script 'script-1.0.sql' has been run
2014-07-30 10:39:27,960 DEBUG [DBLogDAOImpl] Checking if script 'script-1.1.sql' has been run
2014-07-30 10:39:27,961 DEBUG [DBLogDAOImpl] Checking if script 'script-1.2.sql' has been run
2014-07-30 10:39:27,962 DEBUG [DBLogDAOImpl] Checking if script 'script-1.2.1.sql' has been run
2014-07-30 10:39:27,966 DEBUG [DBLogDAOImpl] Checking if script 'script-1.3.sql' has been run
2014-07-30 10:39:27,967 DEBUG [DBLogDAOImpl] Checking if script 'script-1.4.sql' has been run
2014-07-30 10:39:27,986 DEBUG [LicensingManager] Updating license
2014-07-30 10:39:27,992 DEBUG [ConfigEntryDAOImpl] Reading all ConfigEntries
2014-07-30 10:39:28,017 DEBUG [LicenseValidator] Validating license file (343 bytes)
2014-07-30 10:39:28,148 INFO [MediaServer] ------------------------------------------------------------------------
2014-07-30 10:39:28,148 INFO [MediaServer] License: FREE
2014-07-30 10:39:28,148 INFO [MediaServer] ------------------------------------------------------------------------
2014-07-30 10:39:28,153 DEBUG [LocalAddressResolverStrategy] Resolving host IP address using stored bound NIC name: eth0-0
2014-07-30 10:39:28,159 INFO [Device] Created UPnP Device with UUID: 8a5d916b-7321-3573-bcfb-f74ceae874cc, bound address: 192.168.3.250
2014-07-30 10:39:28,856 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2014-07-30 10:39:28,867 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 1
2014-07-30 10:39:29,069 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2014-07-30 10:39:29,070 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 2
2014-07-30 10:39:29,119 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2014-07-30 10:39:29,128 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 3
2014-07-30 10:39:29,134 INFO [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3)
2014-07-30 10:39:29,135 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 4
2014-07-30 10:39:29,137 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2014-07-30 10:39:29,137 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 5
2014-07-30 10:39:29,139 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2014-07-30 10:39:29,145 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 6
2014-07-30 10:39:29,157 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2014-07-30 10:39:29,158 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile sam_ef
2014-07-30 10:39:29,167 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (E/F-series)' (id=sam_ef)
2014-07-30 10:39:29,167 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 7
2014-07-30 10:39:29,169 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7)
2014-07-30 10:39:29,169 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 8
2014-07-30 10:39:29,171 INFO [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8)
2014-07-30 10:39:29,171 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile sony2012
2014-07-30 10:39:29,178 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012)
2014-07-30 10:39:29,178 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile sony2013
2014-07-30 10:39:29,183 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2013)' (id=sony2013)
2014-07-30 10:39:29,183 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile bdp2013
2014-07-30 10:39:29,185 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx100 (2013)' (id=bdp2013)
2014-07-30 10:39:29,185 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile bdp2012
2014-07-30 10:39:29,187 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx90 (2012)' (id=bdp2012)
2014-07-30 10:39:29,188 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile bdp2010
2014-07-30 10:39:29,208 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010)' (id=bdp2010)
2014-07-30 10:39:29,209 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile bdp2010us
2014-07-30 10:39:29,210 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010) - US' (id=bdp2010us)
2014-07-30 10:39:29,211 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile bdp2011
2014-07-30 10:39:29,212 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx80/SMP-N200 (2011)' (id=bdp2011)
2014-07-30 10:39:29,212 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 13
2014-07-30 10:39:29,214 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13)
2014-07-30 10:39:29,214 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile tosh2012
2014-07-30 10:39:29,216 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA 2012-' (id=tosh2012)
2014-07-30 10:39:29,216 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 14
2014-07-30 10:39:29,219 INFO [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14)
2014-07-30 10:39:29,220 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 15
2014-07-30 10:39:29,221 INFO [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15)
2014-07-30 10:39:29,221 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 16
2014-07-30 10:39:29,229 INFO [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16)
2014-07-30 10:39:29,229 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 17
2014-07-30 10:39:29,230 INFO [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17)
2014-07-30 10:39:29,231 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 18
2014-07-30 10:39:29,232 INFO [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18)
2014-07-30 10:39:29,233 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile sony2011
2014-07-30 10:39:29,234 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011)
2014-07-30 10:39:29,234 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile sony2010
2014-07-30 10:39:29,236 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010)
2014-07-30 10:39:29,236 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile plps2010
2014-07-30 10:39:29,238 INFO [ProfilesDefinitionParser] Added profile 'Philips (2010-)' (id=plps2010)
2014-07-30 10:39:29,241 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 20
2014-07-30 10:39:29,242 INFO [ProfilesDefinitionParser] Added profile 'Philips (2009)' (id=20)
2014-07-30 10:39:29,243 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile sony2009
2014-07-30 10:39:29,244 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009)
2014-07-30 10:39:29,245 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 22
2014-07-30 10:39:29,247 INFO [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22)
2014-07-30 10:39:29,247 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile viera2013
2014-07-30 10:39:29,249 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2013)' (id=viera2013)
2014-07-30 10:39:29,250 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile viera2011a
2014-07-30 10:39:29,251 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a)
2014-07-30 10:39:29,252 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile viera2011
2014-07-30 10:39:29,253 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011)
2014-07-30 10:39:29,253 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile viera2010
2014-07-30 10:39:29,255 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010)
2014-07-30 10:39:29,255 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile sony2012us
2014-07-30 10:39:29,256 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us)
2014-07-30 10:39:29,257 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile sony2011us
2014-07-30 10:39:29,258 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us)
2014-07-30 10:39:29,258 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile SonySTR
2014-07-30 10:39:29,260 INFO [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR)
2014-07-30 10:39:29,261 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile SonyCMT
2014-07-30 10:39:29,262 INFO [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT)
2014-07-30 10:39:29,262 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile viziotv
2014-07-30 10:39:29,263 INFO [ProfilesDefinitionParser] Added profile 'Vizio TV' (id=viziotv)
2014-07-30 10:39:29,263 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile win8metro
2014-07-30 10:39:29,266 INFO [ProfilesDefinitionParser] Added profile 'Windows 8/RT' (id=win8metro)
2014-07-30 10:39:29,267 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile panasonicBDT220
2014-07-30 10:39:29,268 INFO [ProfilesDefinitionParser] Added profile 'Panasonic BD player' (id=panasonicBDT220)
2014-07-30 10:39:29,268 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile philips_streamium
2014-07-30 10:39:29,269 INFO [ProfilesDefinitionParser] Added profile 'Philips NP Streamium' (id=philips_streamium)
2014-07-30 10:39:29,270 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile roku
2014-07-30 10:39:29,271 INFO [ProfilesDefinitionParser] Added profile 'Chaneru' (id=roku)
2014-07-30 10:39:29,271 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile RokuMPApp
2014-07-30 10:39:29,275 INFO [ProfilesDefinitionParser] Added profile 'Roku Media Player' (id=RokuMPApp)
2014-07-30 10:39:29,275 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile YamBD
2014-07-30 10:39:29,276 INFO [ProfilesDefinitionParser] Added profile 'Yamaha BD-A1020/BD-A1010' (id=YamBD)
2014-07-30 10:39:29,276 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile TNDC
2014-07-30 10:39:29,277 INFO [ProfilesDefinitionParser] Added profile 'Telenet Yelo TV' (id=TNDC)
2014-07-30 10:39:29,278 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile xbox_one
2014-07-30 10:39:29,279 INFO [ProfilesDefinitionParser] Added profile 'Xbox One' (id=xbox_one)
2014-07-30 10:39:29,363 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2014-07-30 10:39:29,363 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile flv_player
2014-07-30 10:39:29,365 INFO [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player)
2014-07-30 10:39:29,366 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile ios
2014-07-30 10:39:29,367 INFO [ProfilesDefinitionParser] Added profile 'iOS' (id=ios)
2014-07-30 10:39:29,368 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile serviigo_standard
2014-07-30 10:39:29,369 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Standard)' (id=serviigo_standard)
2014-07-30 10:39:29,370 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile serviigo
2014-07-30 10:39:29,371 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Legacy Devices)' (id=serviigo)
2014-07-30 10:39:29,371 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile serviigo_hls
2014-07-30 10:39:29,373 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (HLS)' (id=serviigo_hls)
2014-07-30 10:39:29,373 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile serviigo_gtv
2014-07-30 10:39:29,374 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Google TV)' (id=serviigo_gtv)
2014-07-30 10:39:29,375 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile wp8
2014-07-30 10:39:29,377 INFO [ProfilesDefinitionParser] Added profile 'Windows Phone 8' (id=wp8)
2014-07-30 10:39:29,377 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile chromecast
2014-07-30 10:39:29,379 INFO [ProfilesDefinitionParser] Added profile 'Chromecast' (id=chromecast)
2014-07-30 10:39:29,431 INFO [PluginCompilerThread] Looking for plugins at /etc/serviio/plugins
2014-07-30 10:39:29,434 INFO [PluginCompilerThread] Started looking for plugins
2014-07-30 10:39:29,445 INFO [UpdateChecker] Checking if a new version is available
2014-07-30 10:39:29,455 DEBUG [FFMPEGWrapper] Invoking FFMPEG to check if it exists of path ffmpeg
2014-07-30 10:39:29,476 DEBUG [ProcessExecutor] Starting ffmpeg
2014-07-30 10:39:29,539 ERROR [MediaServer] FFMPEG not found. Serviio will not work properly.
2014-07-30 10:39:29,542 DEBUG [DCRawWrapper] Invoking DCRAW to check if it exists of path dcraw
2014-07-30 10:39:29,548 DEBUG [ProcessExecutor] Starting dcraw
2014-07-30 10:39:29,594 INFO [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2014-07-30 10:39:29,637 DEBUG [LocalAddressResolverStrategy] Resolving host IP address using stored bound NIC name: eth0-0
2014-07-30 10:39:29,638 INFO [Device] Updated bound IP address of Device with UUID: 8a5d916b-7321-3573-bcfb-f74ceae874cc, bound address: 192.168.3.250
2014-07-30 10:39:29,639 INFO [WebServer] WebServer starting on port 8895
2014-07-30 10:39:29,649 DEBUG [DiscoveryManager] UPNP device 8a5d916b-7321-3573-bcfb-f74ceae874cc (192.168.3.250) is available
2014-07-30 10:39:29,649 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2014-07-30 10:39:29,656 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth0 (eth0) and address 192.168.3.250, timeout = 0
2014-07-30 10:39:29,657 INFO [EventDispatcher] Starting EventDispatcher
2014-07-30 10:39:29,657 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2014-07-30 10:39:29,660 INFO [RendererExpirationChecker] Starting RendererExpirationChecker
2014-07-30 10:39:29,661 INFO [RendererSearchSender] Searching for Renderer devices
2014-07-30 10:39:29,663 DEBUG [RendererSearchSender$RendererSearchWorker] Multicasting SSDP M-SEARCH using interface eth0 (eth0) and address 192.168.3.250, timeout = 0
2014-07-30 10:39:29,684 DEBUG [RendererSearchSender$RendererSearchWorker] Sending 1 'm-search' messages
2014-07-30 10:39:29,697 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /192.168.3.250:1902s
2014-07-30 10:39:29,700 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /192.168.3.250:1902s
2014-07-30 10:39:29,701 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /192.168.3.250:1902s
2014-07-30 10:39:29,707 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (eth0) and address 192.168.3.250, timeout = 0
2014-07-30 10:39:29,709 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 8a5d916b-7321-3573-bcfb-f74ceae874cc
2014-07-30 10:39:31,521 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:00:08 (advertisement duration is 1800 sec.)
2014-07-30 10:39:35,691 DEBUG [RendererSearchSender] Finished searching for Renderer devices
2014-07-30 10:39:39,710 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (eth0) and address 192.168.3.250, timeout = 0
2014-07-30 10:39:39,712 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 8a5d916b-7321-3573-bcfb-f74ceae874cc
2014-07-30 10:39:41,519 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:00:08 (advertisement duration is 1800 sec.)
2014-07-30 10:39:49,710 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (eth0) and address 192.168.3.250, timeout = 0
2014-07-30 10:39:49,712 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 8a5d916b-7321-3573-bcfb-f74ceae874cc
2014-07-30 10:39:51,521 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:03:11 (advertisement duration is 1800 sec.)
2014-07-30 10:39:55,698 INFO [FeedUpdaterThread] Started looking for information about online resources
2014-07-30 10:39:55,698 DEBUG [FeedUpdaterThread] Checking for new and expired online resources
2014-07-30 10:39:55,722 DEBUG [OnlineRepositoryDAOImpl] Reading all OnlineRepositories
2014-07-30 10:39:55,735 INFO [LibraryAdditionsCheckerThread] Started looking for newly added files
2014-07-30 10:39:55,755 DEBUG [RepositoryDAOImpl] Reading all Repositories
2014-07-30 10:39:55,757 INFO [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2014-07-30 10:39:55,758 DEBUG [RepositoryDAOImpl] Reading all Repositories
2014-07-30 10:39:55,765 INFO [PlaylistMaintainerThread] Started looking playlist changes
2014-07-30 10:39:55,772 DEBUG [PlaylistDAOImpl] Reading all Playlists
2014-07-30 10:39:55,825 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.3.5:51028s
2014-07-30 10:39:55,896 DEBUG [MediaItemDAOImpl] Looking up a media item for file path: /multimedia1/video/aaa.avi, ignore case: false
2014-07-30 10:39:55,966 DEBUG [LibraryUpdatesCheckerThread] Looking for removed/updated files in repository: /multimedia1/video/bbb.avi
[...]

Re: Serviio library cache

PostPosted: Fri Aug 01, 2014 11:44 am
by mib182
UP
Any ideas ?

Re: Serviio library cache

PostPosted: Wed Aug 06, 2014 9:53 pm
by zip
the interesting bits would be later in the log.

Re: Serviio library cache

PostPosted: Tue Oct 07, 2014 11:41 pm
by rward1953
I'm not certain what I am doing wrong, but I don't seem to be getting the library to update at all.

One thing is for certain, I am not getting any additions from any of my USB external drives, but in a previous version of Serviio there was no issue. It picked up the external drives and cataloged the files on them with no problem at all. It seems to be adding from the C: drive without a problem, with the exception of some files that appear to not be transcoding. This is especially true with "avi" and "mkv" files, but "mp4" files seem to add without a problem.

I have a Sony Bravia, 2011 model KDL 46EX720 and PS3 (which will play "avi" and "mkv" files) and quite a large collection of media.

My main concern at this point is why there is nothing other than the C:\ showing files. I have added paths, and local id's but I am not certain if I have done this correctly. What is the correct way to add something like E:\Movies? Is it a path or local, and could the problem be connected to not having the right ffmpeg version? I just updated the software and it seems to have "lost" every other drive but C:!

Lastly, would it be more feasible to convert everything to mp4, as the server doesn't seem to do transcoding for mp4's?

Re: Serviio library cache

PostPosted: Sun Oct 12, 2014 10:05 pm
by zip
for files not appearing on the remote drive, see the FAQ

Re: Serviio library cache

PostPosted: Sat Oct 18, 2014 10:59 pm
by rward1953
Could you explain the difference between "Add Local" and "Add Path"?

From what I can tell, "Add Path" means add a specific folder on a drive, whereas "Add Local" means add a shared drive. Am I right?

Also, is there a limit to the amount of files can be added to the database from a folder, or even from a drive. It seems that my library is not adding all the files/folders from my library.

I realize that folders/drives have to be shared, but for some reason, not all my files are being added. I also realize that not all formats are compatible, but not all the files are showing in the library regardless of format.

I have a lot of material that is subdivided into subfolders and it seems that there may be a limit as to the amount of subfolders one can have, and the amount of folders/files that can be added.

Is this something that can be adjusted or even diagnosed? I'm not a programmer, nor am I experienced in working with code, so you will have to go easy on me with this one.

Re: Serviio library cache

PostPosted: Sun Oct 19, 2014 3:16 pm
by zip
There are no limits on the number of files added to the library. It will only add files that are supproted (see the features page on www.serviio.org) and have the right access rights.

Add local open the File dialog to select a folder. Add path is usually used to add remote directories or locations that don't appear in the file dialog, or useful when you run the console in a remote mode (as the local File dialog shows folders on the PC running the console, not the server)

Re: Serviio library cache

PostPosted: Tue Oct 21, 2014 11:05 pm
by rward1953
Serviio still seems to chock on large directories.

I have my media in a number of categories, to facilitate searches, but it seems that it does not get past a larger amount of files.

I realize these libraries, especially ones that are subdivided into categories like mine, would take some time to index, but its been well over a week, and I am talking about about 4-5 Tb of files.

Furthermore, it seemed to have stopped about 1/2 to 3/4's through the first category. These files are a combination of formats (mkv, avi, mp4 etc.), and I was wondering if that was it.

I wondered about converting all the files to mp4's to eliminate the transcoding. Would that make a difference?

I had also read that 3rd party media servers might conflict with the Windows server or other server software. If this is the case, do you have any suggestions?

Re: Serviio library cache

PostPosted: Tue Oct 21, 2014 11:07 pm
by rward1953
So path is for specific folders that are on drives connected to the computer, and locals are for drives that are not connected?

Re: Serviio library cache

PostPosted: Wed Oct 22, 2014 7:52 pm
by rward1953
Looks like my library has a limit of 2917 file?!?

Either that, or there is something wrong with file number 2917.

Is there any reason it should hang on an individual file?

Re: Serviio library cache

PostPosted: Fri Oct 24, 2014 5:46 pm
by zip
It could hang on a file, i the file is a bit 'dodgy' to the libraries Serviio uses. try to move that file outside the shared foldersand see if it progresses.

Re: Serviio library cache

PostPosted: Tue Nov 11, 2014 11:15 pm
by rward1953
Well I dumped the file, changed the order of the local drives and it still won't recognize anything other than the first drive listed in the library.

I have Mezzmo on this computer as well as it seems to recognize other files that Serviio does not, but I can't get it to do a full scan, whereas Mezzmo will.

Serviio was the first media server I tried, and a previous version had no issues with the additional drives.

I have tried a number of things, including re-install and, as mentioned, shuffling the order of the library, but it seems to stop part way through the scan, and although everything is there, to a certain amount of files, regardless of the drives, it just stops adding files.

If there is an issue with the database, is there a way to delete the existing database, and start new? Or is there something more serious here that I should be considering?

Re: Serviio library cache

PostPosted: Tue Nov 11, 2014 11:19 pm
by rward1953
BTW, I have plenty of disk space, and my library contains numerous formats, and, overall this doesn't seem to be a problem.

My library is large though, and, as I stated earlier, subdivided to assist searching, but this wasn't an issue before.

Re: Serviio library cache

PostPosted: Wed Nov 12, 2014 10:29 pm
by zip
Does it always stop on the same file?