Jump to content

fast sync not so fast with lots of updates that shouldn't be included


shred00

Recommended Posts

shred00

Every now and then I experience a "fast sync" that isn't so fast and looks like it's updating every single item in the database.  I had one happen the other night.  The start of the Emby log when the client connected was:

2018-01-06 10:08:29.695 Info HttpServer: HTTP HEAD http://10.75.22.2:8096/emby/Items/696f2b49855b944754ef348b96b26cbd/Images/Primary/0?MaxWidth=10000&MaxHeight=10000&Format=original&Tag=53612e21f098be6736aa70cdb0b86ae5. UserAgent: Kodi/17.6 (X11; Linux i686) Ubuntu/14.04 App_Bitness/32 Version/17.6-Git:20171114-a9a7a20
2018-01-06 10:08:29.844 Info HttpServer: HTTP HEAD http://10.75.22.2:8096/emby/Items/59eb5fad84ffc9701780d1762364522d/Images/Primary/0?MaxWidth=10000&MaxHeight=10000&Format=original&Tag=1b185889d391d7308ce6851032d23a2b. UserAgent: Kodi/17.6 (X11; Linux i686) Ubuntu/14.04 App_Bitness/32 Version/17.6-Git:20171114-a9a7a20
2018-01-06 10:08:30.054 Error HttpServer: Error processing request
	*** Error Report ***
	Version: 3.2.60.0
	Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /var/lib/emby-server -restartpath /usr/lib/emby-server/restart.sh
	Operating system: Unix 3.13.0.123
	64-Bit OS: False
	64-Bit Process: False
	User Interactive: False
	Mono: 4.8.1 (Stable 4.8.1.0/22a39d7 Tue May  2 22:30:49 UTC 2017)
	Processor count: 2
	Program data path: /var/lib/emby-server
	Application directory: /usr/lib/emby-server/bin
	System.NullReferenceException: Object reference not set to an instance of an object
	  at MediaBrowser.Api.Images.ImageService.GetImageInfo (MediaBrowser.Api.Images.ImageRequest request, MediaBrowser.Controller.Entities.IHasMetadata item) [0x00028] in <4aa1483226094a21828df71c908d75e0>:0 
	  at MediaBrowser.Api.Images.ImageService.GetImage (MediaBrowser.Api.Images.ImageRequest request, MediaBrowser.Controller.Entities.IHasMetadata item, System.Boolean isHeadRequest) [0x000d1] in <4aa1483226094a21828df71c908d75e0>:0 
	  at MediaBrowser.Api.Images.ImageService.Head (MediaBrowser.Api.Images.GetItemImage request) [0x00032] in <4aa1483226094a21828df71c908d75e0>:0 
	  at (wrapper dynamic-method) System.Object:lambda_method (System.Runtime.CompilerServices.Closure,object,object)
	  at Emby.Server.Implementations.Services.ServiceExecGeneral+<Execute>c__async0.MoveNext () [0x000e4] in <283e6d64c4f54f1fbcf3f036adb82d8e>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at Emby.Server.Implementations.Services.ServiceHandler+<ProcessRequestAsync>c__async1.MoveNext () [0x0016b] in <283e6d64c4f54f1fbcf3f036adb82d8e>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at Emby.Server.Implementations.HttpServer.HttpListenerHost+<RequestHandler>c__async0.MoveNext () [0x00756] in <283e6d64c4f54f1fbcf3f036adb82d8e>:0 
	System.NullReferenceException
	  at MediaBrowser.Api.Images.ImageService.GetImageInfo (MediaBrowser.Api.Images.ImageRequest request, MediaBrowser.Controller.Entities.IHasMetadata item) [0x00028] in <4aa1483226094a21828df71c908d75e0>:0 
	  at MediaBrowser.Api.Images.ImageService.GetImage (MediaBrowser.Api.Images.ImageRequest request, MediaBrowser.Controller.Entities.IHasMetadata item, System.Boolean isHeadRequest) [0x000d1] in <4aa1483226094a21828df71c908d75e0>:0 
	  at MediaBrowser.Api.Images.ImageService.Head (MediaBrowser.Api.Images.GetItemImage request) [0x00032] in <4aa1483226094a21828df71c908d75e0>:0 
	  at (wrapper dynamic-method) System.Object:lambda_method (System.Runtime.CompilerServices.Closure,object,object)
	  at Emby.Server.Implementations.Services.ServiceExecGeneral+<Execute>c__async0.MoveNext () [0x000e4] in <283e6d64c4f54f1fbcf3f036adb82d8e>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at Emby.Server.Implementations.Services.ServiceHandler+<ProcessRequestAsync>c__async1.MoveNext () [0x0016b] in <283e6d64c4f54f1fbcf3f036adb82d8e>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at Emby.Server.Implementations.HttpServer.HttpListenerHost+<RequestHandler>c__async0.MoveNext () [0x00756] in <283e6d64c4f54f1fbcf3f036adb82d8e>:0 
	
2018-01-06 10:08:30.055 Info HttpServer: HTTP Response 500 to 10.75.22.129. Time: 360ms. http://10.75.22.2:8096/emby/Items/696f2b49855b944754ef348b96b26cbd/Images/Primary/0?MaxWidth=10000&MaxHeight=10000&Format=original&Tag=53612e21f098be6736aa70cdb0b86ae5 
2018-01-06 10:08:30.057 Info HttpServer: HTTP GET http://10.75.22.2:8096/emby/Items/696f2b49855b944754ef348b96b26cbd/Images/Primary/0?MaxWidth=10000&MaxHeight=10000&Format=original&Tag=53612e21f098be6736aa70cdb0b86ae5. UserAgent: Kodi/17.6 (X11; Linux i686) Ubuntu/14.04 App_Bitness/32 Version/17.6-Git:20171114-a9a7a20
2018-01-06 10:08:30.063 Error HttpServer: Error processing request
	*** Error Report ***
	Version: 3.2.60.0
	Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /var/lib/emby-server -restartpath /usr/lib/emby-server/restart.sh
	Operating system: Unix 3.13.0.123
	64-Bit OS: False
	64-Bit Process: False
	User Interactive: False
	Mono: 4.8.1 (Stable 4.8.1.0/22a39d7 Tue May  2 22:30:49 UTC 2017)
	Processor count: 2
	Program data path: /var/lib/emby-server
	Application directory: /usr/lib/emby-server/bin
	System.NullReferenceException: Object reference not set to an instance of an object
	  at MediaBrowser.Api.Images.ImageService.GetImageInfo (MediaBrowser.Api.Images.ImageRequest request, MediaBrowser.Controller.Entities.IHasMetadata item) [0x00028] in <4aa1483226094a21828df71c908d75e0>:0 
	  at MediaBrowser.Api.Images.ImageService.GetImage (MediaBrowser.Api.Images.ImageRequest request, MediaBrowser.Controller.Entities.IHasMetadata item, System.Boolean isHeadRequest) [0x000d1] in <4aa1483226094a21828df71c908d75e0>:0 
	  at MediaBrowser.Api.Images.ImageService.Get (MediaBrowser.Api.Images.GetItemImage request) [0x00032] in <4aa1483226094a21828df71c908d75e0>:0 
	  at (wrapper dynamic-method) System.Object:lambda_method (System.Runtime.CompilerServices.Closure,object,object)
	  at Emby.Server.Implementations.Services.ServiceExecGeneral+<Execute>c__async0.MoveNext () [0x000e4] in <283e6d64c4f54f1fbcf3f036adb82d8e>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at Emby.Server.Implementations.Services.ServiceHandler+<ProcessRequestAsync>c__async1.MoveNext () [0x0016b] in <283e6d64c4f54f1fbcf3f036adb82d8e>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at Emby.Server.Implementations.HttpServer.HttpListenerHost+<RequestHandler>c__async0.MoveNext () [0x00756] in <283e6d64c4f54f1fbcf3f036adb82d8e>:0 
	System.NullReferenceException
	  at MediaBrowser.Api.Images.ImageService.GetImageInfo (MediaBrowser.Api.Images.ImageRequest request, MediaBrowser.Controller.Entities.IHasMetadata item) [0x00028] in <4aa1483226094a21828df71c908d75e0>:0 
	  at MediaBrowser.Api.Images.ImageService.GetImage (MediaBrowser.Api.Images.ImageRequest request, MediaBrowser.Controller.Entities.IHasMetadata item, System.Boolean isHeadRequest) [0x000d1] in <4aa1483226094a21828df71c908d75e0>:0 
	  at MediaBrowser.Api.Images.ImageService.Get (MediaBrowser.Api.Images.GetItemImage request) [0x00032] in <4aa1483226094a21828df71c908d75e0>:0 
	  at (wrapper dynamic-method) System.Object:lambda_method (System.Runtime.CompilerServices.Closure,object,object)
	  at Emby.Server.Implementations.Services.ServiceExecGeneral+<Execute>c__async0.MoveNext () [0x000e4] in <283e6d64c4f54f1fbcf3f036adb82d8e>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at Emby.Server.Implementations.Services.ServiceHandler+<ProcessRequestAsync>c__async1.MoveNext () [0x0016b] in <283e6d64c4f54f1fbcf3f036adb82d8e>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0 
	  at Emby.Server.Implementations.HttpServer.HttpListenerHost+<RequestHandler>c__async0.MoveNext () [0x00756] in <283e6d64c4f54f1fbcf3f036adb82d8e>:0 
	
