2017-04-08 19:47:44,410 WARN [CoverImageService] Cannot convert/resize art to JPG. Message: null java.lang.NullPointerException at org.serviio.library.local.service.CoverImageService.prepareCoverImage(CoverImageService.java:69) at org.serviio.library.local.service.CoverImageService.createCoverImage(CoverImageService.java:50) at org.serviio.library.local.service.VideoService.updateVideoInLibrary(VideoService.java:231) at org.serviio.library.local.indexing.MediaFileIndexer.updateMediaFile(MediaFileIndexer.java:150) at org.serviio.library.local.indexing.DefaultLibraryMonitor.fileUpdated(DefaultLibraryMonitor.java:65) at org.serviio.library.local.indexing.pipe.PipeManager$PipeProcessingConsumer.lambda$run$8(PipeManager.java:175) at java.util.Optional.ifPresent(Optional.java:159) at org.serviio.library.local.indexing.pipe.PipeManager$PipeProcessingConsumer.run(PipeManager.java:169) at java.lang.Thread.run(Thread.java:745) 2017-04-08 19:47:45,873 WARN [MediaFileIndexer] Cannot update file Rogue One: A Star Wars Story in library because of an unexpected error. Message: Cannot update Video with id 1609 org.serviio.db.dao.PersistenceException: Cannot update Video with id 1609 at org.serviio.library.dao.VideoDAOImpl.update(VideoDAOImpl.java:239) at org.serviio.library.dao.VideoDAOImpl.update(VideoDAOImpl.java:56) at org.serviio.library.local.service.VideoService.updateVideoInLibrary(VideoService.java:267) at org.serviio.library.local.indexing.MediaFileIndexer.updateMediaFile(MediaFileIndexer.java:150) at org.serviio.library.local.indexing.DefaultLibraryMonitor.fileUpdated(DefaultLibraryMonitor.java:65) at org.serviio.library.local.indexing.pipe.PipeManager$PipeProcessingConsumer.lambda$run$8(PipeManager.java:175) at java.util.Optional.ifPresent(Optional.java:159) at org.serviio.library.local.indexing.pipe.PipeManager$PipeProcessingConsumer.run(PipeManager.java:169) at java.lang.Thread.run(Thread.java:745) Caused by: java.sql.SQLNonTransientConnectionException: Connection closed by unknown interrupt. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source) at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source) at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(Unknown Source) at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeLargeUpdate(Unknown Source) at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeUpdate(Unknown Source) at org.serviio.library.dao.VideoDAOImpl.update(VideoDAOImpl.java:237) ... 8 more Caused by: ERROR 08000: Connection closed by unknown interrupt. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) at org.apache.derby.iapi.util.InterruptStatus.setInterrupted(Unknown Source) at org.apache.derby.iapi.util.InterruptStatus.throwIf(Unknown Source) at org.apache.derby.impl.sql.execute.BasicNoPutResultSetImpl.checkCancellationFlag(Unknown Source) at org.apache.derby.impl.sql.execute.TableScanResultSet.getNextRowCore(Unknown Source) at org.apache.derby.impl.sql.execute.IndexRowToBaseRowResultSet.getNextRowCore(Unknown Source) at org.apache.derby.impl.sql.execute.ProjectRestrictResultSet.getNextRowCore(Unknown Source) at org.apache.derby.impl.sql.execute.NormalizeResultSet.getNextRowCore(Unknown Source) at org.apache.derby.impl.sql.execute.DMLWriteResultSet.getNextRowCore(Unknown Source) at org.apache.derby.impl.sql.execute.UpdateResultSet.getNextRowCore(Unknown Source) at org.apache.derby.impl.sql.execute.UpdateResultSet.collectAffectedRows(Unknown Source) at org.apache.derby.impl.sql.execute.UpdateResultSet.open(Unknown Source) at org.apache.derby.impl.sql.GenericPreparedStatement.executeStmt(Unknown Source) at org.apache.derby.impl.sql.GenericPreparedStatement.execute(Unknown Source) ... 13 more 2017-04-08 19:47:45,987 INFO [LibraryOneTimeScanner] Interrupting library scan 2017-04-08 19:47:45,987 INFO [LibraryDeltaScanner] Stopping the library delta scan 2017-04-08 19:47:45,989 INFO [PlaylistMaintainerWorker] Finished looking for playlist changes 2017-04-08 19:47:46,089 INFO [RepositoriesStatusCoordinator$RepositoriesStatusThread] Finished checking repositories status 2017-04-08 19:47:46,089 INFO [FeedUpdaterWorker] Finished looking for online resources information 2017-04-08 19:47:46,190 INFO [PluginCompilerThread] Finished looking for plugins 2017-04-08 19:47:46,994 INFO [SearchIndexer] Closing search index writer 2017-04-08 19:47:47,090 INFO [SearchIndexer] Closing search index writer 2017-04-08 19:47:47,793 WARN [OpenSubtitlesClient] Cound not log out from opensubtitles.org: java.net.UnknownHostException: api.opensubtitles.org de.timroes.axmlrpc.XMLRPCException: java.net.UnknownHostException: api.opensubtitles.org at de.timroes.axmlrpc.XMLRPCClient$Caller.call(XMLRPCClient.java:753) at de.timroes.axmlrpc.XMLRPCClient.call(XMLRPCClient.java:461) at org.serviio.delivery.subtitles.OpenSubtitlesClient.makeUnauthorisedRpcCall(OpenSubtitlesClient.java:203) at org.serviio.delivery.subtitles.OpenSubtitlesClient.logOut(OpenSubtitlesClient.java:98) at org.serviio.delivery.subtitles.OpenSubtitlesService.shutdown(OpenSubtitlesService.java:135) at org.serviio.MediaServer$ShutdownHook.run(MediaServer.java:360) Caused by: java.net.UnknownHostException: api.opensubtitles.org at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:432) at sun.net.www.http.HttpClient.openServer(HttpClient.java:527) at sun.net.www.http.HttpClient.(HttpClient.java:211) at sun.net.www.http.HttpClient.New(HttpClient.java:308) at sun.net.www.http.HttpClient.New(HttpClient.java:326) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1169) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1105) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:999) at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:933) at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1283) at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1258) at de.timroes.axmlrpc.XMLRPCClient$Caller.call(XMLRPCClient.java:658) ... 5 more 2017-04-08 19:47:47,794 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-08 19:47:47,795 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-08 19:47:47,795 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-08 19:47:47,795 INFO [WebServer] WebServer shutting down 2017-04-08 19:47:47,797 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-08 19:47:47,797 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-08 19:47:47,856 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 9 times 2017-04-08 19:47:52,915 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 8 times 2017-04-08 19:47:57,979 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 7 times 2017-04-08 19:48:03,039 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 6 times 2017-04-08 19:48:08,097 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 5 times 2017-04-08 19:48:13,137 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 4 times 2017-04-08 20:06:49,613 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-08 20:06:49,718 INFO [MediaServer] Serviio DLNA media streaming server v 1.7 (rev. 1027e12e0c0f) 2017-04-08 20:06:49,718 INFO [MediaServer] Petr Nejedly 2009-2015 2017-04-08 20:06:49,718 INFO [MediaServer] http://www.serviio.org 2017-04-08 20:06:49,718 INFO [MediaServer] 2017-04-08 20:06:49,718 INFO [MediaServer] Java 1.8.0_91-Oracle Corporation x86 2017-04-08 20:06:49,718 INFO [MediaServer] OS Windows 10 10.0 2017-04-08 20:06:49,718 INFO [MediaServer] File encoding: windows-1252 2017-04-08 20:06:49,766 INFO [MediaServer] Headless mode enabled: true 2017-04-08 20:06:49,766 INFO [MediaServer] User: NOTE-DOIN$ 2017-04-08 20:06:49,766 INFO [MediaServer] User home dir: C:\WINDOWS\system32\config\systemprofile 2017-04-08 20:06:49,766 INFO [MediaServer] Temp dir: C:\WINDOWS\TEMP\ 2017-04-08 20:06:49,766 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-08 20:06:49,782 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated 2017-04-08 20:06:49,813 INFO [DatabaseManager] Using DERBY database language 2017-04-08 20:07:04,038 INFO [WebServer] Socket buffer set to 65535 bytes 2017-04-08 20:07:04,039 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/console) exposed on port 23423 2017-04-08 20:07:04,041 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/rest) exposed on port 23423 2017-04-08 20:07:04,044 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/console) exposed on port 23523 2017-04-08 20:07:04,044 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/rest) exposed on port 23523 2017-04-08 20:07:04,408 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/cds) exposed on port 23424 2017-04-08 20:07:04,408 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/mediabrowser) exposed on port 23424 2017-04-08 20:07:04,409 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/cds) exposed on port 23524 2017-04-08 20:07:04,409 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/mediabrowser) exposed on port 23524 2017-04-08 20:07:07,719 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-08 20:07:07,719 INFO [MediaServer] License: FREE 2017-04-08 20:07:07,719 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-08 20:07:08,850 INFO [Device] Created UPnP Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-08 20:07:09,236 INFO [ProfilesDefinitionParser] Parsing Profiles definition 2017-04-08 20:07:09,289 INFO [CustomisationManager] No customisation properties found 2017-04-08 20:07:09,336 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1) 2017-04-08 20:07:09,336 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2) 2017-04-08 20:07:09,336 INFO [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3) 2017-04-08 20:07:09,336 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4) 2017-04-08 20:07:09,336 INFO [ProfilesDefinitionParser] Added profile 'Playstation 4' (id=ps4) 2017-04-08 20:07:09,336 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5) 2017-04-08 20:07:09,351 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6) 2017-04-08 20:07:09,351 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (H-series)' (id=sam_h) 2017-04-08 20:07:09,351 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (J-series)' (id=sam_j) 2017-04-08 20:07:09,351 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (E/F-series)' (id=sam_ef) 2017-04-08 20:07:09,351 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7) 2017-04-08 20:07:09,351 INFO [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8) 2017-04-08 20:07:09,351 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012) 2017-04-08 20:07:09,351 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2013/14)' (id=sony2013) 2017-04-08 20:07:09,351 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx100 (2013)' (id=bdp2013) 2017-04-08 20:07:09,351 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx90 (2012)' (id=bdp2012) 2017-04-08 20:07:09,351 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010)' (id=bdp2010) 2017-04-08 20:07:09,351 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010) - US' (id=bdp2010us) 2017-04-08 20:07:09,351 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx80/SMP-N200 (2011)' (id=bdp2011) 2017-04-08 20:07:09,351 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13) 2017-04-08 20:07:09,351 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA 2012-' (id=tosh2012) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'Philips (2010-)' (id=plps2010) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'Philips (2009)' (id=20) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2013)' (id=viera2013) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2009)' (id=viera2009) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'Vizio TV' (id=viziotv) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'Panasonic BD player' (id=panasonicBDT220) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'Philips NP Streamium' (id=philips_streamium) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'Chaneru' (id=roku) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'Roku Media Player' (id=RokuMPApp) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'Yamaha BD-A1020/BD-A1010' (id=YamBD) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'Telenet Yelo TV' (id=TNDC) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'Xbox One' (id=xbox_one) 2017-04-08 20:07:09,367 INFO [ProfilesDefinitionParser] Added profile 'Raumfeld' (id=raumfeld) 2017-04-08 20:07:09,398 INFO [ProfilesDefinitionParser] Parsing Profiles definition 2017-04-08 20:07:09,398 INFO [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player) 2017-04-08 20:07:09,398 INFO [ProfilesDefinitionParser] Added profile 'Android' (id=android) 2017-04-08 20:07:09,398 INFO [ProfilesDefinitionParser] Added profile 'iOS' (id=ios) 2017-04-08 20:07:09,398 INFO [ProfilesDefinitionParser] Added profile 'HTML5' (id=html5) 2017-04-08 20:07:09,398 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Standard)' (id=serviigo_standard) 2017-04-08 20:07:09,398 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Legacy Devices)' (id=serviigo) 2017-04-08 20:07:09,398 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (HLS)' (id=serviigo_hls) 2017-04-08 20:07:09,398 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Google TV)' (id=serviigo_gtv) 2017-04-08 20:07:09,398 INFO [ProfilesDefinitionParser] Added profile 'Google Cast' (id=googlecast) 2017-04-08 20:07:09,398 INFO [ProfilesDefinitionParser] Added profile 'Chromecast' (id=chromecast) 2017-04-08 20:07:09,398 INFO [ProfilesDefinitionParser] Added profile 'Windows Phone 8' (id=wp8) 2017-04-08 20:07:09,746 INFO [PluginCompilerThread] Looking for plugins at C:\Program Files\Serviio\bin\..\plugins 2017-04-08 20:07:09,747 INFO [UpdateChecker] Checking if a new version is available 2017-04-08 20:07:09,910 INFO [PluginCompilerThread] Started looking for plugins 2017-04-08 20:07:16,189 INFO [FFMPEGWrapper] Found FFmpeg: C:\Program Files\Serviio\bin\\..\lib\ffmpeg.exe 2017-04-08 20:07:16,189 INFO [FFMPEGWrapper] FFmpeg details: [version=3.0.2, libRtpmPresent=true, libAssPresent=true, libShinePresent=false, libMxfPresent=false] 2017-04-08 20:07:23,109 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-08 20:07:23,390 INFO [WebServer] WebServer starting on port 8895 2017-04-08 20:07:24,513 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-08 20:07:24,607 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-08 20:07:24,607 INFO [EventDispatcher] Starting EventDispatcher 2017-04-08 20:07:24,607 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-08 20:07:24,611 INFO [RendererExpirationChecker] Starting RendererExpirationChecker 2017-04-08 20:07:24,736 INFO [RendererSearchSender] Searching for Renderer devices 2017-04-08 20:07:24,736 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-08 20:07:50,859 INFO [FeedUpdaterWorker] Started looking for information about online resources 2017-04-08 20:07:53,529 INFO [FileDeltaWatcher] Using 'sun.nio.fs.WindowsWatchService' for delta scan 2017-04-08 20:07:56,295 INFO [RepositoriesStatusCoordinator$RepositoriesStatusThread] Started checking repositories status 2017-04-08 20:07:56,707 INFO [LocalLibraryManager] Starting automatic library scan 2017-04-08 20:08:00,967 INFO [LibraryDeltaScanner] Added repository 'E:\Videos' to delta scanner (NATIVE) 2017-04-08 20:08:00,967 INFO [LibraryDeltaScanner] Starting the library delta scan 2017-04-08 20:08:00,968 INFO [PlaylistMaintainerWorker] Started looking for playlist changes 2017-04-08 20:22:29,099 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-08 20:22:29,101 INFO [WebServer] WebServer shutting down 2017-04-08 20:22:29,101 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-08 20:22:29,102 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-08 20:22:29,102 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-08 20:22:29,102 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-08 20:22:29,878 INFO [RendererExpirationChecker] Leaving RendererExpirationChecker 2017-04-08 20:30:13,146 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv). Message: Unknown video file type. 2017-04-08 20:30:27,396 INFO [SearchManager] Starting up search engine 2017-04-08 20:30:28,282 INFO [ContentDirectoryDefinitionParser] Parsing ContentDirectory definition 2017-04-08 20:30:28,943 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:30:59,790 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv). Message: Unknown video file type. 2017-04-08 20:31:08,494 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:31:39,296 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv). Message: Unknown video file type. 2017-04-08 20:31:47,887 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:31:51,847 INFO [MediaFileIndexer] Added file 'RARBG.mp4' (title: Rogue One: A Star Wars Story) to Library 2017-04-08 20:31:52,769 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:32:23,616 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv). Message: Unknown video file type. 2017-04-08 20:32:31,366 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:32:34,459 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\RARBG.mp4) in Library 2017-04-08 20:32:35,362 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:33:06,195 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv). Message: Unknown video file type. 2017-04-08 20:33:14,625 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:33:15,620 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:33:46,450 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv). Message: Unknown video file type. 2017-04-08 20:33:54,804 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:33:55,796 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:36:43,534 INFO [MediaFileIndexer] Added file 'Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv' (title: Rogue One: A Star Wars Story) to Library 2017-04-08 20:36:52,588 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:36:53,506 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:39:39,617 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 20:39:49,694 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:39:50,610 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:42:06,840 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 20:42:17,110 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:42:18,053 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:43:46,872 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 20:43:54,699 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:43:55,682 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:44:40,124 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 20:44:49,641 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:44:50,573 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:45:34,332 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 20:45:42,906 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:45:43,824 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:46:27,676 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 20:46:35,924 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:46:36,841 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:47:20,322 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 20:47:28,742 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:47:29,661 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:48:13,405 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 20:48:23,012 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:48:23,915 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:49:06,706 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 20:49:17,233 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:49:18,121 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:50:01,525 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 20:50:11,068 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:50:11,950 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:50:56,640 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 20:51:06,555 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:51:07,459 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:51:42,131 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 20:51:52,309 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:51:53,210 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:52:28,870 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 20:52:37,164 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:52:38,144 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:53:13,730 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 20:53:26,387 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:53:27,290 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:53:51,238 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 20:53:58,925 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:53:59,817 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:54:27,370 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 20:54:37,161 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:54:38,080 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:55:04,500 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 20:55:12,387 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:55:13,282 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:55:38,734 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 20:55:50,624 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:55:51,527 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:56:18,914 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 20:56:30,149 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:56:31,044 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:56:57,981 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 20:57:11,531 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:57:12,441 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:57:35,907 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 20:57:46,586 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:57:47,489 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:58:13,227 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 20:58:21,844 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:58:22,760 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:58:47,977 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 20:58:59,439 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:59:00,374 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 20:59:25,469 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 20:59:33,992 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 20:59:34,875 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 21:00:03,594 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:00:13,165 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:00:14,043 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 21:00:41,608 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:00:52,420 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:00:53,298 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 21:01:21,748 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:01:29,515 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:01:30,392 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 21:01:59,759 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:02:08,970 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:02:09,882 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 21:02:35,303 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:02:44,118 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:02:45,043 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 21:03:08,629 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:03:19,566 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:03:20,483 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 21:03:44,423 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:04:02,239 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:04:03,134 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 21:04:29,887 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:04:40,221 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:04:41,145 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 21:05:04,921 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:05:13,394 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:05:14,393 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 21:05:40,695 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:05:51,558 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:05:52,482 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 21:06:20,078 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:06:28,924 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:06:29,927 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-08 21:06:57,814 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:07:10,116 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:07:17,612 INFO [MediaFileIndexer] Added file 'Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4' (title: Rogue One: A Star Wars Story) to Library 2017-04-08 21:07:43,734 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:07:52,810 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:07:59,147 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:08:28,515 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:08:42,003 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:08:45,961 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:09:11,892 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:09:23,854 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:09:30,404 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:09:58,839 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:10:10,286 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:10:21,698 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:10:45,370 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:10:55,551 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:10:59,082 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:11:24,240 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:11:33,382 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:11:36,836 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:11:59,810 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:12:11,070 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:12:15,433 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:12:41,091 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:12:50,851 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:12:54,811 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:13:18,282 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:13:29,767 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:13:33,340 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:14:00,559 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:14:09,816 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:14:14,525 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:14:39,382 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:14:50,171 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:14:54,851 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:15:22,317 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:15:33,310 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:15:38,825 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:16:04,214 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:16:20,577 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:16:25,000 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:16:49,848 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:17:01,528 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:17:06,662 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:17:32,592 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:17:41,786 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:17:48,692 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:18:16,315 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:18:25,065 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:18:29,628 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:18:54,079 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:19:05,621 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:19:09,342 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:19:35,700 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:19:44,660 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:19:49,132 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:20:20,195 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:20:30,704 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:20:34,677 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:21:01,600 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:21:12,591 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:21:16,316 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:21:43,820 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:21:56,371 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:22:01,151 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:22:27,309 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:22:39,912 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:22:45,006 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:23:11,066 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:23:20,688 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:23:24,552 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:23:51,749 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:24:00,815 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:24:05,769 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:24:47,252 WARN [OnlineVideoSourcesMetadataExtractor] Online metadata search failed for file Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv [VideoDescription [type=FILM, names=[rogue one, borradores], year=2016, season=null, episode=null, imdb_id=null]] using TheMovieDBSourceAdaptor: Error connecting to themoviedb.com: connect timed out 2017-04-08 21:24:47,267 WARN [MetadataExtractionCoordinator] Extractor ONLINE_VIDEO_SOURCES failed to connect to metadata source for file E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv, will try again later: Error connecting to themoviedb.com: connect timed out 2017-04-08 21:24:47,564 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:25:00,487 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:25:05,278 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:25:32,185 INFO [MediaFileIndexer] Updated 'Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:25:45,353 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:25:50,086 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:26:20,892 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:26:30,696 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:26:34,890 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:27:00,134 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:27:12,552 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:27:16,773 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:27:44,865 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:27:55,043 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:27:58,739 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:28:23,438 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:28:38,110 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:28:44,835 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:29:10,506 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:29:24,006 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:29:32,413 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:29:59,867 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:30:09,170 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:30:13,155 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:30:42,436 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:30:51,746 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:30:55,712 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:31:28,283 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:31:38,633 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:31:43,635 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:32:11,019 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:32:23,383 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:32:28,974 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:32:58,416 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:33:13,925 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:33:20,625 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:33:44,613 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:34:00,839 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:34:07,945 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:34:32,080 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:34:42,230 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:34:47,967 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:35:13,246 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:35:21,388 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:35:25,195 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:35:52,805 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:36:02,186 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:36:06,783 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:36:30,945 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:36:42,485 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:36:52,642 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:37:26,011 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:37:38,738 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:37:44,477 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:38:08,538 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:38:22,132 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:38:26,246 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:38:57,878 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:39:07,621 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:39:11,659 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:39:36,660 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:39:46,531 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:39:50,629 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:40:15,541 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:40:28,908 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:40:32,930 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:40:57,636 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:41:07,791 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:41:11,993 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:41:40,930 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:41:51,687 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:41:56,217 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:42:24,110 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:42:33,546 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:42:43,193 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:43:08,915 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:43:19,200 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:43:30,952 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:44:01,410 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:44:10,712 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:44:14,741 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:44:39,381 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:44:52,115 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:44:58,019 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:45:21,811 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:45:30,181 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:45:35,370 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:45:57,582 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:45:59,916 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\RARBG.mp4) in Library 2017-04-08 21:46:05,962 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:46:09,362 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-08 21:46:32,695 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:46:39,858 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:47:03,281 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 21:47:12,197 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:47:19,818 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:47:27,172 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:47:37,403 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:47:43,999 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:47:50,822 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:47:59,090 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:48:07,094 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:48:14,540 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 21:48:22,466 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 22:04:07,255 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 22:04:37,081 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 22:05:02,006 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 22:05:26,568 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 22:05:50,918 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 22:05:56,353 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 22:06:01,353 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 22:06:05,799 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 22:06:11,528 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 22:06:16,985 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 22:06:23,349 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 22:46:35,609 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 22:46:53,317 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 22:47:10,676 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 22:47:25,344 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 23:51:22,283 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 23:51:27,708 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 23:51:33,111 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 23:51:41,297 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 23:51:48,634 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 23:51:55,535 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 23:52:00,398 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 23:52:05,121 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 23:52:11,959 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 23:52:24,095 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 23:52:55,413 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 23:53:25,419 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 23:53:29,007 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 23:54:05,482 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) in Library 2017-04-08 23:54:09,408 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 23:54:13,269 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 23:54:13,300 INFO [MediaFileIndexer] Removing 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.3D.BluRay.Half-SBS.x264.DTS-HD.MA.7.1-FGT.mkv) from Library 2017-04-08 23:54:17,428 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 23:54:21,801 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 23:54:45,580 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-08 23:55:34,863 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 00:05:40,535 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 00:07:45,697 INFO [BrowsingCategoriesMessages] Loaded browsing categories message bundle for locale: en 2017-04-09 00:07:45,704 INFO [MediaFileIndexer] Added file 'Breaking.Bad.S02E13.HDTV.XviD-0TV.avi' (title: ABQ) to Library 2017-04-09 00:07:50,966 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 00:08:45,821 INFO [MediaFileIndexer] Updated 'ABQ' (E:\Videos\Breaking Bad\Breaking.Bad.S02E13.HDTV.XviD-0TV.avi) in Library 2017-04-09 00:08:51,979 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 00:09:48,143 INFO [MediaFileIndexer] Updated 'ABQ' (E:\Videos\Breaking Bad\Breaking.Bad.S02E13.HDTV.XviD-0TV.avi) in Library 2017-04-09 00:09:54,814 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 00:10:51,494 INFO [MediaFileIndexer] Updated 'ABQ' (E:\Videos\Breaking Bad\Breaking.Bad.S02E13.HDTV.XviD-0TV.avi) in Library 2017-04-09 00:10:57,223 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 00:11:50,711 INFO [MediaFileIndexer] Updated 'ABQ' (E:\Videos\Breaking Bad\Breaking.Bad.S02E13.HDTV.XviD-0TV.avi) in Library 2017-04-09 00:11:57,376 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 00:12:43,883 INFO [MediaFileIndexer] Updated 'ABQ' (E:\Videos\Breaking Bad\Breaking.Bad.S02E13.HDTV.XviD-0TV.avi) in Library 2017-04-09 00:12:49,106 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 00:14:06,834 INFO [MediaFileIndexer] Updated 'ABQ' (E:\Videos\Breaking Bad\Breaking.Bad.S02E13.HDTV.XviD-0TV.avi) in Library 2017-04-09 00:14:13,011 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 00:15:20,684 WARN [OnlineVideoSourcesMetadataExtractor] Online metadata search failed for file Star.Wars.Rebels.S03E15.HDTV.x264-BATV[ettv].mkv [VideoDescription [type=EPISODE, names=[star wars rebels, rebels], year=null, season=3, episode=15, imdb_id=null]] using TheTVDBSourceAdaptor: Error connecting to thetvdb.com: URL 'http://thetvdb.com/api/235C8CA4529142E9/series/283468/dvd/3/15/en.xml' returned status code '503' 2017-04-09 00:15:26,626 INFO [MediaFileIndexer] Added file 'Star.Wars.Rebels.S03E15.HDTV.x264-BATV[ettv].mkv' (title: Trials of the Darksaber) to Library 2017-04-09 00:16:19,102 INFO [MediaFileIndexer] Updated 'ABQ' (E:\Videos\Breaking Bad\Breaking.Bad.S02E13.HDTV.XviD-0TV.avi) in Library 2017-04-09 00:16:25,745 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 00:18:15,414 WARN [OnlineVideoSourcesMetadataExtractor] Online metadata search failed for file Star.Wars.Rebels.S03E15.HDTV.x264-BATV[ettv].mkv [VideoDescription [type=EPISODE, names=[star wars rebels, rebels], year=null, season=3, episode=15, imdb_id=null]] using TheTVDBSourceAdaptor: Error connecting to thetvdb.com: URL 'http://thetvdb.com/api/235C8CA4529142E9/series/283468/dvd/3/15/en.xml' returned status code '522' 2017-04-09 00:18:21,094 INFO [MediaFileIndexer] Updated 'Trials of the Darksaber' (E:\Videos\Rebels\Star.Wars.Rebels.S03E15.HDTV.x264-BATV[ettv].mkv) in Library 2017-04-09 00:19:13,983 INFO [MediaFileIndexer] Updated 'ABQ' (E:\Videos\Breaking Bad\Breaking.Bad.S02E13.HDTV.XviD-0TV.avi) in Library 2017-04-09 00:19:20,266 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 00:21:08,226 WARN [OnlineVideoSourcesMetadataExtractor] Online metadata search failed for file Star.Wars.Rebels.S03E15.HDTV.x264-BATV[ettv].mkv [VideoDescription [type=EPISODE, names=[star wars rebels, rebels], year=null, season=3, episode=15, imdb_id=null]] using TheTVDBSourceAdaptor: Error connecting to thetvdb.com: URL 'http://thetvdb.com/api/235C8CA4529142E9/series/283468/dvd/3/15/en.xml' returned status code '503' 2017-04-09 00:21:11,284 INFO [MediaFileIndexer] Updated 'Trials of the Darksaber' (E:\Videos\Rebels\Star.Wars.Rebels.S03E15.HDTV.x264-BATV[ettv].mkv) in Library 2017-04-09 00:21:56,914 INFO [MediaFileIndexer] Updated 'ABQ' (E:\Videos\Breaking Bad\Breaking.Bad.S02E13.HDTV.XviD-0TV.avi) in Library 2017-04-09 00:22:02,516 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 00:23:00,037 WARN [OnlineVideoSourcesMetadataExtractor] Online metadata search failed for file Star.Wars.Rebels.S03E15.HDTV.x264-BATV[ettv].mkv [VideoDescription [type=EPISODE, names=[star wars rebels, rebels], year=null, season=3, episode=15, imdb_id=null]] using TheTVDBSourceAdaptor: Error connecting to thetvdb.com: URL 'http://thetvdb.com/api/235C8CA4529142E9/series/283468/dvd/3/15/en.xml' returned status code '503' 2017-04-09 00:23:06,668 INFO [MediaFileIndexer] Updated 'Trials of the Darksaber' (E:\Videos\Rebels\Star.Wars.Rebels.S03E15.HDTV.x264-BATV[ettv].mkv) in Library 2017-04-09 00:23:57,835 INFO [MediaFileIndexer] Updated 'ABQ' (E:\Videos\Breaking Bad\Breaking.Bad.S02E13.HDTV.XviD-0TV.avi) in Library 2017-04-09 00:24:04,063 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 00:24:47,126 INFO [MediaFileIndexer] Updated 'ABQ' (E:\Videos\Breaking Bad\Breaking.Bad.S02E13.HDTV.XviD-0TV.avi) in Library 2017-04-09 00:24:52,552 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 00:25:55,067 INFO [MediaFileIndexer] Updated 'ABQ' (E:\Videos\Breaking Bad\Breaking.Bad.S02E13.HDTV.XviD-0TV.avi) in Library 2017-04-09 00:26:02,310 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 00:27:04,655 INFO [MediaFileIndexer] Updated 'ABQ' (E:\Videos\Breaking Bad\Breaking.Bad.S02E13.HDTV.XviD-0TV.avi) in Library 2017-04-09 00:27:09,849 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 00:28:00,889 INFO [MediaFileIndexer] Updated 'ABQ' (E:\Videos\Breaking Bad\Breaking.Bad.S02E13.HDTV.XviD-0TV.avi) in Library 2017-04-09 00:28:05,696 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 00:29:04,646 INFO [MediaFileIndexer] Updated 'ABQ' (E:\Videos\Breaking Bad\Breaking.Bad.S02E13.HDTV.XviD-0TV.avi) in Library 2017-04-09 00:29:09,783 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 00:29:13,085 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 00:29:17,328 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 00:29:21,050 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 00:29:24,832 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 00:29:28,662 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 00:29:31,872 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 01:05:35,935 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 01:05:39,631 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 01:05:42,938 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 01:05:46,182 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 01:06:03,066 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 04:25:20,125 INFO [MediaFileIndexer] Updated 'Phoenix' (E:\Videos\Breaking Bad\Breaking.Bad.S02E12.HDTV.XviD-0TV.avi) in Library 2017-04-09 04:25:25,315 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 04:25:30,288 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 04:25:35,811 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 04:25:42,361 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 04:25:48,307 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 04:25:52,769 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 11:17:30,194 INFO [MediaFileIndexer] Added file 'Star.Wars.Rebels.S03E16.720p.HDTV.x264-BATV.mkv' (title: Through Imperial Eyes) to Library 2017-04-09 11:17:35,796 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 11:17:42,010 INFO [MediaFileIndexer] Updated 'Through Imperial Eyes' (E:\Videos\Rebels\Star.Wars.Rebels.S03E16.720p.HDTV.x264-BATV.mkv) in Library 2017-04-09 11:17:47,829 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 11:17:52,937 INFO [MediaFileIndexer] Updated 'Through Imperial Eyes' (E:\Videos\Rebels\Star.Wars.Rebels.S03E16.720p.HDTV.x264-BATV.mkv) in Library 2017-04-09 11:17:57,617 INFO [MediaFileIndexer] Updated 'Through Imperial Eyes' (E:\Videos\Rebels\Star.Wars.Rebels.S03E16.720p.HDTV.x264-BATV.mkv) in Library 2017-04-09 11:18:02,636 INFO [MediaFileIndexer] Updated 'Through Imperial Eyes' (E:\Videos\Rebels\Star.Wars.Rebels.S03E16.720p.HDTV.x264-BATV.mkv) in Library 2017-04-09 11:18:08,984 INFO [MediaFileIndexer] Updated 'Through Imperial Eyes' (E:\Videos\Rebels\Star.Wars.Rebels.S03E16.720p.HDTV.x264-BATV.mkv) in Library 2017-04-09 11:18:15,200 INFO [MediaFileIndexer] Updated 'Through Imperial Eyes' (E:\Videos\Rebels\Star.Wars.Rebels.S03E16.720p.HDTV.x264-BATV.mkv) in Library 2017-04-09 11:18:20,578 INFO [MediaFileIndexer] Updated 'Through Imperial Eyes' (E:\Videos\Rebels\Star.Wars.Rebels.S03E16.720p.HDTV.x264-BATV.mkv) in Library 2017-04-09 11:18:26,224 INFO [MediaFileIndexer] Updated 'Through Imperial Eyes' (E:\Videos\Rebels\Star.Wars.Rebels.S03E16.720p.HDTV.x264-BATV.mkv) in Library 2017-04-09 11:18:30,788 INFO [MediaFileIndexer] Updated 'Through Imperial Eyes' (E:\Videos\Rebels\Star.Wars.Rebels.S03E16.720p.HDTV.x264-BATV.mkv) in Library 2017-04-09 11:18:35,119 INFO [MediaFileIndexer] Updated 'Through Imperial Eyes' (E:\Videos\Rebels\Star.Wars.Rebels.S03E16.720p.HDTV.x264-BATV.mkv) in Library 2017-04-09 11:18:40,448 INFO [MediaFileIndexer] Updated 'Through Imperial Eyes' (E:\Videos\Rebels\Star.Wars.Rebels.S03E16.720p.HDTV.x264-BATV.mkv) in Library 2017-04-09 11:18:44,584 INFO [MediaFileIndexer] Updated 'Through Imperial Eyes' (E:\Videos\Rebels\Star.Wars.Rebels.S03E16.720p.HDTV.x264-BATV.mkv) in Library 2017-04-09 11:18:49,095 INFO [MediaFileIndexer] Updated 'Through Imperial Eyes' (E:\Videos\Rebels\Star.Wars.Rebels.S03E16.720p.HDTV.x264-BATV.mkv) in Library 2017-04-09 11:18:53,678 INFO [MediaFileIndexer] Updated 'Through Imperial Eyes' (E:\Videos\Rebels\Star.Wars.Rebels.S03E16.720p.HDTV.x264-BATV.mkv) in Library 2017-04-09 11:18:58,947 INFO [MediaFileIndexer] Updated 'Through Imperial Eyes' (E:\Videos\Rebels\Star.Wars.Rebels.S03E16.720p.HDTV.x264-BATV.mkv) in Library 2017-04-09 11:19:03,719 INFO [MediaFileIndexer] Updated 'Through Imperial Eyes' (E:\Videos\Rebels\Star.Wars.Rebels.S03E16.720p.HDTV.x264-BATV.mkv) in Library 2017-04-09 11:19:08,446 INFO [MediaFileIndexer] Updated 'Through Imperial Eyes' (E:\Videos\Rebels\Star.Wars.Rebels.S03E16.720p.HDTV.x264-BATV.mkv) in Library 2017-04-09 11:19:11,988 INFO [MediaFileIndexer] Updated 'Through Imperial Eyes' (E:\Videos\Rebels\Star.Wars.Rebels.S03E16.720p.HDTV.x264-BATV.mkv) in Library 2017-04-09 11:19:15,287 INFO [MediaFileIndexer] Updated 'Through Imperial Eyes' (E:\Videos\Rebels\Star.Wars.Rebels.S03E16.720p.HDTV.x264-BATV.mkv) in Library 2017-04-09 11:19:19,210 INFO [MediaFileIndexer] Updated 'Through Imperial Eyes' (E:\Videos\Rebels\Star.Wars.Rebels.S03E16.720p.HDTV.x264-BATV.mkv) in Library 2017-04-09 11:24:24,236 INFO [MediaFileIndexer] Updated 'Through Imperial Eyes' (E:\Videos\Rebels\Star.Wars.Rebels.S03E16.720p.HDTV.x264-BATV.mkv) in Library 2017-04-09 11:24:54,073 INFO [MediaFileIndexer] Updated 'Through Imperial Eyes' (E:\Videos\Rebels\Star.Wars.Rebels.S03E16.720p.HDTV.x264-BATV.mkv) in Library 2017-04-09 14:40:52,032 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 14:41:15,010 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) in Library 2017-04-09 19:14:13,390 INFO [MediaFileIndexer] Added file 'Rogue.One.2016.3D.1080p.BluRay.x264.mkv' (title: Rogue One: A Star Wars Story) to Library 2017-04-09 19:14:16,761 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Rogue.One.2016.3D.1080p.BluRay.x264.mkv) in Library 2017-04-09 19:27:38,209 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Rogue.One.2016.3D.1080p.BluRay.x264.mkv) in Library 2017-04-09 19:27:41,570 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Rogue.One.2016.3D.1080p.BluRay.x264.mkv) in Library 2017-04-09 19:34:12,267 INFO [MediaFileIndexer] Added file 'Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv' (title: Rogue One: A Star Wars Story) to Library 2017-04-09 19:34:16,491 INFO [MediaFileIndexer] Added file 'Rogue.One.2016.BONUS.DISC.BRRip.x264-FGT.mp4' (title: Rogue One: A Star Wars Story) to Library 2017-04-09 19:34:20,664 INFO [MediaFileIndexer] Added file 'The.BFG.2016.BRRip.XviD.AC3-EVO.avi' (title: The BFG) to Library 2017-04-09 19:34:24,010 INFO [MediaFileIndexer] Added file 'The.Whole.Truth.2016.720p.BRRip.x264.AAC-ETRG.mp4' (title: The Whole Truth) to Library 2017-04-09 19:34:27,354 INFO [MediaFileIndexer] Added file 'x2.x-men.united.2003.720p.bluray.x264-nezu.mkv' (title: X2) to Library 2017-04-09 19:34:27,354 INFO [MediaFileIndexer] Removing 'X2' (E:\Videos\Pelis\Borradores\x2.x-men.united.2003.720p.bluray.x264-nezu.mkv) from Library 2017-04-09 19:34:27,460 INFO [MediaFileIndexer] Removing 'The BFG' (E:\Videos\Pelis\Borradores\The.BFG.2016.BRRip.XviD.AC3-EVO.avi) from Library 2017-04-09 19:34:27,496 INFO [MediaFileIndexer] Removing 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.3D.1080p.BluRay.x264-PSYCHD.mkv) from Library 2017-04-09 19:34:27,550 INFO [MediaFileIndexer] Removing 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.BONUS.DISC.BRRip.x264-FGT.mp4) from Library 2017-04-09 19:34:27,584 INFO [MediaFileIndexer] Removing 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\RARBG.mp4) from Library 2017-04-09 19:34:27,663 INFO [MediaFileIndexer] Removing 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Borradores\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG\Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4) from Library 2017-04-09 19:34:27,728 INFO [MediaFileIndexer] Removing 'The Whole Truth' (E:\Videos\Pelis\Borradores\The.Whole.Truth.2016.720p.BRRip.x264.AAC-ETRG.mp4) from Library 2017-04-09 19:34:31,259 INFO [MediaFileIndexer] Added file 'RARBG.mp4' (title: Rogue One: A Star Wars Story) to Library 2017-04-09 19:34:35,703 INFO [MediaFileIndexer] Added file 'Rogue.One.2016.1080p.BluRay.H264.AAC-RARBG.mp4' (title: Rogue One: A Star Wars Story) to Library 2017-04-09 19:34:35,703 INFO [MediaFileIndexer] Removing 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Rogue.One.2016.3D.1080p.BluRay.x264.mkv) from Library 2017-04-09 19:34:40,003 INFO [MediaFileIndexer] Added file 'Rogue.One.2016.3D.1080p.BluRay.x264.mkv' (title: Rogue One: A Star Wars Story) to Library 2017-04-09 19:37:00,458 INFO [LibraryOneTimeScanner] Interrupting library scan 2017-04-09 19:37:00,458 INFO [LibraryDeltaScanner] Stopping the library delta scan 2017-04-09 19:37:00,459 INFO [PlaylistMaintainerWorker] Finished looking for playlist changes 2017-04-09 19:37:00,606 INFO [LocalLibraryManager] Starting automatic library scan 2017-04-09 19:37:00,610 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Pelis' to delta scanner (NATIVE) 2017-04-09 19:37:00,610 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Breaking Bad' to delta scanner (NATIVE) 2017-04-09 19:37:00,611 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Daredevil' to delta scanner (NATIVE) 2017-04-09 19:37:00,612 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Penny Dreadful' to delta scanner (NATIVE) 2017-04-09 19:37:00,612 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Rebels' to delta scanner (NATIVE) 2017-04-09 19:37:00,612 INFO [LibraryDeltaScanner] Starting the library delta scan 2017-04-09 19:37:00,613 INFO [PlaylistMaintainerWorker] Started looking for playlist changes 2017-04-09 19:37:03,775 INFO [LocalLibraryManager] Starting manual library scan 2017-04-09 19:37:04,022 INFO [PlaylistMaintainerWorker] Finished looking for playlist changes 2017-04-09 19:37:04,123 INFO [PlaylistMaintainerWorker] Started looking for playlist changes 2017-04-09 20:55:33,185 INFO [WebServer] WebServer starting on port 8895 2017-04-09 20:55:34,316 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-09 20:55:34,319 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-09 20:55:34,321 INFO [EventDispatcher] Starting EventDispatcher 2017-04-09 20:55:34,321 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-09 20:55:34,430 INFO [RendererSearchSender] Searching for Renderer devices 2017-04-09 20:55:34,534 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-09 21:06:20,658 INFO [UpdateChecker] Checking if a new version is available 2017-04-09 21:06:38,576 WARN [IndexedDiskCache] Region [online_technical_metadata] Disk cache not shutdown properly, shutting down now. 2017-04-09 21:06:38,576 WARN [IndexedDiskCache] Region [thumbnails] Disk cache not shutdown properly, shutting down now. 2017-04-09 21:06:38,577 WARN [IndexedDiskCache] Region [tokens] Disk cache not shutdown properly, shutting down now. 2017-04-09 21:06:38,577 WARN [IndexedDiskCache] Region [subtitles_metadata] Disk cache not shutdown properly, shutting down now. 2017-04-09 21:06:38,577 WARN [IndexedDiskCache] Region [subtitles] Disk cache not shutdown properly, shutting down now. 2017-04-09 21:06:38,790 INFO [LibraryOneTimeScanner] Interrupting library scan 2017-04-09 21:06:38,790 INFO [LibraryDeltaScanner] Stopping the library delta scan 2017-04-09 21:06:38,806 INFO [PlaylistMaintainerWorker] Finished looking for playlist changes 2017-04-09 21:06:38,915 INFO [FeedUpdaterWorker] Finished looking for online resources information 2017-04-09 21:06:38,915 INFO [RepositoriesStatusCoordinator$RepositoriesStatusThread] Finished checking repositories status 2017-04-09 21:06:39,025 INFO [PluginCompilerThread] Finished looking for plugins 2017-04-09 21:06:40,346 INFO [SearchIndexer] Closing search index writer 2017-04-09 21:06:40,471 INFO [SearchIndexer] Closing search index writer 2017-04-09 21:06:43,837 WARN [OpenSubtitlesClient] Cound not log out from opensubtitles.org: java.net.UnknownHostException: api.opensubtitles.org de.timroes.axmlrpc.XMLRPCException: java.net.UnknownHostException: api.opensubtitles.org at de.timroes.axmlrpc.XMLRPCClient$Caller.call(XMLRPCClient.java:753) at de.timroes.axmlrpc.XMLRPCClient.call(XMLRPCClient.java:461) at org.serviio.delivery.subtitles.OpenSubtitlesClient.makeUnauthorisedRpcCall(OpenSubtitlesClient.java:203) at org.serviio.delivery.subtitles.OpenSubtitlesClient.logOut(OpenSubtitlesClient.java:98) at org.serviio.delivery.subtitles.OpenSubtitlesService.shutdown(OpenSubtitlesService.java:135) at org.serviio.MediaServer$ShutdownHook.run(MediaServer.java:360) Caused by: java.net.UnknownHostException: api.opensubtitles.org at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:432) at sun.net.www.http.HttpClient.openServer(HttpClient.java:527) at sun.net.www.http.HttpClient.(HttpClient.java:211) at sun.net.www.http.HttpClient.New(HttpClient.java:308) at sun.net.www.http.HttpClient.New(HttpClient.java:326) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1169) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1105) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:999) at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:933) at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1283) at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1258) at de.timroes.axmlrpc.XMLRPCClient$Caller.call(XMLRPCClient.java:658) ... 5 more 2017-04-09 21:06:44,149 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-09 21:06:51,270 INFO [WebServer] WebServer shutting down 2017-04-09 21:06:51,270 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-09 21:06:51,271 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-09 21:06:51,271 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-09 21:06:51,271 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-09 21:06:51,416 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 9 times 2017-04-09 21:06:56,455 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 8 times 2017-04-09 21:07:40,447 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-09 21:07:40,462 INFO [MediaServer] Serviio DLNA media streaming server v 1.7 (rev. 1027e12e0c0f) 2017-04-09 21:07:40,462 INFO [MediaServer] Petr Nejedly 2009-2015 2017-04-09 21:07:40,462 INFO [MediaServer] http://www.serviio.org 2017-04-09 21:07:40,462 INFO [MediaServer] 2017-04-09 21:07:40,462 INFO [MediaServer] Java 1.8.0_91-Oracle Corporation x86 2017-04-09 21:07:40,462 INFO [MediaServer] OS Windows 10 10.0 2017-04-09 21:07:40,462 INFO [MediaServer] File encoding: windows-1252 2017-04-09 21:07:40,547 INFO [MediaServer] Headless mode enabled: true 2017-04-09 21:07:40,547 INFO [MediaServer] User: NOTE-DOIN$ 2017-04-09 21:07:40,547 INFO [MediaServer] User home dir: C:\WINDOWS\system32\config\systemprofile 2017-04-09 21:07:40,547 INFO [MediaServer] Temp dir: C:\WINDOWS\TEMP\ 2017-04-09 21:07:40,547 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-09 21:07:40,594 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated 2017-04-09 21:07:40,663 INFO [DatabaseManager] Using DERBY database language 2017-04-09 21:07:47,977 INFO [WebServer] Socket buffer set to 65535 bytes 2017-04-09 21:07:47,977 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/console) exposed on port 23423 2017-04-09 21:07:47,977 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/rest) exposed on port 23423 2017-04-09 21:07:47,977 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/console) exposed on port 23523 2017-04-09 21:07:47,977 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/rest) exposed on port 23523 2017-04-09 21:07:48,373 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/cds) exposed on port 23424 2017-04-09 21:07:48,373 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/mediabrowser) exposed on port 23424 2017-04-09 21:07:48,374 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/cds) exposed on port 23524 2017-04-09 21:07:48,375 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/mediabrowser) exposed on port 23524 2017-04-09 21:07:49,031 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-09 21:07:49,031 INFO [MediaServer] License: FREE 2017-04-09 21:07:49,031 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-09 21:07:50,195 INFO [Device] Created UPnP Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-09 21:07:50,545 INFO [ProfilesDefinitionParser] Parsing Profiles definition 2017-04-09 21:07:50,592 INFO [CustomisationManager] No customisation properties found 2017-04-09 21:07:50,623 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1) 2017-04-09 21:07:50,639 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2) 2017-04-09 21:07:50,639 INFO [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3) 2017-04-09 21:07:50,639 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4) 2017-04-09 21:07:50,655 INFO [ProfilesDefinitionParser] Added profile 'Playstation 4' (id=ps4) 2017-04-09 21:07:50,655 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5) 2017-04-09 21:07:50,655 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6) 2017-04-09 21:07:50,655 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (H-series)' (id=sam_h) 2017-04-09 21:07:50,655 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (J-series)' (id=sam_j) 2017-04-09 21:07:50,655 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (E/F-series)' (id=sam_ef) 2017-04-09 21:07:50,655 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7) 2017-04-09 21:07:50,655 INFO [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2013/14)' (id=sony2013) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx100 (2013)' (id=bdp2013) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx90 (2012)' (id=bdp2012) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010)' (id=bdp2010) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010) - US' (id=bdp2010us) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx80/SMP-N200 (2011)' (id=bdp2011) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA 2012-' (id=tosh2012) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Philips (2010-)' (id=plps2010) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Philips (2009)' (id=20) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2013)' (id=viera2013) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2009)' (id=viera2009) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Vizio TV' (id=viziotv) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Panasonic BD player' (id=panasonicBDT220) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Philips NP Streamium' (id=philips_streamium) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Chaneru' (id=roku) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Roku Media Player' (id=RokuMPApp) 2017-04-09 21:07:50,670 INFO [ProfilesDefinitionParser] Added profile 'Yamaha BD-A1020/BD-A1010' (id=YamBD) 2017-04-09 21:07:50,686 INFO [ProfilesDefinitionParser] Added profile 'Telenet Yelo TV' (id=TNDC) 2017-04-09 21:07:50,686 INFO [ProfilesDefinitionParser] Added profile 'Xbox One' (id=xbox_one) 2017-04-09 21:07:50,686 INFO [ProfilesDefinitionParser] Added profile 'Raumfeld' (id=raumfeld) 2017-04-09 21:07:50,702 INFO [ProfilesDefinitionParser] Parsing Profiles definition 2017-04-09 21:07:50,702 INFO [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player) 2017-04-09 21:07:50,702 INFO [ProfilesDefinitionParser] Added profile 'Android' (id=android) 2017-04-09 21:07:50,702 INFO [ProfilesDefinitionParser] Added profile 'iOS' (id=ios) 2017-04-09 21:07:50,702 INFO [ProfilesDefinitionParser] Added profile 'HTML5' (id=html5) 2017-04-09 21:07:50,702 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Standard)' (id=serviigo_standard) 2017-04-09 21:07:50,702 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Legacy Devices)' (id=serviigo) 2017-04-09 21:07:50,702 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (HLS)' (id=serviigo_hls) 2017-04-09 21:07:50,702 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Google TV)' (id=serviigo_gtv) 2017-04-09 21:07:50,702 INFO [ProfilesDefinitionParser] Added profile 'Google Cast' (id=googlecast) 2017-04-09 21:07:50,702 INFO [ProfilesDefinitionParser] Added profile 'Chromecast' (id=chromecast) 2017-04-09 21:07:50,702 INFO [ProfilesDefinitionParser] Added profile 'Windows Phone 8' (id=wp8) 2017-04-09 21:07:50,842 INFO [PluginCompilerThread] Looking for plugins at C:\Program Files\Serviio\bin\..\plugins 2017-04-09 21:07:50,842 INFO [UpdateChecker] Checking if a new version is available 2017-04-09 21:07:50,954 INFO [PluginCompilerThread] Started looking for plugins 2017-04-09 21:08:02,670 INFO [FFMPEGWrapper] Found FFmpeg: C:\Program Files\Serviio\bin\\..\lib\ffmpeg.exe 2017-04-09 21:08:02,670 INFO [FFMPEGWrapper] FFmpeg details: [version=3.0.2, libRtpmPresent=true, libAssPresent=true, libShinePresent=false, libMxfPresent=false] 2017-04-09 21:08:04,453 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-09 21:08:04,766 INFO [WebServer] WebServer starting on port 8895 2017-04-09 21:08:05,904 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-09 21:08:05,935 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-09 21:08:05,935 INFO [EventDispatcher] Starting EventDispatcher 2017-04-09 21:08:05,935 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-09 21:08:05,935 INFO [RendererExpirationChecker] Starting RendererExpirationChecker 2017-04-09 21:08:06,271 INFO [RendererSearchSender] Searching for Renderer devices 2017-04-09 21:08:06,286 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-09 21:08:32,507 INFO [FeedUpdaterWorker] Started looking for information about online resources 2017-04-09 21:08:32,970 INFO [FileDeltaWatcher] Using 'sun.nio.fs.WindowsWatchService' for delta scan 2017-04-09 21:08:33,312 INFO [RepositoriesStatusCoordinator$RepositoriesStatusThread] Started checking repositories status 2017-04-09 21:08:33,532 INFO [LocalLibraryManager] Starting automatic library scan 2017-04-09 21:08:34,148 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Pelis' to delta scanner (NATIVE) 2017-04-09 21:08:34,188 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Breaking Bad' to delta scanner (NATIVE) 2017-04-09 21:08:34,225 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Daredevil' to delta scanner (NATIVE) 2017-04-09 21:08:34,226 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Penny Dreadful' to delta scanner (NATIVE) 2017-04-09 21:08:34,272 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Rebels' to delta scanner (NATIVE) 2017-04-09 21:08:34,272 INFO [LibraryDeltaScanner] Starting the library delta scan 2017-04-09 21:08:34,273 INFO [PlaylistMaintainerWorker] Started looking for playlist changes 2017-04-09 21:12:31,388 INFO [ContentDirectoryDefinitionParser] Parsing ContentDirectory definition 2017-04-09 21:12:31,852 INFO [BrowsingCategoriesMessages] Loaded browsing categories message bundle for locale: en 2017-04-09 22:32:03,024 INFO [LocalLibraryManager] Starting manual library scan 2017-04-09 22:32:04,157 INFO [PlaylistMaintainerWorker] Finished looking for playlist changes 2017-04-09 22:32:04,260 INFO [PlaylistMaintainerWorker] Started looking for playlist changes 2017-04-10 19:18:33,985 INFO [DiscoveryManager] System wake up detected, restarting UPnP services for network re-discovery 2017-04-10 19:18:34,149 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-10 19:18:34,149 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-10 19:18:34,149 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-10 19:18:34,180 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-10 19:18:34,763 INFO [RendererExpirationChecker] Leaving RendererExpirationChecker 2017-04-10 19:18:35,620 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-10 19:18:35,626 INFO [EventDispatcher] Starting EventDispatcher 2017-04-10 19:18:35,626 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-10 19:18:35,627 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-10 19:18:36,254 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-10 19:29:51,758 INFO [SearchManager] Starting up search engine 2017-04-10 19:30:21,157 INFO [MediaFileIndexer] Added file 'Rogue.One.2016.1080p.BluRay.H264.mkv' (title: Rogue One: A Star Wars Story) to Library 2017-04-10 19:30:46,328 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Rogue.One.2016.1080p.BluRay.H264.mkv) in Library 2017-04-10 19:30:51,572 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Rogue.One.2016.1080p.BluRay.H264.mkv) in Library 2017-04-10 19:31:18,907 INFO [MediaFileIndexer] Updated 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Rogue.One.2016.1080p.BluRay.H264.mkv) in Library 2017-04-10 19:39:42,083 INFO [MediaFileIndexer] Added file 'Harry Potter and the Goblet of Fire (2005).mkv' (title: Harry Potter and the Goblet of Fire) to Library 2017-04-10 19:39:43,793 INFO [MediaFileIndexer] Updated 'Harry Potter and the Goblet of Fire' (E:\Videos\Pelis\Harry Potter and the Goblet of Fire (2005).mkv) in Library 2017-04-11 20:34:19,115 INFO [DiscoveryManager] System wake up detected, restarting UPnP services for network re-discovery 2017-04-11 20:34:19,115 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-11 20:34:19,115 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-11 20:34:19,115 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-11 20:34:19,115 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-11 20:34:20,278 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 9 times 2017-04-11 20:34:21,483 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 8 times 2017-04-11 20:34:27,570 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-11 20:34:27,570 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-11 20:34:27,570 INFO [EventDispatcher] Starting EventDispatcher 2017-04-11 20:34:27,570 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-11 20:34:27,755 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-12 21:16:58,784 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 9 times 2017-04-12 21:16:59,486 INFO [DiscoveryManager] System wake up detected, restarting UPnP services for network re-discovery 2017-04-12 21:16:59,486 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-12 21:16:59,486 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-12 21:16:59,486 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-12 21:17:02,419 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-12 21:17:02,435 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-12 21:17:02,458 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-12 21:17:02,461 INFO [EventDispatcher] Starting EventDispatcher 2017-04-12 21:17:02,666 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-12 21:17:02,666 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-12 21:17:02,685 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-12 21:17:02,685 INFO [EventDispatcher] Starting EventDispatcher 2017-04-12 21:17:03,389 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-13 00:05:36,685 WARN [IndexedDiskCache] Region [subtitles] Disk cache not shutdown properly, shutting down now. 2017-04-13 00:05:36,886 INFO [LibraryOneTimeScanner] Interrupting library scan 2017-04-13 00:05:36,686 WARN [IndexedDiskCache] Region [online_technical_metadata] Disk cache not shutdown properly, shutting down now. 2017-04-13 00:05:36,686 WARN [IndexedDiskCache] Region [tokens] Disk cache not shutdown properly, shutting down now. 2017-04-13 00:05:36,685 WARN [IndexedDiskCache] Region [thumbnails] Disk cache not shutdown properly, shutting down now. 2017-04-13 00:05:36,685 WARN [IndexedDiskCache] Region [subtitles_metadata] Disk cache not shutdown properly, shutting down now. 2017-04-13 00:05:36,908 INFO [LibraryDeltaScanner] Stopping the library delta scan 2017-04-13 00:05:36,910 INFO [PlaylistMaintainerWorker] Finished looking for playlist changes 2017-04-13 00:05:37,011 INFO [RepositoriesStatusCoordinator$RepositoriesStatusThread] Finished checking repositories status 2017-04-13 00:05:37,011 INFO [FeedUpdaterWorker] Finished looking for online resources information 2017-04-13 00:05:37,194 INFO [PluginCompilerThread] Finished looking for plugins 2017-04-13 00:05:37,925 ERROR [IndexedDiskCache] Region [online_technical_metadata] Not alive and dispose was called, filename: online_technical_metadata 2017-04-13 00:05:38,054 INFO [SearchIndexer] Closing search index writer 2017-04-13 00:05:39,011 INFO [SearchIndexer] Closing search index writer 2017-04-13 00:05:40,258 WARN [OpenSubtitlesClient] Cound not log out from opensubtitles.org: java.net.UnknownHostException: api.opensubtitles.org de.timroes.axmlrpc.XMLRPCException: java.net.UnknownHostException: api.opensubtitles.org at de.timroes.axmlrpc.XMLRPCClient$Caller.call(XMLRPCClient.java:753) at de.timroes.axmlrpc.XMLRPCClient.call(XMLRPCClient.java:461) at org.serviio.delivery.subtitles.OpenSubtitlesClient.makeUnauthorisedRpcCall(OpenSubtitlesClient.java:203) at org.serviio.delivery.subtitles.OpenSubtitlesClient.logOut(OpenSubtitlesClient.java:98) at org.serviio.delivery.subtitles.OpenSubtitlesService.shutdown(OpenSubtitlesService.java:135) at org.serviio.MediaServer$ShutdownHook.run(MediaServer.java:360) Caused by: java.net.UnknownHostException: api.opensubtitles.org at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:432) at sun.net.www.http.HttpClient.openServer(HttpClient.java:527) at sun.net.www.http.HttpClient.(HttpClient.java:211) at sun.net.www.http.HttpClient.New(HttpClient.java:308) at sun.net.www.http.HttpClient.New(HttpClient.java:326) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1169) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1105) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:999) at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:933) at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1283) at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1258) at de.timroes.axmlrpc.XMLRPCClient$Caller.call(XMLRPCClient.java:658) ... 5 more 2017-04-13 00:05:40,791 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-13 00:05:44,080 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-13 00:05:44,080 INFO [WebServer] WebServer shutting down 2017-04-13 00:05:44,082 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-13 00:05:44,082 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-13 00:05:44,082 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-13 00:05:44,083 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-13 00:05:44,174 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 9 times 2017-04-13 00:05:44,442 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-13 00:05:44,487 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-13 00:05:49,213 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 8 times 2017-04-13 10:21:44,414 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-13 10:21:44,452 INFO [MediaServer] Serviio DLNA media streaming server v 1.7 (rev. 1027e12e0c0f) 2017-04-13 10:21:44,452 INFO [MediaServer] Petr Nejedly 2009-2015 2017-04-13 10:21:44,452 INFO [MediaServer] http://www.serviio.org 2017-04-13 10:21:44,452 INFO [MediaServer] 2017-04-13 10:21:44,452 INFO [MediaServer] Java 1.8.0_91-Oracle Corporation x86 2017-04-13 10:21:44,452 INFO [MediaServer] OS Windows 10 10.0 2017-04-13 10:21:44,452 INFO [MediaServer] File encoding: windows-1252 2017-04-13 10:21:44,530 INFO [MediaServer] Headless mode enabled: true 2017-04-13 10:21:44,530 INFO [MediaServer] User: NOTE-DOIN$ 2017-04-13 10:21:44,530 INFO [MediaServer] User home dir: C:\WINDOWS\system32\config\systemprofile 2017-04-13 10:21:44,530 INFO [MediaServer] Temp dir: C:\WINDOWS\TEMP\ 2017-04-13 10:21:44,530 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-13 10:21:44,561 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated 2017-04-13 10:21:44,608 INFO [DatabaseManager] Using DERBY database language 2017-04-13 10:21:55,184 INFO [WebServer] Socket buffer set to 65535 bytes 2017-04-13 10:21:55,184 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/console) exposed on port 23423 2017-04-13 10:21:55,184 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/rest) exposed on port 23423 2017-04-13 10:21:55,184 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/console) exposed on port 23523 2017-04-13 10:21:55,184 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/rest) exposed on port 23523 2017-04-13 10:21:55,649 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/cds) exposed on port 23424 2017-04-13 10:21:55,649 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/mediabrowser) exposed on port 23424 2017-04-13 10:21:55,649 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/cds) exposed on port 23524 2017-04-13 10:21:55,649 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/mediabrowser) exposed on port 23524 2017-04-13 10:21:56,335 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-13 10:21:56,335 INFO [MediaServer] License: FREE 2017-04-13 10:21:56,335 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-13 10:21:57,541 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 9 times 2017-04-13 10:22:03,667 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 8 times 2017-04-13 10:22:09,790 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 7 times 2017-04-13 10:22:16,033 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 6 times 2017-04-13 10:22:22,175 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 5 times 2017-04-13 10:22:28,298 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 4 times 2017-04-13 10:22:34,581 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 3 times 2017-04-13 10:22:40,724 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 2 times 2017-04-13 10:22:47,085 INFO [Device] Created UPnP Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-13 10:22:51,593 INFO [ProfilesDefinitionParser] Parsing Profiles definition 2017-04-13 10:22:51,843 INFO [CustomisationManager] No customisation properties found 2017-04-13 10:22:52,134 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1) 2017-04-13 10:22:52,228 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2) 2017-04-13 10:22:52,228 INFO [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3) 2017-04-13 10:22:52,228 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4) 2017-04-13 10:22:52,228 INFO [ProfilesDefinitionParser] Added profile 'Playstation 4' (id=ps4) 2017-04-13 10:22:52,228 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5) 2017-04-13 10:22:52,322 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6) 2017-04-13 10:22:52,322 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (H-series)' (id=sam_h) 2017-04-13 10:22:52,322 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (J-series)' (id=sam_j) 2017-04-13 10:22:52,322 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (E/F-series)' (id=sam_ef) 2017-04-13 10:22:52,322 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7) 2017-04-13 10:22:52,322 INFO [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8) 2017-04-13 10:22:52,353 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012) 2017-04-13 10:22:52,353 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2013/14)' (id=sony2013) 2017-04-13 10:22:52,353 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx100 (2013)' (id=bdp2013) 2017-04-13 10:22:52,353 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx90 (2012)' (id=bdp2012) 2017-04-13 10:22:52,353 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010)' (id=bdp2010) 2017-04-13 10:22:52,353 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010) - US' (id=bdp2010us) 2017-04-13 10:22:52,353 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx80/SMP-N200 (2011)' (id=bdp2011) 2017-04-13 10:22:52,353 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13) 2017-04-13 10:22:52,353 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA 2012-' (id=tosh2012) 2017-04-13 10:22:52,400 INFO [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14) 2017-04-13 10:22:52,400 INFO [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15) 2017-04-13 10:22:52,400 INFO [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16) 2017-04-13 10:22:52,400 INFO [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17) 2017-04-13 10:22:52,415 INFO [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18) 2017-04-13 10:22:52,415 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011) 2017-04-13 10:22:52,415 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010) 2017-04-13 10:22:52,415 INFO [ProfilesDefinitionParser] Added profile 'Philips (2010-)' (id=plps2010) 2017-04-13 10:22:52,415 INFO [ProfilesDefinitionParser] Added profile 'Philips (2009)' (id=20) 2017-04-13 10:22:52,415 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009) 2017-04-13 10:22:52,415 INFO [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22) 2017-04-13 10:22:52,415 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2013)' (id=viera2013) 2017-04-13 10:22:52,415 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a) 2017-04-13 10:22:52,415 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011) 2017-04-13 10:22:52,415 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010) 2017-04-13 10:22:52,415 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2009)' (id=viera2009) 2017-04-13 10:22:52,415 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us) 2017-04-13 10:22:52,415 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us) 2017-04-13 10:22:52,415 INFO [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR) 2017-04-13 10:22:52,415 INFO [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT) 2017-04-13 10:22:52,415 INFO [ProfilesDefinitionParser] Added profile 'Vizio TV' (id=viziotv) 2017-04-13 10:22:52,415 INFO [ProfilesDefinitionParser] Added profile 'Panasonic BD player' (id=panasonicBDT220) 2017-04-13 10:22:52,415 INFO [ProfilesDefinitionParser] Added profile 'Philips NP Streamium' (id=philips_streamium) 2017-04-13 10:22:52,415 INFO [ProfilesDefinitionParser] Added profile 'Chaneru' (id=roku) 2017-04-13 10:22:52,415 INFO [ProfilesDefinitionParser] Added profile 'Roku Media Player' (id=RokuMPApp) 2017-04-13 10:22:52,415 INFO [ProfilesDefinitionParser] Added profile 'Yamaha BD-A1020/BD-A1010' (id=YamBD) 2017-04-13 10:22:52,415 INFO [ProfilesDefinitionParser] Added profile 'Telenet Yelo TV' (id=TNDC) 2017-04-13 10:22:52,415 INFO [ProfilesDefinitionParser] Added profile 'Xbox One' (id=xbox_one) 2017-04-13 10:22:52,415 INFO [ProfilesDefinitionParser] Added profile 'Raumfeld' (id=raumfeld) 2017-04-13 10:22:52,517 INFO [ProfilesDefinitionParser] Parsing Profiles definition 2017-04-13 10:22:52,518 INFO [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player) 2017-04-13 10:22:52,519 INFO [ProfilesDefinitionParser] Added profile 'Android' (id=android) 2017-04-13 10:22:52,519 INFO [ProfilesDefinitionParser] Added profile 'iOS' (id=ios) 2017-04-13 10:22:52,519 INFO [ProfilesDefinitionParser] Added profile 'HTML5' (id=html5) 2017-04-13 10:22:52,520 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Standard)' (id=serviigo_standard) 2017-04-13 10:22:52,520 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Legacy Devices)' (id=serviigo) 2017-04-13 10:22:52,521 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (HLS)' (id=serviigo_hls) 2017-04-13 10:22:52,521 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Google TV)' (id=serviigo_gtv) 2017-04-13 10:22:52,521 INFO [ProfilesDefinitionParser] Added profile 'Google Cast' (id=googlecast) 2017-04-13 10:22:52,521 INFO [ProfilesDefinitionParser] Added profile 'Chromecast' (id=chromecast) 2017-04-13 10:22:52,522 INFO [ProfilesDefinitionParser] Added profile 'Windows Phone 8' (id=wp8) 2017-04-13 10:22:52,972 INFO [PluginCompilerThread] Looking for plugins at C:\Program Files\Serviio\bin\..\plugins 2017-04-13 10:22:52,974 INFO [UpdateChecker] Checking if a new version is available 2017-04-13 10:22:52,983 INFO [PluginCompilerThread] Started looking for plugins 2017-04-13 10:22:58,140 INFO [FFMPEGWrapper] Found FFmpeg: C:\Program Files\Serviio\bin\\..\lib\ffmpeg.exe 2017-04-13 10:22:58,142 INFO [FFMPEGWrapper] FFmpeg details: [version=3.0.2, libRtpmPresent=true, libAssPresent=true, libShinePresent=false, libMxfPresent=false] 2017-04-13 10:22:59,038 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-13 10:22:59,652 INFO [WebServer] WebServer starting on port 8895 2017-04-13 10:23:00,909 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-13 10:23:00,940 INFO [EventDispatcher] Starting EventDispatcher 2017-04-13 10:23:00,940 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-13 10:23:00,940 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-13 10:23:00,956 INFO [RendererExpirationChecker] Starting RendererExpirationChecker 2017-04-13 10:23:01,410 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-13 10:23:01,441 INFO [RendererSearchSender] Searching for Renderer devices 2017-04-13 10:23:27,726 INFO [FeedUpdaterWorker] Started looking for information about online resources 2017-04-13 10:23:28,321 INFO [FileDeltaWatcher] Using 'sun.nio.fs.WindowsWatchService' for delta scan 2017-04-13 10:23:29,426 INFO [RepositoriesStatusCoordinator$RepositoriesStatusThread] Started checking repositories status 2017-04-13 10:23:29,716 INFO [LocalLibraryManager] Starting automatic library scan 2017-04-13 10:23:30,300 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Pelis' to delta scanner (NATIVE) 2017-04-13 10:23:30,729 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Breaking Bad' to delta scanner (NATIVE) 2017-04-13 10:23:30,809 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Daredevil' to delta scanner (NATIVE) 2017-04-13 10:23:30,811 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Penny Dreadful' to delta scanner (NATIVE) 2017-04-13 10:23:30,854 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Rebels' to delta scanner (NATIVE) 2017-04-13 10:23:30,854 INFO [LibraryDeltaScanner] Starting the library delta scan 2017-04-13 10:23:30,857 INFO [PlaylistMaintainerWorker] Started looking for playlist changes 2017-04-13 16:50:10,695 INFO [DiscoveryManager] System wake up detected, restarting UPnP services for network re-discovery 2017-04-13 16:50:10,711 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-13 16:50:10,711 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-13 16:50:10,711 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-13 16:50:10,711 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-13 16:50:11,793 INFO [RendererExpirationChecker] Leaving RendererExpirationChecker 2017-04-13 16:50:11,871 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-13 16:50:11,871 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-13 16:50:11,871 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-13 16:50:11,871 INFO [EventDispatcher] Starting EventDispatcher 2017-04-13 16:50:12,096 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-13 19:58:09,154 INFO [DiscoveryManager] System wake up detected, restarting UPnP services for network re-discovery 2017-04-13 19:58:09,154 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-13 19:58:09,154 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-13 19:58:09,154 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-13 19:58:09,154 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-13 19:58:10,948 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-13 19:58:10,949 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-13 19:58:10,950 INFO [EventDispatcher] Starting EventDispatcher 2017-04-13 19:58:10,950 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-13 19:58:11,483 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-13 20:31:19,754 INFO [DiscoveryManager] System wake up detected, restarting UPnP services for network re-discovery 2017-04-13 20:31:19,758 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-13 20:31:19,758 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-13 20:31:19,773 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-13 20:31:19,773 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-13 20:31:21,445 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 9 times 2017-04-13 20:31:23,617 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-13 20:31:23,617 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-13 20:31:23,617 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-13 20:31:23,620 INFO [EventDispatcher] Starting EventDispatcher 2017-04-13 20:31:24,686 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-14 11:26:06,672 INFO [DiscoveryManager] System wake up detected, restarting UPnP services for network re-discovery 2017-04-14 11:26:06,673 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-14 11:26:06,673 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-14 11:26:06,673 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-14 11:26:07,851 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-14 11:26:07,851 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-14 11:26:07,851 INFO [EventDispatcher] Starting EventDispatcher 2017-04-14 11:26:07,851 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-14 11:26:08,051 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-14 11:29:22,389 INFO [RendererManager] Stored a new renderer: uuid='82f51d27-192f-4afd-9828-e1b646ba0c43', name = 'Unrecognized device', ipAddress='192.168.1.9', profile = '1', accessGroupId = '1' 2017-04-14 11:47:50,205 INFO [DiscoveryManager] System wake up detected, restarting UPnP services for network re-discovery 2017-04-14 11:47:50,227 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-14 11:47:50,227 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-14 11:47:50,234 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-14 11:47:50,234 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-14 11:47:51,501 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-14 11:47:51,502 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-14 11:47:51,502 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-14 11:47:51,502 INFO [EventDispatcher] Starting EventDispatcher 2017-04-14 11:47:51,909 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-15 17:53:18,038 INFO [DiscoveryManager] System wake up detected, restarting UPnP services for network re-discovery 2017-04-15 17:53:18,038 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-15 17:53:18,043 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-15 17:53:18,047 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-15 17:53:18,049 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-15 17:53:20,976 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-15 17:53:20,977 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-15 17:53:20,977 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-15 17:53:20,977 INFO [EventDispatcher] Starting EventDispatcher 2017-04-15 17:53:22,088 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-16 17:31:33,334 INFO [DiscoveryManager] System wake up detected, restarting UPnP services for network re-discovery 2017-04-16 17:31:33,334 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-16 17:31:33,334 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-16 17:31:33,358 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-16 17:31:33,358 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-16 17:31:35,510 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 9 times 2017-04-16 17:31:38,083 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-16 17:31:38,084 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-16 17:31:38,085 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-16 17:31:38,085 INFO [EventDispatcher] Starting EventDispatcher 2017-04-16 17:31:38,693 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-17 16:05:56,354 INFO [DiscoveryManager] System wake up detected, restarting UPnP services for network re-discovery 2017-04-17 16:05:56,354 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-17 16:05:56,354 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-17 16:05:56,381 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-17 16:05:56,381 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-17 16:05:58,482 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 9 times 2017-04-17 16:06:00,700 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 8 times 2017-04-17 16:06:07,109 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-17 16:06:07,110 INFO [EventDispatcher] Starting EventDispatcher 2017-04-17 16:06:07,110 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-17 16:06:07,110 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-17 16:06:07,428 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-17 16:34:43,094 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 9 times 2017-04-17 16:34:48,279 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 8 times 2017-04-17 16:34:53,477 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 7 times 2017-04-17 16:34:58,659 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 6 times 2017-04-17 16:35:03,854 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 5 times 2017-04-17 16:35:09,043 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 4 times 2017-04-17 16:35:14,244 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 3 times 2017-04-17 16:35:19,420 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 2 times 2017-04-17 16:35:24,629 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 1 times 2017-04-17 16:35:29,830 WARN [DiscoveryAdvertisementNotifier] Cannot acquire NIC for current bound IP address 192.168.1.2, will re-acquire new IP 2017-04-17 16:35:29,830 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-17 16:35:29,830 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-17 16:35:29,830 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-17 16:35:31,195 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 9 times 2017-04-17 16:35:32,561 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 8 times 2017-04-17 16:35:39,224 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-17 16:35:39,224 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-17 16:35:39,224 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-17 16:35:39,233 INFO [EventDispatcher] Starting EventDispatcher 2017-04-17 16:35:39,590 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-17 18:26:26,508 WARN [IndexedDiskCache] Region [tokens] Disk cache not shutdown properly, shutting down now. 2017-04-17 18:26:26,509 WARN [IndexedDiskCache] Region [subtitles] Disk cache not shutdown properly, shutting down now. 2017-04-17 18:26:26,509 WARN [IndexedDiskCache] Region [thumbnails] Disk cache not shutdown properly, shutting down now. 2017-04-17 18:26:26,509 WARN [IndexedDiskCache] Region [online_technical_metadata] Disk cache not shutdown properly, shutting down now. 2017-04-17 18:26:26,508 WARN [IndexedDiskCache] Region [subtitles_metadata] Disk cache not shutdown properly, shutting down now. 2017-04-17 18:26:26,709 INFO [LibraryOneTimeScanner] Interrupting library scan 2017-04-17 18:26:26,709 INFO [LibraryDeltaScanner] Stopping the library delta scan 2017-04-17 18:26:26,710 INFO [PlaylistMaintainerWorker] Finished looking for playlist changes 2017-04-17 18:26:26,810 INFO [RepositoriesStatusCoordinator$RepositoriesStatusThread] Finished checking repositories status 2017-04-17 18:26:26,810 INFO [FeedUpdaterWorker] Finished looking for online resources information 2017-04-17 18:26:26,912 INFO [PluginCompilerThread] Finished looking for plugins 2017-04-17 18:26:29,988 INFO [SearchManager] Starting up search engine 2017-04-17 18:26:39,019 INFO [SearchIndexer] Closing search index writer 2017-04-17 18:26:39,057 INFO [SearchIndexer] Closing search index writer 2017-04-17 18:26:39,507 WARN [OpenSubtitlesClient] Cound not log out from opensubtitles.org: java.net.UnknownHostException: api.opensubtitles.org de.timroes.axmlrpc.XMLRPCException: java.net.UnknownHostException: api.opensubtitles.org at de.timroes.axmlrpc.XMLRPCClient$Caller.call(XMLRPCClient.java:753) at de.timroes.axmlrpc.XMLRPCClient.call(XMLRPCClient.java:461) at org.serviio.delivery.subtitles.OpenSubtitlesClient.makeUnauthorisedRpcCall(OpenSubtitlesClient.java:203) at org.serviio.delivery.subtitles.OpenSubtitlesClient.logOut(OpenSubtitlesClient.java:98) at org.serviio.delivery.subtitles.OpenSubtitlesService.shutdown(OpenSubtitlesService.java:135) at org.serviio.MediaServer$ShutdownHook.run(MediaServer.java:360) Caused by: java.net.UnknownHostException: api.opensubtitles.org at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:432) at sun.net.www.http.HttpClient.openServer(HttpClient.java:527) at sun.net.www.http.HttpClient.(HttpClient.java:211) at sun.net.www.http.HttpClient.New(HttpClient.java:308) at sun.net.www.http.HttpClient.New(HttpClient.java:326) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1169) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1105) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:999) at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:933) at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1283) at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1258) at de.timroes.axmlrpc.XMLRPCClient$Caller.call(XMLRPCClient.java:658) ... 5 more 2017-04-17 18:26:39,629 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-17 18:26:39,653 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-17 18:26:39,653 INFO [WebServer] WebServer shutting down 2017-04-17 18:26:39,653 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-17 18:26:39,653 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-17 18:26:39,653 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-17 18:26:39,693 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 9 times 2017-04-17 18:28:42,568 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-17 18:28:42,583 INFO [MediaServer] Serviio DLNA media streaming server v 1.7 (rev. 1027e12e0c0f) 2017-04-17 18:28:42,583 INFO [MediaServer] Petr Nejedly 2009-2015 2017-04-17 18:28:42,583 INFO [MediaServer] http://www.serviio.org 2017-04-17 18:28:42,583 INFO [MediaServer] 2017-04-17 18:28:42,583 INFO [MediaServer] Java 1.8.0_91-Oracle Corporation x86 2017-04-17 18:28:42,583 INFO [MediaServer] OS Windows 10 10.0 2017-04-17 18:28:42,583 INFO [MediaServer] File encoding: windows-1252 2017-04-17 18:28:42,630 INFO [MediaServer] Headless mode enabled: true 2017-04-17 18:28:42,630 INFO [MediaServer] User: NOTE-DOIN$ 2017-04-17 18:28:42,630 INFO [MediaServer] User home dir: C:\WINDOWS\system32\config\systemprofile 2017-04-17 18:28:42,630 INFO [MediaServer] Temp dir: C:\WINDOWS\TEMP\ 2017-04-17 18:28:42,630 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-17 18:28:42,646 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated 2017-04-17 18:28:42,677 INFO [DatabaseManager] Using DERBY database language 2017-04-17 18:28:44,247 INFO [WebServer] Socket buffer set to 65535 bytes 2017-04-17 18:28:44,247 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/console) exposed on port 23423 2017-04-17 18:28:44,263 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/rest) exposed on port 23423 2017-04-17 18:28:44,263 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/console) exposed on port 23523 2017-04-17 18:28:44,263 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/rest) exposed on port 23523 2017-04-17 18:28:44,743 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/cds) exposed on port 23424 2017-04-17 18:28:44,743 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/mediabrowser) exposed on port 23424 2017-04-17 18:28:44,759 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/cds) exposed on port 23524 2017-04-17 18:28:44,759 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/mediabrowser) exposed on port 23524 2017-04-17 18:28:45,306 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-17 18:28:45,306 INFO [MediaServer] License: FREE 2017-04-17 18:28:45,306 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-17 18:28:46,589 INFO [Device] Created UPnP Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-17 18:28:46,954 INFO [ProfilesDefinitionParser] Parsing Profiles definition 2017-04-17 18:28:46,985 INFO [CustomisationManager] No customisation properties found 2017-04-17 18:28:47,001 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1) 2017-04-17 18:28:47,016 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2) 2017-04-17 18:28:47,016 INFO [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3) 2017-04-17 18:28:47,016 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4) 2017-04-17 18:28:47,016 INFO [ProfilesDefinitionParser] Added profile 'Playstation 4' (id=ps4) 2017-04-17 18:28:47,016 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5) 2017-04-17 18:28:47,016 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6) 2017-04-17 18:28:47,016 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (H-series)' (id=sam_h) 2017-04-17 18:28:47,016 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (J-series)' (id=sam_j) 2017-04-17 18:28:47,032 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (E/F-series)' (id=sam_ef) 2017-04-17 18:28:47,032 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7) 2017-04-17 18:28:47,032 INFO [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8) 2017-04-17 18:28:47,032 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012) 2017-04-17 18:28:47,032 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2013/14)' (id=sony2013) 2017-04-17 18:28:47,032 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx100 (2013)' (id=bdp2013) 2017-04-17 18:28:47,032 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx90 (2012)' (id=bdp2012) 2017-04-17 18:28:47,032 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010)' (id=bdp2010) 2017-04-17 18:28:47,032 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010) - US' (id=bdp2010us) 2017-04-17 18:28:47,032 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx80/SMP-N200 (2011)' (id=bdp2011) 2017-04-17 18:28:47,032 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13) 2017-04-17 18:28:47,032 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA 2012-' (id=tosh2012) 2017-04-17 18:28:47,032 INFO [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14) 2017-04-17 18:28:47,032 INFO [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15) 2017-04-17 18:28:47,032 INFO [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16) 2017-04-17 18:28:47,032 INFO [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17) 2017-04-17 18:28:47,032 INFO [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18) 2017-04-17 18:28:47,032 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011) 2017-04-17 18:28:47,032 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010) 2017-04-17 18:28:47,032 INFO [ProfilesDefinitionParser] Added profile 'Philips (2010-)' (id=plps2010) 2017-04-17 18:28:47,032 INFO [ProfilesDefinitionParser] Added profile 'Philips (2009)' (id=20) 2017-04-17 18:28:47,032 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009) 2017-04-17 18:28:47,032 INFO [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22) 2017-04-17 18:28:47,032 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2013)' (id=viera2013) 2017-04-17 18:28:47,032 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a) 2017-04-17 18:28:47,047 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011) 2017-04-17 18:28:47,047 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010) 2017-04-17 18:28:47,047 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2009)' (id=viera2009) 2017-04-17 18:28:47,047 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us) 2017-04-17 18:28:47,047 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us) 2017-04-17 18:28:47,047 INFO [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR) 2017-04-17 18:28:47,047 INFO [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT) 2017-04-17 18:28:47,047 INFO [ProfilesDefinitionParser] Added profile 'Vizio TV' (id=viziotv) 2017-04-17 18:28:47,047 INFO [ProfilesDefinitionParser] Added profile 'Panasonic BD player' (id=panasonicBDT220) 2017-04-17 18:28:47,047 INFO [ProfilesDefinitionParser] Added profile 'Philips NP Streamium' (id=philips_streamium) 2017-04-17 18:28:47,047 INFO [ProfilesDefinitionParser] Added profile 'Chaneru' (id=roku) 2017-04-17 18:28:47,047 INFO [ProfilesDefinitionParser] Added profile 'Roku Media Player' (id=RokuMPApp) 2017-04-17 18:28:47,047 INFO [ProfilesDefinitionParser] Added profile 'Yamaha BD-A1020/BD-A1010' (id=YamBD) 2017-04-17 18:28:47,047 INFO [ProfilesDefinitionParser] Added profile 'Telenet Yelo TV' (id=TNDC) 2017-04-17 18:28:47,047 INFO [ProfilesDefinitionParser] Added profile 'Xbox One' (id=xbox_one) 2017-04-17 18:28:47,047 INFO [ProfilesDefinitionParser] Added profile 'Raumfeld' (id=raumfeld) 2017-04-17 18:28:47,063 INFO [ProfilesDefinitionParser] Parsing Profiles definition 2017-04-17 18:28:47,063 INFO [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player) 2017-04-17 18:28:47,063 INFO [ProfilesDefinitionParser] Added profile 'Android' (id=android) 2017-04-17 18:28:47,063 INFO [ProfilesDefinitionParser] Added profile 'iOS' (id=ios) 2017-04-17 18:28:47,063 INFO [ProfilesDefinitionParser] Added profile 'HTML5' (id=html5) 2017-04-17 18:28:47,063 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Standard)' (id=serviigo_standard) 2017-04-17 18:28:47,063 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Legacy Devices)' (id=serviigo) 2017-04-17 18:28:47,063 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (HLS)' (id=serviigo_hls) 2017-04-17 18:28:47,063 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Google TV)' (id=serviigo_gtv) 2017-04-17 18:28:47,063 INFO [ProfilesDefinitionParser] Added profile 'Google Cast' (id=googlecast) 2017-04-17 18:28:47,063 INFO [ProfilesDefinitionParser] Added profile 'Chromecast' (id=chromecast) 2017-04-17 18:28:47,063 INFO [ProfilesDefinitionParser] Added profile 'Windows Phone 8' (id=wp8) 2017-04-17 18:28:47,106 INFO [PluginCompilerThread] Looking for plugins at C:\Program Files\Serviio\bin\..\plugins 2017-04-17 18:28:47,112 INFO [PluginCompilerThread] Started looking for plugins 2017-04-17 18:28:47,114 INFO [UpdateChecker] Checking if a new version is available 2017-04-17 18:29:00,789 INFO [FFMPEGWrapper] Found FFmpeg: C:\Program Files\Serviio\bin\\..\lib\ffmpeg.exe 2017-04-17 18:29:00,789 INFO [FFMPEGWrapper] FFmpeg details: [version=3.0.2, libRtpmPresent=true, libAssPresent=true, libShinePresent=false, libMxfPresent=false] 2017-04-17 18:29:02,396 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-17 18:29:02,572 INFO [WebServer] WebServer starting on port 8895 2017-04-17 18:29:03,740 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-17 18:29:03,818 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-17 18:29:03,818 INFO [EventDispatcher] Starting EventDispatcher 2017-04-17 18:29:03,818 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-17 18:29:03,837 INFO [RendererExpirationChecker] Starting RendererExpirationChecker 2017-04-17 18:29:04,243 INFO [RendererSearchSender] Searching for Renderer devices 2017-04-17 18:29:04,275 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-17 18:29:30,613 INFO [FeedUpdaterWorker] Started looking for information about online resources 2017-04-17 18:29:31,416 INFO [FileDeltaWatcher] Using 'sun.nio.fs.WindowsWatchService' for delta scan 2017-04-17 18:29:32,115 INFO [RepositoriesStatusCoordinator$RepositoriesStatusThread] Started checking repositories status 2017-04-17 18:29:32,297 INFO [LocalLibraryManager] Starting automatic library scan 2017-04-17 18:29:35,332 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Pelis' to delta scanner (NATIVE) 2017-04-17 18:29:35,803 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Breaking Bad' to delta scanner (NATIVE) 2017-04-17 18:29:36,006 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Daredevil' to delta scanner (NATIVE) 2017-04-17 18:29:36,007 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Penny Dreadful' to delta scanner (NATIVE) 2017-04-17 18:29:36,241 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Rebels' to delta scanner (NATIVE) 2017-04-17 18:29:36,242 INFO [LibraryDeltaScanner] Starting the library delta scan 2017-04-17 18:29:36,243 INFO [PlaylistMaintainerWorker] Started looking for playlist changes 2017-04-18 11:37:43,662 INFO [DiscoveryManager] System wake up detected, restarting UPnP services for network re-discovery 2017-04-18 11:37:43,826 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-18 11:37:44,047 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-18 11:37:44,047 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-18 11:37:44,047 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-18 11:37:45,423 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-18 11:37:45,423 INFO [EventDispatcher] Starting EventDispatcher 2017-04-18 11:37:45,423 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-18 11:37:45,423 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-18 11:37:45,717 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-18 11:37:45,888 INFO [RendererExpirationChecker] Leaving RendererExpirationChecker 2017-04-18 17:11:49,657 INFO [ContentDirectoryDefinitionParser] Parsing ContentDirectory definition 2017-04-18 17:11:50,086 INFO [BrowsingCategoriesMessages] Loaded browsing categories message bundle for locale: en 2017-04-18 17:25:00,356 INFO [SearchManager] Starting up search engine 2017-04-18 17:25:01,504 INFO [MediaFileIndexer] Added file 'JOBS.mkv' (title: Jobs) to Library 2017-04-18 17:25:03,347 INFO [MediaFileIndexer] Updated 'Jobs' (E:\Videos\Pelis\JOBS.mkv) in Library 2017-04-18 17:26:18,990 WARN [OnlineVideoSourcesMetadataExtractor] Online metadata search returned no results for file HD La Era de Hielo 3.avi [VideoDescription [type=FILM, names=[, dibus], year=null, season=null, episode=null, imdb_id=null]] using TheMovieDBSourceAdaptor 2017-04-18 17:26:19,078 INFO [MediaFileIndexer] Added file 'HD La Era de Hielo 3.avi' (title: HD La Era de Hielo 3) to Library 2017-04-18 17:26:20,493 WARN [OnlineVideoSourcesMetadataExtractor] Online metadata search returned no results for file HD La Era de Hielo 3.avi [VideoDescription [type=FILM, names=[, dibus], year=null, season=null, episode=null, imdb_id=null]] using TheMovieDBSourceAdaptor 2017-04-18 17:26:20,538 INFO [MediaFileIndexer] Updated 'HD La Era de Hielo 3' (E:\Videos\Pelis\Dibus\HD La Era de Hielo 3.avi) in Library 2017-04-18 17:26:35,524 INFO [MediaFileIndexer] Added file 'Buscando a Nemo.avi' (title: Finding Nemo) to Library 2017-04-18 17:26:37,732 INFO [MediaFileIndexer] Updated 'Finding Nemo' (E:\Videos\Pelis\Dibus\Buscando a Nemo.avi) in Library 2017-04-18 17:26:55,609 INFO [MediaFileIndexer] Added file 'Chicken Little.avi' (title: Chicken Little) to Library 2017-04-18 17:26:57,647 INFO [MediaFileIndexer] Updated 'Chicken Little' (E:\Videos\Pelis\Dibus\Chicken Little.avi) in Library 2017-04-18 17:27:32,380 INFO [MediaFileIndexer] Added file 'El Libro de la Selva.mkv' (title: The Jungle Book) to Library 2017-04-18 17:27:34,405 INFO [MediaFileIndexer] Updated 'The Jungle Book' (E:\Videos\Pelis\Dibus\El Libro de la Selva.mkv) in Library 2017-04-18 17:28:00,870 INFO [MediaFileIndexer] Added file 'Frozen.2013.HDScre.XviD.Latino.SBT.avi' (title: Frozen) to Library 2017-04-18 17:28:03,029 INFO [MediaFileIndexer] Updated 'Frozen' (E:\Videos\Pelis\Dibus\Frozen.2013.HDScre.XviD.Latino.SBT.avi) in Library 2017-04-18 17:30:43,376 INFO [MediaFileIndexer] Added file 'Star Wars Episode.1 The Phantom Menace 1999 1080p BrRip x264.mkv' (title: Star Wars: Episode I - The Phantom Menace) to Library 2017-04-18 17:30:45,200 INFO [MediaFileIndexer] Updated 'Star Wars: Episode I - The Phantom Menace' (E:\Videos\Pelis\Star Wars\Star Wars Episode.1 The Phantom Menace 1999 1080p BrRip x264.mkv) in Library 2017-04-18 17:32:16,757 INFO [MediaFileIndexer] Added file 'Star Wars Episode 2 Attack of the Clones 2002 1080p BrRip x264 (1).mkv' (title: Star Wars: Episode II - Attack of the Clones) to Library 2017-04-18 17:32:19,178 INFO [MediaFileIndexer] Updated 'Star Wars: Episode II - Attack of the Clones' (E:\Videos\Pelis\Star Wars\Star Wars Episode 2 Attack of the Clones 2002 1080p BrRip x264 (1).mkv) in Library 2017-04-18 17:32:56,446 INFO [MediaFileIndexer] Removing 'Star Wars: Episode I - The Phantom Menace' (E:\Videos\Pelis\Star Wars\Star Wars Episode.1 The Phantom Menace 1999 1080p BrRip x264.mkv) from Library 2017-04-18 17:32:59,861 INFO [MediaFileIndexer] Added file 'Star Wars Episode 1.The Phantom Menace 1999 1080p BrRip x264.mkv' (title: Star Wars: Episode I - The Phantom Menace) to Library 2017-04-18 17:43:59,258 INFO [MediaFileIndexer] Removing 'Rogue One: A Star Wars Story' (E:\Videos\Pelis\Rogue.One.2016.1080p.BluRay.H264.mkv) from Library 2017-04-18 17:44:03,789 INFO [MediaFileIndexer] Added file 'Rogue.One.2016.1080p.BluRay.H264.mkv' (title: Rogue One: A Star Wars Story) to Library 2017-04-18 17:46:00,778 INFO [LocalLibraryManager] Starting manual library scan 2017-04-18 17:46:01,245 INFO [PlaylistMaintainerWorker] Finished looking for playlist changes 2017-04-18 17:46:01,345 INFO [PlaylistMaintainerWorker] Started looking for playlist changes 2017-04-18 17:57:19,068 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-18 17:57:19,070 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-18 17:57:19,070 INFO [WebServer] WebServer shutting down 2017-04-18 17:57:19,070 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-18 17:57:19,071 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-18 17:57:19,071 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-18 17:57:21,373 INFO [WebServer] WebServer starting on port 8895 2017-04-18 17:57:23,031 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-18 17:57:23,031 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-18 17:57:23,031 INFO [EventDispatcher] Starting EventDispatcher 2017-04-18 17:57:23,031 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-18 17:57:23,347 INFO [RendererSearchSender] Searching for Renderer devices 2017-04-18 17:57:23,435 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-18 18:01:58,172 WARN [IndexedDiskCache] Region [tokens] Disk cache not shutdown properly, shutting down now. 2017-04-18 18:01:58,172 WARN [IndexedDiskCache] Region [online_technical_metadata] Disk cache not shutdown properly, shutting down now. 2017-04-18 18:01:58,173 WARN [IndexedDiskCache] Region [subtitles] Disk cache not shutdown properly, shutting down now. 2017-04-18 18:01:58,173 WARN [IndexedDiskCache] Region [subtitles_metadata] Disk cache not shutdown properly, shutting down now. 2017-04-18 18:01:58,174 WARN [IndexedDiskCache] Region [thumbnails] Disk cache not shutdown properly, shutting down now. 2017-04-18 18:01:58,373 INFO [LibraryOneTimeScanner] Interrupting library scan 2017-04-18 18:01:58,373 INFO [LibraryDeltaScanner] Stopping the library delta scan 2017-04-18 18:01:58,374 INFO [PlaylistMaintainerWorker] Finished looking for playlist changes 2017-04-18 18:01:58,474 INFO [RepositoriesStatusCoordinator$RepositoriesStatusThread] Finished checking repositories status 2017-04-18 18:01:58,474 INFO [FeedUpdaterWorker] Finished looking for online resources information 2017-04-18 18:01:58,574 INFO [PluginCompilerThread] Finished looking for plugins 2017-04-18 18:01:59,777 INFO [SearchIndexer] Closing search index writer 2017-04-18 18:01:59,797 INFO [SearchIndexer] Closing search index writer 2017-04-18 18:02:02,211 WARN [OpenSubtitlesClient] Cound not log out from opensubtitles.org: java.net.UnknownHostException: api.opensubtitles.org de.timroes.axmlrpc.XMLRPCException: java.net.UnknownHostException: api.opensubtitles.org at de.timroes.axmlrpc.XMLRPCClient$Caller.call(XMLRPCClient.java:753) at de.timroes.axmlrpc.XMLRPCClient.call(XMLRPCClient.java:461) at org.serviio.delivery.subtitles.OpenSubtitlesClient.makeUnauthorisedRpcCall(OpenSubtitlesClient.java:203) at org.serviio.delivery.subtitles.OpenSubtitlesClient.logOut(OpenSubtitlesClient.java:98) at org.serviio.delivery.subtitles.OpenSubtitlesService.shutdown(OpenSubtitlesService.java:135) at org.serviio.MediaServer$ShutdownHook.run(MediaServer.java:360) Caused by: java.net.UnknownHostException: api.opensubtitles.org at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:432) at sun.net.www.http.HttpClient.openServer(HttpClient.java:527) at sun.net.www.http.HttpClient.(HttpClient.java:211) at sun.net.www.http.HttpClient.New(HttpClient.java:308) at sun.net.www.http.HttpClient.New(HttpClient.java:326) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1169) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1105) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:999) at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:933) at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1283) at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1258) at de.timroes.axmlrpc.XMLRPCClient$Caller.call(XMLRPCClient.java:658) ... 5 more 2017-04-18 18:02:03,006 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-18 18:02:11,531 INFO [WebServer] WebServer shutting down 2017-04-18 18:02:11,532 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-18 18:02:11,532 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-18 18:02:11,533 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-18 18:02:11,533 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-18 18:02:11,638 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 9 times 2017-04-18 18:02:16,679 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 8 times 2017-04-18 18:03:13,093 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-18 18:03:13,109 INFO [MediaServer] Serviio DLNA media streaming server v 1.7 (rev. 1027e12e0c0f) 2017-04-18 18:03:13,109 INFO [MediaServer] Petr Nejedly 2009-2015 2017-04-18 18:03:13,109 INFO [MediaServer] http://www.serviio.org 2017-04-18 18:03:13,109 INFO [MediaServer] 2017-04-18 18:03:13,109 INFO [MediaServer] Java 1.8.0_91-Oracle Corporation x86 2017-04-18 18:03:13,109 INFO [MediaServer] OS Windows 10 10.0 2017-04-18 18:03:13,109 INFO [MediaServer] File encoding: windows-1252 2017-04-18 18:03:13,177 INFO [MediaServer] Headless mode enabled: true 2017-04-18 18:03:13,177 INFO [MediaServer] User: NOTE-DOIN$ 2017-04-18 18:03:13,177 INFO [MediaServer] User home dir: C:\WINDOWS\system32\config\systemprofile 2017-04-18 18:03:13,178 INFO [MediaServer] Temp dir: C:\WINDOWS\TEMP\ 2017-04-18 18:03:13,178 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-18 18:03:13,235 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated 2017-04-18 18:03:13,454 INFO [DatabaseManager] Using DERBY database language 2017-04-18 18:03:24,507 INFO [WebServer] Socket buffer set to 65535 bytes 2017-04-18 18:03:24,507 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/console) exposed on port 23423 2017-04-18 18:03:24,507 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/rest) exposed on port 23423 2017-04-18 18:03:24,539 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/console) exposed on port 23523 2017-04-18 18:03:24,539 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/rest) exposed on port 23523 2017-04-18 18:03:50,338 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/cds) exposed on port 23424 2017-04-18 18:03:50,338 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/mediabrowser) exposed on port 23424 2017-04-18 18:03:50,338 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/cds) exposed on port 23524 2017-04-18 18:03:50,338 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/mediabrowser) exposed on port 23524 2017-04-18 18:03:51,208 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-18 18:03:51,208 INFO [MediaServer] License: FREE 2017-04-18 18:03:51,208 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-18 18:03:52,694 INFO [Device] Created UPnP Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-18 18:03:53,773 INFO [ProfilesDefinitionParser] Parsing Profiles definition 2017-04-18 18:03:53,938 INFO [CustomisationManager] No customisation properties found 2017-04-18 18:03:54,063 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1) 2017-04-18 18:03:54,157 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2) 2017-04-18 18:03:54,204 INFO [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3) 2017-04-18 18:03:54,204 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4) 2017-04-18 18:03:54,204 INFO [ProfilesDefinitionParser] Added profile 'Playstation 4' (id=ps4) 2017-04-18 18:03:54,204 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5) 2017-04-18 18:03:54,204 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6) 2017-04-18 18:03:54,204 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (H-series)' (id=sam_h) 2017-04-18 18:03:54,204 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (J-series)' (id=sam_j) 2017-04-18 18:03:54,204 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (E/F-series)' (id=sam_ef) 2017-04-18 18:03:54,204 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7) 2017-04-18 18:03:54,204 INFO [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8) 2017-04-18 18:03:54,239 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012) 2017-04-18 18:03:54,240 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2013/14)' (id=sony2013) 2017-04-18 18:03:54,240 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx100 (2013)' (id=bdp2013) 2017-04-18 18:03:54,240 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx90 (2012)' (id=bdp2012) 2017-04-18 18:03:54,241 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010)' (id=bdp2010) 2017-04-18 18:03:54,241 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010) - US' (id=bdp2010us) 2017-04-18 18:03:54,241 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx80/SMP-N200 (2011)' (id=bdp2011) 2017-04-18 18:03:54,242 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13) 2017-04-18 18:03:54,242 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA 2012-' (id=tosh2012) 2017-04-18 18:03:54,260 INFO [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14) 2017-04-18 18:03:54,260 INFO [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15) 2017-04-18 18:03:54,260 INFO [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16) 2017-04-18 18:03:54,260 INFO [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17) 2017-04-18 18:03:54,261 INFO [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18) 2017-04-18 18:03:54,261 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011) 2017-04-18 18:03:54,261 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010) 2017-04-18 18:03:54,261 INFO [ProfilesDefinitionParser] Added profile 'Philips (2010-)' (id=plps2010) 2017-04-18 18:03:54,262 INFO [ProfilesDefinitionParser] Added profile 'Philips (2009)' (id=20) 2017-04-18 18:03:54,262 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009) 2017-04-18 18:03:54,263 INFO [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22) 2017-04-18 18:03:54,263 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2013)' (id=viera2013) 2017-04-18 18:03:54,263 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a) 2017-04-18 18:03:54,263 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011) 2017-04-18 18:03:54,264 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010) 2017-04-18 18:03:54,264 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2009)' (id=viera2009) 2017-04-18 18:03:54,264 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us) 2017-04-18 18:03:54,264 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us) 2017-04-18 18:03:54,264 INFO [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR) 2017-04-18 18:03:54,265 INFO [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT) 2017-04-18 18:03:54,265 INFO [ProfilesDefinitionParser] Added profile 'Vizio TV' (id=viziotv) 2017-04-18 18:03:54,265 INFO [ProfilesDefinitionParser] Added profile 'Panasonic BD player' (id=panasonicBDT220) 2017-04-18 18:03:54,265 INFO [ProfilesDefinitionParser] Added profile 'Philips NP Streamium' (id=philips_streamium) 2017-04-18 18:03:54,266 INFO [ProfilesDefinitionParser] Added profile 'Chaneru' (id=roku) 2017-04-18 18:03:54,266 INFO [ProfilesDefinitionParser] Added profile 'Roku Media Player' (id=RokuMPApp) 2017-04-18 18:03:54,266 INFO [ProfilesDefinitionParser] Added profile 'Yamaha BD-A1020/BD-A1010' (id=YamBD) 2017-04-18 18:03:54,266 INFO [ProfilesDefinitionParser] Added profile 'Telenet Yelo TV' (id=TNDC) 2017-04-18 18:03:54,267 INFO [ProfilesDefinitionParser] Added profile 'Xbox One' (id=xbox_one) 2017-04-18 18:03:54,267 INFO [ProfilesDefinitionParser] Added profile 'Raumfeld' (id=raumfeld) 2017-04-18 18:03:54,358 INFO [ProfilesDefinitionParser] Parsing Profiles definition 2017-04-18 18:03:54,358 INFO [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player) 2017-04-18 18:03:54,358 INFO [ProfilesDefinitionParser] Added profile 'Android' (id=android) 2017-04-18 18:03:54,358 INFO [ProfilesDefinitionParser] Added profile 'iOS' (id=ios) 2017-04-18 18:03:54,358 INFO [ProfilesDefinitionParser] Added profile 'HTML5' (id=html5) 2017-04-18 18:03:54,358 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Standard)' (id=serviigo_standard) 2017-04-18 18:03:54,358 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Legacy Devices)' (id=serviigo) 2017-04-18 18:03:54,358 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (HLS)' (id=serviigo_hls) 2017-04-18 18:03:54,358 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Google TV)' (id=serviigo_gtv) 2017-04-18 18:03:54,358 INFO [ProfilesDefinitionParser] Added profile 'Google Cast' (id=googlecast) 2017-04-18 18:03:54,358 INFO [ProfilesDefinitionParser] Added profile 'Chromecast' (id=chromecast) 2017-04-18 18:03:54,358 INFO [ProfilesDefinitionParser] Added profile 'Windows Phone 8' (id=wp8) 2017-04-18 18:03:55,310 INFO [PluginCompilerThread] Looking for plugins at C:\Program Files\Serviio\bin\..\plugins 2017-04-18 18:03:55,314 INFO [PluginCompilerThread] Started looking for plugins 2017-04-18 18:03:55,315 INFO [UpdateChecker] Checking if a new version is available 2017-04-18 18:04:02,782 INFO [FFMPEGWrapper] Found FFmpeg: C:\Program Files\Serviio\bin\\..\lib\ffmpeg.exe 2017-04-18 18:04:02,782 INFO [FFMPEGWrapper] FFmpeg details: [version=3.0.2, libRtpmPresent=true, libAssPresent=true, libShinePresent=false, libMxfPresent=false] 2017-04-18 18:04:04,065 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-18 18:04:04,523 INFO [WebServer] WebServer starting on port 8895 2017-04-18 18:04:05,640 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-18 18:04:05,656 INFO [EventDispatcher] Starting EventDispatcher 2017-04-18 18:04:05,656 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-18 18:04:05,656 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-18 18:04:05,656 INFO [RendererExpirationChecker] Starting RendererExpirationChecker 2017-04-18 18:04:05,933 INFO [RendererSearchSender] Searching for Renderer devices 2017-04-18 18:04:05,996 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-18 18:04:32,267 INFO [FeedUpdaterWorker] Started looking for information about online resources 2017-04-18 18:04:32,747 INFO [FileDeltaWatcher] Using 'sun.nio.fs.WindowsWatchService' for delta scan 2017-04-18 18:04:32,825 INFO [RepositoriesStatusCoordinator$RepositoriesStatusThread] Started checking repositories status 2017-04-18 18:04:32,901 INFO [LocalLibraryManager] Starting automatic library scan 2017-04-18 18:04:33,370 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Pelis' to delta scanner (NATIVE) 2017-04-18 18:04:33,406 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Breaking Bad' to delta scanner (NATIVE) 2017-04-18 18:04:33,442 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Daredevil' to delta scanner (NATIVE) 2017-04-18 18:04:33,444 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Penny Dreadful' to delta scanner (NATIVE) 2017-04-18 18:04:33,499 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Rebels' to delta scanner (NATIVE) 2017-04-18 18:04:33,499 INFO [LibraryDeltaScanner] Starting the library delta scan 2017-04-18 18:04:33,501 INFO [PlaylistMaintainerWorker] Started looking for playlist changes 2017-04-18 18:04:55,126 INFO [ContentDirectoryDefinitionParser] Parsing ContentDirectory definition 2017-04-18 18:04:55,717 INFO [BrowsingCategoriesMessages] Loaded browsing categories message bundle for locale: en 2017-04-18 18:10:59,380 WARN [ServiioStatusService] AuthenticationException occured. Returning error code 401 to the REST layer. Message: null 2017-04-18 18:11:43,814 WARN [IndexedDiskCache] Region [thumbnails] Disk cache not shutdown properly, shutting down now. 2017-04-18 18:11:43,814 WARN [IndexedDiskCache] Region [online_technical_metadata] Disk cache not shutdown properly, shutting down now. 2017-04-18 18:11:43,827 WARN [IndexedDiskCache] Region [subtitles] Disk cache not shutdown properly, shutting down now. 2017-04-18 18:11:43,828 WARN [IndexedDiskCache] Region [tokens] Disk cache not shutdown properly, shutting down now. 2017-04-18 18:11:43,842 WARN [IndexedDiskCache] Region [subtitles_metadata] Disk cache not shutdown properly, shutting down now. 2017-04-18 18:11:44,025 INFO [LibraryOneTimeScanner] Interrupting library scan 2017-04-18 18:11:44,025 INFO [LibraryDeltaScanner] Stopping the library delta scan 2017-04-18 18:11:44,026 INFO [PlaylistMaintainerWorker] Finished looking for playlist changes 2017-04-18 18:11:44,126 INFO [RepositoriesStatusCoordinator$RepositoriesStatusThread] Finished checking repositories status 2017-04-18 18:11:44,126 INFO [FeedUpdaterWorker] Finished looking for online resources information 2017-04-18 18:11:44,226 INFO [PluginCompilerThread] Finished looking for plugins 2017-04-18 18:11:44,751 INFO [SearchManager] Starting up search engine 2017-04-18 18:11:47,243 INFO [SearchIndexer] Closing search index writer 2017-04-18 18:11:47,270 INFO [SearchIndexer] Closing search index writer 2017-04-18 18:11:47,320 WARN [OpenSubtitlesClient] Cound not log out from opensubtitles.org: java.net.UnknownHostException: api.opensubtitles.org de.timroes.axmlrpc.XMLRPCException: java.net.UnknownHostException: api.opensubtitles.org at de.timroes.axmlrpc.XMLRPCClient$Caller.call(XMLRPCClient.java:753) at de.timroes.axmlrpc.XMLRPCClient.call(XMLRPCClient.java:461) at org.serviio.delivery.subtitles.OpenSubtitlesClient.makeUnauthorisedRpcCall(OpenSubtitlesClient.java:203) at org.serviio.delivery.subtitles.OpenSubtitlesClient.logOut(OpenSubtitlesClient.java:98) at org.serviio.delivery.subtitles.OpenSubtitlesService.shutdown(OpenSubtitlesService.java:135) at org.serviio.MediaServer$ShutdownHook.run(MediaServer.java:360) Caused by: java.net.UnknownHostException: api.opensubtitles.org at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:432) at sun.net.www.http.HttpClient.openServer(HttpClient.java:527) at sun.net.www.http.HttpClient.(HttpClient.java:211) at sun.net.www.http.HttpClient.New(HttpClient.java:308) at sun.net.www.http.HttpClient.New(HttpClient.java:326) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1169) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1105) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:999) at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:933) at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1283) at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1258) at de.timroes.axmlrpc.XMLRPCClient$Caller.call(XMLRPCClient.java:658) ... 5 more 2017-04-18 18:11:47,345 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-18 18:11:47,347 INFO [WebServer] WebServer shutting down 2017-04-18 18:11:47,348 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-18 18:11:47,348 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-18 18:11:47,348 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-18 18:11:47,348 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-18 18:11:47,426 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 9 times 2017-04-18 18:11:50,698 INFO [RendererExpirationChecker] Leaving RendererExpirationChecker 2017-04-18 18:11:52,458 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 8 times 2017-04-18 18:12:49,140 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-18 18:12:49,187 INFO [MediaServer] Serviio DLNA media streaming server v 1.7 (rev. 1027e12e0c0f) 2017-04-18 18:12:49,187 INFO [MediaServer] Petr Nejedly 2009-2015 2017-04-18 18:12:49,187 INFO [MediaServer] http://www.serviio.org 2017-04-18 18:12:49,187 INFO [MediaServer] 2017-04-18 18:12:49,187 INFO [MediaServer] Java 1.8.0_91-Oracle Corporation x86 2017-04-18 18:12:49,187 INFO [MediaServer] OS Windows 10 10.0 2017-04-18 18:12:49,187 INFO [MediaServer] File encoding: windows-1252 2017-04-18 18:12:50,431 INFO [MediaServer] Headless mode enabled: true 2017-04-18 18:12:50,431 INFO [MediaServer] User: NOTE-DOIN$ 2017-04-18 18:12:50,431 INFO [MediaServer] User home dir: C:\WINDOWS\system32\config\systemprofile 2017-04-18 18:12:50,431 INFO [MediaServer] Temp dir: C:\WINDOWS\TEMP\ 2017-04-18 18:12:50,431 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-18 18:12:54,202 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated 2017-04-18 18:12:54,717 INFO [DatabaseManager] Using DERBY database language 2017-04-18 18:13:04,281 INFO [WebServer] Socket buffer set to 65535 bytes 2017-04-18 18:13:04,281 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/console) exposed on port 23423 2017-04-18 18:13:04,361 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/rest) exposed on port 23423 2017-04-18 18:13:04,370 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/console) exposed on port 23523 2017-04-18 18:13:04,370 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/rest) exposed on port 23523 2017-04-18 18:13:08,624 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/cds) exposed on port 23424 2017-04-18 18:13:08,624 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/mediabrowser) exposed on port 23424 2017-04-18 18:13:08,624 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/cds) exposed on port 23524 2017-04-18 18:13:08,624 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/mediabrowser) exposed on port 23524 2017-04-18 18:13:09,558 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-18 18:13:09,558 INFO [MediaServer] License: FREE 2017-04-18 18:13:09,558 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-18 18:13:10,858 INFO [Device] Created UPnP Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-18 18:13:13,302 INFO [ProfilesDefinitionParser] Parsing Profiles definition 2017-04-18 18:13:13,395 INFO [CustomisationManager] No customisation properties found 2017-04-18 18:13:13,427 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1) 2017-04-18 18:13:13,442 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2) 2017-04-18 18:13:13,442 INFO [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3) 2017-04-18 18:13:13,458 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4) 2017-04-18 18:13:13,458 INFO [ProfilesDefinitionParser] Added profile 'Playstation 4' (id=ps4) 2017-04-18 18:13:13,458 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5) 2017-04-18 18:13:13,458 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6) 2017-04-18 18:13:13,458 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (H-series)' (id=sam_h) 2017-04-18 18:13:13,458 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (J-series)' (id=sam_j) 2017-04-18 18:13:13,458 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (E/F-series)' (id=sam_ef) 2017-04-18 18:13:13,458 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7) 2017-04-18 18:13:13,458 INFO [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8) 2017-04-18 18:13:13,458 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012) 2017-04-18 18:13:13,458 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2013/14)' (id=sony2013) 2017-04-18 18:13:13,458 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx100 (2013)' (id=bdp2013) 2017-04-18 18:13:13,458 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx90 (2012)' (id=bdp2012) 2017-04-18 18:13:13,473 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010)' (id=bdp2010) 2017-04-18 18:13:13,473 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010) - US' (id=bdp2010us) 2017-04-18 18:13:13,473 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx80/SMP-N200 (2011)' (id=bdp2011) 2017-04-18 18:13:13,473 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13) 2017-04-18 18:13:13,473 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA 2012-' (id=tosh2012) 2017-04-18 18:13:13,538 INFO [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14) 2017-04-18 18:13:13,538 INFO [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15) 2017-04-18 18:13:13,539 INFO [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16) 2017-04-18 18:13:13,539 INFO [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17) 2017-04-18 18:13:13,539 INFO [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18) 2017-04-18 18:13:13,539 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011) 2017-04-18 18:13:13,540 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010) 2017-04-18 18:13:13,540 INFO [ProfilesDefinitionParser] Added profile 'Philips (2010-)' (id=plps2010) 2017-04-18 18:13:13,540 INFO [ProfilesDefinitionParser] Added profile 'Philips (2009)' (id=20) 2017-04-18 18:13:13,540 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009) 2017-04-18 18:13:13,541 INFO [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22) 2017-04-18 18:13:13,541 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2013)' (id=viera2013) 2017-04-18 18:13:13,542 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a) 2017-04-18 18:13:13,542 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011) 2017-04-18 18:13:13,542 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010) 2017-04-18 18:13:13,542 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2009)' (id=viera2009) 2017-04-18 18:13:13,542 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us) 2017-04-18 18:13:13,542 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us) 2017-04-18 18:13:13,543 INFO [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR) 2017-04-18 18:13:13,543 INFO [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT) 2017-04-18 18:13:13,543 INFO [ProfilesDefinitionParser] Added profile 'Vizio TV' (id=viziotv) 2017-04-18 18:13:13,543 INFO [ProfilesDefinitionParser] Added profile 'Panasonic BD player' (id=panasonicBDT220) 2017-04-18 18:13:13,544 INFO [ProfilesDefinitionParser] Added profile 'Philips NP Streamium' (id=philips_streamium) 2017-04-18 18:13:13,544 INFO [ProfilesDefinitionParser] Added profile 'Chaneru' (id=roku) 2017-04-18 18:13:13,544 INFO [ProfilesDefinitionParser] Added profile 'Roku Media Player' (id=RokuMPApp) 2017-04-18 18:13:13,545 INFO [ProfilesDefinitionParser] Added profile 'Yamaha BD-A1020/BD-A1010' (id=YamBD) 2017-04-18 18:13:13,545 INFO [ProfilesDefinitionParser] Added profile 'Telenet Yelo TV' (id=TNDC) 2017-04-18 18:13:13,545 INFO [ProfilesDefinitionParser] Added profile 'Xbox One' (id=xbox_one) 2017-04-18 18:13:13,546 INFO [ProfilesDefinitionParser] Added profile 'Raumfeld' (id=raumfeld) 2017-04-18 18:13:13,588 INFO [ProfilesDefinitionParser] Parsing Profiles definition 2017-04-18 18:13:13,589 INFO [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player) 2017-04-18 18:13:13,590 INFO [ProfilesDefinitionParser] Added profile 'Android' (id=android) 2017-04-18 18:13:13,590 INFO [ProfilesDefinitionParser] Added profile 'iOS' (id=ios) 2017-04-18 18:13:13,591 INFO [ProfilesDefinitionParser] Added profile 'HTML5' (id=html5) 2017-04-18 18:13:13,591 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Standard)' (id=serviigo_standard) 2017-04-18 18:13:13,592 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Legacy Devices)' (id=serviigo) 2017-04-18 18:13:13,592 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (HLS)' (id=serviigo_hls) 2017-04-18 18:13:13,592 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Google TV)' (id=serviigo_gtv) 2017-04-18 18:13:13,593 INFO [ProfilesDefinitionParser] Added profile 'Google Cast' (id=googlecast) 2017-04-18 18:13:13,593 INFO [ProfilesDefinitionParser] Added profile 'Chromecast' (id=chromecast) 2017-04-18 18:13:13,594 INFO [ProfilesDefinitionParser] Added profile 'Windows Phone 8' (id=wp8) 2017-04-18 18:13:13,856 INFO [PluginCompilerThread] Looking for plugins at C:\Program Files\Serviio\bin\..\plugins 2017-04-18 18:13:13,856 INFO [PluginCompilerThread] Started looking for plugins 2017-04-18 18:13:13,871 INFO [UpdateChecker] Checking if a new version is available 2017-04-18 18:13:17,483 INFO [FFMPEGWrapper] Found FFmpeg: C:\Program Files\Serviio\bin\\..\lib\ffmpeg.exe 2017-04-18 18:13:17,483 INFO [FFMPEGWrapper] FFmpeg details: [version=3.0.2, libRtpmPresent=true, libAssPresent=true, libShinePresent=false, libMxfPresent=false] 2017-04-18 18:13:17,935 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-18 18:13:18,310 INFO [WebServer] WebServer starting on port 8895 2017-04-18 18:13:19,469 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-18 18:13:19,516 INFO [EventDispatcher] Starting EventDispatcher 2017-04-18 18:13:19,516 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-18 18:13:19,516 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-18 18:13:19,527 INFO [RendererExpirationChecker] Starting RendererExpirationChecker 2017-04-18 18:13:19,768 INFO [RendererSearchSender] Searching for Renderer devices 2017-04-18 18:13:19,848 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-18 18:13:46,042 INFO [FeedUpdaterWorker] Started looking for information about online resources 2017-04-18 18:13:46,403 INFO [FileDeltaWatcher] Using 'sun.nio.fs.WindowsWatchService' for delta scan 2017-04-18 18:13:46,640 INFO [RepositoriesStatusCoordinator$RepositoriesStatusThread] Started checking repositories status 2017-04-18 18:13:46,711 INFO [LocalLibraryManager] Starting automatic library scan 2017-04-18 18:13:47,128 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Pelis' to delta scanner (NATIVE) 2017-04-18 18:13:47,162 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Breaking Bad' to delta scanner (NATIVE) 2017-04-18 18:13:47,199 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Daredevil' to delta scanner (NATIVE) 2017-04-18 18:13:47,202 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Penny Dreadful' to delta scanner (NATIVE) 2017-04-18 18:13:47,234 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Rebels' to delta scanner (NATIVE) 2017-04-18 18:13:47,235 INFO [LibraryDeltaScanner] Starting the library delta scan 2017-04-18 18:13:47,248 INFO [PlaylistMaintainerWorker] Started looking for playlist changes 2017-04-18 18:42:03,399 WARN [IndexedDiskCache] Region [online_technical_metadata] Disk cache not shutdown properly, shutting down now. 2017-04-18 18:42:03,399 WARN [IndexedDiskCache] Region [subtitles] Disk cache not shutdown properly, shutting down now. 2017-04-18 18:42:03,399 WARN [IndexedDiskCache] Region [tokens] Disk cache not shutdown properly, shutting down now. 2017-04-18 18:42:03,399 WARN [IndexedDiskCache] Region [thumbnails] Disk cache not shutdown properly, shutting down now. 2017-04-18 18:42:03,399 WARN [IndexedDiskCache] Region [subtitles_metadata] Disk cache not shutdown properly, shutting down now. 2017-04-18 18:42:03,619 INFO [LibraryOneTimeScanner] Interrupting library scan 2017-04-18 18:42:03,619 INFO [LibraryDeltaScanner] Stopping the library delta scan 2017-04-18 18:42:03,635 INFO [PlaylistMaintainerWorker] Finished looking for playlist changes 2017-04-18 18:42:03,744 INFO [RepositoriesStatusCoordinator$RepositoriesStatusThread] Finished checking repositories status 2017-04-18 18:42:03,744 INFO [FeedUpdaterWorker] Finished looking for online resources information 2017-04-18 18:42:03,854 INFO [PluginCompilerThread] Finished looking for plugins 2017-04-18 18:42:04,037 INFO [SearchManager] Starting up search engine 2017-04-18 18:42:04,677 INFO [SearchIndexer] Closing search index writer 2017-04-18 18:42:04,692 INFO [SearchIndexer] Closing search index writer 2017-04-18 18:42:35,443 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-18 18:42:35,443 INFO [MediaServer] Serviio DLNA media streaming server v 1.8 (rev. cc55b64588cc) 2017-04-18 18:42:35,443 INFO [MediaServer] Petr Nejedly 2009-2015 2017-04-18 18:42:35,443 INFO [MediaServer] http://www.serviio.org 2017-04-18 18:42:35,443 INFO [MediaServer] 2017-04-18 18:42:35,443 INFO [MediaServer] Java 1.8.0_91-Oracle Corporation x86 2017-04-18 18:42:35,443 INFO [MediaServer] OS Windows 10 10.0 2017-04-18 18:42:35,443 INFO [MediaServer] File encoding: windows-1252 2017-04-18 18:42:35,490 INFO [MediaServer] Headless mode enabled: true 2017-04-18 18:42:35,490 INFO [MediaServer] User: NOTE-DOIN$ 2017-04-18 18:42:35,490 INFO [MediaServer] User home dir: C:\WINDOWS\system32\config\systemprofile 2017-04-18 18:42:35,490 INFO [MediaServer] Temp dir: C:\WINDOWS\TEMP\ 2017-04-18 18:42:35,490 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-18 18:42:35,553 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated 2017-04-18 18:42:35,693 INFO [DatabaseManager] Using DERBY database language 2017-04-18 18:42:38,440 INFO [DBSchemaUpdateExecutor] Updating DB schema 2017-04-18 18:42:42,235 INFO [DBSchemaUpdateExecutor] Cleaning temporary cache 2017-04-18 18:42:43,555 INFO [WebServer] Socket buffer set to 65535 bytes 2017-04-18 18:42:43,555 INFO [Device] Created UPnP Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-18 18:42:44,026 INFO [DBSchemaUpdateExecutor] Cleaning persistent cache 2017-04-18 18:42:44,117 WARN [IndexedDiskCache] Region [online_technical_metadata] Reseting cache 2017-04-18 18:42:44,352 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/console) exposed on port 23423 2017-04-18 18:42:44,352 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/rest) exposed on port 23423 2017-04-18 18:42:44,352 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/console) exposed on port 23523 2017-04-18 18:42:44,352 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/rest) exposed on port 23523 2017-04-18 18:42:44,727 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/cds) exposed on port 23424 2017-04-18 18:42:44,727 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/mediabrowser) exposed on port 23424 2017-04-18 18:42:44,727 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/cds) exposed on port 23524 2017-04-18 18:42:44,727 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/mediabrowser) exposed on port 23524 2017-04-18 18:42:44,914 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-18 18:42:44,914 INFO [MediaServer] License: PRO (EVALUATION, id: 11111111-1111-1111-1111-111111111113) 2017-04-18 18:42:44,914 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-18 18:42:45,243 INFO [ProfilesDefinitionParser] Parsing Profiles definition 2017-04-18 18:42:45,290 INFO [CustomisationManager] No customisation properties found 2017-04-18 18:42:45,368 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1) 2017-04-18 18:42:45,399 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2) 2017-04-18 18:42:45,399 INFO [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3) 2017-04-18 18:42:45,399 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4) 2017-04-18 18:42:45,399 INFO [ProfilesDefinitionParser] Added profile 'Playstation 4' (id=ps4) 2017-04-18 18:42:45,399 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5) 2017-04-18 18:42:45,399 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6) 2017-04-18 18:42:45,399 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (H-series)' (id=sam_h) 2017-04-18 18:42:45,399 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (J-series)' (id=sam_j) 2017-04-18 18:42:45,399 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (E/F-series)' (id=sam_ef) 2017-04-18 18:42:45,399 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7) 2017-04-18 18:42:45,399 INFO [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8) 2017-04-18 18:42:45,415 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012) 2017-04-18 18:42:45,415 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2013/14)' (id=sony2013) 2017-04-18 18:42:45,415 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx100 (2013)' (id=bdp2013) 2017-04-18 18:42:45,415 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx90 (2012)' (id=bdp2012) 2017-04-18 18:42:45,415 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010)' (id=bdp2010) 2017-04-18 18:42:45,415 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010) - US' (id=bdp2010us) 2017-04-18 18:42:45,415 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx80/SMP-N200 (2011)' (id=bdp2011) 2017-04-18 18:42:45,415 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13) 2017-04-18 18:42:45,415 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA 2012-' (id=tosh2012) 2017-04-18 18:42:45,415 INFO [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14) 2017-04-18 18:42:45,415 INFO [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15) 2017-04-18 18:42:45,415 INFO [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16) 2017-04-18 18:42:45,415 INFO [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17) 2017-04-18 18:42:45,415 INFO [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18) 2017-04-18 18:42:45,415 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011) 2017-04-18 18:42:45,415 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010) 2017-04-18 18:42:45,415 INFO [ProfilesDefinitionParser] Added profile 'Philips (2010-)' (id=plps2010) 2017-04-18 18:42:45,415 INFO [ProfilesDefinitionParser] Added profile 'Philips (2009)' (id=20) 2017-04-18 18:42:45,415 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009) 2017-04-18 18:42:45,430 INFO [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22) 2017-04-18 18:42:45,430 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2013)' (id=viera2013) 2017-04-18 18:42:45,430 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a) 2017-04-18 18:42:45,430 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011) 2017-04-18 18:42:45,430 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010) 2017-04-18 18:42:45,430 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2009)' (id=viera2009) 2017-04-18 18:42:45,430 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us) 2017-04-18 18:42:45,430 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us) 2017-04-18 18:42:45,430 INFO [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR) 2017-04-18 18:42:45,430 INFO [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT) 2017-04-18 18:42:45,430 INFO [ProfilesDefinitionParser] Added profile 'Vizio TV' (id=viziotv) 2017-04-18 18:42:45,430 INFO [ProfilesDefinitionParser] Added profile 'Panasonic BD player' (id=panasonicBDT220) 2017-04-18 18:42:45,430 INFO [ProfilesDefinitionParser] Added profile 'Philips NP Streamium' (id=philips_streamium) 2017-04-18 18:42:45,430 INFO [ProfilesDefinitionParser] Added profile 'Chaneru' (id=roku) 2017-04-18 18:42:45,430 INFO [ProfilesDefinitionParser] Added profile 'Roku Media Player' (id=RokuMPApp) 2017-04-18 18:42:45,430 INFO [ProfilesDefinitionParser] Added profile 'Yamaha BD-A1020/BD-A1010' (id=YamBD) 2017-04-18 18:42:45,430 INFO [ProfilesDefinitionParser] Added profile 'Telenet Yelo TV' (id=TNDC) 2017-04-18 18:42:45,430 INFO [ProfilesDefinitionParser] Added profile 'Xbox One' (id=xbox_one) 2017-04-18 18:42:45,430 INFO [ProfilesDefinitionParser] Added profile 'Raumfeld' (id=raumfeld) 2017-04-18 18:42:45,462 INFO [ProfilesDefinitionParser] Parsing Profiles definition 2017-04-18 18:42:45,462 INFO [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player) 2017-04-18 18:42:45,462 INFO [ProfilesDefinitionParser] Added profile 'Android' (id=android) 2017-04-18 18:42:45,462 INFO [ProfilesDefinitionParser] Added profile 'iOS' (id=ios) 2017-04-18 18:42:45,462 INFO [ProfilesDefinitionParser] Added profile 'HTML5' (id=html5) 2017-04-18 18:42:45,462 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Standard)' (id=serviigo_standard) 2017-04-18 18:42:45,462 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Legacy Devices)' (id=serviigo) 2017-04-18 18:42:45,462 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (HLS)' (id=serviigo_hls) 2017-04-18 18:42:45,462 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Google TV)' (id=serviigo_gtv) 2017-04-18 18:42:45,462 INFO [ProfilesDefinitionParser] Added profile 'Google Cast' (id=googlecast) 2017-04-18 18:42:45,462 INFO [ProfilesDefinitionParser] Added profile 'Chromecast' (id=chromecast) 2017-04-18 18:42:45,493 INFO [PluginCompilerThread] Looking for plugins at C:\Program Files\Serviio\bin\..\plugins 2017-04-18 18:42:45,493 INFO [PluginCompilerThread] Started looking for plugins 2017-04-18 18:42:45,493 INFO [UpdateChecker] Checking if a new version is available 2017-04-18 18:42:46,499 INFO [FFMPEGWrapper] Found FFmpeg: C:\Program Files\Serviio\bin\\..\lib\ffmpeg.exe 2017-04-18 18:42:46,499 INFO [FFMPEGWrapper] FFmpeg details: [version=3.0.2, libRtpmPresent=true, libAssPresent=true, libShinePresent=false, libMxfPresent=false] 2017-04-18 18:42:46,715 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-18 18:42:46,840 INFO [WebServer] WebServer starting on port 8895 2017-04-18 18:42:48,007 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-18 18:42:48,007 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-18 18:42:48,007 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-18 18:42:48,007 INFO [EventDispatcher] Starting EventDispatcher 2017-04-18 18:42:48,028 INFO [RendererExpirationChecker] Starting RendererExpirationChecker 2017-04-18 18:42:48,028 INFO [RendererSearchSender] Starting Renderer searcher process 2017-04-18 18:42:48,292 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-18 18:43:08,043 INFO [FeedUpdaterWorker] Started looking for information about online resources 2017-04-18 18:43:08,301 INFO [TrakttvService] Started trakt.tv sync updater 2017-04-18 18:43:08,301 INFO [TrakttvService] Started trakt.tv scrobble poster 2017-04-18 18:43:08,348 INFO [FileDeltaWatcher] Using 'sun.nio.fs.WindowsWatchService' for delta scan 2017-04-18 18:43:08,348 INFO [RepositoriesStatusCoordinator$RepositoriesStatusThread] Started checking repositories status 2017-04-18 18:43:08,364 INFO [LocalLibraryManager] Starting automatic library scan 2017-04-18 18:43:08,364 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Pelis' to delta scanner (NATIVE) 2017-04-18 18:43:08,364 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Breaking Bad' to delta scanner (NATIVE) 2017-04-18 18:43:08,364 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Daredevil' to delta scanner (NATIVE) 2017-04-18 18:43:08,364 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Penny Dreadful' to delta scanner (NATIVE) 2017-04-18 18:43:08,364 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Rebels' to delta scanner (NATIVE) 2017-04-18 18:43:08,364 INFO [LibraryDeltaScanner] Starting the library delta scan 2017-04-18 18:43:08,364 INFO [PlaylistMaintainerWorker] Started looking for playlist changes 2017-04-18 18:43:14,739 INFO [BrowsingCategoriesMessages] Loaded browsing categories message bundle for locale: en 2017-04-18 18:43:14,754 INFO [SearchManager] Starting up search engine 2017-04-18 18:43:15,083 INFO [ContentDirectoryDefinitionParser] Parsing ContentDirectory definition 2017-04-18 18:43:15,610 INFO [MediaFileIndexer] Updated 'The Lost Commanders' (E:\Videos\Clone Wars\Season 2\Star Wars The Clone Wars (Season 2) 1080p\Star Wars- The Clone Wars S02E01 1080p.Molpol.mkv) in Library 2017-04-18 18:43:18,442 INFO [MediaFileIndexer] Updated 'Relics of the Old Republic' (E:\Videos\Clone Wars\Season 2\Star Wars The Clone Wars (Season 2) 1080p\Star Wars- The Clone Wars S02E02 1080p.Molpol.mkv) in Library 2017-04-18 18:43:21,179 INFO [MediaFileIndexer] Updated 'Always Two There Are' (E:\Videos\Clone Wars\Season 2\Star Wars The Clone Wars (Season 2) 1080p\Star Wars- The Clone Wars S02E03 1080p.Molpol.mkv) in Library 2017-04-18 18:43:24,072 INFO [MediaFileIndexer] Updated 'Brothers of the Broken Horn' (E:\Videos\Clone Wars\Season 2\Star Wars The Clone Wars (Season 2) 1080p\Star Wars- The Clone Wars S02E04 1080p.Molpol.mkv) in Library 2017-04-18 18:43:26,731 INFO [MediaFileIndexer] Updated 'Wings of the Master' (E:\Videos\Clone Wars\Season 2\Star Wars The Clone Wars (Season 2) 1080p\Star Wars- The Clone Wars S02E05 1080p.Molpol.mkv) in Library 2017-04-18 18:43:29,250 INFO [MediaFileIndexer] Updated 'Blood Sisters' (E:\Videos\Clone Wars\Season 2\Star Wars The Clone Wars (Season 2) 1080p\Star Wars- The Clone Wars S02E06 1080p.Molpol.mkv) in Library 2017-04-18 18:43:32,285 INFO [MediaFileIndexer] Updated 'The Lost Commanders' (E:\Videos\Clone Wars\Season 2\Star Wars- The Clone Wars S02E01 1080p.Molpol.mkv) in Library 2017-04-18 18:43:34,962 INFO [MediaFileIndexer] Updated 'Shadows in the Glass' (E:\Videos\Daredevil\Marvels.Daredevil.S01E08.WEBRiP.x264-QCF.mp4) in Library 2017-04-18 18:43:36,694 INFO [MediaFileIndexer] Updated 'Speak of the Devil' (E:\Videos\Daredevil\Marvels.Daredevil.S01E09.Speak.Of.The.Devil.WEBRiP.x264-QCF.mp4) in Library 2017-04-18 18:43:38,587 INFO [MediaFileIndexer] Updated 'Nelson v. Murdock' (E:\Videos\Daredevil\Marvels.Daredevil.S01E10.Nelson.Vs.Murdock.WEBRiP.x264-QCF.mp4) in Library 2017-04-18 18:43:40,380 INFO [MediaFileIndexer] Updated 'The Ones We Leave Behind' (E:\Videos\Daredevil\Marvels.Daredevil.S01E12.WEBRiP.x264-QCF.mp4) in Library 2017-04-18 18:43:42,137 INFO [MediaFileIndexer] Updated 'Daredevil' (E:\Videos\Daredevil\Marvels.Daredevil.S01E13.WEBRiP.x264-QCF.mp4) in Library 2017-04-18 18:43:44,223 INFO [MediaFileIndexer] Updated 'Bang' (E:\Videos\Daredevil\Marvels.Daredevil.S02E01.Bang.mkv) in Library 2017-04-18 18:43:46,246 INFO [MediaFileIndexer] Updated 'Dogs to a Gunfight' (E:\Videos\Daredevil\marvels.daredevil.s02e02.webrip.x264-fleet.mkv) in Library 2017-04-18 18:43:48,627 WARN [OnlineVideoSourcesMetadataExtractor] Online metadata search returned no results for file VID_20160414_Pachu y el sapo.mp4 [VideoDescription [type=FILM, names=[vid 20160414 pachu y el sapo, 2016 varios], year=null, season=null, episode=null, imdb_id=null]] using TheMovieDBSourceAdaptor 2017-04-18 18:43:48,732 INFO [MediaFileIndexer] Updated 'VID_20160414_Pachu y el sapo' (E:\Videos\Hogarenios\2016 Varios\VID_20160414_Pachu y el sapo.mp4) in Library 2017-04-18 18:43:50,838 WARN [OnlineVideoSourcesMetadataExtractor] Online metadata search returned no results for file VID_20160508_Emilia.mp4 [VideoDescription [type=FILM, names=[vid 20160508 emilia, 2016 varios], year=null, season=null, episode=null, imdb_id=null]] using TheMovieDBSourceAdaptor 2017-04-18 18:43:50,947 INFO [MediaFileIndexer] Updated 'VID_20160508_Emilia' (E:\Videos\Hogarenios\2016 Varios\VID_20160508_Emilia.mp4) in Library 2017-04-18 18:43:52,769 WARN [OnlineVideoSourcesMetadataExtractor] Online metadata search returned no results for file VID_20160508_Emilia1.mp4 [VideoDescription [type=FILM, names=[vid 20160508 emilia1, 2016 varios], year=null, season=null, episode=null, imdb_id=null]] using TheMovieDBSourceAdaptor 2017-04-18 18:43:52,859 INFO [MediaFileIndexer] Updated 'VID_20160508_Emilia1' (E:\Videos\Hogarenios\2016 Varios\VID_20160508_Emilia1.mp4) in Library 2017-04-18 18:43:56,793 INFO [MediaFileIndexer] Updated 'Alice Through the Looking Glass' (E:\Videos\Pelis\Alice Through the Looking Glass 2016 BDRip x264 3D.mkv) in Library 2017-04-18 18:43:58,880 INFO [MediaFileIndexer] Updated 'Alice in Wonderland' (E:\Videos\Pelis\Alice.In.Wonderland.2010.3D.1080p.BRRip.mkv) in Library 2017-04-18 18:44:01,095 INFO [MediaFileIndexer] Updated 'Allegiant' (E:\Videos\Pelis\Allegiant.2016.1080p.WEB-DL.x264.AC-3.5.1.6CH - MrJat.mp4) in Library 2017-04-18 18:44:02,918 INFO [MediaFileIndexer] Updated 'Concussion' (E:\Videos\Pelis\Concussion.mkv) in Library 2017-04-18 18:44:05,052 INFO [MediaFileIndexer] Updated 'The Clan' (E:\Videos\Pelis\El Clan 2015 SPANISH 1080p BluRay x264 AC3-JYK.mkv) in Library 2017-04-18 18:44:06,711 INFO [PlaybackProgressUpdater] Started playback progress updater 2017-04-18 18:44:10,916 INFO [MediaFileIndexer] Updated 'Raiders of the Lost Ark' (E:\Videos\Pelis\Indiana Jones I and the raiders of the lost ark 1981.mkv) in Library 2017-04-18 18:44:13,169 INFO [MediaFileIndexer] Updated 'Mission: Impossible - Rogue Nation' (E:\Videos\Pelis\Mission Impossible Rogue Nation.mkv) in Library 2017-04-18 18:44:15,086 INFO [MediaFileIndexer] Updated 'Sin hijos' (E:\Videos\Pelis\Sin Hijos.avi) in Library 2017-04-18 18:44:17,267 INFO [MediaFileIndexer] Updated 'The Big Short' (E:\Videos\Pelis\The.Big.Short.2015.720p.BRRip.x264.AAC-ETRG.mp4) in Library 2017-04-18 18:44:19,725 INFO [MediaFileIndexer] Updated 'The Hunger Games: Mockingjay - Part 2' (E:\Videos\Pelis\The.Hunger.Games.Mockingjay.Part.2.2015.720p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-18 18:44:23,187 INFO [MediaFileIndexer] Updated 'The Revenant' (E:\Videos\Pelis\The.Revenant.2015.720p.BluRay.x264-[YTS.AG].mp4) in Library 2017-04-18 18:44:25,465 INFO [MediaFileIndexer] Updated 'Zootopia' (E:\Videos\Pelis\Zootopia.2016.mkv) in Library 2017-04-18 18:44:27,724 INFO [MediaFileIndexer] Updated 'Duran Duran: Greatest Videos' (E:\Videos\ProduccionEeuu.mkv) in Library 2017-04-18 18:44:29,729 INFO [MediaFileIndexer] Updated 'Steps Into Shadow' (E:\Videos\Rebels\star.wars.rebels.s03e01.hdtv.x264-w4f.mkv) in Library 2017-04-18 18:44:31,752 INFO [MediaFileIndexer] Updated 'The Holocrons of Fate' (E:\Videos\Rebels\Star.Wars.Rebels.S03E02.The.Holocrons.of.Fate.HDTV.x264-UAV.mkv) in Library 2017-04-18 18:44:34,003 INFO [MediaFileIndexer] Updated 'Miss Peregrine's Home for Peculiar Children' (E:\Videos\Pelis\Miss.Peregrine's.Home.for.Peculiar.Children.2016.mkv) in Library 2017-04-18 18:44:36,713 INFO [MediaFileIndexer] Updated 'Jason Bourne' (E:\Videos\Pelis\Jason.Bourne.2016.720p.BluRay.x264-SPARKS.mkv) in Library 2017-04-18 18:44:38,805 INFO [MediaFileIndexer] Updated 'The Wynkahthu Job' (E:\Videos\Rebels\Star.Wars.Rebels.S03E08.HDTV.x264-UAV.mkv) in Library 2017-04-18 18:44:43,160 INFO [MediaFileIndexer] Updated 'Cars' (E:\Videos\Pelis\Dibus\Cars.avi) in Library 2017-04-18 18:44:45,456 INFO [MediaFileIndexer] Updated 'The BFG' (E:\Videos\Pelis\The.BFG.2016.mkv) in Library 2017-04-18 18:44:50,508 INFO [MediaFileIndexer] Updated 'Mandala' (E:\Videos\Breaking Bad\Breaking.Bad.S02E11.HDTV.XviD-0TV.avi) in Library 2017-04-18 18:44:55,992 INFO [MediaFileIndexer] Updated 'Inferno' (E:\Videos\Pelis\Inferno.2016.720p.BluRay.x264-[YTS.AG].mp4) in Library 2017-04-18 18:44:58,645 WARN [OnlineVideoSourcesMetadataExtractor] Online metadata search returned no results for file The.Boss.of.It.All-Direktøren.for.det.hele.2006.DVDRIP.XviD-6m6d6.avi [VideoDescription [type=FILM, names=[the boss of it all direktøren for det hele, null], year=2006, season=null, episode=null, imdb_id=null]] using TheMovieDBSourceAdaptor 2017-04-18 18:44:58,708 INFO [MediaFileIndexer] Updated 'The.Boss.of.It.All-Direktøren.for.det.hele.2006.DVDRIP.XviD-6m6d6' (E:\Videos\Pelis\The.Boss.of.It.All-Direktøren.for.det.hele.2006.DVDRIP.XviD-6m6d6.avi) in Library 2017-04-18 18:45:02,846 INFO [MediaFileIndexer] Updated 'We Have a Pope' (E:\Videos\Pelis\Habemus.Papam.2011.720p.BluRay.H264.AAC-RARBG.mp4) in Library 2017-04-18 18:45:07,141 INFO [MediaFileIndexer] Updated 'Star Wars: Episode III - Revenge of the Sith' (E:\Videos\Pelis\Star Wars\Star Wars Episode 3 Revenge of the Sith 2005 1080p.mkv) in Library 2017-04-18 18:45:10,722 INFO [MediaFileIndexer] Updated 'X-Men: The Last Stand' (E:\Videos\Pelis\X-Men The Last Stand (2006).mkv) in Library 2017-04-18 18:45:12,788 INFO [MediaFileIndexer] Updated 'We Have a Pope' (E:\Videos\Pelis\Habemus.Papam.2011.720p.BluRay.H264.AAC-RARBG.mkv) in Library 2017-04-18 18:45:14,863 INFO [MediaFileIndexer] Updated 'An Inside Man' (E:\Videos\Rebels\Star.Wars.Rebels.S03E09.HDTV.x264-UAV.mkv) in Library 2017-04-18 18:45:17,439 INFO [MediaFileIndexer] Updated 'Facing Windows' (E:\Videos\Pelis\La finestra di fronte.avi) in Library 2017-04-18 18:45:21,087 INFO [MediaFileIndexer] Updated 'X-Men: Apocalypse' (E:\Videos\Pelis\X-Men.Apocalypse.2016.720p.BluRay.x264.mkv) in Library 2017-04-18 18:45:24,740 INFO [MediaFileIndexer] Updated 'X-Men: First Class' (E:\Videos\Pelis\X-Men.First.Class.avi) in Library 2017-04-18 18:45:27,301 INFO [MediaFileIndexer] Updated 'I Can Quit Whenever I Want' (E:\Videos\Pelis\Smetto.Quando.Voglio.2014.iTALiAN.BRRip.XviD.BLUWORLD.mkv) in Library 2017-04-18 18:45:29,636 INFO [MediaFileIndexer] Updated 'Warhead' (E:\Videos\Rebels\Star.Wars.Rebels.S03E13.Warhead.HDTV.x264-BATV.mkv) in Library 2017-04-18 18:45:31,523 WARN [MediaFileIndexer] Cannot update file Trials of the Darksaber in library because of an unexpected error. Message: Cannot read Series with name = Star Wars Rebels org.serviio.db.dao.PersistenceException: Cannot read Series with name = Star Wars Rebels at org.serviio.library.dao.SeriesDAOImpl.findSeriesByName(SeriesDAOImpl.java:151) at org.serviio.library.local.service.VideoService.findOrCreateSeries(VideoService.java:600) at org.serviio.library.local.service.VideoService.updateVideoInLibrary(VideoService.java:219) at org.serviio.library.local.indexing.MediaFileIndexer.updateMediaFile(MediaFileIndexer.java:150) at org.serviio.library.local.indexing.DefaultLibraryMonitor.fileUpdated(DefaultLibraryMonitor.java:65) at org.serviio.library.local.indexing.pipe.PipeManager$PipeProcessingConsumer.lambda$run$27(PipeManager.java:175) at java.util.Optional.ifPresent(Optional.java:159) at org.serviio.library.local.indexing.pipe.PipeManager$PipeProcessingConsumer.run(PipeManager.java:169) at java.lang.Thread.run(Thread.java:745) Caused by: java.sql.SQLNonTransientConnectionException: Connection closed by unknown interrupt. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source) at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedResultSet.closeOnTransactionError(Unknown Source) at org.apache.derby.impl.jdbc.EmbedResultSet.movePosition(Unknown Source) at org.apache.derby.impl.jdbc.EmbedResultSet.next(Unknown Source) at org.serviio.library.dao.SeriesDAOImpl.mapSingleResult(SeriesDAOImpl.java:375) at org.serviio.library.dao.SeriesDAOImpl.findSeriesByName(SeriesDAOImpl.java:149) ... 8 more Caused by: ERROR 08000: Connection closed by unknown interrupt. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) at org.apache.derby.iapi.util.InterruptStatus.setInterrupted(Unknown Source) at org.apache.derby.iapi.util.InterruptStatus.throwIf(Unknown Source) at org.apache.derby.impl.sql.execute.BasicNoPutResultSetImpl.checkCancellationFlag(Unknown Source) at org.apache.derby.impl.sql.execute.BulkTableScanResultSet.getNextRowCore(Unknown Source) at org.apache.derby.impl.sql.execute.ProjectRestrictResultSet.getNextRowCore(Unknown Source) at org.apache.derby.impl.sql.execute.BasicNoPutResultSetImpl.getNextRow(Unknown Source) ... 12 more 2017-04-18 18:45:31,541 INFO [LibraryOneTimeScanner] Interrupting library scan 2017-04-18 18:45:31,541 INFO [LibraryDeltaScanner] Stopping the library delta scan 2017-04-18 18:45:31,542 INFO [PlaylistMaintainerWorker] Finished looking for playlist changes 2017-04-18 18:45:36,789 INFO [LocalLibraryManager] Starting automatic library scan 2017-04-18 18:45:36,830 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Pelis' to delta scanner (POLLER) 2017-04-18 18:45:36,830 INFO [LibraryDeltaScanner] Starting the library delta scan 2017-04-18 18:45:36,855 INFO [PlaylistMaintainerWorker] Started looking for playlist changes 2017-04-18 18:45:39,452 INFO [MediaFileIndexer] Added file 'Alice Through the Looking Glass 2016 BDRip x264 3D.mkv' (title: Alice Through the Looking Glass) to Library 2017-04-18 18:45:41,400 INFO [MediaFileIndexer] Added file 'Alice.In.Wonderland.2010.3D.1080p.BRRip.mkv' (title: Alice in Wonderland) to Library 2017-04-18 18:45:43,192 INFO [MediaFileIndexer] Added file 'Allegiant.2016.1080p.WEB-DL.x264.AC-3.5.1.6CH - MrJat.mp4' (title: Allegiant) to Library 2017-04-18 18:45:45,941 INFO [MediaFileIndexer] Added file 'Angels.and.Demons.2009.REMASTERED.1080p.BRRip.x264 - WeTv.mkv' (title: Angels & Demons) to Library 2017-04-18 18:45:48,296 INFO [MediaFileIndexer] Added file 'Concussion.mkv' (title: Concussion) to Library 2017-04-18 18:45:52,778 INFO [MediaFileIndexer] Added file 'Buscando a Nemo.avi' (title: Finding Nemo) to Library 2017-04-18 18:45:54,627 INFO [MediaFileIndexer] Added file 'Cars.avi' (title: Cars) to Library 2017-04-18 18:45:58,596 INFO [MediaFileIndexer] Added file 'Chicken Little.avi' (title: Chicken Little) to Library 2017-04-18 18:46:01,068 INFO [MediaFileIndexer] Added file 'El Libro de la Selva.mkv' (title: The Jungle Book) to Library 2017-04-18 18:46:04,605 INFO [MediaFileIndexer] Added file 'Frozen.2013.HDScre.XviD.Latino.SBT.avi' (title: Frozen) to Library 2017-04-18 18:46:08,079 WARN [OnlineVideoSourcesMetadataExtractor] Online metadata search returned no results for file HD La Era de Hielo 3.avi [VideoDescription [type=FILM, names=[, dibus], year=null, season=null, episode=null, imdb_id=null]] using TheMovieDBSourceAdaptor 2017-04-18 18:46:08,126 INFO [MediaFileIndexer] Added file 'HD La Era de Hielo 3.avi' (title: HD La Era de Hielo 3) to Library 2017-04-18 18:46:10,178 INFO [MediaFileIndexer] Added file 'El Clan 2015 SPANISH 1080p BluRay x264 AC3-JYK.mkv' (title: The Clan) to Library 2017-04-18 18:46:11,657 INFO [MediaFileIndexer] Added file 'Habemus.Papam.2011.720p.BluRay.H264.AAC-RARBG.mkv' (title: We Have a Pope) to Library 2017-04-18 18:46:14,305 INFO [MediaFileIndexer] Added file 'Habemus.Papam.2011.720p.BluRay.H264.AAC-RARBG.mp4' (title: We Have a Pope) to Library 2017-04-18 18:46:17,775 INFO [MediaFileIndexer] Added file 'Harry Potter and the Goblet of Fire (2005).mkv' (title: Harry Potter and the Goblet of Fire) to Library 2017-04-18 18:46:21,442 INFO [MediaFileIndexer] Added file 'Indiana Jones I and the raiders of the lost ark 1981.mkv' (title: Raiders of the Lost Ark) to Library 2017-04-18 18:46:25,316 INFO [MediaFileIndexer] Added file 'Inferno.2016.720p.BluRay.x264-[YTS.AG].mp4' (title: Inferno) to Library 2017-04-18 18:46:28,131 INFO [MediaFileIndexer] Added file 'Jason.Bourne.2016.720p.BluRay.x264-SPARKS.mkv' (title: Jason Bourne) to Library 2017-04-18 18:46:30,039 INFO [MediaFileIndexer] Added file 'JOBS.mkv' (title: Jobs) to Library 2017-04-18 18:46:32,586 INFO [MediaFileIndexer] Added file 'La finestra di fronte.avi' (title: Facing Windows) to Library 2017-04-18 18:46:34,221 INFO [MediaFileIndexer] Added file 'Miss.Peregrine's.Home.for.Peculiar.Children.2016.mkv' (title: Miss Peregrine's Home for Peculiar Children) to Library 2017-04-18 18:46:36,073 INFO [MediaFileIndexer] Added file 'Mission Impossible Rogue Nation.mkv' (title: Mission: Impossible - Rogue Nation) to Library 2017-04-18 18:46:38,691 INFO [MediaFileIndexer] Added file 'Sin Hijos.avi' (title: Sin hijos) to Library 2017-04-18 18:46:39,775 INFO [MediaFileIndexer] Added file 'Smetto.Quando.Voglio.2014.iTALiAN.BRRip.XviD.BLUWORLD.mkv' (title: I Can Quit Whenever I Want) to Library 2017-04-18 18:46:42,658 INFO [MediaFileIndexer] Added file 'Spectral.2016.WEBRip.x264-FGT.mp4' (title: Spectral) to Library 2017-04-18 18:46:46,013 INFO [MediaFileIndexer] Added file 'Rogue.One.2016.1080p.BluRay.H264.mkv' (title: Rogue One: A Star Wars Story) to Library 2017-04-18 18:46:49,769 INFO [MediaFileIndexer] Added file 'Rogue.One.2016.3D.1080p.BluRay.x264.mkv' (title: Rogue One: A Star Wars Story) to Library 2017-04-18 18:46:52,336 INFO [MediaFileIndexer] Added file 'Star Wars Episode 1.The Phantom Menace 1999 1080p BrRip x264.mkv' (title: Star Wars: Episode I - The Phantom Menace) to Library 2017-04-18 18:46:56,706 INFO [MediaFileIndexer] Added file 'Star Wars Episode 2 Attack of the Clones 2002 1080p BrRip x264 (1).mkv' (title: Star Wars: Episode II - Attack of the Clones) to Library 2017-04-18 18:46:59,379 INFO [MediaFileIndexer] Added file 'Star Wars Episode 3 Revenge of the Sith 2005 1080p.mkv' (title: Star Wars: Episode III - Revenge of the Sith) to Library 2017-04-18 18:47:02,434 INFO [MediaFileIndexer] Added file 'Star Wars Episode VII - The Force Awakens.mkv' (title: Star Wars) to Library 2017-04-18 18:47:04,554 INFO [MediaFileIndexer] Added file 'Star.Trek.Beyond.2016.720p.BluRay.x264-SPARKS.mkv' (title: Star Trek Beyond) to Library 2017-04-18 18:47:06,660 INFO [MediaFileIndexer] Added file 'The Whole Truth 2016 BDRip x264-FiCO.mkv' (title: The Whole Truth) to Library 2017-04-18 18:47:07,850 INFO [MediaFileIndexer] Added file 'The.BFG.2016.mkv' (title: The BFG) to Library 2017-04-18 18:47:11,162 INFO [MediaFileIndexer] Added file 'The.Big.Short.2015.720p.BRRip.x264.AAC-ETRG.mp4' (title: The Big Short) to Library 2017-04-18 18:47:13,586 WARN [OnlineVideoSourcesMetadataExtractor] Online metadata search returned no results for file The.Boss.of.It.All-Direktøren.for.det.hele.2006.DVDRIP.XviD-6m6d6.avi [VideoDescription [type=FILM, names=[the boss of it all direktøren for det hele, null], year=2006, season=null, episode=null, imdb_id=null]] using TheMovieDBSourceAdaptor 2017-04-18 18:47:13,648 INFO [MediaFileIndexer] Added file 'The.Boss.of.It.All-Direktøren.for.det.hele.2006.DVDRIP.XviD-6m6d6.avi' (title: The.Boss.of.It.All-Direktøren.for.det.hele.2006.DVDRIP.XviD-6m6d6) to Library 2017-04-18 18:47:15,710 INFO [MediaFileIndexer] Added file 'The.Hunger.Games.Mockingjay.Part.2.2015.720p.BluRay.H264.AAC-RARBG.mp4' (title: The Hunger Games: Mockingjay - Part 2) to Library 2017-04-18 18:47:17,931 INFO [MediaFileIndexer] Added file 'The.Revenant.2015.720p.BluRay.x264-[YTS.AG].mp4' (title: The Revenant) to Library 2017-04-18 18:47:19,761 INFO [MediaFileIndexer] Added file 'X-MEN 1.avi' (title: X-Men) to Library 2017-04-18 18:47:21,686 INFO [MediaFileIndexer] Added file 'X-Men The Last Stand (2006).mkv' (title: X-Men: The Last Stand) to Library 2017-04-18 18:47:23,678 INFO [MediaFileIndexer] Added file 'X-Men.2000.1080p.BrRip.x264.YIFY.mp4' (title: X-Men) to Library 2017-04-18 18:47:25,669 INFO [MediaFileIndexer] Added file 'X-Men.Apocalypse.2016.720p.BluRay.x264.mkv' (title: X-Men: Apocalypse) to Library 2017-04-18 18:47:27,357 INFO [MediaFileIndexer] Added file 'X-Men.First.Class.avi' (title: X-Men: First Class) to Library 2017-04-18 18:47:29,324 INFO [MediaFileIndexer] Added file 'Zootopia.2016.mkv' (title: Zootopia) to Library 2017-04-18 19:03:19,974 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-18 19:03:19,976 INFO [WebServer] WebServer shutting down 2017-04-18 19:03:19,976 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-18 19:03:19,977 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-18 19:03:19,977 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-18 19:03:19,977 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-18 19:03:20,219 INFO [WebServer] WebServer starting on port 8895 2017-04-18 19:03:20,393 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-18 19:03:20,394 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-18 19:03:20,397 INFO [RendererSearchSender] Starting Renderer searcher process 2017-04-18 19:03:20,401 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-18 19:03:20,407 INFO [EventDispatcher] Starting EventDispatcher 2017-04-18 19:03:20,658 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-18 19:03:23,708 INFO [RendererExpirationChecker] Leaving RendererExpirationChecker 2017-04-18 19:23:08,797 WARN [IndexedDiskCache] Region [tokens] Disk cache not shutdown properly, shutting down now. 2017-04-18 19:23:08,999 INFO [LibraryOneTimeScanner] Interrupting library scan 2017-04-18 19:23:08,800 WARN [IndexedDiskCache] Region [subtitles] Disk cache not shutdown properly, shutting down now. 2017-04-18 19:23:08,799 WARN [IndexedDiskCache] Region [online_technical_metadata] Disk cache not shutdown properly, shutting down now. 2017-04-18 19:23:08,799 WARN [IndexedDiskCache] Region [thumbnails] Disk cache not shutdown properly, shutting down now. 2017-04-18 19:23:08,799 WARN [IndexedDiskCache] Region [subtitles_metadata] Disk cache not shutdown properly, shutting down now. 2017-04-18 19:23:09,055 INFO [LibraryDeltaScanner] Stopping the library delta scan 2017-04-18 19:23:09,056 INFO [PlaylistMaintainerWorker] Finished looking for playlist changes 2017-04-18 19:23:09,156 INFO [RepositoriesStatusCoordinator$RepositoriesStatusThread] Finished checking repositories status 2017-04-18 19:23:09,156 INFO [FeedUpdaterWorker] Finished looking for online resources information 2017-04-18 19:23:09,256 INFO [PluginCompilerThread] Finished looking for plugins 2017-04-18 19:23:10,197 INFO [SearchIndexer] Closing search index writer 2017-04-18 19:23:10,209 INFO [SearchIndexer] Closing search index writer 2017-04-18 19:23:10,212 INFO [RendererSearchSender] Stopping Renderer searcher process 2017-04-18 19:23:10,212 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-18 19:23:10,214 INFO [WebServer] WebServer shutting down 2017-04-18 19:23:10,214 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-18 19:23:10,215 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-18 19:23:10,215 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-18 19:23:10,216 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-18 19:23:10,335 INFO [DatabaseManager] Shutting down database 2017-04-18 19:24:32,085 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-18 19:24:32,116 INFO [MediaServer] Serviio DLNA media streaming server v 1.8 (rev. cc55b64588cc) 2017-04-18 19:24:32,116 INFO [MediaServer] Petr Nejedly 2009-2015 2017-04-18 19:24:32,116 INFO [MediaServer] http://www.serviio.org 2017-04-18 19:24:32,116 INFO [MediaServer] 2017-04-18 19:24:32,116 INFO [MediaServer] Java 1.8.0_91-Oracle Corporation x86 2017-04-18 19:24:32,116 INFO [MediaServer] OS Windows 10 10.0 2017-04-18 19:24:32,116 INFO [MediaServer] File encoding: windows-1252 2017-04-18 19:24:33,281 INFO [MediaServer] Headless mode enabled: true 2017-04-18 19:24:33,281 INFO [MediaServer] User: NOTE-DOIN$ 2017-04-18 19:24:33,281 INFO [MediaServer] User home dir: C:\WINDOWS\system32\config\systemprofile 2017-04-18 19:24:33,281 INFO [MediaServer] Temp dir: C:\WINDOWS\TEMP\ 2017-04-18 19:24:33,281 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-18 19:24:33,934 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated 2017-04-18 19:24:34,837 INFO [DatabaseManager] Using DERBY database language 2017-04-18 19:24:45,347 INFO [WebServer] Socket buffer set to 65535 bytes 2017-04-18 19:24:45,347 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/console) exposed on port 23423 2017-04-18 19:24:45,347 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/rest) exposed on port 23423 2017-04-18 19:24:45,379 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/console) exposed on port 23523 2017-04-18 19:24:45,379 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/rest) exposed on port 23523 2017-04-18 19:24:51,187 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/cds) exposed on port 23424 2017-04-18 19:24:51,187 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/mediabrowser) exposed on port 23424 2017-04-18 19:24:51,189 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/cds) exposed on port 23524 2017-04-18 19:24:51,189 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/mediabrowser) exposed on port 23524 2017-04-18 19:24:52,079 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-18 19:24:52,079 INFO [MediaServer] License: PRO (EVALUATION, id: 11111111-1111-1111-1111-111111111113) 2017-04-18 19:24:52,079 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-18 19:24:52,940 INFO [Device] Created UPnP Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-18 19:24:58,874 INFO [ProfilesDefinitionParser] Parsing Profiles definition 2017-04-18 19:24:59,443 INFO [CustomisationManager] No customisation properties found 2017-04-18 19:24:59,710 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1) 2017-04-18 19:24:59,835 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2) 2017-04-18 19:25:00,004 INFO [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3) 2017-04-18 19:25:00,004 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4) 2017-04-18 19:25:00,004 INFO [ProfilesDefinitionParser] Added profile 'Playstation 4' (id=ps4) 2017-04-18 19:25:00,004 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5) 2017-04-18 19:25:00,395 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6) 2017-04-18 19:25:00,520 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (H-series)' (id=sam_h) 2017-04-18 19:25:00,520 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (J-series)' (id=sam_j) 2017-04-18 19:25:00,520 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (E/F-series)' (id=sam_ef) 2017-04-18 19:25:00,520 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7) 2017-04-18 19:25:00,520 INFO [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8) 2017-04-18 19:25:00,598 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012) 2017-04-18 19:25:00,598 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2013/14)' (id=sony2013) 2017-04-18 19:25:00,598 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx100 (2013)' (id=bdp2013) 2017-04-18 19:25:00,598 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx90 (2012)' (id=bdp2012) 2017-04-18 19:25:00,598 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010)' (id=bdp2010) 2017-04-18 19:25:00,598 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010) - US' (id=bdp2010us) 2017-04-18 19:25:00,598 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx80/SMP-N200 (2011)' (id=bdp2011) 2017-04-18 19:25:00,598 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13) 2017-04-18 19:25:00,598 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA 2012-' (id=tosh2012) 2017-04-18 19:25:00,723 INFO [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14) 2017-04-18 19:25:00,723 INFO [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15) 2017-04-18 19:25:00,723 INFO [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16) 2017-04-18 19:25:00,723 INFO [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17) 2017-04-18 19:25:00,723 INFO [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18) 2017-04-18 19:25:00,723 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011) 2017-04-18 19:25:00,723 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010) 2017-04-18 19:25:00,723 INFO [ProfilesDefinitionParser] Added profile 'Philips (2010-)' (id=plps2010) 2017-04-18 19:25:00,723 INFO [ProfilesDefinitionParser] Added profile 'Philips (2009)' (id=20) 2017-04-18 19:25:00,723 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009) 2017-04-18 19:25:00,738 INFO [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22) 2017-04-18 19:25:00,738 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2013)' (id=viera2013) 2017-04-18 19:25:00,738 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a) 2017-04-18 19:25:00,738 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011) 2017-04-18 19:25:00,738 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010) 2017-04-18 19:25:00,738 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2009)' (id=viera2009) 2017-04-18 19:25:00,738 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us) 2017-04-18 19:25:00,738 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us) 2017-04-18 19:25:00,738 INFO [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR) 2017-04-18 19:25:00,738 INFO [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT) 2017-04-18 19:25:00,738 INFO [ProfilesDefinitionParser] Added profile 'Vizio TV' (id=viziotv) 2017-04-18 19:25:00,738 INFO [ProfilesDefinitionParser] Added profile 'Panasonic BD player' (id=panasonicBDT220) 2017-04-18 19:25:00,738 INFO [ProfilesDefinitionParser] Added profile 'Philips NP Streamium' (id=philips_streamium) 2017-04-18 19:25:00,738 INFO [ProfilesDefinitionParser] Added profile 'Chaneru' (id=roku) 2017-04-18 19:25:00,738 INFO [ProfilesDefinitionParser] Added profile 'Roku Media Player' (id=RokuMPApp) 2017-04-18 19:25:00,738 INFO [ProfilesDefinitionParser] Added profile 'Yamaha BD-A1020/BD-A1010' (id=YamBD) 2017-04-18 19:25:00,738 INFO [ProfilesDefinitionParser] Added profile 'Telenet Yelo TV' (id=TNDC) 2017-04-18 19:25:00,738 INFO [ProfilesDefinitionParser] Added profile 'Xbox One' (id=xbox_one) 2017-04-18 19:25:00,738 INFO [ProfilesDefinitionParser] Added profile 'Raumfeld' (id=raumfeld) 2017-04-18 19:25:00,938 INFO [ProfilesDefinitionParser] Parsing Profiles definition 2017-04-18 19:25:00,939 INFO [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player) 2017-04-18 19:25:00,939 INFO [ProfilesDefinitionParser] Added profile 'Android' (id=android) 2017-04-18 19:25:00,940 INFO [ProfilesDefinitionParser] Added profile 'iOS' (id=ios) 2017-04-18 19:25:00,940 INFO [ProfilesDefinitionParser] Added profile 'HTML5' (id=html5) 2017-04-18 19:25:00,941 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Standard)' (id=serviigo_standard) 2017-04-18 19:25:00,941 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Legacy Devices)' (id=serviigo) 2017-04-18 19:25:00,942 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (HLS)' (id=serviigo_hls) 2017-04-18 19:25:00,942 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Google TV)' (id=serviigo_gtv) 2017-04-18 19:25:00,942 INFO [ProfilesDefinitionParser] Added profile 'Google Cast' (id=googlecast) 2017-04-18 19:25:00,943 INFO [ProfilesDefinitionParser] Added profile 'Chromecast' (id=chromecast) 2017-04-18 19:25:01,904 INFO [PluginCompilerThread] Looking for plugins at C:\Program Files\Serviio\bin\..\plugins 2017-04-18 19:25:01,904 INFO [UpdateChecker] Checking if a new version is available 2017-04-18 19:25:01,935 INFO [PluginCompilerThread] Started looking for plugins 2017-04-18 19:25:07,506 INFO [FFMPEGWrapper] Found FFmpeg: C:\Program Files\Serviio\bin\\..\lib\ffmpeg.exe 2017-04-18 19:25:07,506 INFO [FFMPEGWrapper] FFmpeg details: [version=3.0.2, libRtpmPresent=true, libAssPresent=true, libShinePresent=false, libMxfPresent=false] 2017-04-18 19:25:08,512 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-18 19:25:09,026 INFO [WebServer] WebServer starting on port 8895 2017-04-18 19:25:09,203 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-18 19:25:09,364 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-18 19:25:09,364 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-18 19:25:09,364 INFO [EventDispatcher] Starting EventDispatcher 2017-04-18 19:25:09,381 INFO [RendererSearchSender] Starting Renderer searcher process 2017-04-18 19:25:09,381 INFO [RendererExpirationChecker] Starting RendererExpirationChecker 2017-04-18 19:25:09,863 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-18 19:25:29,567 INFO [FeedUpdaterWorker] Started looking for information about online resources 2017-04-18 19:25:30,795 INFO [TrakttvService] Started trakt.tv sync updater 2017-04-18 19:25:30,795 INFO [TrakttvService] Started trakt.tv scrobble poster 2017-04-18 19:25:31,138 INFO [FileDeltaWatcher] Using 'sun.nio.fs.WindowsWatchService' for delta scan 2017-04-18 19:25:31,294 INFO [RepositoriesStatusCoordinator$RepositoriesStatusThread] Started checking repositories status 2017-04-18 19:25:31,466 INFO [LocalLibraryManager] Starting automatic library scan 2017-04-18 19:25:35,216 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Pelis' to delta scanner (POLLER) 2017-04-18 19:25:35,216 INFO [LibraryDeltaScanner] Starting the library delta scan 2017-04-18 19:25:35,254 INFO [PlaylistMaintainerWorker] Started looking for playlist changes 2017-04-18 19:27:27,719 INFO [PlaybackProgressUpdater] Started playback progress updater 2017-04-18 19:27:27,757 INFO [ContentDirectoryDefinitionParser] Parsing ContentDirectory definition 2017-04-18 19:27:28,090 INFO [BrowsingCategoriesMessages] Loaded browsing categories message bundle for locale: en 2017-04-18 19:28:01,830 INFO [PlaybackEventsManager] Playback of media item 2027 has started at 0% on Identifier=192.168.1.6, Profile=Sony Bravia TV (2013/14), Name=KDL-42W805A 2017-04-18 19:28:39,973 INFO [PlaybackEventsManager] Playback of media item 2027 has stopped at 0% on Identifier=192.168.1.6, Profile=Sony Bravia TV (2013/14), Name=KDL-42W805A 2017-04-18 19:29:15,735 INFO [PlaybackEventsManager] Playback of media item 2027 has started at 0% on Identifier=192.168.1.6, Profile=Sony Bravia TV (2013/14), Name=KDL-42W805A 2017-04-18 22:20:18,531 INFO [PlaybackEventsManager] Playback of media item 2027 has stopped at 100% on Identifier=192.168.1.6, Profile=Sony Bravia TV (2013/14), Name=KDL-42W805A 2017-04-18 22:20:22,766 INFO [DiscoveryManager] System wake up detected, restarting UPnP services for network re-discovery 2017-04-18 22:20:22,767 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-18 22:20:22,767 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-18 22:20:22,768 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-18 22:20:22,782 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-18 22:20:22,969 INFO [RendererExpirationChecker] Leaving RendererExpirationChecker 2017-04-18 22:20:23,123 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-18 22:20:23,123 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-18 22:20:23,123 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-18 22:20:23,123 INFO [EventDispatcher] Starting EventDispatcher 2017-04-18 22:20:23,364 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-18 22:22:06,278 INFO [PlaybackEventsManager] Playback of media item 2042 has started at 0% on Identifier=192.168.1.6, Profile=Sony Bravia TV (2013/14), Name=KDL-42W805A 2017-04-18 22:43:12,640 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 9 times 2017-04-18 22:43:17,824 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 8 times 2017-04-18 22:43:23,015 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 7 times 2017-04-18 22:43:28,204 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 6 times 2017-04-18 22:43:33,389 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 5 times 2017-04-18 22:43:38,583 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-18 22:43:38,583 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-18 22:43:38,583 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-18 22:43:38,583 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-18 22:43:38,755 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-18 22:43:38,755 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-18 22:43:38,755 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-18 22:43:38,765 INFO [EventDispatcher] Starting EventDispatcher 2017-04-18 22:43:39,007 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-18 22:57:16,465 WARN [IndexedDiskCache] Region [online_technical_metadata] Disk cache not shutdown properly, shutting down now. 2017-04-18 22:57:16,465 WARN [IndexedDiskCache] Region [subtitles] Disk cache not shutdown properly, shutting down now. 2017-04-18 22:57:16,465 WARN [IndexedDiskCache] Region [subtitles_metadata] Disk cache not shutdown properly, shutting down now. 2017-04-18 22:57:16,465 WARN [IndexedDiskCache] Region [thumbnails] Disk cache not shutdown properly, shutting down now. 2017-04-18 22:57:16,465 WARN [IndexedDiskCache] Region [tokens] Disk cache not shutdown properly, shutting down now. 2017-04-18 22:57:16,683 INFO [LibraryOneTimeScanner] Interrupting library scan 2017-04-18 22:57:16,683 INFO [LibraryDeltaScanner] Stopping the library delta scan 2017-04-18 22:57:16,699 INFO [PlaylistMaintainerWorker] Finished looking for playlist changes 2017-04-18 22:57:16,804 INFO [RepositoriesStatusCoordinator$RepositoriesStatusThread] Finished checking repositories status 2017-04-18 22:57:16,804 INFO [FeedUpdaterWorker] Finished looking for online resources information 2017-04-18 22:57:16,914 INFO [PluginCompilerThread] Finished looking for plugins 2017-04-18 22:57:20,297 INFO [SearchManager] Starting up search engine 2017-04-18 22:58:15,104 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-18 22:58:15,125 INFO [MediaServer] Serviio DLNA media streaming server v 1.8 (rev. cc55b64588cc) 2017-04-18 22:58:15,125 INFO [MediaServer] Petr Nejedly 2009-2015 2017-04-18 22:58:15,125 INFO [MediaServer] http://www.serviio.org 2017-04-18 22:58:15,125 INFO [MediaServer] 2017-04-18 22:58:15,125 INFO [MediaServer] Java 1.8.0_91-Oracle Corporation x86 2017-04-18 22:58:15,125 INFO [MediaServer] OS Windows 10 10.0 2017-04-18 22:58:15,125 INFO [MediaServer] File encoding: windows-1252 2017-04-18 22:58:15,172 INFO [MediaServer] Headless mode enabled: true 2017-04-18 22:58:15,172 INFO [MediaServer] User: NOTE-DOIN$ 2017-04-18 22:58:15,172 INFO [MediaServer] User home dir: C:\WINDOWS\system32\config\systemprofile 2017-04-18 22:58:15,172 INFO [MediaServer] Temp dir: C:\WINDOWS\TEMP\ 2017-04-18 22:58:15,172 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-18 22:58:16,064 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated 2017-04-18 22:58:16,313 INFO [DatabaseManager] Using DERBY database language 2017-04-18 22:58:20,351 INFO [WebServer] Socket buffer set to 65535 bytes 2017-04-18 22:58:20,352 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/console) exposed on port 23423 2017-04-18 22:58:20,355 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/rest) exposed on port 23423 2017-04-18 22:58:20,357 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/console) exposed on port 23523 2017-04-18 22:58:20,357 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/rest) exposed on port 23523 2017-04-18 22:58:22,039 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/cds) exposed on port 23424 2017-04-18 22:58:22,039 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/mediabrowser) exposed on port 23424 2017-04-18 22:58:22,039 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/cds) exposed on port 23524 2017-04-18 22:58:22,039 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/mediabrowser) exposed on port 23524 2017-04-18 22:58:23,496 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-18 22:58:23,496 INFO [MediaServer] License: PRO (EVALUATION, id: 11111111-1111-1111-1111-111111111113) 2017-04-18 22:58:23,496 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-18 22:58:23,839 INFO [Device] Created UPnP Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-18 22:58:24,773 INFO [ProfilesDefinitionParser] Parsing Profiles definition 2017-04-18 22:58:24,804 INFO [CustomisationManager] No customisation properties found 2017-04-18 22:58:24,867 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1) 2017-04-18 22:58:24,964 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2) 2017-04-18 22:58:24,966 INFO [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3) 2017-04-18 22:58:24,967 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4) 2017-04-18 22:58:24,968 INFO [ProfilesDefinitionParser] Added profile 'Playstation 4' (id=ps4) 2017-04-18 22:58:24,968 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5) 2017-04-18 22:58:24,971 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6) 2017-04-18 22:58:24,972 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (H-series)' (id=sam_h) 2017-04-18 22:58:24,972 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (J-series)' (id=sam_j) 2017-04-18 22:58:24,973 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (E/F-series)' (id=sam_ef) 2017-04-18 22:58:24,973 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7) 2017-04-18 22:58:24,973 INFO [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8) 2017-04-18 22:58:24,981 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012) 2017-04-18 22:58:24,982 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2013/14)' (id=sony2013) 2017-04-18 22:58:24,982 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx100 (2013)' (id=bdp2013) 2017-04-18 22:58:24,982 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx90 (2012)' (id=bdp2012) 2017-04-18 22:58:24,983 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010)' (id=bdp2010) 2017-04-18 22:58:24,983 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010) - US' (id=bdp2010us) 2017-04-18 22:58:24,984 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx80/SMP-N200 (2011)' (id=bdp2011) 2017-04-18 22:58:24,984 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13) 2017-04-18 22:58:24,984 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA 2012-' (id=tosh2012) 2017-04-18 22:58:24,986 INFO [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14) 2017-04-18 22:58:24,986 INFO [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15) 2017-04-18 22:58:24,986 INFO [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16) 2017-04-18 22:58:24,986 INFO [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17) 2017-04-18 22:58:24,987 INFO [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18) 2017-04-18 22:58:24,987 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011) 2017-04-18 22:58:24,987 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010) 2017-04-18 22:58:24,987 INFO [ProfilesDefinitionParser] Added profile 'Philips (2010-)' (id=plps2010) 2017-04-18 22:58:24,987 INFO [ProfilesDefinitionParser] Added profile 'Philips (2009)' (id=20) 2017-04-18 22:58:24,988 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009) 2017-04-18 22:58:24,988 INFO [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22) 2017-04-18 22:58:24,989 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2013)' (id=viera2013) 2017-04-18 22:58:24,989 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a) 2017-04-18 22:58:24,989 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011) 2017-04-18 22:58:24,989 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010) 2017-04-18 22:58:24,989 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2009)' (id=viera2009) 2017-04-18 22:58:24,989 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us) 2017-04-18 22:58:24,990 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us) 2017-04-18 22:58:24,990 INFO [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR) 2017-04-18 22:58:24,990 INFO [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT) 2017-04-18 22:58:24,990 INFO [ProfilesDefinitionParser] Added profile 'Vizio TV' (id=viziotv) 2017-04-18 22:58:24,991 INFO [ProfilesDefinitionParser] Added profile 'Panasonic BD player' (id=panasonicBDT220) 2017-04-18 22:58:24,991 INFO [ProfilesDefinitionParser] Added profile 'Philips NP Streamium' (id=philips_streamium) 2017-04-18 22:58:24,991 INFO [ProfilesDefinitionParser] Added profile 'Chaneru' (id=roku) 2017-04-18 22:58:24,992 INFO [ProfilesDefinitionParser] Added profile 'Roku Media Player' (id=RokuMPApp) 2017-04-18 22:58:24,992 INFO [ProfilesDefinitionParser] Added profile 'Yamaha BD-A1020/BD-A1010' (id=YamBD) 2017-04-18 22:58:24,992 INFO [ProfilesDefinitionParser] Added profile 'Telenet Yelo TV' (id=TNDC) 2017-04-18 22:58:24,993 INFO [ProfilesDefinitionParser] Added profile 'Xbox One' (id=xbox_one) 2017-04-18 22:58:24,993 INFO [ProfilesDefinitionParser] Added profile 'Raumfeld' (id=raumfeld) 2017-04-18 22:58:25,656 INFO [ProfilesDefinitionParser] Parsing Profiles definition 2017-04-18 22:58:25,656 INFO [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player) 2017-04-18 22:58:25,656 INFO [ProfilesDefinitionParser] Added profile 'Android' (id=android) 2017-04-18 22:58:25,656 INFO [ProfilesDefinitionParser] Added profile 'iOS' (id=ios) 2017-04-18 22:58:25,656 INFO [ProfilesDefinitionParser] Added profile 'HTML5' (id=html5) 2017-04-18 22:58:25,656 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Standard)' (id=serviigo_standard) 2017-04-18 22:58:25,656 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Legacy Devices)' (id=serviigo) 2017-04-18 22:58:25,656 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (HLS)' (id=serviigo_hls) 2017-04-18 22:58:25,656 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Google TV)' (id=serviigo_gtv) 2017-04-18 22:58:25,656 INFO [ProfilesDefinitionParser] Added profile 'Google Cast' (id=googlecast) 2017-04-18 22:58:25,656 INFO [ProfilesDefinitionParser] Added profile 'Chromecast' (id=chromecast) 2017-04-18 22:58:25,963 INFO [PluginCompilerThread] Looking for plugins at C:\Program Files\Serviio\bin\..\plugins 2017-04-18 22:58:25,965 INFO [UpdateChecker] Checking if a new version is available 2017-04-18 22:58:26,058 INFO [PluginCompilerThread] Started looking for plugins 2017-04-18 22:58:27,943 INFO [FFMPEGWrapper] Found FFmpeg: C:\Program Files\Serviio\bin\\..\lib\ffmpeg.exe 2017-04-18 22:58:27,943 INFO [FFMPEGWrapper] FFmpeg details: [version=3.0.2, libRtpmPresent=true, libAssPresent=true, libShinePresent=false, libMxfPresent=false] 2017-04-18 22:58:28,110 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-18 22:58:28,188 INFO [WebServer] WebServer starting on port 8895 2017-04-18 22:58:28,360 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-18 22:58:28,376 INFO [EventDispatcher] Starting EventDispatcher 2017-04-18 22:58:28,376 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-18 22:58:28,376 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-18 22:58:28,392 INFO [RendererExpirationChecker] Starting RendererExpirationChecker 2017-04-18 22:58:28,392 INFO [RendererSearchSender] Starting Renderer searcher process 2017-04-18 22:58:28,888 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-18 22:58:42,650 INFO [TrakttvService] Started trakt.tv sync updater 2017-04-18 22:58:42,650 INFO [TrakttvService] Started trakt.tv scrobble poster 2017-04-18 22:58:42,890 INFO [PlaybackProgressUpdater] Started playback progress updater 2017-04-18 22:58:42,900 INFO [ContentDirectoryDefinitionParser] Parsing ContentDirectory definition 2017-04-18 22:58:43,649 INFO [BrowsingCategoriesMessages] Loaded browsing categories message bundle for locale: en 2017-04-18 22:58:48,540 INFO [FeedUpdaterWorker] Started looking for information about online resources 2017-04-18 22:58:48,756 INFO [FileDeltaWatcher] Using 'sun.nio.fs.WindowsWatchService' for delta scan 2017-04-18 22:58:48,771 INFO [RepositoriesStatusCoordinator$RepositoriesStatusThread] Started checking repositories status 2017-04-18 22:58:48,803 INFO [LocalLibraryManager] Starting automatic library scan 2017-04-18 22:58:49,441 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Pelis' to delta scanner (POLLER) 2017-04-18 22:58:49,441 INFO [LibraryDeltaScanner] Starting the library delta scan 2017-04-18 22:58:49,456 INFO [PlaylistMaintainerWorker] Started looking for playlist changes 2017-04-18 22:59:41,653 INFO [PlaybackEventsManager] Playback of media item 2042 has started at 0% on Identifier=192.168.1.6, Profile=Sony Bravia TV (2013/14), Name=KDL-42W805A 2017-04-18 23:00:04,520 ERROR [ResourceTransportRequestHandler] Error while processing resource, sending back 500 error. Message: Transcoded file 'C:\Windows\TEMP\Serviio\transcoding-temp-17133696cc3cfe2ed7ec3812e9b3edee.stf' cannot be found, FFmpeg execution probably failed java.io.IOException: Transcoded file 'C:\Windows\TEMP\Serviio\transcoding-temp-17133696cc3cfe2ed7ec3812e9b3edee.stf' cannot be found, FFmpeg execution probably failed at org.serviio.delivery.resource.transcode.FileBasedTranscodingDeliveryStrategy.createInputStream(FileBasedTranscodingDeliveryStrategy.java:47) at org.serviio.delivery.resource.transcode.AbstractAVTranscodingDeliveryEngine.retrieveTranscodedResource(AbstractAVTranscodingDeliveryEngine.java:153) at org.serviio.delivery.resource.AbstractDeliveryEngine.deliver(AbstractDeliveryEngine.java:96) at org.serviio.delivery.MediaResourceRetrievalStrategy.retrieveResource(MediaResourceRetrievalStrategy.java:152) at org.serviio.delivery.GETMethodProcessor.retrieveResource(GETMethodProcessor.java:96) at org.serviio.delivery.GETMethodProcessor.buildDeliveryContainer(GETMethodProcessor.java:46) at org.serviio.delivery.AbstractMethodProcessor.handleRequest(AbstractMethodProcessor.java:101) at org.serviio.delivery.ResourceDeliveryProcessor.deliverContent(ResourceDeliveryProcessor.java:81) at org.serviio.upnp.webserver.ResourceTransportRequestHandler.handleRequest(ResourceTransportRequestHandler.java:82) at org.serviio.upnp.webserver.AbstractRequestHandler.handle(AbstractRequestHandler.java:66) at org.apache.http.protocol.HttpService.doService(HttpService.java:423) at org.serviio.upnp.webserver.ServiioHttpService.doService(ServiioHttpService.java:78) at org.apache.http.protocol.HttpService.handleRequest(HttpService.java:341) at org.serviio.upnp.webserver.WebServer$WorkerThread.run(WebServer.java:204) 2017-04-19 00:56:51,602 INFO [PlaybackEventsManager] Playback of media item 2042 has stopped at 100% on Identifier=192.168.1.6, Profile=Sony Bravia TV (2013/14), Name=KDL-42W805A 2017-04-19 09:25:23,747 INFO [DiscoveryManager] System wake up detected, restarting UPnP services for network re-discovery 2017-04-19 09:25:23,765 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-19 09:25:23,765 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-19 09:25:23,765 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-19 09:25:23,765 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-19 09:25:24,297 INFO [RendererExpirationChecker] Leaving RendererExpirationChecker 2017-04-19 09:25:24,891 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-19 09:25:24,906 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-19 09:25:24,922 INFO [EventDispatcher] Starting EventDispatcher 2017-04-19 09:25:24,937 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-19 09:25:26,027 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-19 13:29:19,787 WARN [IndexedDiskCache] Region [subtitles_metadata] Disk cache not shutdown properly, shutting down now. 2017-04-19 13:29:19,788 WARN [IndexedDiskCache] Region [subtitles] Disk cache not shutdown properly, shutting down now. 2017-04-19 13:29:19,788 WARN [IndexedDiskCache] Region [tokens] Disk cache not shutdown properly, shutting down now. 2017-04-19 13:29:19,788 WARN [IndexedDiskCache] Region [online_technical_metadata] Disk cache not shutdown properly, shutting down now. 2017-04-19 13:29:19,787 WARN [IndexedDiskCache] Region [thumbnails] Disk cache not shutdown properly, shutting down now. 2017-04-19 13:29:19,989 INFO [LibraryOneTimeScanner] Interrupting library scan 2017-04-19 13:29:19,989 INFO [LibraryDeltaScanner] Stopping the library delta scan 2017-04-19 13:29:19,990 INFO [PlaylistMaintainerWorker] Finished looking for playlist changes 2017-04-19 13:29:20,091 INFO [RepositoriesStatusCoordinator$RepositoriesStatusThread] Finished checking repositories status 2017-04-19 13:29:20,091 INFO [FeedUpdaterWorker] Finished looking for online resources information 2017-04-19 13:29:20,191 INFO [PluginCompilerThread] Finished looking for plugins 2017-04-19 13:29:27,523 INFO [SearchManager] Starting up search engine 2017-04-19 13:29:29,257 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 9 times 2017-04-19 13:30:20,985 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-19 13:30:21,001 INFO [MediaServer] Serviio DLNA media streaming server v 1.8 (rev. cc55b64588cc) 2017-04-19 13:30:21,001 INFO [MediaServer] Petr Nejedly 2009-2015 2017-04-19 13:30:21,001 INFO [MediaServer] http://www.serviio.org 2017-04-19 13:30:21,001 INFO [MediaServer] 2017-04-19 13:30:21,001 INFO [MediaServer] Java 1.8.0_91-Oracle Corporation x86 2017-04-19 13:30:21,001 INFO [MediaServer] OS Windows 10 10.0 2017-04-19 13:30:21,001 INFO [MediaServer] File encoding: windows-1252 2017-04-19 13:30:21,079 INFO [MediaServer] Headless mode enabled: true 2017-04-19 13:30:21,079 INFO [MediaServer] User: NOTE-DOIN$ 2017-04-19 13:30:21,079 INFO [MediaServer] User home dir: C:\WINDOWS\system32\config\systemprofile 2017-04-19 13:30:21,079 INFO [MediaServer] Temp dir: C:\WINDOWS\TEMP\ 2017-04-19 13:30:21,079 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-19 13:30:22,836 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated 2017-04-19 13:30:23,336 INFO [DatabaseManager] Using DERBY database language 2017-04-19 13:30:33,768 INFO [WebServer] Socket buffer set to 65535 bytes 2017-04-19 13:30:33,768 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/console) exposed on port 23423 2017-04-19 13:30:33,784 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/rest) exposed on port 23423 2017-04-19 13:30:33,815 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/console) exposed on port 23523 2017-04-19 13:30:33,815 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/rest) exposed on port 23523 2017-04-19 13:30:45,697 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/cds) exposed on port 23424 2017-04-19 13:30:45,697 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/mediabrowser) exposed on port 23424 2017-04-19 13:30:45,712 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/cds) exposed on port 23524 2017-04-19 13:30:45,712 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/mediabrowser) exposed on port 23524 2017-04-19 13:30:46,949 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-19 13:30:46,949 INFO [MediaServer] License: PRO (EVALUATION, id: 11111111-1111-1111-1111-111111111113) 2017-04-19 13:30:46,949 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-19 13:30:47,715 INFO [Device] Created UPnP Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-19 13:30:53,012 INFO [ProfilesDefinitionParser] Parsing Profiles definition 2017-04-19 13:30:53,106 INFO [CustomisationManager] No customisation properties found 2017-04-19 13:30:53,176 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1) 2017-04-19 13:30:53,339 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2) 2017-04-19 13:30:53,449 INFO [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3) 2017-04-19 13:30:53,449 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4) 2017-04-19 13:30:53,449 INFO [ProfilesDefinitionParser] Added profile 'Playstation 4' (id=ps4) 2017-04-19 13:30:53,449 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5) 2017-04-19 13:30:53,449 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6) 2017-04-19 13:30:53,449 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (H-series)' (id=sam_h) 2017-04-19 13:30:53,449 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (J-series)' (id=sam_j) 2017-04-19 13:30:53,449 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (E/F-series)' (id=sam_ef) 2017-04-19 13:30:53,449 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7) 2017-04-19 13:30:53,449 INFO [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8) 2017-04-19 13:30:53,449 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012) 2017-04-19 13:30:53,449 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2013/14)' (id=sony2013) 2017-04-19 13:30:53,449 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx100 (2013)' (id=bdp2013) 2017-04-19 13:30:53,449 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx90 (2012)' (id=bdp2012) 2017-04-19 13:30:53,464 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010)' (id=bdp2010) 2017-04-19 13:30:53,464 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010) - US' (id=bdp2010us) 2017-04-19 13:30:53,464 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx80/SMP-N200 (2011)' (id=bdp2011) 2017-04-19 13:30:53,464 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13) 2017-04-19 13:30:53,464 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA 2012-' (id=tosh2012) 2017-04-19 13:30:53,511 INFO [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14) 2017-04-19 13:30:53,511 INFO [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15) 2017-04-19 13:30:53,511 INFO [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16) 2017-04-19 13:30:53,511 INFO [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17) 2017-04-19 13:30:53,511 INFO [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18) 2017-04-19 13:30:53,511 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011) 2017-04-19 13:30:53,511 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010) 2017-04-19 13:30:53,511 INFO [ProfilesDefinitionParser] Added profile 'Philips (2010-)' (id=plps2010) 2017-04-19 13:30:53,511 INFO [ProfilesDefinitionParser] Added profile 'Philips (2009)' (id=20) 2017-04-19 13:30:53,511 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009) 2017-04-19 13:30:53,511 INFO [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22) 2017-04-19 13:30:53,511 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2013)' (id=viera2013) 2017-04-19 13:30:53,511 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a) 2017-04-19 13:30:53,511 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011) 2017-04-19 13:30:53,511 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010) 2017-04-19 13:30:53,511 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2009)' (id=viera2009) 2017-04-19 13:30:53,511 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us) 2017-04-19 13:30:53,511 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us) 2017-04-19 13:30:53,511 INFO [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR) 2017-04-19 13:30:53,511 INFO [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT) 2017-04-19 13:30:53,511 INFO [ProfilesDefinitionParser] Added profile 'Vizio TV' (id=viziotv) 2017-04-19 13:30:53,511 INFO [ProfilesDefinitionParser] Added profile 'Panasonic BD player' (id=panasonicBDT220) 2017-04-19 13:30:53,511 INFO [ProfilesDefinitionParser] Added profile 'Philips NP Streamium' (id=philips_streamium) 2017-04-19 13:30:53,511 INFO [ProfilesDefinitionParser] Added profile 'Chaneru' (id=roku) 2017-04-19 13:30:53,511 INFO [ProfilesDefinitionParser] Added profile 'Roku Media Player' (id=RokuMPApp) 2017-04-19 13:30:53,511 INFO [ProfilesDefinitionParser] Added profile 'Yamaha BD-A1020/BD-A1010' (id=YamBD) 2017-04-19 13:30:53,527 INFO [ProfilesDefinitionParser] Added profile 'Telenet Yelo TV' (id=TNDC) 2017-04-19 13:30:53,527 INFO [ProfilesDefinitionParser] Added profile 'Xbox One' (id=xbox_one) 2017-04-19 13:30:53,527 INFO [ProfilesDefinitionParser] Added profile 'Raumfeld' (id=raumfeld) 2017-04-19 13:30:53,740 INFO [ProfilesDefinitionParser] Parsing Profiles definition 2017-04-19 13:30:53,740 INFO [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player) 2017-04-19 13:30:53,740 INFO [ProfilesDefinitionParser] Added profile 'Android' (id=android) 2017-04-19 13:30:53,740 INFO [ProfilesDefinitionParser] Added profile 'iOS' (id=ios) 2017-04-19 13:30:53,740 INFO [ProfilesDefinitionParser] Added profile 'HTML5' (id=html5) 2017-04-19 13:30:53,740 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Standard)' (id=serviigo_standard) 2017-04-19 13:30:53,740 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Legacy Devices)' (id=serviigo) 2017-04-19 13:30:53,740 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (HLS)' (id=serviigo_hls) 2017-04-19 13:30:53,740 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Google TV)' (id=serviigo_gtv) 2017-04-19 13:30:53,740 INFO [ProfilesDefinitionParser] Added profile 'Google Cast' (id=googlecast) 2017-04-19 13:30:53,740 INFO [ProfilesDefinitionParser] Added profile 'Chromecast' (id=chromecast) 2017-04-19 13:30:54,674 INFO [PluginCompilerThread] Looking for plugins at C:\Program Files\Serviio\bin\..\plugins 2017-04-19 13:30:54,674 INFO [UpdateChecker] Checking if a new version is available 2017-04-19 13:30:54,691 INFO [PluginCompilerThread] Started looking for plugins 2017-04-19 13:30:59,612 INFO [FFMPEGWrapper] Found FFmpeg: C:\Program Files\Serviio\bin\\..\lib\ffmpeg.exe 2017-04-19 13:30:59,612 INFO [FFMPEGWrapper] FFmpeg details: [version=N-85469-gf1d80bc, libRtpmPresent=true, libAssPresent=true, libShinePresent=false, libMxfPresent=true] 2017-04-19 13:31:00,995 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-19 13:31:01,276 INFO [WebServer] WebServer starting on port 8895 2017-04-19 13:31:01,539 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-19 13:31:01,539 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-19 13:31:01,539 INFO [EventDispatcher] Starting EventDispatcher 2017-04-19 13:31:01,539 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-19 13:31:01,562 INFO [RendererExpirationChecker] Starting RendererExpirationChecker 2017-04-19 13:31:01,563 INFO [RendererSearchSender] Starting Renderer searcher process 2017-04-19 13:31:02,004 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-19 13:31:22,103 INFO [FeedUpdaterWorker] Started looking for information about online resources 2017-04-19 13:31:26,512 INFO [TrakttvService] Started trakt.tv sync updater 2017-04-19 13:31:26,512 INFO [TrakttvService] Started trakt.tv scrobble poster 2017-04-19 13:31:27,265 INFO [FileDeltaWatcher] Using 'sun.nio.fs.WindowsWatchService' for delta scan 2017-04-19 13:31:27,458 INFO [RepositoriesStatusCoordinator$RepositoriesStatusThread] Started checking repositories status 2017-04-19 13:31:27,585 INFO [LocalLibraryManager] Starting automatic library scan 2017-04-19 13:31:37,464 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Pelis' to delta scanner (POLLER) 2017-04-19 13:31:37,464 INFO [LibraryDeltaScanner] Starting the library delta scan 2017-04-19 13:31:37,505 INFO [PlaylistMaintainerWorker] Started looking for playlist changes 2017-04-19 14:45:02,902 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-19 14:52:31,805 INFO [ContentDirectoryDefinitionParser] Parsing ContentDirectory definition 2017-04-19 14:52:32,438 INFO [BrowsingCategoriesMessages] Loaded browsing categories message bundle for locale: en 2017-04-19 15:12:06,929 WARN [IndexedDiskCache] Region [online_technical_metadata] Disk cache not shutdown properly, shutting down now. 2017-04-19 15:12:06,929 WARN [IndexedDiskCache] Region [tokens] Disk cache not shutdown properly, shutting down now. 2017-04-19 15:12:06,929 WARN [IndexedDiskCache] Region [subtitles] Disk cache not shutdown properly, shutting down now. 2017-04-19 15:12:06,929 WARN [IndexedDiskCache] Region [subtitles_metadata] Disk cache not shutdown properly, shutting down now. 2017-04-19 15:12:06,929 WARN [IndexedDiskCache] Region [thumbnails] Disk cache not shutdown properly, shutting down now. 2017-04-19 15:12:07,147 INFO [LibraryOneTimeScanner] Interrupting library scan 2017-04-19 15:12:07,147 INFO [LibraryDeltaScanner] Stopping the library delta scan 2017-04-19 15:12:07,149 INFO [PlaylistMaintainerWorker] Finished looking for playlist changes 2017-04-19 15:12:07,255 INFO [RepositoriesStatusCoordinator$RepositoriesStatusThread] Finished checking repositories status 2017-04-19 15:12:07,255 INFO [FeedUpdaterWorker] Finished looking for online resources information 2017-04-19 15:12:07,364 INFO [PluginCompilerThread] Finished looking for plugins 2017-04-19 15:12:10,397 INFO [SearchManager] Starting up search engine 2017-04-19 15:12:15,050 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 9 times 2017-04-19 15:12:17,359 INFO [SearchIndexer] Closing search index writer 2017-04-19 15:12:17,388 INFO [SearchIndexer] Closing search index writer 2017-04-19 15:12:19,204 INFO [PlaybackProgressUpdater] Started playback progress updater 2017-04-19 15:12:19,204 INFO [RendererSearchSender] Stopping Renderer searcher process 2017-04-19 15:12:19,204 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-19 15:12:19,204 INFO [WebServer] WebServer shutting down 2017-04-19 15:12:19,204 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-19 15:12:19,220 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-19 15:12:19,220 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-19 15:12:19,251 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 8 times 2017-04-19 15:13:06,393 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-19 15:13:06,414 INFO [MediaServer] Serviio DLNA media streaming server v 1.8 (rev. cc55b64588cc) 2017-04-19 15:13:06,415 INFO [MediaServer] Petr Nejedly 2009-2015 2017-04-19 15:13:06,415 INFO [MediaServer] http://www.serviio.org 2017-04-19 15:13:06,415 INFO [MediaServer] 2017-04-19 15:13:06,415 INFO [MediaServer] Java 1.8.0_91-Oracle Corporation x86 2017-04-19 15:13:06,415 INFO [MediaServer] OS Windows 10 10.0 2017-04-19 15:13:06,415 INFO [MediaServer] File encoding: windows-1252 2017-04-19 15:13:06,461 INFO [MediaServer] Headless mode enabled: true 2017-04-19 15:13:06,461 INFO [MediaServer] User: NOTE-DOIN$ 2017-04-19 15:13:06,461 INFO [MediaServer] User home dir: C:\WINDOWS\system32\config\systemprofile 2017-04-19 15:13:06,461 INFO [MediaServer] Temp dir: C:\WINDOWS\TEMP\ 2017-04-19 15:13:06,461 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-19 15:13:07,427 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated 2017-04-19 15:13:07,595 INFO [DatabaseManager] Using DERBY database language 2017-04-19 15:13:12,337 INFO [WebServer] Socket buffer set to 65535 bytes 2017-04-19 15:13:12,337 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/console) exposed on port 23423 2017-04-19 15:13:12,337 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/rest) exposed on port 23423 2017-04-19 15:13:12,337 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/console) exposed on port 23523 2017-04-19 15:13:12,337 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/rest) exposed on port 23523 2017-04-19 15:13:12,868 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/cds) exposed on port 23424 2017-04-19 15:13:12,868 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/mediabrowser) exposed on port 23424 2017-04-19 15:13:12,868 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/cds) exposed on port 23524 2017-04-19 15:13:12,868 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/mediabrowser) exposed on port 23524 2017-04-19 15:13:13,288 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-19 15:13:13,288 INFO [MediaServer] License: PRO (EVALUATION, id: 11111111-1111-1111-1111-111111111113) 2017-04-19 15:13:13,288 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-19 15:13:13,491 INFO [Device] Created UPnP Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-19 15:13:13,779 INFO [ProfilesDefinitionParser] Parsing Profiles definition 2017-04-19 15:13:13,810 INFO [CustomisationManager] No customisation properties found 2017-04-19 15:13:13,841 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1) 2017-04-19 15:13:13,841 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2) 2017-04-19 15:13:13,857 INFO [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3) 2017-04-19 15:13:13,857 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4) 2017-04-19 15:13:13,857 INFO [ProfilesDefinitionParser] Added profile 'Playstation 4' (id=ps4) 2017-04-19 15:13:13,857 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5) 2017-04-19 15:13:13,857 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6) 2017-04-19 15:13:13,857 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (H-series)' (id=sam_h) 2017-04-19 15:13:13,857 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (J-series)' (id=sam_j) 2017-04-19 15:13:13,857 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (E/F-series)' (id=sam_ef) 2017-04-19 15:13:13,857 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7) 2017-04-19 15:13:13,857 INFO [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8) 2017-04-19 15:13:13,857 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012) 2017-04-19 15:13:13,857 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2013/14)' (id=sony2013) 2017-04-19 15:13:13,857 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx100 (2013)' (id=bdp2013) 2017-04-19 15:13:13,857 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx90 (2012)' (id=bdp2012) 2017-04-19 15:13:13,857 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010)' (id=bdp2010) 2017-04-19 15:13:13,857 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010) - US' (id=bdp2010us) 2017-04-19 15:13:13,857 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx80/SMP-N200 (2011)' (id=bdp2011) 2017-04-19 15:13:13,857 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13) 2017-04-19 15:13:13,857 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA 2012-' (id=tosh2012) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'Philips (2010-)' (id=plps2010) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'Philips (2009)' (id=20) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2013)' (id=viera2013) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2009)' (id=viera2009) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'Vizio TV' (id=viziotv) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'Panasonic BD player' (id=panasonicBDT220) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'Philips NP Streamium' (id=philips_streamium) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'Chaneru' (id=roku) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'Roku Media Player' (id=RokuMPApp) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'Yamaha BD-A1020/BD-A1010' (id=YamBD) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'Telenet Yelo TV' (id=TNDC) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'Xbox One' (id=xbox_one) 2017-04-19 15:13:13,872 INFO [ProfilesDefinitionParser] Added profile 'Raumfeld' (id=raumfeld) 2017-04-19 15:13:13,888 INFO [ProfilesDefinitionParser] Parsing Profiles definition 2017-04-19 15:13:13,888 INFO [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player) 2017-04-19 15:13:13,888 INFO [ProfilesDefinitionParser] Added profile 'Android' (id=android) 2017-04-19 15:13:13,888 INFO [ProfilesDefinitionParser] Added profile 'iOS' (id=ios) 2017-04-19 15:13:13,888 INFO [ProfilesDefinitionParser] Added profile 'HTML5' (id=html5) 2017-04-19 15:13:13,888 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Standard)' (id=serviigo_standard) 2017-04-19 15:13:13,888 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Legacy Devices)' (id=serviigo) 2017-04-19 15:13:13,888 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (HLS)' (id=serviigo_hls) 2017-04-19 15:13:13,888 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Google TV)' (id=serviigo_gtv) 2017-04-19 15:13:13,888 INFO [ProfilesDefinitionParser] Added profile 'Google Cast' (id=googlecast) 2017-04-19 15:13:13,888 INFO [ProfilesDefinitionParser] Added profile 'Chromecast' (id=chromecast) 2017-04-19 15:13:14,409 INFO [PluginCompilerThread] Looking for plugins at C:\Program Files\Serviio\bin\..\plugins 2017-04-19 15:13:14,415 INFO [UpdateChecker] Checking if a new version is available 2017-04-19 15:13:14,416 INFO [PluginCompilerThread] Started looking for plugins 2017-04-19 15:13:19,793 INFO [FFMPEGWrapper] Found FFmpeg: C:\Program Files\Serviio\bin\\..\lib\ffmpeg.exe 2017-04-19 15:13:19,793 INFO [FFMPEGWrapper] FFmpeg details: [version=N-85469-gf1d80bc, libRtpmPresent=true, libAssPresent=true, libShinePresent=false, libMxfPresent=true] 2017-04-19 15:13:23,558 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-19 15:13:23,574 INFO [WebServer] WebServer starting on port 8895 2017-04-19 15:13:23,815 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-19 15:13:23,823 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-19 15:13:23,827 INFO [EventDispatcher] Starting EventDispatcher 2017-04-19 15:13:23,828 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-19 15:13:23,838 INFO [RendererSearchSender] Starting Renderer searcher process 2017-04-19 15:13:23,838 INFO [RendererExpirationChecker] Starting RendererExpirationChecker 2017-04-19 15:13:24,146 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-19 15:13:43,964 INFO [FeedUpdaterWorker] Started looking for information about online resources 2017-04-19 15:13:45,012 INFO [TrakttvService] Started trakt.tv sync updater 2017-04-19 15:13:45,012 INFO [TrakttvService] Started trakt.tv scrobble poster 2017-04-19 15:13:45,366 INFO [FileDeltaWatcher] Using 'sun.nio.fs.WindowsWatchService' for delta scan 2017-04-19 15:13:45,507 INFO [RepositoriesStatusCoordinator$RepositoriesStatusThread] Started checking repositories status 2017-04-19 15:13:45,668 INFO [LocalLibraryManager] Starting automatic library scan 2017-04-19 15:13:48,904 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Pelis' to delta scanner (POLLER) 2017-04-19 15:13:48,904 INFO [LibraryDeltaScanner] Starting the library delta scan 2017-04-19 15:13:48,944 INFO [PlaylistMaintainerWorker] Started looking for playlist changes 2017-04-19 20:34:03,425 INFO [PlaybackProgressUpdater] Started playback progress updater 2017-04-19 20:34:03,562 INFO [ContentDirectoryDefinitionParser] Parsing ContentDirectory definition 2017-04-19 20:34:04,102 INFO [BrowsingCategoriesMessages] Loaded browsing categories message bundle for locale: en 2017-04-19 20:34:27,717 INFO [PlaybackEventsManager] Playback of media item 2023 has started at 0% on Identifier=192.168.1.6, Profile=Sony Bravia TV (2013/14), Name=KDL-42W805A 2017-04-20 15:10:43,268 INFO [PlaybackEventsManager] Playback of media item 2023 has stopped at 100% on Identifier=192.168.1.6, Profile=Sony Bravia TV (2013/14), Name=KDL-42W805A 2017-04-20 15:10:43,372 INFO [DiscoveryManager] System wake up detected, restarting UPnP services for network re-discovery 2017-04-20 15:10:43,372 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-20 15:10:43,372 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-20 15:10:43,372 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-20 15:10:43,372 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-20 15:10:44,331 INFO [RendererExpirationChecker] Leaving RendererExpirationChecker 2017-04-20 15:10:44,425 WARN [MultiCastUtils] Could not find NIC with name 'wlan1-0' 2017-04-20 15:10:44,425 WARN [LocalAddressResolverStrategy] Haven't found IP address for NIC wlan1-0, will try again 9 times 2017-04-20 15:10:45,097 WARN [MultiCastUtils] Could not find NIC with name 'wlan1-0' 2017-04-20 15:10:45,097 WARN [LocalAddressResolverStrategy] Haven't found IP address for NIC wlan1-0, will try again 8 times 2017-04-20 15:10:50,273 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-20 15:10:50,277 INFO [EventDispatcher] Starting EventDispatcher 2017-04-20 15:10:50,278 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-20 15:10:50,278 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-20 15:10:50,623 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-20 18:06:56,171 INFO [DiscoveryManager] System wake up detected, restarting UPnP services for network re-discovery 2017-04-20 18:06:56,205 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-20 18:06:56,205 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-20 18:06:56,211 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-20 18:06:56,211 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-20 18:06:58,502 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-20 18:06:58,502 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-20 18:06:58,536 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-20 18:06:58,537 INFO [EventDispatcher] Starting EventDispatcher 2017-04-20 18:07:00,515 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-20 19:06:22,465 INFO [DiscoveryManager] System wake up detected, restarting UPnP services for network re-discovery 2017-04-20 19:06:22,465 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-20 19:06:22,466 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-20 19:06:22,467 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-20 19:06:22,467 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-20 19:06:22,924 WARN [MultiCastUtils] Could not find NIC with name 'wlan1-0' 2017-04-20 19:06:22,924 WARN [LocalAddressResolverStrategy] Haven't found IP address for NIC wlan1-0, will try again 9 times 2017-04-20 19:06:23,440 WARN [MultiCastUtils] Could not find NIC with name 'wlan1-0' 2017-04-20 19:06:23,440 WARN [LocalAddressResolverStrategy] Haven't found IP address for NIC wlan1-0, will try again 8 times 2017-04-20 19:06:28,710 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-20 19:06:28,710 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-20 19:06:28,710 INFO [EventDispatcher] Starting EventDispatcher 2017-04-20 19:06:28,710 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-20 19:06:28,915 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-20 20:41:49,214 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 9 times 2017-04-20 20:41:54,372 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 8 times 2017-04-20 20:41:59,538 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 7 times 2017-04-20 20:42:04,686 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 6 times 2017-04-20 20:42:09,834 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 5 times 2017-04-20 20:42:14,981 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 4 times 2017-04-20 20:42:20,129 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 3 times 2017-04-20 20:42:25,277 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 2 times 2017-04-20 20:42:30,426 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 1 times 2017-04-20 20:42:35,581 WARN [RendererSearchSender] Cannot acquire NIC for current bound IP address 192.168.1.2, will re-acquire new IP 2017-04-20 20:42:35,582 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-20 20:42:35,582 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-20 20:42:35,582 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-20 20:42:35,582 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-20 20:42:35,731 WARN [MultiCastUtils] Could not find NIC with name 'wlan1-0' 2017-04-20 20:42:35,732 WARN [LocalAddressResolverStrategy] Haven't found IP address for NIC wlan1-0, will try again 9 times 2017-04-20 20:42:40,881 WARN [MultiCastUtils] Could not find NIC with name 'wlan1-0' 2017-04-20 20:42:40,881 WARN [LocalAddressResolverStrategy] Haven't found IP address for NIC wlan1-0, will try again 8 times 2017-04-20 20:42:46,040 WARN [MultiCastUtils] Could not find NIC with name 'wlan1-0' 2017-04-20 20:42:46,040 WARN [LocalAddressResolverStrategy] Haven't found IP address for NIC wlan1-0, will try again 7 times 2017-04-20 20:42:51,196 WARN [MultiCastUtils] Could not find NIC with name 'wlan1-0' 2017-04-20 20:42:51,197 WARN [LocalAddressResolverStrategy] Haven't found IP address for NIC wlan1-0, will try again 6 times 2017-04-20 20:42:56,349 WARN [MultiCastUtils] Could not find NIC with name 'wlan1-0' 2017-04-20 20:42:56,349 WARN [LocalAddressResolverStrategy] Haven't found IP address for NIC wlan1-0, will try again 5 times 2017-04-20 20:43:01,770 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-20 20:43:01,771 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-20 20:43:01,771 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-20 20:43:01,777 INFO [EventDispatcher] Starting EventDispatcher 2017-04-20 20:43:02,184 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-21 09:26:19,117 INFO [DiscoveryManager] System wake up detected, restarting UPnP services for network re-discovery 2017-04-21 09:26:19,117 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-21 09:26:19,117 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-21 09:26:19,119 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-21 09:26:19,121 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-21 09:26:19,868 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-21 09:26:19,869 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-21 09:26:19,873 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-21 09:26:19,879 INFO [EventDispatcher] Starting EventDispatcher 2017-04-21 09:26:20,219 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-21 12:34:28,534 INFO [DiscoveryManager] System wake up detected, restarting UPnP services for network re-discovery 2017-04-21 12:34:29,960 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-21 12:34:29,960 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-21 12:34:29,960 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-21 12:34:29,960 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-21 12:34:30,451 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-21 12:34:30,451 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-21 12:34:30,451 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-21 12:34:30,451 INFO [EventDispatcher] Starting EventDispatcher 2017-04-21 12:34:30,915 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-21 14:40:55,318 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 9 times 2017-04-21 14:40:56,122 INFO [DiscoveryManager] System wake up detected, restarting UPnP services for network re-discovery 2017-04-21 14:40:57,920 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-21 14:40:57,920 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-21 14:40:57,920 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-21 14:40:57,920 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-21 14:40:59,060 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-21 14:40:59,060 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-21 14:40:59,060 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-21 14:40:59,060 INFO [EventDispatcher] Starting EventDispatcher 2017-04-21 14:41:00,123 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-21 14:41:03,091 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-21 14:41:03,091 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-21 14:41:03,092 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-21 14:41:03,091 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-21 14:41:03,271 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-21 14:41:03,271 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-21 14:41:03,271 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-21 14:41:03,271 INFO [EventDispatcher] Starting EventDispatcher 2017-04-21 14:41:03,803 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-21 17:37:56,976 INFO [DiscoveryManager] System wake up detected, restarting UPnP services for network re-discovery 2017-04-21 17:37:57,059 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-21 17:37:57,059 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-21 17:37:57,059 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-21 17:37:57,059 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-21 17:37:57,314 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-21 17:37:57,330 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-21 17:37:57,330 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-21 17:37:57,330 INFO [EventDispatcher] Starting EventDispatcher 2017-04-21 17:37:57,664 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-21 18:30:16,294 INFO [DiscoveryManager] System wake up detected, restarting UPnP services for network re-discovery 2017-04-21 18:30:16,294 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-21 18:30:16,294 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-21 18:30:16,294 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-21 18:30:16,295 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-21 18:30:17,146 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-21 18:30:17,148 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-21 18:30:17,148 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-21 18:30:17,148 INFO [EventDispatcher] Starting EventDispatcher 2017-04-21 18:30:17,635 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-21 22:34:04,749 INFO [DiscoveryManager] System wake up detected, restarting UPnP services for network re-discovery 2017-04-21 22:34:07,881 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-21 22:34:07,881 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-21 22:34:07,881 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-21 22:34:07,881 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-21 22:34:08,770 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-21 22:34:08,770 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-21 22:34:08,770 INFO [EventDispatcher] Starting EventDispatcher 2017-04-21 22:34:08,770 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-21 22:34:09,426 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-21 23:55:00,765 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 9 times 2017-04-22 01:05:55,271 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 8 times 2017-04-22 01:05:57,351 INFO [DiscoveryManager] System wake up detected, restarting UPnP services for network re-discovery 2017-04-22 01:05:57,351 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-22 01:05:57,351 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-22 01:05:57,351 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-22 01:05:57,352 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-22 01:05:57,784 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-22 01:05:57,785 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-22 01:05:57,786 INFO [EventDispatcher] Starting EventDispatcher 2017-04-22 01:05:57,786 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-22 01:05:58,270 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-22 01:06:00,452 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-22 01:06:00,452 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-22 01:06:00,452 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-22 01:06:00,456 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-22 01:06:00,895 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-22 01:06:00,896 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-22 01:06:00,896 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-22 01:06:00,896 INFO [EventDispatcher] Starting EventDispatcher 2017-04-22 01:06:01,352 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-22 08:51:27,766 INFO [DiscoveryManager] System wake up detected, restarting UPnP services for network re-discovery 2017-04-22 08:51:27,766 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-22 08:51:27,766 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-22 08:51:27,766 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-22 08:51:27,766 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-22 08:51:28,510 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-22 08:51:28,513 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-22 08:51:28,514 INFO [EventDispatcher] Starting EventDispatcher 2017-04-22 08:51:28,516 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-22 08:51:28,937 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-22 09:36:02,594 INFO [UpdateChecker] Checking if a new version is available 2017-04-22 09:36:03,340 INFO [UpdateChecker] Checking if a new version is available 2017-04-22 15:42:40,891 INFO [DiscoveryManager] System wake up detected, restarting UPnP services for network re-discovery 2017-04-22 15:42:40,892 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-22 15:42:40,892 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-22 15:42:40,892 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-22 15:42:40,892 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-22 15:42:41,525 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-22 15:42:41,542 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-22 15:42:41,544 INFO [EventDispatcher] Starting EventDispatcher 2017-04-22 15:42:41,544 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-22 15:42:41,959 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-22 18:47:17,713 INFO [UpdateChecker] Checking if a new version is available 2017-04-22 19:24:27,492 INFO [SearchManager] Starting up search engine 2017-04-22 19:24:28,715 INFO [MediaFileIndexer] Added file 'La.La.Land.2016.DVDScr.XVID.AC3.HQ.Hive-CM8.avi' (title: La ciudad de las estrellas. La La Land) to Library 2017-04-22 19:25:38,981 INFO [MediaFileIndexer] Removing 'La ciudad de las estrellas. La La Land' (E:\Videos\Pelis\La.La.Land.2016.DVDScr.XVID.AC3.HQ.Hive-CM8.avi) from Library 2017-04-22 19:29:51,135 INFO [MediaFileIndexer] Added file 'La.La.Land.2016.BDRip.x264-SPARKS.mkv' (title: La ciudad de las estrellas. La La Land) to Library 2017-04-22 19:29:54,070 INFO [PlaybackEventsManager] Playback of media item 2047 has started at 0% on Identifier=192.168.1.6, Profile=Sony Bravia TV (2013/14), Name=KDL-42W805A 2017-04-22 19:31:40,891 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\La.La.Land.2016.720p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-22 19:35:48,905 INFO [MediaFileIndexer] Added file 'Rogue.One.2016.BONUS.DISC.BRRip.x264-FGT.mp4' (title: Rogue One: Una historia de Star Wars) to Library 2017-04-22 19:44:46,680 INFO [MediaFileIndexer] Updated 'La ciudad de las estrellas. La La Land' (E:\Videos\Pelis\La.La.Land.2016.BDRip.x264-SPARKS.mkv) in Library 2017-04-22 19:51:46,722 INFO [MediaFileIndexer] Updated 'La ciudad de las estrellas. La La Land' (E:\Videos\Pelis\La.La.Land.2016.BDRip.x264-SPARKS.mkv) in Library 2017-04-22 19:52:57,728 INFO [PlaybackEventsManager] Playback of media item 2047 has stopped at 22% on Identifier=192.168.1.6, Profile=Sony Bravia TV (2013/14), Name=KDL-42W805A 2017-04-22 19:57:33,539 INFO [LocalLibraryManager] Starting manual library scan 2017-04-22 19:57:33,736 INFO [PlaylistMaintainerWorker] Finished looking for playlist changes 2017-04-22 19:57:33,838 INFO [PlaylistMaintainerWorker] Started looking for playlist changes 2017-04-22 19:57:34,759 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\La.La.Land.2016.720p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-22 19:58:08,877 INFO [LocalLibraryManager] Starting manual library scan 2017-04-22 19:58:09,116 INFO [PlaylistMaintainerWorker] Finished looking for playlist changes 2017-04-22 19:58:09,218 INFO [PlaylistMaintainerWorker] Started looking for playlist changes 2017-04-22 19:58:09,961 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\La.La.Land.2016.720p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-22 19:58:31,249 WARN [ServiioStatusService] AuthenticationException occurred. Returning error code 401 to the REST layer. Message: Cannot log in with an empty password. 2017-04-22 19:59:00,661 WARN [IndexedDiskCache] Region [tokens] Reseting cache 2017-04-22 20:02:03,227 INFO [MediaFileIndexer] Added file 'X-Men Days of Future Past 2014 3D 1080p BluRay Half-SBS x264 AAC - Ozlem.mp4' (title: X-Men: Días del futuro pasado) to Library 2017-04-22 20:02:09,778 INFO [LocalLibraryManager] Starting manual library scan 2017-04-22 20:02:09,994 INFO [PlaylistMaintainerWorker] Finished looking for playlist changes 2017-04-22 20:02:10,096 INFO [PlaylistMaintainerWorker] Started looking for playlist changes 2017-04-22 20:02:10,850 WARN [MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (E:\Videos\Pelis\La.La.Land.2016.720p.BluRay.H264.AAC-RARBG.mp4). Message: Unknown video file type. 2017-04-22 20:02:46,347 INFO [MediaFileIndexer] Updated 'X-Men: Días del futuro pasado' (E:\Videos\Pelis\X-Men Days of Future Past 2014 3D 1080p BluRay Half-SBS x264 AAC - Ozlem.mp4) in Library 2017-04-22 20:02:47,862 INFO [PlaybackEventsManager] Playback of media item 2056 has started at 0% on Identifier=192.168.1.6, Profile=Sony Bravia TV (2013/14), Name=KDL-42W805A 2017-04-22 20:10:54,800 INFO [MediaFileIndexer] Added file 'La.La.Land.2016.720p.BluRay.H264.AAC-RARBG.mp4' (title: La ciudad de las estrellas. La La Land) to Library 2017-04-22 20:11:39,810 INFO [MediaFileIndexer] Removing 'La ciudad de las estrellas. La La Land' (E:\Videos\Pelis\La.La.Land.2016.BDRip.x264-SPARKS.mkv) from Library 2017-04-22 20:12:08,970 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-22 20:12:08,972 INFO [WebServer] WebServer shutting down 2017-04-22 20:12:08,972 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-22 20:12:08,972 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-22 20:12:08,973 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-22 20:12:08,973 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-22 20:12:40,778 INFO [WebServer] WebServer starting on port 8895 2017-04-22 20:12:41,076 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-22 20:12:41,081 INFO [RendererSearchSender] Starting Renderer searcher process 2017-04-22 20:12:41,092 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-22 20:12:41,094 INFO [EventDispatcher] Starting EventDispatcher 2017-04-22 20:12:41,094 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-22 20:12:41,438 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-22 20:13:23,716 WARN [IndexedDiskCache] Region [online_technical_metadata] Disk cache not shutdown properly, shutting down now. 2017-04-22 20:13:23,716 WARN [IndexedDiskCache] Region [subtitles] Disk cache not shutdown properly, shutting down now. 2017-04-22 20:13:23,717 WARN [IndexedDiskCache] Region [subtitles_metadata] Disk cache not shutdown properly, shutting down now. 2017-04-22 20:13:23,718 WARN [IndexedDiskCache] Region [thumbnails] Disk cache not shutdown properly, shutting down now. 2017-04-22 20:13:23,718 WARN [IndexedDiskCache] Region [tokens] Disk cache not shutdown properly, shutting down now. 2017-04-22 20:13:23,918 INFO [LibraryOneTimeScanner] Interrupting library scan 2017-04-22 20:13:23,918 INFO [LibraryDeltaScanner] Stopping the library delta scan 2017-04-22 20:13:23,919 INFO [PlaylistMaintainerWorker] Finished looking for playlist changes 2017-04-22 20:13:24,020 INFO [RepositoriesStatusCoordinator$RepositoriesStatusThread] Finished checking repositories status 2017-04-22 20:13:24,020 INFO [FeedUpdaterWorker] Finished looking for online resources information 2017-04-22 20:13:24,120 INFO [PluginCompilerThread] Finished looking for plugins 2017-04-22 20:13:26,494 INFO [SearchIndexer] Closing search index writer 2017-04-22 20:13:26,510 INFO [SearchIndexer] Closing search index writer 2017-04-22 20:13:26,513 INFO [PlaybackEventsManager] Playback of media item 2056 has stopped at 8% on Identifier=192.168.1.6, Profile=Sony Bravia TV (2013/14), Name=KDL-42W805A 2017-04-22 20:13:26,513 INFO [RendererSearchSender] Stopping Renderer searcher process 2017-04-22 20:13:26,514 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-22 20:13:26,516 INFO [WebServer] WebServer shutting down 2017-04-22 20:13:26,517 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-22 20:13:26,517 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-22 20:13:26,517 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-22 20:13:26,517 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-22 20:13:26,627 INFO [DatabaseManager] Shutting down database 2017-04-22 20:13:40,954 WARN [DatabaseManager] DB shutdown returned: Derby system shutdown. 2017-04-22 20:13:40,954 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-22 20:14:31,023 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-22 20:14:31,133 INFO [MediaServer] Serviio DLNA media streaming server v 1.8 (rev. cc55b64588cc) 2017-04-22 20:14:31,133 INFO [MediaServer] Petr Nejedly 2009-2015 2017-04-22 20:14:31,133 INFO [MediaServer] http://www.serviio.org 2017-04-22 20:14:31,133 INFO [MediaServer] 2017-04-22 20:14:31,133 INFO [MediaServer] Java 1.8.0_91-Oracle Corporation x86 2017-04-22 20:14:31,133 INFO [MediaServer] OS Windows 10 10.0 2017-04-22 20:14:31,133 INFO [MediaServer] File encoding: windows-1252 2017-04-22 20:14:31,211 INFO [MediaServer] Headless mode enabled: true 2017-04-22 20:14:31,211 INFO [MediaServer] User: NOTE-DOIN$ 2017-04-22 20:14:31,211 INFO [MediaServer] User home dir: C:\WINDOWS\system32\config\systemprofile 2017-04-22 20:14:31,211 INFO [MediaServer] Temp dir: C:\WINDOWS\TEMP\ 2017-04-22 20:14:31,211 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-22 20:14:31,226 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated 2017-04-22 20:14:31,258 INFO [DatabaseManager] Using DERBY database language 2017-04-22 20:14:33,102 INFO [WebServer] Socket buffer set to 65535 bytes 2017-04-22 20:14:33,102 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/console) exposed on port 23423 2017-04-22 20:14:33,117 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/rest) exposed on port 23423 2017-04-22 20:14:33,117 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/console) exposed on port 23523 2017-04-22 20:14:33,117 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/rest) exposed on port 23523 2017-04-22 20:14:33,883 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/cds) exposed on port 23424 2017-04-22 20:14:33,883 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/mediabrowser) exposed on port 23424 2017-04-22 20:14:33,883 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/cds) exposed on port 23524 2017-04-22 20:14:33,883 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/mediabrowser) exposed on port 23524 2017-04-22 20:14:34,454 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-22 20:14:34,454 INFO [MediaServer] License: PRO (EVALUATION, id: 11111111-1111-1111-1111-111111111113) 2017-04-22 20:14:34,454 INFO [MediaServer] ------------------------------------------------------------------------ 2017-04-22 20:14:34,719 INFO [Device] Created UPnP Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-22 20:14:35,203 INFO [ProfilesDefinitionParser] Parsing Profiles definition 2017-04-22 20:14:35,234 INFO [CustomisationManager] No customisation properties found 2017-04-22 20:14:35,281 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1) 2017-04-22 20:14:35,281 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2) 2017-04-22 20:14:35,296 INFO [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3) 2017-04-22 20:14:35,296 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4) 2017-04-22 20:14:35,296 INFO [ProfilesDefinitionParser] Added profile 'Playstation 4' (id=ps4) 2017-04-22 20:14:35,296 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5) 2017-04-22 20:14:35,296 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6) 2017-04-22 20:14:35,296 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (H-series)' (id=sam_h) 2017-04-22 20:14:35,296 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (J-series)' (id=sam_j) 2017-04-22 20:14:35,296 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (E/F-series)' (id=sam_ef) 2017-04-22 20:14:35,296 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7) 2017-04-22 20:14:35,296 INFO [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2013/14)' (id=sony2013) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx100 (2013)' (id=bdp2013) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx90 (2012)' (id=bdp2012) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010)' (id=bdp2010) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010) - US' (id=bdp2010us) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx80/SMP-N200 (2011)' (id=bdp2011) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA 2012-' (id=tosh2012) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Philips (2010-)' (id=plps2010) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Philips (2009)' (id=20) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2013)' (id=viera2013) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2009)' (id=viera2009) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Vizio TV' (id=viziotv) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Panasonic BD player' (id=panasonicBDT220) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Philips NP Streamium' (id=philips_streamium) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Chaneru' (id=roku) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Roku Media Player' (id=RokuMPApp) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Yamaha BD-A1020/BD-A1010' (id=YamBD) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Telenet Yelo TV' (id=TNDC) 2017-04-22 20:14:35,312 INFO [ProfilesDefinitionParser] Added profile 'Xbox One' (id=xbox_one) 2017-04-22 20:14:35,328 INFO [ProfilesDefinitionParser] Added profile 'Raumfeld' (id=raumfeld) 2017-04-22 20:14:35,343 INFO [ProfilesDefinitionParser] Parsing Profiles definition 2017-04-22 20:14:35,343 INFO [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player) 2017-04-22 20:14:35,343 INFO [ProfilesDefinitionParser] Added profile 'Android' (id=android) 2017-04-22 20:14:35,343 INFO [ProfilesDefinitionParser] Added profile 'iOS' (id=ios) 2017-04-22 20:14:35,343 INFO [ProfilesDefinitionParser] Added profile 'HTML5' (id=html5) 2017-04-22 20:14:35,343 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Standard)' (id=serviigo_standard) 2017-04-22 20:14:35,343 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Legacy Devices)' (id=serviigo) 2017-04-22 20:14:35,343 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (HLS)' (id=serviigo_hls) 2017-04-22 20:14:35,343 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Google TV)' (id=serviigo_gtv) 2017-04-22 20:14:35,343 INFO [ProfilesDefinitionParser] Added profile 'Google Cast' (id=googlecast) 2017-04-22 20:14:35,343 INFO [ProfilesDefinitionParser] Added profile 'Chromecast' (id=chromecast) 2017-04-22 20:14:35,375 INFO [PluginCompilerThread] Looking for plugins at C:\Program Files\Serviio\bin\..\plugins 2017-04-22 20:14:35,375 INFO [PluginCompilerThread] Started looking for plugins 2017-04-22 20:14:35,390 INFO [UpdateChecker] Checking if a new version is available 2017-04-22 20:14:38,759 INFO [FFMPEGWrapper] Found FFmpeg: C:\Program Files\Serviio\bin\\..\lib\ffmpeg.exe 2017-04-22 20:14:38,760 INFO [FFMPEGWrapper] FFmpeg details: [version=N-85469-gf1d80bc, libRtpmPresent=true, libAssPresent=true, libShinePresent=false, libMxfPresent=true] 2017-04-22 20:14:49,318 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-22 20:14:49,350 INFO [WebServer] WebServer starting on port 8895 2017-04-22 20:14:49,531 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-22 20:14:49,537 INFO [EventDispatcher] Starting EventDispatcher 2017-04-22 20:14:49,537 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-22 20:14:49,537 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-22 20:14:49,543 INFO [RendererSearchSender] Starting Renderer searcher process 2017-04-22 20:14:49,543 INFO [RendererExpirationChecker] Starting RendererExpirationChecker 2017-04-22 20:14:49,813 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-22 20:15:09,553 INFO [FeedUpdaterWorker] Started looking for information about online resources 2017-04-22 20:15:09,783 INFO [TrakttvService] Started trakt.tv sync updater 2017-04-22 20:15:09,783 INFO [TrakttvService] Started trakt.tv scrobble poster 2017-04-22 20:15:09,908 INFO [FileDeltaWatcher] Using 'sun.nio.fs.WindowsWatchService' for delta scan 2017-04-22 20:15:09,924 INFO [RepositoriesStatusCoordinator$RepositoriesStatusThread] Started checking repositories status 2017-04-22 20:15:09,955 INFO [LocalLibraryManager] Starting automatic library scan 2017-04-22 20:15:15,756 INFO [LibraryDeltaScanner] Added repository 'E:\Videos\Pelis' to delta scanner (POLLER) 2017-04-22 20:15:15,756 INFO [LibraryDeltaScanner] Starting the library delta scan 2017-04-22 20:15:15,816 INFO [PlaylistMaintainerWorker] Started looking for playlist changes 2017-04-22 20:15:52,417 INFO [PlaybackProgressUpdater] Started playback progress updater 2017-04-22 20:15:52,445 INFO [ContentDirectoryDefinitionParser] Parsing ContentDirectory definition 2017-04-22 20:15:52,980 INFO [BrowsingCategoriesMessages] Loaded browsing categories message bundle for locale: en 2017-04-22 20:19:15,661 INFO [PlaybackEventsManager] Playback of media item 2056 has started at 0% on Identifier=192.168.1.6, Profile=Sony Bravia TV (2013/14), Name=KDL-42W805A 2017-04-22 20:20:16,559 INFO [PlaybackEventsManager] Playback of media item 2056 has stopped at 0% on Identifier=192.168.1.6, Profile=Sony Bravia TV (2013/14), Name=KDL-42W805A 2017-04-22 20:20:29,834 INFO [PlaybackEventsManager] Playback of media item 2056 has started at 0% on Identifier=192.168.1.6, Profile=Sony Bravia TV (2013/14), Name=KDL-42W805A 2017-04-22 20:49:32,288 INFO [PlaybackEventsManager] Playback of media item 2056 has stopped at 22% on Identifier=192.168.1.6, Profile=Sony Bravia TV (2013/14), Name=KDL-42W805A 2017-04-22 20:49:44,740 INFO [PlaybackEventsManager] Playback of media item 2056 has started at 0% on Identifier=192.168.1.6, Profile=Sony Bravia TV (2013/14), Name=KDL-42W805A 2017-04-22 22:07:46,456 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-22 22:07:46,474 INFO [WebServer] WebServer shutting down 2017-04-22 22:07:46,475 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-22 22:07:46,475 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-22 22:07:46,475 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-22 22:07:46,475 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-22 22:07:46,696 INFO [WebServer] WebServer starting on port 8895 2017-04-22 22:07:47,893 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-22 22:07:47,896 INFO [RendererSearchSender] Starting Renderer searcher process 2017-04-22 22:07:47,900 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-22 22:07:47,900 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-22 22:07:47,900 INFO [EventDispatcher] Starting EventDispatcher 2017-04-22 22:07:48,254 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-22 22:07:50,874 INFO [RendererExpirationChecker] Leaving RendererExpirationChecker 2017-04-22 22:08:31,127 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data 2017-04-22 22:08:31,130 INFO [WebServer] WebServer shutting down 2017-04-22 22:08:31,131 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-22 22:08:31,131 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-22 22:08:31,131 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-22 22:08:31,131 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-22 22:08:33,985 INFO [WebServer] WebServer starting on port 8895 2017-04-22 22:08:35,402 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-22 22:08:35,402 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-22 22:08:35,403 INFO [RendererSearchSender] Starting Renderer searcher process 2017-04-22 22:08:35,403 INFO [EventDispatcher] Starting EventDispatcher 2017-04-22 22:08:35,403 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-22 22:08:35,754 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-22 22:15:50,915 INFO [LocalLibraryManager] Starting manual library scan 2017-04-22 22:15:51,124 INFO [PlaylistMaintainerWorker] Finished looking for playlist changes 2017-04-22 22:15:51,225 INFO [PlaylistMaintainerWorker] Started looking for playlist changes 2017-04-22 22:22:56,064 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 9 times 2017-04-22 22:23:01,229 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 8 times 2017-04-22 22:23:06,381 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 7 times 2017-04-22 22:23:11,542 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 6 times 2017-04-22 22:23:16,709 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 5 times 2017-04-22 22:23:21,857 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 4 times 2017-04-22 22:23:27,035 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 3 times 2017-04-22 22:23:32,204 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 2 times 2017-04-22 22:23:37,367 WARN [MultiCastUtils] Host IP address 192.168.1.2 is not available, will try again 1 times 2017-04-22 22:23:42,531 WARN [RendererSearchSender] Cannot acquire NIC for current bound IP address 192.168.1.2, will re-acquire new IP 2017-04-22 22:23:42,532 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier 2017-04-22 22:23:42,532 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions 2017-04-22 22:23:42,532 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener 2017-04-22 22:23:42,532 INFO [EventDispatcher] Leaving EventDispatcher 2017-04-22 22:23:43,573 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 9 times 2017-04-22 22:23:49,682 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 8 times 2017-04-22 22:23:55,805 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 7 times 2017-04-22 22:24:01,966 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 6 times 2017-04-22 22:24:08,166 INFO [Device] Updated bound IP address of Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2 2017-04-22 22:24:08,166 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2017-04-22 22:24:08,166 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2017-04-22 22:24:08,166 INFO [EventDispatcher] Starting EventDispatcher 2017-04-22 22:24:08,517 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface wlan1 (Realtek RTL8723BE 802.11 bgn Wi-Fi Adapter) and address 192.168.1.2, timeout = 0 2017-04-22 23:01:22,682 INFO [PlaybackEventsManager] Playback of media item 2056 has stopped at 100% on Identifier=192.168.1.6, Profile=Sony Bravia TV (2013/14), Name=KDL-42W805A