2018-01-06 10:08:30.064 Info HttpServer: HTTP Response 500 to 10.75.22.129. Time: 7ms. http://10.75.22.2:8096/emby/Items/696f2b49855b944754ef348b96b26cbd/Images/Primary/0?MaxWidth=10000&MaxHeight=10000&Format=original&Tag=53612e21f098be6736aa70cdb0b86ae5 
2018-01-06 10:08:30.920 Info HttpServer: HTTP Response 200 to 10.75.22.129. Time: 1077ms (slow). http://10.75.22.2:8096/emby/Items/59eb5fad84ffc9701780d1762364522d/Images/Primary/0?MaxWidth=10000&MaxHeight=10000&Format=original&Tag=1b185889d391d7308ce6851032d23a2b 
2018-01-06 10:08:30.924 Info HttpServer: HTTP HEAD http://10.75.22.2:8096/emby/Items/59eb5fad84ffc9701780d1762364522d/Images/Primary/0?MaxWidth=10000&MaxHeight=10000&Format=original&Tag=1b185889d391d7308ce6851032d23a2b. UserAgent: Kodi/17.6 (X11; Linux i686) Ubuntu/14.04 App_Bitness/32 Version/17.6-Git:20171114-a9a7a20
2018-01-06 10:08:30.945 Info HttpServer: HTTP Response 200 to 10.75.22.129. Time: 21ms. http://10.75.22.2:8096/emby/Items/59eb5fad84ffc9701780d1762364522d/Images/Primary/0?MaxWidth=10000&MaxHeight=10000&Format=original&Tag=1b185889d391d7308ce6851032d23a2b 
2018-01-06 10:08:30.951 Info HttpServer: HTTP GET http://10.75.22.2:8096/emby/Items/59eb5fad84ffc9701780d1762364522d/Images/Primary/0?MaxWidth=10000&MaxHeight=10000&Format=original&Tag=1b185889d391d7308ce6851032d23a2b. UserAgent: Kodi/17.6 (X11; Linux i686) Ubuntu/14.04 App_Bitness/32 Version/17.6-Git:20171114-a9a7a20
2018-01-06 10:08:30.960 Info HttpResultFactory: Setting range response values for /var/lib/emby-server/metadata/library/59/59eb5fad84ffc9701780d1762364522d/S01E10 - The Ugly Sleep.jpg. RangeRequest: bytes=0- Content-Length: 25800, Content-Range: bytes 0-25799/25800
2018-01-06 10:08:30.960 Info HttpResultFactory: Transmit file /var/lib/emby-server/metadata/library/59/59eb5fad84ffc9701780d1762364522d/S01E10 - The Ugly Sleep.jpg
2018-01-06 10:08:30.961 Info HttpServer: HTTP Response 206 to 10.75.22.129. Time: 12ms. http://10.75.22.2:8096/emby/Items/59eb5fad84ffc9701780d1762364522d/Images/Primary/0?MaxWidth=10000&MaxHeight=10000&Format=original&Tag=1b185889d391d7308ce6851032d23a2b 
2018-01-06 10:08:35.377 Info HttpServer: HTTP POST http://10.75.22.2:8096/emby/Sessions/Playing/Progress. UserAgent: Mozilla/5.0 (X11; Linux armv7l) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.58 Safari/537.36 CrKey/1.29.104827
2018-01-06 10:08:35.388 Info HttpServer: HTTP Response 204 to 10.75.22.216. Time: 11ms. http://10.75.22.2:8096/emby/Sessions/Playing/Progress 
2018-01-06 10:08:36.929 Info App: Udp message sent to 10.75.22.129:53177
2018-01-06 10:08:38.107 Info HttpServer: HTTP GET http://10.75.22.2:8096/emby/Users/3abbfc1aaa864057bad867e6230f9184/Items/bc5af4515dff7bcc4a5afc1c93b8528e?format=json. UserAgent: python-requests/2.18.4
2018-01-06 10:08:38.225 Info HttpServer: HTTP GET http://10.75.22.2:8096/emby/system/info/public. UserAgent: python-requests/2.18.4
2018-01-06 10:08:38.229 Info HttpServer: HTTP Response 200 to 10.75.22.129. Time: 5ms. http://10.75.22.2:8096/emby/system/info/public 
2018-01-06 10:08:38.248 Info HttpServer: HTTP GET http://10.75.22.2:8096/emby/System/Info. UserAgent: python-requests/2.18.4
2018-01-06 10:08:38.252 Info HttpServer: HTTP Response 200 to 10.75.22.129. Time: 5ms. http://10.75.22.2:8096/emby/System/Info 
2018-01-06 10:08:38.268 Info HttpServer: HTTP GET http://10.75.22.2:8096/emby/users/3abbfc1aaa864057bad867e6230f9184. UserAgent: python-requests/2.18.4
2018-01-06 10:08:38.276 Info HttpServer: HTTP Response 200 to 10.75.22.129. Time: 8ms. http://10.75.22.2:8096/emby/users/3abbfc1aaa864057bad867e6230f9184 
2018-01-06 10:08:38.577 Info HttpServer: HTTP Response 200 to 10.75.22.129. Time: 469ms. http://10.75.22.2:8096/emby/Users/3abbfc1aaa864057bad867e6230f9184/Items/bc5af4515dff7bcc4a5afc1c93b8528e?format=json 
2018-01-06 10:08:38.970 Info HttpServer: HTTP GET http://10.75.22.2:8096/emby/Users/3abbfc1aaa864057bad867e6230f9184/Items/bc5af4515dff7bcc4a5afc1c93b8528e/Intros?format=json. UserAgent: python-requests/2.18.4
2018-01-06 10:08:39.018 Info HttpServer: HTTP Response 200 to 10.75.22.129. Time: 48ms. http://10.75.22.2:8096/emby/Users/3abbfc1aaa864057bad867e6230f9184/Items/bc5af4515dff7bcc4a5afc1c93b8528e/Intros?format=json 
2018-01-06 10:08:39.871 Info HttpServer: HTTP GET http://10.75.22.2:8096/emby/system/info/public?format=json. UserAgent: python-requests/2.18.4
2018-01-06 10:08:39.877 Info HttpServer: HTTP Response 200 to 10.75.22.129. Time: 7ms. http://10.75.22.2:8096/emby/system/info/public?format=json 
2018-01-06 10:08:39.971 Info HttpServer: HTTP GET http://10.75.22.2:8096/emby/Users/3abbfc1aaa864057bad867e6230f9184?format=json. UserAgent: python-requests/2.18.4
2018-01-06 10:08:39.977 Info HttpServer: HTTP Response 200 to 10.75.22.129. Time: 6ms. http://10.75.22.2:8096/emby/Users/3abbfc1aaa864057bad867e6230f9184?format=json 
2018-01-06 10:08:40.030 Info HttpServer: HTTP GET http://10.75.22.2:8096/emby/Users?format=json. UserAgent: python-requests/2.18.4
2018-01-06 10:08:40.038 Info HttpServer: HTTP Response 200 to 10.75.22.129. Time: 9ms. http://10.75.22.2:8096/emby/Users?format=json 
2018-01-06 10:08:40.063 Info HttpServer: HTTP GET http://10.75.22.2:8096/emby/Users/3abbfc1aaa864057bad867e6230f9184?format=json. UserAgent: 
2018-01-06 10:08:40.069 Info HttpServer: HTTP Response 200 to 10.75.22.129. Time: 7ms. http://10.75.22.2:8096/emby/Users/3abbfc1aaa864057bad867e6230f9184?format=json 
2018-01-06 10:08:40.242 Info HttpServer: HTTP GET http://10.75.22.2:8096/emby/System/Configuration?format=json. UserAgent: 
2018-01-06 10:08:40.248 Info HttpServer: HTTP Response 200 to 10.75.22.129. Time: 7ms. http://10.75.22.2:8096/emby/System/Configuration?format=json 
2018-01-06 10:08:41.972 Info HttpServer: WS ws://10.75.22.2:8096/embywebsocket?api_key=f7d80de6a60a4c40b11de39fe4625912&deviceId=D340D6D6F9524502B7C2E0D3565A9504. UserAgent: 
2018-01-06 10:08:42.032 Info HttpServer: HTTP POST http://10.75.22.2:8096/emby/Sessions/Capabilities/Full?format=json. UserAgent: 
2018-01-06 10:08:42.057 Info HttpServer: HTTP Response 204 to 10.75.22.129. Time: 25ms. http://10.75.22.2:8096/emby/Sessions/Capabilities/Full?format=json 
2018-01-06 10:08:42.070 Info HttpServer: HTTP GET http://10.75.22.2:8096/emby/Sessions?DeviceId=D340D6D6F9524502B7C2E0D3565A9504&format=json. UserAgent: 
2018-01-06 10:08:42.086 Info HttpServer: HTTP Response 200 to 10.75.22.129. Time: 16ms. http://10.75.22.2:8096/emby/Sessions?DeviceId=D340D6D6F9524502B7C2E0D3565A9504&format=json 
2018-01-06 10:08:42.181 Info HttpServer: HTTP GET http://10.75.22.2:8096/emby/Users/3abbfc1aaa864057bad867e6230f9184/Views?format=json. UserAgent: 
2018-01-06 10:08:42.191 Info HttpServer: HTTP Response 200 to 10.75.22.129. Time: 10ms. http://10.75.22.2:8096/emby/Users/3abbfc1aaa864057bad867e6230f9184/Views?format=json 
2018-01-06 10:08:42.204 Info HttpServer: HTTP GET http://10.75.22.2:8096/emby/Users/3abbfc1aaa864057bad867e6230f9184/Views?format=json. UserAgent: 
2018-01-06 10:08:42.213 Info HttpServer: HTTP Response 200 to 10.75.22.129. Time: 10ms. http://10.75.22.2:8096/emby/Users/3abbfc1aaa864057bad867e6230f9184/Views?format=json 
2018-01-06 10:08:42.245 Info HttpServer: HTTP GET http://10.75.22.2:8096/emby/Users/3abbfc1aaa864057bad867e6230f9184/Items?Sortby=SortName&format=json. UserAgent: 
2018-01-06 10:08:42.254 Info HttpServer: HTTP Response 200 to 10.75.22.129. Time: 10ms. http://10.75.22.2:8096/emby/Users/3abbfc1aaa864057bad867e6230f9184/Items?Sortby=SortName&format=json 
2018-01-06 10:08:42.391 Info HttpServer: HTTP GET http://10.75.22.2:8096/emby/Users/3abbfc1aaa864057bad867e6230f9184/Items?Sortby=SortName&format=json. UserAgent: 
2018-01-06 10:08:42.401 Info HttpServer: HTTP Response 200 to 10.75.22.129. Time: 11ms. http://10.75.22.2:8096/emby/Users/3abbfc1aaa864057bad867e6230f9184/Items?Sortby=SortName&format=json 
2018-01-06 10:08:42.610 Info HttpServer: HTTP GET http://10.75.22.2:8096/emby/Users/3abbfc1aaa864057bad867e6230f9184/Items?Sortby=SortName&format=json. UserAgent: 
2018-01-06 10:08:42.619 Info HttpServer: HTTP Response 200 to 10.75.22.129. Time: 9ms. http://10.75.22.2:8096/emby/Users/3abbfc1aaa864057bad867e6230f9184/Items?Sortby=SortName&format=json 
2018-01-06 10:08:42.632 Info HttpServer: HTTP GET http://10.75.22.2:8096/emby/Users/3abbfc1aaa864057bad867e6230f9184/Items?Sortby=SortName&format=json. UserAgent: 
2018-01-06 10:08:42.644 Info HttpServer: HTTP Response 200 to 10.75.22.129. Time: 12ms. http://10.75.22.2:8096/emby/Users/3abbfc1aaa864057bad867e6230f9184/Items?Sortby=SortName&format=json 
2018-01-06 10:08:42.656 Info HttpServer: HTTP GET http://10.75.22.2:8096/emby/Users/3abbfc1aaa864057bad867e6230f9184/Items?Sortby=SortName&format=json. UserAgent: 
2018-01-06 10:08:42.666 Info HttpServer: HTTP Response 200 to 10.75.22.129. Time: 9ms. http://10.75.22.2:8096/emby/Users/3abbfc1aaa864057bad867e6230f9184/Items?Sortby=SortName&format=json 
2018-01-06 10:08:42.682 Info HttpServer: HTTP GET http://10.75.22.2:8096/emby/Users/3abbfc1aaa864057bad867e6230f9184/Items?Sortby=SortName&format=json. UserAgent: 
2018-01-06 10:08:42.692 Info HttpServer: HTTP Response 200 to 10.75.22.129. Time: 10ms. http://10.75.22.2:8096/emby/Users/3abbfc1aaa864057bad867e6230f9184/Items?Sortby=SortName&format=json 
2018-01-06 10:08:42.824 Info HttpServer: HTTP GET http://10.75.22.2:8096/emby/Plugins?format=json. UserAgent: 
2018-01-06 10:08:42.958 Info InstallationManager: Opening /var/lib/emby-server/cache/serverpackages.json
2018-01-06 10:08:43.182 Info HttpClient: HttpClientManager.GetTempFileResponse url: https://www.mb3admin.com/admin/service/EmbyPackages.json
2018-01-06 10:08:43.203 Info HttpServer: HTTP Response 200 to 10.75.22.129. Time: 379ms. http://10.75.22.2:8096/emby/Plugins?format=json 
2018-01-06 10:08:43.536 Info HttpServer: HTTP GET http://10.75.22.2:8096/emby/Emby.Kodi.SyncQueue/GetServerDateTime?format=json. UserAgent: 
2018-01-06 10:08:43.540 Info App: Emby.Kodi.SyncQueue: Server Time Requested...
2018-01-06 10:08:43.542 Info HttpServer: HTTP Response 200 to 10.75.22.129. Time: 6ms. http://10.75.22.2:8096/emby/Emby.Kodi.SyncQueue/GetServerDateTime?format=json 
2018-01-06 10:08:43.560 Info HttpServer: HTTP GET http://10.75.22.2:8096/emby/Emby.Kodi.SyncQueue/3abbfc1aaa864057bad867e6230f9184/GetItems?format=json&LastUpdateDT=2018-01-04T03%3A55%3A28Z. UserAgent: 
2018-01-06 10:08:43.588 Info App: Emby.Kodi.SyncQueue:  SyncAPI Created and Listening at "/Emby.Kodi.SyncQueue/{UserID}/{LastUpdateDT}/GetItems?format=json" - {LastUpdateDT} must be a UTC DateTime formatted as yyyy-MM-ddTHH:mm:ssZ
2018-01-06 10:08:43.589 Info App: Emby.Kodi.SyncQueue:  SyncAPI Created and Listening at "/Emby.Kodi.SyncQueue/{UserID}/GetItems?LastUpdateDT={LastUpdateDT}&format=json" - {LastUpdateDT} must be a UTC DateTime formatted as yyyy-MM-ddTHH:mm:ssZ
2018-01-06 10:08:43.589 Info App: Emby.Kodi.SyncQueue:  The following parameters also exist to filter the results:
2018-01-06 10:08:43.589 Info App: Emby.Kodi.SyncQueue:  filter=movies,tvshows,music,musicvideos,boxsets
2018-01-06 10:08:43.589 Info App: Emby.Kodi.SyncQueue:  Results will be included by default and only filtered if added to the filter query...
2018-01-06 10:08:43.589 Info App: Emby.Kodi.SyncQueue:  the filter query must be lowercase in both the name and the items...
2018-01-06 10:08:43.589 Info App: Emby.Kodi.SyncQueue:  Sync Requested for UserID: '3abbfc1aaa864057bad867e6230f9184' with LastUpdateDT: '2018-01-04T03:55:28Z'
2018-01-06 10:08:43.735 Info App: Emby.Kodi.SyncQueue:  Removed Items Found: 79ba3bdf9134ae174a3d02d87f1dcad6,cf765bc5d1ce29c6f2f87b88006206e6,dbbe88428a727126559b9d8e02de4b69,2c51edad62d12548a6af04ab7ef55cf4,b6b8e404e51d539d1107ee7c1a4c1dee,f9b8399a66d5a8bbc1196e12280a684a,31fa96516ceaf680990a3c583a7c6236,e194efdcb4ada0cc00454998e50da2e9,5a8df7d5f96903066b921cdb26d763a4,da36cb67adc6350673d54a9cd26c9ad0,9ce6618589ad7ade5004d9dd034bdfad,8e4aa9d671d3c1e6708d4c507dbd6829,e2c0268eaddac9eb2d9632054b1bebe2,7536c596fbd91da4c02a9d4ae6bc522d,77aa74ba27fcf3a0e1a8c6dcb001d579,4298c0b0abfdd9dcb30571611067d55c,740cc23c7a0379bb39c3609b2ad2d242,69ef064d13634873003200a0ed0c4d9e,02f372c6e18b750bba51beea86d4b0a8,c94ce6909fd439fa3b777ee499399640,c65b2b8835664a6534157fef24937713,3480e2d59b564a96be9244d137ce4878,5ca2400817ae4f258affec245cb3e0a2,100ac82d3137eb301ddaa57abf937e27,4656ac9e1c2a1ab4cde31f24aa1e7e92,33286005f44e161e0291015f0720ee6c,1d4772263dee928d2b2329e13e4f1cdb,6430d23391522a677f1ba80a03cb23fc,80fe2f0c65469d831b9da13006af512f,99354059c00566d9d4b085b009b3cb4c,807b7f3737d436ed86de272b6c750612,1ae0b64813d35f4a867f0eccae8667a9,91f1d54849f8fd20c789b7fe0211edc1,957bcb16841d2760b51450db9d9bb732,03a301bd131a0f4c085505f9af4560ae,536941379ab20ffc23b7efa5cfe70e7b,a58d44b3b7c7cd58f3b7a443b4e617e7,4f7477b92eef4c86899e0f488aa6f47a,b3d5d3569c64276accf1261d148b86da,c2a0d60df398e95c0a64528fe978008e,3f39676f9966b22dd79ae74530110a4a,0fef2cd994156673cdca678d8cbc8d0e,696f2b49855b944754ef348b96b26cbd,12677b87a459a71bdbc681b9dd0bcd52,19f2786083b8d93e6731bc346b0b85a1,54eed1e0fb06dc9586e2915ba9994fe7,50f6ada4d310253845437a3001af2101,e7fcfe8ef3a568448664649c2042c23c,3814543be7ddfc0d7e9720439f8d87db,ce2dd860b8988886e599edf907cb3b84
2018-01-06 10:08:43.835 Info App: Emby.Kodi.SyncQueue:  No Added Items Found!
2018-01-06 10:08:43.902 Info App: Emby.Kodi.SyncQueue:  User Data Changed Info Found: bc5af4515dff7bcc4a5afc1c93b8528e
2018-01-06 10:08:44.914 Info App: Emby.Kodi.SyncQueue:  Updated Items Found: e3688676e124fee6b86fc818bc5481e9,97af4477e58d5c777e554d0b2999e948,ab5cfb6e27c5601f381c53f0a1d9c0d9,2930474ddc8b4c525182b38b35de4b8a,30ebb08d0bc86489b62f1133fee0d28b,7e5676b566fdad18d75d64472fb476b3,6b0f8c1c93c02662de9a2e0c996c9c44,d49a9fdd24230fc4c8967f7c31fc17e9,505d41d699478902f76899ea8aa156cf,55afc63fa9d10a3e908507fdad652bc2,7cff9de87d84595d878243d608a394bb,835391e48b66961d888c11c69154d0a5,878d8df1813d581b8e0795b5949bc911,ed839fc5390eb0e09492eb8f739fff4c,6c064672e7f40ec3d1aaffa5af772621,71e53db1b08b33f55ca7b677df4db905,c3f809c94b7aa836f381a57c2d42e56f,62a5191037ca40450026faef8cd0097b,2f634b32c2b44a9cc7d3f5956999cb2a,34cb84aa61a1ad372732638eed3c4af7,6ab36d48995ebd75c5d6e2e50006fece,06c29994100b7e81df67c5536859e38d,907e82a28d89eef96def724007650f5d,abeddbe83966ad386fb377091893c115,3c36ca41590beb16e2c7c7d1e2651e32,ff44272a1c81256ba9636f116587d7bc,cd9e8904a39fc8b5339cadb496fecddc,50efc22304e7a77bb5ced025b8a7fb4e,325085af209cfaa85652aafcde948244,f2f08c432fe3b3444316ec6f7a651a8e,69ea76c995e2c7bb68906e53503be0fc,bb4c2a79344f9c0cd61bc1434e1d2578,4daf7218a5339d05dde56e019afbd51b,8bf5565f7b5a96c258393178f25b009d,38cf564a7ddb9d62511e7c82e4546a9a,2eb7c54090c601194fc4ec2095d10d66,b154e3ffa1ff5e5b59baf3b4fc90cd62,1e29a7c8147f20b45bb619735eb62bce,f39ab734d348722d992e2379811229fb,e009146bc26339e7b9a0954b306de33b,f0c358631062f255b6995a9646e44df7,b56734f5d4c40c68da907a797391954e,7e72ed8671069dd1a9f711429fa2c3d4,ba5ea8de12b43ad77de12c729dd0e858,b951df8ec2eda9e5e941b84c7df8ebff,a6ac7b185a02e98f458c0826d239bd05,a8c1c14ab8bfdf93790496b2c7d21b89,c73a87c129840a92cb25866c62645bf2,3f235804987da41707318ae9d8af9bf3,b7d2663e2f86794fa4159602bb10000d,0c7aa1a878093c8529025bd5e02e8067,c5a425e1362e61e22beb50c27c3a4779,370dd392217900f1234416cad59a9095,4def35568742b9ff882052535a928676,b87e0fcd1e51a69daeef0923a3eb2df0,7d27d491dd18bbfa0ffd0560d8ea26c4,bc5fde84aa13fdf1af1333364c7902df,dbbb41e5de0524946a346e7d4f586084,ba6ad12a5c3ba9a71d90c66a43c7e88e,df94dcec45e525b875bf552ca31ab683,ae7d43a52e927163afc5ad86fc57fa3c,c5f9e3c3f5034e2408176926bb16aa89,3d9ccd0bbc064562f2b37a45e8d64fbe,e1ea07d03f6d4a854e214439709ac702,f282538a780416d59e42f1b395c71c32,975d89b700746a5694a942d58f199bf3,7419f6b7318e07e12be6fa6978721ef4,bd64363edb98293011e48bd7799e00f8,9e70f4883ddd181e245efe112c2409b4,17f7c8558b6a48b91ca8658708df6883,cc2f40116a2db5a490010a9c89585c25,70576e2859c60c37cb392b158d60e16c,9e34564aa990ad9ee30a03a6bc534267,a32220d611c8c0fc9839757c9a714810,aa3f63d9bfddaed933819fed9524f3fc,9daa6361d31030515e7ed3df1a8e0469,2a90c228552692badff294518a44f323,ba59bd9d18952bc4015f7acd18a9a002,57d4a43afc09ccd02a29f4a28100ee9b,f7f622649ce72b312fc1d9f8ab8f2488,589ff62d79fd14a9f3c539e6a5381603,6e10df831ab5834592e9ef17bf84a1e6,5aecbe7a916a23772950a2807454b157,8a92678569ad6c233d92742d415ce384,70b0ef7d719f9d29941db7966c9f4ec0,d2a3866a31a45b668e32a6a4d2231891,dfa6660130981984a67434d56f211d35,9450b2998ec21ed34ee88070d8acf528,1511ec370030102e6b5daac5941a9340,9af802e596f07300a986bb231df56a73,694d8c659aa1069239779373b33e869c,7bc1d03ae77a00115463afe0cba954d0,77d68874f85e415697d88682e78fa42e,6b52b1dc5a2485a2289bf503d3dedc67,960779029da65a2cc65ffb66879c0eea,e785c8b1198d37c9a20eaf60de738226,5d310f67ff183ef6cd5828a987441fc5,ddd15ec7ee01bd25d187fa6e64c8c0cc,a1a15dc1bd70ff5a1e4be1475ca03202,8fbba4b346bf87b793f37a5dfc051360,da85da63ebd55529aa4020969f0496e1,2878043bc1814d926b41234547840d12,88f141fa2907675426a861e131c28dc8,097535e9b7452d7f5d952615e8c33ed8,960023dccbf76191a5bbd88969376a6c,331890af2a95d985354512f31d0a66d8,162b000a3ec912deb84c2c03c01a016d,d42cbb130f0187b611233bbdf8650e74,31fdd1f60488853d00af2af7723d3423,30bc2d56833507df4ac1ce49369b5916,6a15acbfaa0bc040a702671aeec79643,cb7c13bda142be0e05fd68a5f66bf365,a13b00beddabf5c49e07db1ebbc860cc,88250fc809510cf3010f1b75d466c47a,6de040b009daf2e62d8d93e6eb2a1088,d3cd27dcf526b85997f6eb9cd16c5d70,17eb2b68e342175ccb0cc317f54aaf5c,afc11d306319cdd09c4c2ab77951271d,747d9fe1690455f35cbe8e8cec4bb922,b1e4b77be90149279fba35ed6350e548,cbbb5faff8f492d6b3156894e8b80a76,35f1a1e9e5acfbb48abd22edaac6e38c,e01d02dcc29ca2f4d85b6471d49b6281,581d917fd9ec1526c0672a0ef5a0b0f0,909b2461b359533608d7209ba74ea44a,733bb48313385ef134d8398e0b31d7bd,ad0fd5cee637b4c31258b88d7a6d2dcb,c68e211e64425c892aa75702a063083b,d1939f2b7a708210b139e73529449cbc,06453cb365614a14f903b5012f9c05a5,c7ff4aff976696ca264963bd2cbffcbf,5264c994f2325109f8f18cd1f769d8f0,c6f80db7d95105e16bfa50b7dac9e0bf,b10c9fa5035066165313d9017cfb4fda,911eff98bdef297a22cf049c1fbcc244,c4190201862186c0db96f995c44b6586,288860116c480513d1deb6ec99e8d6b1,4b0f7870cf2d3cf7e4877c02d39462ac,063c5ef26c62bcfc04884ecfa876296a,ed42eec76c68b6ed9d1af1a4e420bf05,7ea951be41d118f8b4c886f0e6106a72,97f9e933e4cbb74ea3f70d6dcb11a28a,f98ab645b66584b29f7b6dce4d9d74b7,df62b4e9834addf11c2f6dc8a894c67a,d72b0f7c8965ff8be4687d5eec9dabf6,198d3916f2d9417fdfcbe6ac2a776f96,52e505b67aaf7babc062b48bf829de83,02c1dcd6deffdd671966dc010557880e,9b646402bd18a4d7eaca25f631103911,7d8c19370aa022633aaa0fc234c9cee7,390bfae33632536aa27c0ed7f97f028b,8013510b1e9524f47e70888d4e26efb0,e9eff2578cfe9b13c336f335edf3b54c,306eb07982b27c883aa1b15a017f1a23,4346e775f5953026e66d62bcdc3e4722,0da611f9ed4878c01094a45d0eb8e36f,398df9736837a447e04b42ad19aae3be,36dffe918868dc034acddccb57c760a5,2a8285373c2d846fb94825b788d396dd,57a4bb86500a8fc6745a734ddce65552,7f0deef79869f6e8c1ecc44fdc845528,8df79229ac2351946ca8d7dcb3168210,a7bf0cb01230fbb38c8513b33af0c8fd,7b5f20f8f7424c78e6a1ce5b275715ff,673bd9cb461a20c0e680ee5fe9b4d90b,3a9332fb8526de3f94d409fa16ef894a,2e32c0dd7d9ad2f0a7a54855d5b6716d,ec85853dd8dc240efd99d7cd30bdcfcb,740d11a6f3735824536d80c04f4bc7f0,32be7033b178031e3924e3d5da26e3e4,72ed8a9f9312d5c23ea91db96270aa67,58471d0e99ba3a728b1da25f67b40386,1d5b57d8f00fe3e81df068ac6c0e0ff6,0b7272b914fcffbbfd9b32ed2c15f58a,e25d96b14a786d13851fed3af828024a,b465c29136a6d1ec8d3161b59850c11e,e51747132f94d51a83c648a5bcd70dd5,7fbc661e5fef26d61953744ad94e02ad,ce46a9d99686583fe9b57470ef1af56c,516036d1058b1adfa5bdfcaf594d42c5,fdfc513ccda9e887e1b56dbc2587a279,9e2273daf90f0dcdc57bbd4f56ae9262,ed481db64cc1e9a6e59f9adff2714894,5e8d83401f1505c02e77225f4c081cd9,623b36e03cb4afaaeaaf832def02756b,212c6014f03b995a4921a44d42458aff,31f92f671925baafa55a87fd9dfcb490,7b09ccfd8bdbb4195cf3bd6d8cffe7e9,2ca982f4491b4d32d1b2649b0e87c7ee,668fbc528961bd48a3c150f5f3bda3ed,e89af1768a493c0d69c35d9e7c39f6c7,8fe338c145a80908dbbb611f3abe7c86,e869dbe6cc7cae31584244dcbd284a87,d6b50d04e5128bb820580b40bcaaac99,280b18adcffc2b3b8a59d8892523576e,00cbbc6470902bb4bb779ce0e368177e,cf718edefe1e22e308eaf756759dc110,62eb62de5bebfa9eb1943025eea2adaf,7f72bf0f248ef6e4056964bf0008f69d,bf6a3ddbe27d50c096474dd65bdfe353,0962648c4a64108ea1cd315c5a48d801,85e7336486c5701b832c9e9f653ba3c8,9022f564c141cd1c7eb86722efe9eb0c,8af9a2268b49bd2b0a74d932ef0e1910,54de2463dd1f80d4fbaec1caca0a6f17,b5ffeb9425248b39ce9801f4da6e6858,0cdc0c1f7249372399ae9923df2008ac,3aaf7aa33cd02294afac77e08fd14a7a,ba033a6115fb324b225a9047bdd9f1dd,476f36fb0a6e8a9ba846cf708e1cde98,236f874000693a56bdaf8caf5b94720b,17e1cc52049d8d66a00f973f4c011d61,057549e4cd7b0db941646250045d456c,6ce1a3b9cc33dc9fa5b9fa895d6ebedd,6dfa48ed2dded5e46f7bb6dbcf5457e6,44a7907e19c3eb9ffe479dd9fa633625,4b2aeb123f683d1512c5b82835ce0b01,41dc93091b2e9bf3f59ee1ab946f5142,3ca48c94d1d1947be7142266143eb532,e13593735af8a7cf4a7abfd8ea68f5a5,7c0282ed8df780fd1eae7b2f38e32c5f,787e632edf970554e402e1fb1da6141e,839f92c6908e5adabc068055fdd22789,cc0ac1d88093db8fa4d9724dc2db593f,7d3259c48470f04e4f0c1ad98f21eea7,91c4055b8439742edae4521c966713f4,e49c2ff0c18bf3a4471cf0000a1e4052,8fd19099ccabbdfd90e2d0b33a04e5fa,afa440d1951128f1a1a45320eed3fb9a,c1738e06f8281dedeebfa82dc89994c4,55b9e3ec4608914742ee2517baccfd7a,3aacfbab338412ccb45b86596170c273,566a2ad498d99a0c144c02e4f27c0a3f,a48abaaa7f99392aaf0852d734149a0c,f79e5a847ac166c03f695b301d822eb5,d8fcd537c0292440fc25e8df25f2327f,72cc260b9dbaf56b47387c100015ad2d,a4221a09fdbe7a229c1ac279e34b911c,ccae526f8415fb77a4323a8165740a87,11f4e2d1e117a958b09519a1e8fd227c,2176f087d2293863da4081563b132be5,fe62ef8e80db3b65bb92c3ba7f4e52da,dd68253e55b7bfd329b09af02ce49585,ca2f3b9292637b0c9bc1688491d89c64,715536633b81bb3e206241bdd42d4cf2,ec9e78f97dca6bf53a31dfa0af086ac5,431cc2ac69986f604a7f763a6b7b681c,f4bad6d83b6bc7b8135a7072dff4ecfd,26ffb34c2775aab1e80fe8233c872c53,08f6335d7113fe4ceedc46f25e6a5d46,d611923a3570d9962c4f40b04aacd513,af3a375e03bf43951c4ac5d8448abbcc,f9a7663c856cd7248ad9d38f49b939ca,e771c93b3588d74d6a7b894a90864c60,83833edcbb4360d33e83bd6c04608783,5780178b99049b901ba00f76a6c95c12,42939b513b6f21d386061e61e9944a93,8569416813b2edd66ed776a59cd87430,ded6fbe086d5d7965756415c58458cd9,d4a38c80c2719416d85c4df39f85bd7a,374b77a8c3e12def5977744722b27a3f,1568138eca4802200612dff4ebd96e07,915a5bc5c994a24fddff748744a766ac,f4a3d1f22bba207da5848df118cc8c18,2fbcc3f7f80d9e136c14051e7b285a1a,fe82f61b37a13f6905a094639c995b4b,d3f0c46b8e8a921ea0ece68eaa102bb2,54e061ea239972d10db7e5b707797fff,0e2a9e20b07c109fe63306d0d8e43f1c,878ffdb92ed940fabc6ea8559f451528,44d0f5d10b1251e2ee7cd7447ea35871,5cc3605902fa490cb37d74e8bbb6fe76,05beb57288e03e5aa450b1f695d4dc86,7e15e780cf470258cf7e038cf1d41fe4,7ea680177c6e90580c454cfd2f2bb483,25870767210bb8d2ced19c8903044b09,842bd531ab4f30c02de373fb170aeb53,f532ebbf45d1ad1a0345b59b718a43ff,74d4f52a9dc50ee521db590f275562d9,77ac7c69893860a53512d1b76667493c,fe134533cbc68a2ff6b10fba42a693bd,f36445fbbc3a0494a4bbe3d6dca8dd40,922a2b62bcb7fafbc02bebdb5b38737f,f5e83d406a2858b45e4d03c8441b55eb,3751175b7d07e94a3e7ec71fca03da5b,fd0ad4866769ab592fa46797be498742,538dc082545c04de87f180a941b722f6,a70c6188930edf0bb5eb95b1b8382286,f78a8d3ba12aa01e224bc7750f94d017,c0a87cd2556a69c6344c418dee436859,91f75cf306b64ce7c3a420b0dbe0e40e,1ffc3f90ec997c7c638913c3e6b4ad6c,b97890446decc064a0bebcc35b513b17,7478ecdf67eb16a7d96fafe7765c75d1,87c0353bcf07ba100cd9bfaaef468055,4ca9f1f97d3c6c938b8b7e6a6375b1a8,4d1fa2ffbd19772064fcbb3c4160ce4f,9890113b206f5033e1c97d4c6790f59c,db990205b6a540d06bf0402a0685e817,06a6f99f452517f76e786e8053a8c661,0683338f8755a9c65f6011db5430b277,71272eebadb6f4fcb090727aa46b06ba,b8b917e3d4dcecf1dc03b72f62965260,ac0f0e9400f1a5b5c3e0685a43be9a4b,4137d8693c4cefcc51776f28ff48a6d7,dcbd4697fb04042569f6135ab15c310e,58b17b17be770defb716d07d1be3e1a5,8fa933335faff276d31a4aa95e9c2fd8,09f561a8ef0485aec62033f3a31e68db,709c24e12e312ab83894791432e38f58,17dca00a502a61f5c834311889df3bd6,abbcbdfe1e0bf356bacd460f62f98321,0ece9df66d6c2081d24925f9535ed453,f21cd997394f8ac6a697d77a298abd7b,747f53c8c1ead957e26bbe88aeb04263,88a18b7aecd69910e0cff7cda3f3a006,bec6ad8a4165bfbcb423dccbbfc5713e,86f9032a8d6d16a32a62671546d3bc0d,bb4d3fc776a702c67c944e5d32eba51f,4839460d54811e379e7467e8eb80a840,23042188d5f698086ce23cb0d7bcfcc7,2ca3fd2b775dca1c18e97d0acf0aa018,5e2b5739f9a8c11f0b196599456aa48e,bdbab4252b2413386e9bc569c953743b,a788fcd2c678c190bf429132c94e064e,48877ce60fe92679f3058aba7f380534,8e3dbf9f881e770288ed506e907d7e04,dff71f1fd5fb289617d6da5c5ea11b05,b483c011ec9dae93e03edff8cf580dce,1369dc354a9ee96dad40e08913cf5e28,5c92853b737663a9a6a5baf5cae48c9b,237c93f8ce0f3c4e008c0abe921423c9,f788f46440b381d1a05b6c85cf221c65,d620d82321a0250ee8af474d8e2f8e17,bdb63012a6552e86326c492a0f2d931d,cedf901ef733ddbd1e97a8a3c45fbd6d,78ead7ccd515697a9adac0215e11f1ed,2809d1ffe0cbf6fa5380af2279fe4ed9,f5d72975f783554b984331822aeccb6f,cb3898727ab82a45ad0be720995bc00f,98d353c446faf48b8012a66f26055ccc,161e883879d2855fdedef5e6696e4736,3139c2c514261b64a4f6f08203f42429,348ad05fba347c0f9c767c911ca9c8b8,7d9efdb07400442ffff893b2e6dd8144,38c766ac542e0132a69a28076d98b81d,56dfa7b1b74a0689a29844c413b7cbc0,c3c882fdb9a7731ae3c3eb3443016339,5b769141c7be0b58c3ab5f6a2e7b5db7,79133a668af5757df76ebdb2ceb9a1c7,f708e47f0532c1a34596f02c4fd87865,f0fd7251507f970667798ceccf6bff3a,2fe7712671c61d5dfe772db21449b603,af04619f6921754a8f530dba5f926d23,5e542ff070c18e7f255a24dbf694d58f,c6f2ec5e584e12a91266c2370670f401,b897ede0c66c3de313faf23e423bb054,59a9370e43dee0be8cc1693fa4e3d8f3,8424351583fda395c3864012b34b9fc9,1edfa6ba83be1ce1f953564063b3a82c,870f2e72865bc7066c570ff527d1f925,bff802341b11288a52dcd080af8f2dfe,7681452d74cb99c7c52249a63a2743e2,0a2a2bf16043a7c62c3842a159fe15ac,0c248f74a57081cefaff06b1f21ec2f1,edb4fe3a51b48e8fce801438ba62689d,c2949a19d18d6adb4c4580d6aa6c30bf,e2a34033b1fdf9a2f7102a12f3c56d3e,d7480d4c20318be577e396a1e4a318e0,d87f3f381b75d07beec8faa9732bcdb9,fe2108f2eee4b9a98a2c62baf37f7936,c9bb34ee4094774805b96e05eea0a660,78162db0429751e9ed56bcad5f4ca6a4,56b09867dc978d25c76819f69865e2f2,0b983fb1bf8c130bedf11319deb0475f,cb50c1fa04856644071bd0d05c0a459f,a03d3a2ed247dba52351625e3c7baabe,3cab312fc37a3cbdd21a416cd3b5325f,f6646f88726891b073625902f44493dc,06530d59a7b6f93390a3cf4bd37ed09d,ee0b028660280845ce87189749010edf,2a63594eca445acd9c37ad726c4a62e7,c19c26c6697ccc65438d80d9d3e540e0,718887d90fefdf2a0dbeb473bd8d9b82,5ba491f18f44a9e9c0434820ea5cb963,95020d5ac750467c12c3fc58088e09d5,3d5db0086ef122e73f7058b664d58887,b22a8ff4a1554bcd9056adafb15df3fc,a1c9b5612acfabc509d184f31b627770,78d2efeb4055b370de5141e7a19ed4db,64e90d65b2d2c6900348d24d88a65350,1c2199ff787a2c96f4040449aab810f6,42870adade0fd493a49d63f0cc320656,34ac6938f9dc2c99228aad5a6876ee66,73e5e37248b73dd416414f4b1caec156,88b18ab53ee184c5c365f6e42c212be5,4a39afc6a9c059efaea9e17711bdd4e1,73d1cf96be214a37a4fca20c2626d5ab,2eb9ee4ef541fe396d734f4aff692993,64dd2fbfd43f9dc8a61399a0b9b06bde,64c8647799717e8c97f644f771b6242f,cd2ba79174c1d091bc472bc96184288b,bf7d3b8addf749341d640cd4399392c5,5fc53085e6ceb17dfc70284a666c9b78,55a2309a2a3651a0ef31a62f76766ac6,179eea846c714db44af60f2448ea023e,2287355f37471c59954b35a53e2eb7eb,2225e49dfb7b0c3310529412ab7475bf,be5c40e6a17c73a4c315702fc88dd6e9,b41c39666dd78c19d5a96dcb0a5952cb,60d26650f10f3ac6582936b71632a801,c15195a61d57a36aea2d1f89a30f5264,013b1438129309ffed160b17d30bb469,e9a94e11bf1bab7e649409e7ed03baab,c829a66ebdf740f21df5a483b5940d4a,948fb47e53521cf2fd32142e34470e34,0c638b32186ed3ea23c6d9882cbf1979,d0e61d323e2f793e88e85f66c459aa5c,3037b4e7bdc30a6e00fb9826d6da9914,2b0575f7a1a9133cecd2bee6b1e696a4,a152fe247801e5f3bd8990f76ac90fa7,3ec9d8b3c33b1213b02b5f4d91cc8b49,ff84b1816a164d728c4ea7895e50ad7f,34d065661a142d9e0d5d68f76edfe66b,620db399f22a0051d3d918b886d3f883,174d99bb0359a3d8d677205a5e47dacb,eb177362730ca02688435ccc7294c5e4,204f2c937b5b70292233655417a34599,871f962a9f19270b69f8ba1159204aca,254fafa425cc19faca76ed83572ee300,b7585c93b37c4b749117d547d968857d,26310d33b333213c9ee456dc553f7a3b,9ac9e42acf12d46271851a5b82676389,8bc9773173ed5b8246223163c45de1b1,532815e34853acf48f607e8939c97c5e,581569d00f9e7bafd40ff7d846447414,f6fc9afcf48345a1643032944b61ce83,4aad2d1fd394b16f22f748ee91a00e9a,6eab82b32f0eb88d72b50d3d7013ac78,8a7d075b6ddba34a28866148bcbd604e,b1d5ca1ca6b54501ae02c8b2d406d14b,4768ea430aa3528d8b23caa2d22d5cd6,9f700f2b269fd41e8306cabc6f6df31a,923b48d88afb2f0f79d26f3f857ce91a,3178e10c2f2ead1d187bf7639f99c358,52744acced09093c2b27c808c0b90ec2,7634fc68f49c5cddd5651f3769fef148,a7e7c66156c4a275d186bece908f2d91,50b34c25e14d9a62fb3375884ad83a6b,9ef9bfd5129081dc07bcb109a329b974,85e08d7fa094de1f2eb50592e4e4e0d0,fc54701128cb922eb9d46b65ac561eb0,54ed009cbee72860618849d89d18ffa2,14b4fde7175505351bdb32881fd77b27,7e28c88d6a177c7868f66837524476a3,caed78b98e74e36f28a264998f089518,be217e1caaa420debd7e276b2b18663f,51204900b4f78879dff585c861bf35a6,bda489d606815a57db165c3230a6f144,5aa29e4d8ed18ed40e17c122780c86be,e2aa83c9d0a16de6f3e2cf355429ef75,a06e08934a3a815c5ff1d9c57a862e10,33e29b74fd7b51eaef12aaa6a2820454,10a91ee1be8773bc37d99516a18dd595,03ca86d6595a5ecbcc08aadf7514a05b,f68fb1a5c4ff53677af0d25da635484b,fbe4b80bec9feb07226d1f90fab3a1a6,15eb176c5db4277b328d2c5a1e3f0bdb,4beb36e8c571e2f2d06a1d85d63aef40,4ab33c7032c537d26407683d1832b74e,ffdd29e3f41e9c6aa4a29d5e718c8674,7ea66c75e709bd766a40972b86819ced,232e2fddf59a8ca3b82ead5c7fe523c2,54d8a7a79b6910fdb127c314dc0c3c59,75c16df34d28b6ec1d96254c65055ad6,2749992bd47ca769574a2c0e775373e2,7a5f000755dad4c66f3f6816ce6bd497,9b97ee4cd6e03fe6e05b44f8d89c612b,ec38e4f3dd20498996791513538c6bf1,fbf11bfc28b38d665224d2932c811a36,e14494a49204a047b6d929b7464c9745,79536c86d3e90f9e931cb66948beb9cf,824400c4b4e21662f0b3e57dd5841937,7ec73047585ecac05cfd14dee1da7d68,be09310d192c261cd6a90eb8e5e9dd9d,79cb33b564343b81736ea3dfec755b58,fd324aeafde12ecfdd5090f472e766c0,190ba2ab4af5297198bd1a64962c9947,4748a73c832963b65e40ac92b6d3e0ef,6d783186528acec64570bf8bb4aef15c,121db2aa8e94dd7891c628b358b9d5d8,8c41ea2134bbcd59f34f17c7ca32435d,9fa36dee75c125a12e7164c012fccbce,ca9bf37a91fbb2b746a3c123450e3f8b,cf90c859a6359b1943ab9a19512c07ed,ef30dd0946b6e7b036fe7de594e0da81,081be89b38fded4cdb9c0f30384420a0,5948836e61b5c1ea9ad360b7e327ae75,7c1b4c7f1f6274f594c615ee70518213,d86b57ad9c67de9ee3fffb39d55d27a7,790b01a2a04cfd3486181d7e3170e142,e2a94a52df9d46db56f53d9c9dd89880,b9464bafd4497bec94bd51c05a1b7ec4,f27bfa60d64beae79d37dc03f430622d,bfec5f6bda1d49367427c8dba2599a08,076e521efb7b1ec0136f148263de443e,92aa104d027f31a7b9690373f3b046ca,c3cd1320e0057e4b2e9a5c9ebb1bf20e,57e130231d431dcc8fed114b0154677c,f5cb64039e8cb4250fae769ebbbc90e1,bb0296d36eccf8cc0fd8e0a8dcf2d25a,078ec6ca9b3240719231a9a8608eb86f,5b0bb6138e052e822a12635e4cd865b3,8e9725b86922c089fccbeadc96e5161c,dfc71071b23a679455ca70c9c5e532ef,a642b5497e3e2f73786355dfd24713d3,b2494dd0b1db8aa4497f6203b1e89fcc,38696c2f1ea75f7aeee866bf742d114a,1466e89ac2cdec8705aaf8e7ec2a054f,ff7d5a390cd9928367b9ba2a9cd1525f,4c55a082d084ac0e9d2a8b5ed1369949,1bd65e6be701560dff9e5620e812c5da,350900ec90484243180c082c64dbf9e1,f5d462860ec9b9313848c34ddc09179e,d7e269b95be63e1016f0ac607084ade0,5f00b025e761cce91554f4fe012028ae,c1a69261514ff4fd672a171b97008b91,f8893062430f694a9ce528aac0062805,59eb5fad84ffc9701780d1762364522d,bc5af4515dff7bcc4a5afc1c93b8528e,f79f9238fcf2434e58f241e39afc395f,4132959fa7573b7ca5141ca981243616,bbc78589509c896fd55b740252261c15,6793ca2634117bad7643b5ef6fa4cb97,e31a282976c5be30ed3a239c6fa0d483,db9f121f070b8b01140f881ee3a858cf,408a324e785d1459779ea4b180462ab3,7541fb00fe3705c3c1b9ef7bc2ac932c,b1e8d1393d6cdfedd3cf7546fc97cf3d,7e25fbfa716bf5bec8c624097ad92d20,914d6c9ec6dee497bbf4a26a6ca5b9b5,b1b6f8cc428c6aa407d75f4a6ed74f2b,6270722e30cf23f5d56c5f2a5eb4903c,888248d4af9f421c960ccd508cc1cc49,76aba0f77b36de46f265f2b6b5c016f8
2018-01-06 10:08:44.923 Info App: Emby.Kodi.SyncQueue: Request Finished Taking 00:00:01.3343150
2018-01-06 10:08:44.925 Info HttpServer: HTTP Response 200 to 10.75.22.129. Time: 1365ms (slow). http://10.75.22.2:8096/emby/Emby.Kodi.SyncQueue/3abbfc1aaa864057bad867e6230f9184/GetItems?format=json&LastUpdateDT=2018-01-04T03%3A55%3A28Z 
2018-01-06 10:08:45.869 Info HttpServer: HTTP POST http://10.75.22.2:8096/emby/Sessions/Playing/Progress. UserAgent: Mozilla/5.0 (X11; Linux armv7l) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.58 Safari/537.36 CrKey/1.29.104827
2018-01-06 10:08:45.878 Info HttpServer: HTTP Response 204 to 10.75.22.216. Time: 9ms. http://10.75.22.2:8096/emby/Sessions/Playing/Progress 
2018-01-06 10:08:47.604 Info HttpServer: HTTP GET http://pvr:8096/emby/Users/146459b270344751a6ba0273a6f629e3/Items?Recursive=true&limit=1&Fields=DateCreated,Etag&SortBy=DateCreated&SortOrder=Descending&IncludeItemTypes=Movie,Episode&ImageTypeLimit=0&format=json. UserAgent: 
2018-01-06 10:08:47.631 Info HttpServer: HTTP Response 200 to fd31:aeb1:48df:0:16da:e9ff:febd:400. Time: 27ms. http://pvr:8096/emby/Users/146459b270344751a6ba0273a6f629e3/Items?Recursive=true&limit=1&Fields=DateCreated,Etag&SortBy=DateCreated&SortOrder=Descending&IncludeItemTypes=Movie,Episode&ImageTypeLimit=0&format=json 
2018-01-06 10:08:47.668 Info HttpServer: HTTP GET http://pvr:8096/emby/Users/146459b270344751a6ba0273a6f629e3/Items?Recursive=true&limit=1&Fields=DateCreated,Etag&SortBy=DatePlayed&SortOrder=Descending&IncludeItemTypes=Movie,Episode&ImageTypeLimit=0&format=json. UserAgent: 
2018-01-06 10:08:47.699 Info HttpServer: HTTP Response 200 to fd31:aeb1:48df:0:16da:e9ff:febd:400. Time: 31ms. http://pvr:8096/emby/Users/146459b270344751a6ba0273a6f629e3/Items?Recursive=true&limit=1&Fields=DateCreated,Etag&SortBy=DatePlayed&SortOrder=Descending&IncludeItemTypes=Movie,Episode&ImageTypeLimit=0&format=json 
2018-01-06 10:08:47.900 Info HttpServer: HTTP GET http://pvr:8096/emby/Users/146459b270344751a6ba0273a6f629e3/Items?Recursive=true&limit=1&Fields=DateCreated,Etag&SortBy=DateCreated&SortOrder=Descending&IncludeItemTypes=Movie,Episode&ImageTypeLimit=0&format=json. UserAgent: 
2018-01-06 10:08:47.925 Info HttpServer: HTTP Response 200 to 2001:470:1d:6f8:16da:e9ff:febd:400. Time: 26ms. http://pvr:8096/emby/Users/146459b270344751a6ba0273a6f629e3/Items?Recursive=true&limit=1&Fields=DateCreated,Etag&SortBy=DateCreated&SortOrder=Descending&IncludeItemTypes=Movie,Episode&ImageTypeLimit=0&format=json 
2018-01-06 10:08:47.959 Info HttpServer: HTTP GET http://pvr:8096/emby/Users/146459b270344751a6ba0273a6f629e3/Items?Recursive=true&limit=1&Fields=DateCreated,Etag&SortBy=DatePlayed&SortOrder=Descending&IncludeItemTypes=Movie,Episode&ImageTypeLimit=0&format=json. UserAgent: 
2018-01-06 10:08:47.984 Info HttpServer: HTTP Response 200 to 2001:470:1d:6f8:16da:e9ff:febd:400. Time: 25ms. http://pvr:8096/emby/Users/146459b270344751a6ba0273a6f629e3/Items?Recursive=true&limit=1&Fields=DateCreated,Etag&SortBy=DatePlayed&SortOrder=Descending&IncludeItemTypes=Movie,Episode&ImageTypeLimit=0&format=json 
2018-01-06 10:08:49.230 Info HttpServer: HTTP GET http://10.75.22.2:8096/emby/Users/3abbfc1aaa864057bad867e6230f9184/Items?format=json&Fields=Path%2CGenres%2CSortName%2CStudios%2CWriter%2CProductionYear%2CTaglines%2CCommunityRating%2COfficialRating%2CCumulativeRunTimeTicks%2CMetascore%2CAirTime%2CDateCreated%2CMediaStreams%2CPeople%2COverview%2CCriticRating%2CCriticRatingSummary%2CEtag%2CShortOverview%2CProductionLocations%2CTags%2CProviderIds%2CParentId%2CRemoteTrailers%2CSpecialEpisodeNumbers%2CMediaSources%2CVoteCount&Ids=013b1438129309ffed160b17d30bb469%2C4132959fa7573b7ca5141ca981243616%2Cbbc78589509c896fd55b740252261c15%2C6793ca2634117bad7643b5ef6fa4cb97%2Ce31a282976c5be30ed3a239c6fa0d483%2Cdb9f121f070b8b01140f881ee3a858cf%2C408a324e785d1459779ea4b180462ab3%2C7541fb00fe3705c3c1b9ef7bc2ac932c%2Cb1e8d1393d6cdfedd3cf7546fc97cf3d%2C7e25fbfa716bf5bec8c624097ad92d20%2C914d6c9ec6dee497bbf4a26a6ca5b9b5%2Cb1b6f8cc428c6aa407d75f4a6ed74f2b%2C6270722e30cf23f5d56c5f2a5eb4903c%2C888248d4af9f421c960ccd508cc1cc49%2C76aba0f77b36de46f265f2b6b5c016f8. UserAgent: 

Clearly those "System.NullReferenceException: Object reference not set to an instance of an object" errors are not good.  I'm not sure if they are the cause of the failed fast sync though.

Link to comment
Share on other sites

shred00

Sorry, not being familiar with the API I'm not sure I'm understanding the reference.

 

But if the "System.NullReferenceException: Object reference not set to an instance of an object" is not the cause of the massive fast-sync, how do I go about determining what is?  And is this "System.NullReferenceException: Object reference not set to an instance of an object" something I should be concerned about regardless?

 

But back to the massive fast-sync, I can't help but notice the rather large list of items in the "Updated Items Found:" list.  Looks like about 544.  There really shouldn't be 544 updated items on my server since the LastUpdateDT: '2018-01-04T03:55:28Z'.

Edited by shred00
Link to comment
Share on other sites

shred00

So, looking through my log on the same day as the massive quick sync, earlier that day there is a scad of:

2018-01-06 00:30:25.724 Info App: Deleting item, Type: Season, Name: Season 2016, Path: , Id: ea0aa056-ecb9-151c-af27-8059facd3611
2018-01-06 00:30:27.640 Info App: Creating Season Season 2016 entry for Duck Dynasty
2018-01-06 00:30:28.209 Info App: Deleting item, Type: Season, Name: Season 2015, Path: , Id: 6d302ce9-b815-0837-cd5e-116ff7dc5085
2018-01-06 00:30:34.323 Info App: Emby.Kodi.SyncQueue: Server Time Requested...
2018-01-06 00:30:35.938 Info App: Creating Season Season 2015 entry for You Gotta Eat Here!
2018-01-06 00:30:36.221 Info App: Deleting item, Type: Season, Name: Season 2014, Path: , Id: 8b67a343-b49e-3b44-4990-46aaa6d80f31
2018-01-06 00:30:36.388 Info App: Deleting item, Type: Season, Name: Season 2016, Path: , Id: 56536c3e-058f-ed29-a112-4ee10fc54896
2018-01-06 00:30:36.611 Info App: Deleting item, Type: Episode, Name: Full Moon, Path: , Id: 3b9c6e62-cf34-6a7a-5deb-e7a5cc8f1c1e
2018-01-06 00:30:37.907 Info App: Creating Season Season 2014 entry for Vikings
2018-01-06 00:30:38.105 Info App: Creating Season Season 2016 entry for Vikings
2018-01-06 00:30:38.294 Info App: Deleting item, Type: Season, Name: Season 2017, Path: , Id: de833798-f712-d670-eddc-61129c729c5a
2018-01-06 00:30:38.825 Info App: Creating Season Season 2017 entry for The Mayor
2018-01-06 00:30:38.953 Info App: Deleting item, Type: Season, Name: Season 2017, Path: , Id: c449e11a-a6c5-2505-fe27-24ebcc5a7bff
2018-01-06 00:30:39.408 Info App: Creating Season Season 2017 entry for Ghosted
2018-01-06 00:30:39.510 Info App: Deleting item, Type: Season, Name: Season 2017, Path: , Id: 5fe610c1-ca41-044f-a7ac-770d8d9f4503
2018-01-06 00:30:39.961 Info App: Creating Season Season 2017 entry for 9JKL
2018-01-06 00:30:40.081 Info App: Deleting item, Type: Season, Name: Season 2017, Path: , Id: dc37fbb8-1a73-f23d-2005-241d3e6d3072
2018-01-06 00:30:40.726 Info App: Creating Season Season 2017 entry for Young Sheldon
2018-01-06 00:30:40.949 Info App: Deleting item, Type: Season, Name: Season 2016, Path: , Id: 0fec914e-4904-7925-5594-f6a1884d82d3
2018-01-06 00:30:42.141 Info App: Creating Season Season 2016 entry for The Simpsons
2018-01-06 00:30:42.389 Info App: Deleting item, Type: Episode, Name: Fire Arrow vs. Gas Tank, Path: , Id: 7ce7d996-510d-4205-cac1-77f6b875c6e0
2018-01-06 00:30:45.831 Info App: Deleting item, Type: Season, Name: Season 2013, Path: , Id: 96199eb6-dd6b-824a-1f0f-9f26cf5c891e
2018-01-06 00:30:46.015 Info App: Deleting item, Type: Season, Name: Season 2016, Path: , Id: 8e15cac2-7577-cd87-2179-17ec6af71c39
2018-01-06 00:30:46.110 Info App: Deleting item, Type: Season, Name: Season 2017, Path: , Id: 683f34c2-8c85-dc2d-386a-5036fece3d92
2018-01-06 00:30:47.858 Info App: Creating Season Season 2013 entry for Woodsmith Shop
2018-01-06 00:30:48.051 Info App: Creating Season Season 2016 entry for Woodsmith Shop
2018-01-06 00:30:48.222 Info App: Creating Season Season 2017 entry for Woodsmith Shop
2018-01-06 00:30:48.470 Info App: Deleting item, Type: Season, Name: Season 2017, Path: , Id: 386fd359-3aa8-eb8b-864c-6999eab42d31
2018-01-06 00:30:50.927 Info App: Creating Season Season 2017 entry for The American Woodshop
2018-01-06 00:30:51.201 Info App: Deleting item, Type: Season, Name: Season 2016, Path: , Id: 1714368e-7bc2-91b6-d366-55a6e3eee354
2018-01-06 00:30:51.405 Info App: Deleting item, Type: Season, Name: Season 2017, Path: , Id: d7b45148-8532-3a40-b144-1af1e9a1bc67
2018-01-06 00:30:53.057 Info App: Creating Season Season 2016 entry for Rough Cut - Woodworking with Tommy Mac
2018-01-06 00:30:53.206 Info App: Creating Season Season 2017 entry for Rough Cut - Woodworking with Tommy Mac
2018-01-06 00:30:53.629 Info App: Deleting item, Type: Season, Name: Season 2016, Path: , Id: 0eaf6c83-2bed-2357-54dc-343dda76f6a5
2018-01-06 00:30:53.825 Info App: Deleting item, Type: Season, Name: Season 2017, Path: , Id: e62ea566-c3b5-2ad1-9dbf-545cd5913516
2018-01-06 00:30:56.310 Info App: Creating Season Season 2016 entry for Marketplace
2018-01-06 00:30:56.743 Info App: Creating Season Season 2017 entry for Marketplace
2018-01-06 00:30:57.380 Info App: Deleting item, Type: Season, Name: Season 2016, Path: , Id: ad04a07d-87e4-2d9c-6332-1752f1ff4e65
2018-01-06 00:30:57.817 Info App: Creating Season Season 2016 entry for X Company
2018-01-06 00:30:57.919 Info App: Deleting item, Type: Season, Name: Season 2017, Path: , Id: 278977b4-3a80-771e-5784-e2c96351be83
2018-01-06 00:30:58.422 Info App: Creating Season Season 2017 entry for The West BLock
2018-01-06 00:30:58.575 Info App: Deleting item, Type: Season, Name: Season 2017, Path: , Id: 827dff5e-c32a-f141-2b02-09b31ed343c8
2018-01-06 00:30:58.952 Info App: Creating Season Season 2017 entry for Ask This Old House
2018-01-06 00:30:59.029 Info App: Deleting item, Type: Episode, Name: Submerged, Path: , Id: d3ac3aec-a9f7-135c-e0ae-a432388a2463
2018-01-06 00:30:59.540 Info App: Deleting item, Type: Season, Name: Season 2017, Path: , Id: 594889cf-eb5d-cac5-daf9-29ca7842996c
2018-01-06 00:30:59.775 Info App: Creating Season Season 2017 entry for This Old House
2018-01-06 00:30:59.950 Info App: Deleting item, Type: Season, Name: Season 2014, Path: , Id: 4d9a88f4-e4dc-c894-de49-1d86d72fd3df
2018-01-06 00:31:00.239 Info App: Deleting item, Type: Season, Name: Season 2017, Path: , Id: 4da6324f-a28b-335a-1e9c-b6561ccce201
2018-01-06 00:31:00.549 Info App: Creating Season Season 2014 entry for Holmes on Homes
2018-01-06 00:31:00.612 Info App: Creating Season Season 2017 entry for Holmes on Homes
2018-01-06 00:31:01.003 Info App: Deleting item, Type: Season, Name: Season 2013, Path: , Id: e1bcba65-b709-6bb5-4ba7-d295e2e54396
2018-01-06 00:31:02.185 Info App: Creating Season Season 2013 entry for Cougar Town
2018-01-06 00:31:02.585 Info App: Deleting item, Type: Season, Name: Season 2016, Path: , Id: b2625f22-6da6-1880-d0f1-159a4742555b
2018-01-06 00:31:05.365 Info App: Creating Season Season 2016 entry for New Girl
2018-01-06 00:31:06.120 Info App: Deleting item, Type: Season, Name: Season 2016, Path: , Id: 7bbfa3a7-ce1a-8c8c-d2f8-615e2f0815c3
2018-01-06 00:31:08.861 Info App: Creating Season Season 2016 entry for Scandal (2012)
2018-01-06 00:31:09.215 Info App: Deleting item, Type: Season, Name: Season 2016, Path: , Id: eed0e91a-1781-33a8-6561-b361f797e096
2018-01-06 00:31:11.222 Info App: Creating Season Season 2016 entry for Chicago Fire
2018-01-06 00:31:11.793 Info App: Deleting item, Type: Season, Name: Season 2017, Path: , Id: 69efe12b-5400-1318-5909-4f804d81e773
2018-01-06 00:31:12.299 Info App: Deleting item, Type: Season, Name: Season 2018, Path: , Id: c0225206-9b25-04d6-2fe5-80dc93b73eab
2018-01-06 00:31:12.819 Info App: Creating Season Season 2017 entry for The National
2018-01-06 00:31:12.905 Info App: Creating Season Season 2018 entry for The National
2018-01-06 00:31:13.424 Info App: Deleting item, Type: Season, Name: Season 2016, Path: , Id: e8b7ac64-0c1b-cefe-a421-8aec65250406
2018-01-06 00:31:15.958 Info App: Creating Season Season 2016 entry for Criminal Minds
2018-01-06 00:31:16.158 Info App: Deleting item, Type: Season, Name: Season 2017, Path: , Id: 5dedac44-a7e3-321b-1ca3-568c5a84924e
2018-01-06 00:31:16.498 Info App: Creating Season Season 2017 entry for The Fifth Estate
2018-01-06 00:31:16.556 Info App: Deleting item, Type: Season, Name: Season 2017, Path: , Id: 851cb70a-5b7d-6fa9-d535-525fb4657697
2018-01-06 00:31:16.807 Info App: Creating Season Season 2017 entry for The Fifth Estate
2018-01-06 00:31:16.891 Info App: Deleting item, Type: Season, Name: Season 2017, Path: , Id: 6375f482-cc50-e82b-1d88-160b32854f4b
2018-01-06 00:31:17.226 Info App: Creating Season Season 2017 entry for W5
2018-01-06 00:31:17.412 Info App: Deleting item, Type: Season, Name: Season 2016, Path: , Id: acb57813-8aef-92fc-5d33-cebe4390054f
2018-01-06 00:31:18.684 Info App: Creating Season Season 2016 entry for Duck Dynasty
2018-01-06 00:31:18.775 Info App: Deleting item, Type: Season, Name: Season 2016, Path: , Id: 3d3ba72d-95e7-a5c3-cdf7-1d7e1f1f179f
2018-01-06 00:31:19.874 Info App: Creating Season Season 2016 entry for Vikings
2018-01-06 00:31:20.167 Info App: Deleting item, Type: Season, Name: Season 2016, Path: , Id: d99a602d-01a0-a6bf-3bd3-7892a1f11296
2018-01-06 00:31:20.271 Info App: Deleting item, Type: Season, Name: Season 2017, Path: , Id: 1e94018e-a883-71b2-a52b-2eabf69540f2
2018-01-06 00:31:20.712 Info App: Creating Season Season 2016 entry for Paw Patrol
2018-01-06 00:31:20.799 Info App: Creating Season Season 2017 entry for Paw Patrol
2018-01-06 00:31:20.976 Info App: Deleting item, Type: Season, Name: Season 2015, Path: , Id: 1ffa667b-ba1a-b98b-9517-0c0a135e4c6d
2018-01-06 00:31:21.192 Info App: Creating Season Season 2015 entry for Barney and Friends
2018-01-06 00:31:21.363 Info App: Deleting item, Type: Season, Name: Season 2017, Path: , Id: 50386549-2f6c-ccf1-0be2-43f2a91dd4ab
2018-01-06 00:31:21.587 Info App: Deleting item, Type: Episode, Name: Seth Meyers, Sean 'Diddy' Combs, DJ Khaled, Meghan Trainor, Charlie Walk, Fergie, Charlie Puth, P
2018-01-06 00:31:22.117 Info App: Creating Season Season 2017 entry for The Ellen DeGeneres Show
2018-01-06 00:31:22.390 Info App: Deleting item, Type: Season, Name: Season 2014, Path: , Id: 0c4c6d01-a2d4-6df9-ce28-6e687e29f912
2018-01-06 00:31:22.617 Info App: Deleting item, Type: Season, Name: Season 2016, Path: , Id: 8b52e96b-b624-344d-a697-a5ecaa510c13
2018-01-06 00:31:25.950 Info App: Creating Season Season 2014 entry for The Simpsons
2018-01-06 00:31:26.400 Info App: Creating Season Season 2016 entry for The Simpsons
2018-01-06 00:31:26.598 Info App: Deleting item, Type: Season, Name: Season 9, Path: , Id: 0185221c-f964-e330-18bc-cf4ea6cd709b
2018-01-06 00:31:26.710 Info App: Deleting item, Type: Season, Name: Season 10, Path: , Id: cc90e13d-ab46-f821-5e65-62fd71e9a9fe
2018-01-06 00:31:27.463 Info App: Deleting item, Type: Season, Name: Season 11, Path: , Id: a33c4607-7a34-0a6f-8e53-af3b584badc5
2018-01-06 00:31:27.528 Info App: Deleting item, Type: Season, Name: Season 12, Path: , Id: 66d0dae1-a7bd-2b2d-77b1-d99c683e018d
2018-01-06 00:31:27.985 Info App: Deleting item, Type: Season, Name: Season 13, Path: , Id: 50c4b322-2cc9-9967-b3e8-f5e0bda39858
2018-01-06 00:31:27.990 Info App: Deleting item, Type: Season, Name: Season 14, Path: , Id: 26ca0bff-6b69-1b78-2b79-1d2ded95d572
2018-01-06 00:31:28.214 Info App: Deleting item, Type: Season, Name: Season 15, Path: , Id: ed18023e-bffe-820a-724c-c8c2c26e426f
2018-01-06 00:31:28.220 Info App: Deleting item, Type: Season, Name: Season 16, Path: , Id: 442d70ec-89de-6445-cef6-09b30bc5b1a0
2018-01-06 00:31:28.317 Info App: Deleting item, Type: Episode, Name:  Fire Arrow vs. Gas Tank, Path: , Id: 4d1e2895-5dd0-d381-3420-ec6d38f8d30d
...

Is that normal?  It happened several (perhaps even many) times that day prior to the massive fast-sync.

Link to comment
Share on other sites

shred00

So, last night again, for a period of about 24 hours since last doing a sync, a fast sync had to update 202 items.

 

But once again, there is no way 202 items changed in 24 hours.

 

So any ideas how I can determine why Emby thinks so many things are being updated in such short periods of time? Is there any audit log of when items are being updated such that fast sync would see it as an update that needs to transmitted?

 

Is there any additional logging I need to do to see what kind of updates are triggering these massive fast-syncs?

Link to comment
Share on other sites

Angelblue05

Are you using trakt? Are you using a third party app that looks/may maintain your files?

 

 

Sent from my iPhone using Tapatalk

Link to comment
Share on other sites

shred00

Hrm. Yes, I am using Trakt. I do have Skip unwatched import from Trakt and Update watched history on Trakt selected.

 

But even with those unselected, how could Trakt be causing 202 items to be updated in just 24h where only a handful of say, new TV shows were added and a small few deleted.

Link to comment
Share on other sites

Angelblue05

I can't troubleshoot for you, but try to check your server log daily, make sure debugging is on. If it's a daily thing, notice the time stamps when you see a lot of updates generated. Compare it to when server tasks last ran and you'll find the culprit.

Link to comment
Share on other sites

Angelblue05

@@shred00

 

Disable the following settings in the Emby dashboard to make sure:

Library > Nfo settings > Save user watch data to nfo set to None

Same location > Disable save image path within nfo files.

 

Let me know if it improves your situation after waiting a day or two.

  • Like 1
Link to comment
Share on other sites

shred00

Disable the following settings in the Emby dashboard to make sure:

Library > Nfo settings > Save user watch data to nfo set to None

Same location > Disable save image path within nfo files.

 

Let me know if it improves your situation after waiting a day or two.

So, this seems to be indicating that you think that .nfo file updates are what are causing database entries to be freshened up, yes?

 

So would a whole TV show (as opposed to a single episode) .nfo file being updated mean that all of the episodes of that show would be considered updated and need to be included in the re-sync?

 

Interestingly, between 4:28am and 4:33am this morning 11 TV show (again, not episode) .nfo files were updated. Any ideas why that would happen?  Perhaps those switches you want me to disable.

 

Update: I can't seem to find anything referring to Nfo in Library on my Emby.  The closest thing I can find is Save artwork and metadata into media folders and that's already unchecked.  Nevermind.  I found it.  I already had Save user watch data to nfo's for: set to None and just now disabled Save image paths within nfo files.

Edited by shred00
  • Like 1
Link to comment
Share on other sites

Angelblue05

In my case, but it was more than a year ago, I would get this loop because of the save image to nfo setting.

 

The task to refresh people would run, it would constantly look for the same missing people, force the nfo to be saved even if no real modification took place, then the server would pick up on the nfo modified and re-update the entry.

 

TV show updates only update the show entry and it's seasons. Not the episodes.

 

 

Sent from my iPhone using Tapatalk

Link to comment
Share on other sites

 

 

The task to refresh people would run, it would constantly look for the same missing people, force the nfo to be saved even if no real modification took place, then the server would pick up on the nfo modified and re-update the entry.

 

This won't happen anymore with the next release.

  • Like 1
Link to comment
Share on other sites

shred00

TV show updates only update the show entry and it's seasons. Not the episodes.

 

So this confirms then that TV show (as opposed to episode) Nfo file updates do cause Emby to include a show in a re-sync yes?  Does that mean it resyncs every episode if that's the case?

 

Still trying to determine if we are chasing something that could be the cause of the 200-or-so updates I will get after, say, about 24h of absence.

Link to comment
Share on other sites

Angelblue05

No, as I said, if the tv show nfo is updated. It will only process the show (and seasons, forced by the add-on), not the episodes, in Kodi.

 

I have 13 updates that are recurring, but they are virtual items in Emby. Every time Emby full scans my library, it recreates the virtual items and generate one update per item.

 

Daily I got 13 updates + only what I watch, so my updates take a few seconds. That's honestly how everyone's setup should be.

 

I'm glad Luke took the time to resolve that feedback loop for images for the next server release. In my case, prior to disabling this, I was getting 1000 + updates daily.

Edited by Angelblue05
Link to comment
Share on other sites

shred00

Is this sort of thing contributing to the re-sync churn:

2018-01-10 08:31:39.076 Info App: Creating Season Season 2014 entry for Vikings
2018-01-10 08:31:39.168 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 08:32:12.286 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 09:45:14.265 Info App: Creating Season Season 2014 entry for Vikings
2018-01-10 09:45:14.402 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 09:45:44.166 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 09:52:40.331 Info App: Creating Season Season 2014 entry for Vikings
2018-01-10 09:52:40.498 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 09:53:09.132 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 10:00:10.616 Info App: Creating Season Season 2014 entry for Vikings
2018-01-10 10:00:10.750 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 10:00:40.657 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 10:08:06.600 Info App: Creating Season Season 2014 entry for Vikings
2018-01-10 10:08:07.504 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 10:08:37.414 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 10:15:51.609 Info App: Creating Season Season 2014 entry for Vikings
2018-01-10 10:15:51.751 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 10:16:21.257 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 10:23:31.366 Info App: Creating Season Season 2014 entry for Vikings
2018-01-10 10:23:31.509 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 10:24:01.665 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 10:30:13.360 Info App: Creating Season Season 2014 entry for Vikings
2018-01-10 10:30:13.510 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 10:30:42.517 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 10:38:03.439 Info App: Creating Season Season 2014 entry for Vikings
2018-01-10 10:38:03.573 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 10:38:34.809 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 10:45:27.477 Info App: Creating Season Season 2014 entry for Vikings
2018-01-10 10:45:27.605 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 10:45:56.279 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 10:53:30.406 Info App: Creating Season Season 2014 entry for Vikings
2018-01-10 10:53:30.544 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 10:54:00.216 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 11:00:23.481 Info App: Creating Season Season 2014 entry for Vikings
2018-01-10 11:00:24.247 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 11:00:52.528 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 11:07:46.933 Info App: Creating Season Season 2014 entry for Vikings
2018-01-10 11:07:47.068 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 11:08:19.158 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 11:15:19.137 Info App: Creating Season Season 2014 entry for Vikings
2018-01-10 11:15:19.271 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 11:15:48.230 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 11:22:36.648 Info App: Creating Season Season 2014 entry for Vikings
2018-01-10 11:22:36.782 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 11:23:06.558 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 11:30:03.677 Info App: Creating Season Season 2014 entry for Vikings
2018-01-10 11:30:03.811 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 11:30:33.608 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 11:37:53.051 Info App: Creating Season Season 2014 entry for Vikings
2018-01-10 11:37:53.214 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 11:38:24.543 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 11:45:17.652 Info App: Creating Season Season 2014 entry for Vikings
2018-01-10 11:45:18.479 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 11:45:47.927 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 11:52:23.507 Info App: Creating Season Season 2014 entry for Vikings
2018-01-10 11:52:23.640 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 11:52:53.117 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 12:00:21.938 Info App: Creating Season Season 2014 entry for Vikings
2018-01-10 12:00:22.066 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 12:00:53.690 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 12:07:49.556 Info App: Creating Season Season 2014 entry for Vikings
2018-01-10 12:07:49.764 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 12:08:23.922 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 12:14:20.195 Info App: Creating Season Season 2014 entry for Vikings
2018-01-10 12:14:21.251 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 12:15:13.354 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 12:22:09.902 Info App: Creating Season Season 2014 entry for Vikings
2018-01-10 12:22:10.030 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 12:22:39.994 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 12:28:20.901 Info App: Creating Season Season 2014 entry for Vikings
2018-01-10 12:28:21.035 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 12:28:50.559 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 12:35:48.011 Info App: Creating Season Season 2014 entry for Vikings
2018-01-10 12:35:48.155 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 12:36:16.975 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 12:43:32.974 Info App: Creating Season Season 2014 entry for Vikings
2018-01-10 12:43:33.108 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 12:44:02.683 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 15:42:51.272 Info App: Creating Season Season 2014 entry for Vikings
2018-01-10 15:42:52.652 Info App: Creating Season Season 2016 entry for Vikings
2018-01-10 15:45:37.672 Info App: Creating Season Season 2016 entry for Vikings
I've gotten 2249 of these sorts of "Creating Season" notifications in just the last 10 hours or so. Edited by shred00
  • Like 1
Link to comment
Share on other sites

Angelblue05

Ah, well how's your tv show structure? Can you grab a screenshot? Do you use season folders?

Edited by Angelblue05
Link to comment
Share on other sites

shred00

I don't use season folders, no. The structure is as follows:

Library
\_User1
  \_U1Show1
  \_U1Show2
\_User2
  \_U2Show1
  \_U2Show2

Where each show directory has the media and .nfo files from all seasons but usually just the latest episodes of the most recent season.  We watch-and-delete here.  We don't hoard.  Mostly.  :-)

  • Like 1
Link to comment
Share on other sites

Angelblue05

Ok well there is your issue. Since you are not using season folders, the server creates virtual season entries. Those get recreated all the time. Move your file structure to seasons and the problem will definitely go away.

 

Or use Embycon which does not depend on server updates. :)

Edited by Angelblue05
Link to comment
Share on other sites

shred00

And so each time a virtual season folder is created, that means the show needs to be updated on re-sync?

 

Why should virtual season folders need recreating at all, never mind so frequently?

 

What if I enable season folders only for content that is added going forward?  Will having a mixture of content in season folders and having older episodes outside of the season folders (waiting to be watched and deleted) confuse Emby?

Link to comment
Share on other sites

Angelblue05

You can mix, that's fine.

 

I don't know, I've asked Luke in the past but never got an answer as to why virtual items needs to get recreated. They don't change. The 13 recurring updates are anime season folders (I don't use season folders for all of them).

Edited by Angelblue05
Link to comment
Share on other sites

ok so can i see a server log example of a library scan along with a description or screenshot of the folder structure for a series that it is happening with? thanks.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...