shemanaev / jellyfin-plugin-media-cleaner

Automatically delete played media files after specified amount of time.
MIT License
71 stars 1 forks source link

[Bug]: Media Cleaner Failing on Manually Downloaded Videos #10

Closed frozenbanana97 closed 1 year ago

frozenbanana97 commented 1 year ago

What happened?

My system is running Jellyfin on Docker through Ubuntu Server 22.04 LTS with the Docker version: 20.10.21 and Jellyfin 10.8.8.

When trying to run Media Cleaner to clean up old downloaded videos it always fails. In the Scheduled Tasks it just says "(Failed)" after the last ran comment.

I have these videos in their own library and Media Cleaner sees them as a series. I can tell this because under General settings of the plugin it will run when either Movies or Videos are enables, but never when Series is. I have Series enabled at 1 day, and delete after Episode is played. Location Mode is set to Include the two libraries that I manually download videos to.

It is not a Jellyfin permission issue as I can manually delete videos.

If there is any other info I can provide please let me know! (troubleshooting info below was too many characters so I removed many of the lines just listing my media and attached a text file with the fill output here)

If this can work it'll be exactly what I need to clean up my feed automatically, I really appreciate the work you've done here.

Troubleshooting info

shemanaev commented 1 year ago

Are there any errors in log after scheduled task executed? You can search for it's start with Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing Played media cleanup line.

frozenbanana97 commented 1 year ago

The logs don't seem to have very useful information but there is an error being thrown every time it runs. Every instance looks like the following

[2022-12-12 07:32:31.103 +00:00] [INF] [58] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "Played media cleanup" [2022-12-12 07:32:31.417 +00:00] [ERR] [58] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error [2022-12-12 07:32:31.417 +00:00] [INF] [58] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Played media cleanup" Failed after 0 minute(s) and 0 seconds

shemanaev commented 1 year ago

That's really strange. There is should be multiline stacktrace right after "Error" line. Could you enable debug logging with "Trace" level, run task again and share log file?

frozenbanana97 commented 1 year ago

Updated log

Seems to be failing here:

[2022-12-12 17:37:14.581 +00:00] [ERR] [72] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error
System.NullReferenceException: Object reference not set to an instance of an object.
   at MediaCleaner.MediaCleanupTask.DeleteItem(BaseItem item)
   at MediaCleaner.MediaCleanupTask.ExecuteAsync(IProgress`1 progress, CancellationToken cancellationToken)
   at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)

More complete log snippet:

[2022-12-12 17:37:14.324 +00:00] [DBG] [72] MediaCleaner.ItemsAdapter: ""Conventions of Space and Time"" played by ""bananadmin"" (12/08/2022 18:37:27)
[2022-12-12 17:37:14.324 +00:00] [DBG] [72] MediaCleaner.ItemsAdapter: ""The Psychology of Letting Go"" played by ""bananadmin"" (12/08/2022 18:37:27)
[2022-12-12 17:37:14.324 +00:00] [DBG] [72] MediaCleaner.ItemsAdapter: ""Laws of Robotics and Party Rights"" played by ""bananadmin"" (12/08/2022 18:37:27)
[2022-12-12 17:37:14.324 +00:00] [DBG] [72] MediaCleaner.ItemsAdapter: ""The First Chang Dynasty"" played by ""bananadmin"" (12/08/2022 18:37:27)
[2022-12-12 17:37:14.324 +00:00] [DBG] [72] MediaCleaner.ItemsAdapter: ""The Art of Discourse"" played by ""bananadmin"" (12/08/2022 18:37:27)
[2022-12-12 17:37:14.324 +00:00] [DBG] [72] MediaCleaner.ItemsAdapter: ""Basic Email Security"" played by ""bananadmin"" (12/08/2022 18:37:27)
[2022-12-12 17:37:14.324 +00:00] [DBG] [72] MediaCleaner.ItemsAdapter: ""King of the Narrow Sea"" played by ""bananadmin"" (12/08/2022 18:36:58)
[2022-12-12 17:37:14.324 +00:00] [DBG] [72] MediaCleaner.ItemsAdapter: ""Driftmark"" played by ""bananadmin"" (12/08/2022 18:36:58)
[2022-12-12 17:37:14.324 +00:00] [DBG] [72] MediaCleaner.ItemsAdapter: ""The Lord of the Tides"" played by ""bananadmin"" (12/08/2022 18:36:58)
[2022-12-12 17:37:14.325 +00:00] [DBG] [72] MediaCleaner.ItemsAdapter: ""The Rogue Prince"" played by ""bananadmin"" (12/08/2022 18:36:58)
[2022-12-12 17:37:14.325 +00:00] [DBG] [72] MediaCleaner.ItemsAdapter: ""The Black Queen"" played by ""bananadmin"" (12/08/2022 18:36:58)
[2022-12-12 17:37:14.325 +00:00] [DBG] [72] MediaCleaner.ItemsAdapter: ""The Green Council"" played by ""bananadmin"" (12/08/2022 18:36:58)
[2022-12-12 17:37:14.325 +00:00] [DBG] [72] MediaCleaner.ItemsAdapter: ""The Princess and the Queen"" played by ""bananadmin"" (12/08/2022 18:36:58)
[2022-12-12 17:37:14.325 +00:00] [DBG] [72] MediaCleaner.ItemsAdapter: ""Second of His Name"" played by ""bananadmin"" (12/08/2022 18:36:58)
[2022-12-12 17:37:14.325 +00:00] [DBG] [72] MediaCleaner.ItemsAdapter: ""The Heirs of the Dragon"" played by ""bananadmin"" (12/08/2022 18:36:58)
[2022-12-12 17:37:14.325 +00:00] [DBG] [72] MediaCleaner.ItemsAdapter: ""We Light the Way"" played by ""bananadmin"" (12/08/2022 18:36:58)
[2022-12-12 17:37:14.325 +00:00] [DBG] [72] MediaCleaner.JunkCollectors.SeriesJunkCollector: Filters order: "Expired, Favorites, Locations, Series"
[2022-12-12 17:37:14.325 +00:00] [DBG] [72] MediaCleaner.JunkCollectors.SeriesJunkCollector: 498 items before filtering
[2022-12-12 17:37:14.326 +00:00] [DBG] [72] MediaCleaner.JunkCollectors.SeriesJunkCollector: 27 items after filtering
[2022-12-12 17:37:14.327 +00:00] [DBG] [72] MediaCleaner.JunkCollectors.VideosJunkCollector: Filters order: "Expired, Favorites, Locations"
[2022-12-12 17:37:14.327 +00:00] [DBG] [72] MediaCleaner.JunkCollectors.VideosJunkCollector: 0 items before filtering
[2022-12-12 17:37:14.327 +00:00] [DBG] [72] MediaCleaner.JunkCollectors.VideosJunkCollector: 0 items after filtering
[2022-12-12 17:37:14.327 +00:00] [INF] [72] MediaCleaner.MediaCleanupTask: ("Episode") ""The Linux Experiment_How to use APPLE and iCloud apps and services on LINUX"" will be deleted because expired for ""bananadmin"" (12/08/2022 20:52:06)
[2022-12-12 17:37:14.380 +00:00] [INF] [72] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Linux Experiment_How to use APPLE and iCloud apps and services on LINUX", Path: "/media/youtube/The Linux Experiment_How to use APPLE and iCloud apps and services on LINUX.mp4", Id: 6d95ed27-d3c6-7140-b894-59908a37e902
[2022-12-12 17:37:14.380 +00:00] [DBG] [72] Emby.Server.Implementations.Library.LibraryManager: Deleting metadata path, Type: "Episode", Name: "The Linux Experiment_How to use APPLE and iCloud apps and services on LINUX", Path: "/config/metadata/library/6d/6d95ed27d3c67140b89459908a37e902", Id: 6d95ed27-d3c6-7140-b894-59908a37e902
[2022-12-12 17:37:14.380 +00:00] [DBG] [112] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2022-12-12 17:37:14.380 +00:00] [DBG] [112] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2022-12-12 17:37:14.381 +00:00] [INF] [72] Emby.Server.Implementations.Library.LibraryManager: Deleting item path, Type: "Episode", Name: "The Linux Experiment_How to use APPLE and iCloud apps and services on LINUX", Path: "/media/youtube/The Linux Experiment_How to use APPLE and iCloud apps and services on LINUX.mp4", Id: 6d95ed27-d3c6-7140-b894-59908a37e902
[2022-12-12 17:37:14.381 +00:00] [DBG] [15] Emby.Server.Implementations.IO.LibraryMonitor: New file refresher created for "/media/youtube/The Linux Experiment_How to use APPLE and iCloud apps and services on LINUX.mp4"
[2022-12-12 17:37:14.426 +00:00] [DBG] [112] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2022-12-12 17:37:14.426 +00:00] [DBG] [112] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2022-12-12 17:37:14.429 +00:00] [DBG] [89] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2022-12-12 17:37:14.429 +00:00] [DBG] [89] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2022-12-12 17:37:14.430 +00:00] [DBG] [81] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2022-12-12 17:37:14.430 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2022-12-12 17:37:14.430 +00:00] [DBG] [81] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2022-12-12 17:37:14.430 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2022-12-12 17:37:14.581 +00:00] [ERR] [72] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error
System.NullReferenceException: Object reference not set to an instance of an object.
   at MediaCleaner.MediaCleanupTask.DeleteItem(BaseItem item)
   at MediaCleaner.MediaCleanupTask.ExecuteAsync(IProgress`1 progress, CancellationToken cancellationToken)
   at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
[2022-12-12 17:37:14.581 +00:00] [INF] [72] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Played media cleanup" Failed after 0 minute(s) and 0 seconds
[2022-12-12 17:37:14.582 +00:00] [INF] [72] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks
shemanaev commented 1 year ago

Test this build, please.

frozenbanana97 commented 1 year ago

It worked!

Thank you so much for your quick response and solving of the issue :)

Here's the logs for your reference

[2022-12-12 18:47:26.490 +00:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "Played media cleanup"
[2022-12-12 18:47:26.498 +00:00] [INF] [13] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
[2022-12-12 18:47:26.498 +00:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)" in 9.7336ms
[2022-12-12 18:47:26.499 +00:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.StartTask (Jellyfin.Api)"'
[2022-12-12 18:47:26.499 +00:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 POST http://192.168.0.157:8096/ScheduledTasks/Running/f40efb1c7e0d8a9261a59f16ba397521 - 0 - 204 - - 14.0625ms
[2022-12-12 18:47:26.512 +00:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/ScheduledTasks?isHidden=false - -
[2022-12-12 18:47:26.514 +00:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2022-12-12 18:47:26.514 +00:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
[2022-12-12 18:47:26.514 +00:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
[2022-12-12 18:47:26.515 +00:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 1.067ms
[2022-12-12 18:47:26.515 +00:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2022-12-12 18:47:26.516 +00:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/ScheduledTasks?isHidden=false - - - 200 - application/json;+charset=utf-8 3.2565ms
[2022-12-12 18:47:26.676 +00:00] [INF] [10] MediaCleaner.MediaCleanupTask: ("Episode") ""How Money Works_Good CEOs Should NOT be Visionaries."" will be deleted because expired for ""bananadmin"" (12/08/2022 22:22:15)
[2022-12-12 18:47:26.766 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "How Money Works_Good CEOs Should NOT be Visionaries.", Path: "/media/youtube/How Money Works_Good CEOs Should NOT be Visionaries..mp4", Id: 235ac558-e7ba-45b3-050c-ee68e5a954d5
[2022-12-12 18:47:26.769 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Deleting item path, Type: "Episode", Name: "How Money Works_Good CEOs Should NOT be Visionaries.", Path: "/media/youtube/How Money Works_Good CEOs Should NOT be Visionaries..mp4", Id: 235ac558-e7ba-45b3-050c-ee68e5a954d5
[2022-12-12 18:47:26.814 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A26.807Z&hasUserId=true - -
[2022-12-12 18:47:26.814 +00:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A26.807Z&hasUserId=false - -
[2022-12-12 18:47:26.815 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A26.808Z&hasUserId=true - -
[2022-12-12 18:47:26.815 +00:00] [INF] [15] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A26.808Z&hasUserId=false - -
[2022-12-12 18:47:26.816 +00:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:26.816 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:26.816 +00:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:26.817 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:26.816 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:26.817 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:26.817 +00:00] [INF] [15] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:26.817 +00:00] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:26.821 +00:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:26.821 +00:00] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:26.821 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:26.821 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:26.822 +00:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 5.2673ms
[2022-12-12 18:47:26.822 +00:00] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 4.9327ms
[2022-12-12 18:47:26.822 +00:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:26.822 +00:00] [INF] [15] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:26.822 +00:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A26.807Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 7.9945ms
[2022-12-12 18:47:26.822 +00:00] [INF] [15] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A26.808Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 7.1580ms
[2022-12-12 18:47:26.822 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 5.5661ms
[2022-12-12 18:47:26.823 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 5.9273ms
[2022-12-12 18:47:26.823 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:26.823 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A26.807Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 8.9737ms
[2022-12-12 18:47:26.823 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:26.823 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A26.808Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 8.4042ms
[2022-12-12 18:47:27.041 +00:00] [INF] [10] MediaCleaner.MediaCleanupTask: ("Episode") ""impulseSV_Hermitcraft 9 | Ep 043: It's Time To Go Home."" will be deleted because expired for ""bananadmin"" (12/08/2022 22:44:42)
[2022-12-12 18:47:27.115 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "impulseSV_Hermitcraft 9 | Ep 043: It's Time To Go Home.", Path: "/media/minecraft/impulseSV_Hermitcraft 9 | Ep 043: It's Time To Go Home..mp4", Id: 9f1800a9-ee87-2441-fd33-80ef180bd960
[2022-12-12 18:47:27.116 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Deleting item path, Type: "Episode", Name: "impulseSV_Hermitcraft 9 | Ep 043: It's Time To Go Home.", Path: "/media/minecraft/impulseSV_Hermitcraft 9 | Ep 043: It's Time To Go Home..mp4", Id: 9f1800a9-ee87-2441-fd33-80ef180bd960
[2022-12-12 18:47:27.228 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A27.217Z&hasUserId=true - -
[2022-12-12 18:47:27.228 +00:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A27.217Z&hasUserId=false - -
[2022-12-12 18:47:27.230 +00:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:27.230 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:27.230 +00:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:27.230 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:27.234 +00:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:27.234 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:27.234 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 4.0402ms
[2022-12-12 18:47:27.234 +00:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 4.1194ms
[2022-12-12 18:47:27.235 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:27.235 +00:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:27.235 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A27.217Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 7.1326ms
[2022-12-12 18:47:27.235 +00:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A27.217Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 6.5548ms
[2022-12-12 18:47:27.239 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A27.217Z&hasUserId=false - -
[2022-12-12 18:47:27.239 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A27.217Z&hasUserId=true - -
[2022-12-12 18:47:27.240 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:27.240 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:27.241 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:27.241 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:27.243 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:27.243 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.6278ms
[2022-12-12 18:47:27.243 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:27.243 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A27.217Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 4.5693ms
[2022-12-12 18:47:27.243 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:27.244 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.9061ms
[2022-12-12 18:47:27.244 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:27.244 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A27.217Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 4.8622ms
[2022-12-12 18:47:27.382 +00:00] [INF] [10] MediaCleaner.MediaCleanupTask: ("Episode") ""The Linux Experiment_System76 Launch HEAVY: the FOSS keyboard + Launch and Launch LITE compared"" will be deleted because expired for ""bananadmin"" (12/09/2022 00:31:03)
[2022-12-12 18:47:27.427 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Linux Experiment_System76 Launch HEAVY: the FOSS keyboard + Launch and Launch LITE compared", Path: "/media/youtube/The Linux Experiment_System76 Launch HEAVY: the FOSS keyboard + Launch and Launch LITE compared.mp4", Id: 319e6cf3-508c-e244-d3ef-876e5f190f6f
[2022-12-12 18:47:27.428 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Deleting item path, Type: "Episode", Name: "The Linux Experiment_System76 Launch HEAVY: the FOSS keyboard + Launch and Launch LITE compared", Path: "/media/youtube/The Linux Experiment_System76 Launch HEAVY: the FOSS keyboard + Launch and Launch LITE compared.mp4", Id: 319e6cf3-508c-e244-d3ef-876e5f190f6f
[2022-12-12 18:47:27.546 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A27.524Z&hasUserId=true - -
[2022-12-12 18:47:27.548 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:27.548 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:27.549 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A27.526Z&hasUserId=false - -
[2022-12-12 18:47:27.549 +00:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A27.527Z&hasUserId=false - -
[2022-12-12 18:47:27.549 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A27.527Z&hasUserId=true - -
[2022-12-12 18:47:27.550 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:27.550 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:27.551 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:27.551 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:27.551 +00:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:27.551 +00:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:27.551 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:27.552 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.7276ms
[2022-12-12 18:47:27.552 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:27.552 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A27.524Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 6.2256ms
[2022-12-12 18:47:27.553 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:27.553 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:27.553 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.9711ms
[2022-12-12 18:47:27.554 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:27.554 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.7748ms
[2022-12-12 18:47:27.554 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A27.526Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 5.1428ms
[2022-12-12 18:47:27.554 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:27.554 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A27.527Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 4.6038ms
[2022-12-12 18:47:27.554 +00:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:27.554 +00:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.1156ms
[2022-12-12 18:47:27.554 +00:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:27.554 +00:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A27.527Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 5.2091ms
[2022-12-12 18:47:27.672 +00:00] [INF] [10] MediaCleaner.MediaCleanupTask: ("Episode") ""Cleo Abram_Why NASA smacked an asteroid"" will be deleted because expired for ""bananadmin"" (12/09/2022 05:22:35)
[2022-12-12 18:47:27.717 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Cleo Abram_Why NASA smacked an asteroid", Path: "/media/youtube/Cleo Abram_Why NASA smacked an asteroid.mp4", Id: c3415ffd-106b-d35c-b8b3-c6cfb27f244b
[2022-12-12 18:47:27.718 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Deleting item path, Type: "Episode", Name: "Cleo Abram_Why NASA smacked an asteroid", Path: "/media/youtube/Cleo Abram_Why NASA smacked an asteroid.mp4", Id: c3415ffd-106b-d35c-b8b3-c6cfb27f244b
[2022-12-12 18:47:27.789 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A27.731Z&hasUserId=true - -
[2022-12-12 18:47:27.790 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A27.733Z&hasUserId=false - -
[2022-12-12 18:47:27.790 +00:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A27.732Z&hasUserId=false - -
[2022-12-12 18:47:27.790 +00:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A27.733Z&hasUserId=true - -
[2022-12-12 18:47:27.791 +00:00] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:27.791 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:27.791 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:27.791 +00:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:27.791 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:27.791 +00:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:27.791 +00:00] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:27.791 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:27.804 +00:00] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:27.804 +00:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:27.805 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:27.805 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:27.805 +00:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.9519ms
[2022-12-12 18:47:27.805 +00:00] [INF] [26] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.9196ms
[2022-12-12 18:47:27.805 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.0086ms
[2022-12-12 18:47:27.805 +00:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:27.805 +00:00] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:27.805 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:27.805 +00:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A27.733Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 15.2393ms
[2022-12-12 18:47:27.805 +00:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A27.732Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 15.5314ms
[2022-12-12 18:47:27.805 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A27.731Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 15.9162ms
[2022-12-12 18:47:27.805 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.3529ms
[2022-12-12 18:47:27.805 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:27.806 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A27.733Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 15.9430ms
[2022-12-12 18:47:27.962 +00:00] [INF] [10] MediaCleaner.MediaCleanupTask: ("Episode") ""One Shot Quips_Druid Jail Break GONE WRONG! | Recreating D&D Stories Ep. 1"" will be deleted because expired for ""bananadmin"" (12/09/2022 05:22:39)
[2022-12-12 18:47:28.018 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "One Shot Quips_Druid Jail Break GONE WRONG! | Recreating D&D Stories Ep. 1", Path: "/media/youtube/One Shot Quips_Druid Jail Break GONE WRONG! | Recreating D&D Stories Ep. 1.mp4", Id: 8a8a03da-0c2e-cb8f-db67-3a74d25d0e9c
[2022-12-12 18:47:28.019 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Deleting item path, Type: "Episode", Name: "One Shot Quips_Druid Jail Break GONE WRONG! | Recreating D&D Stories Ep. 1", Path: "/media/youtube/One Shot Quips_Druid Jail Break GONE WRONG! | Recreating D&D Stories Ep. 1.mp4", Id: 8a8a03da-0c2e-cb8f-db67-3a74d25d0e9c
[2022-12-12 18:47:28.066 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A28.037Z&hasUserId=true - -
[2022-12-12 18:47:28.066 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A28.038Z&hasUserId=false - -
[2022-12-12 18:47:28.066 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A28.040Z&hasUserId=false - -
[2022-12-12 18:47:28.066 +00:00] [INF] [15] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A28.039Z&hasUserId=true - -
[2022-12-12 18:47:28.067 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.067 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.067 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.067 +00:00] [INF] [15] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.067 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:28.067 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:28.067 +00:00] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:28.067 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:28.070 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:28.070 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:28.070 +00:00] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:28.070 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.4347ms
[2022-12-12 18:47:28.070 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.070 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A28.038Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 4.6480ms
[2022-12-12 18:47:28.070 +00:00] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.8319ms
[2022-12-12 18:47:28.070 +00:00] [INF] [15] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.070 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:28.070 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.5813ms
[2022-12-12 18:47:28.071 +00:00] [INF] [15] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A28.039Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 4.5557ms
[2022-12-12 18:47:28.071 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.071 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.3442ms
[2022-12-12 18:47:28.071 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A28.040Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 4.8404ms
[2022-12-12 18:47:28.071 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.071 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A28.037Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 5.3494ms
[2022-12-12 18:47:28.252 +00:00] [INF] [10] MediaCleaner.MediaCleanupTask: ("Episode") ""Veronica Explains_Vintage Amiga 500 - brand new case from A1200.net!"" will be deleted because expired for ""bananadmin"" (12/09/2022 05:22:41)
[2022-12-12 18:47:28.308 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Veronica Explains_Vintage Amiga 500 - brand new case from A1200.net!", Path: "/media/youtube/Veronica Explains_Vintage Amiga 500 - brand new case from A1200.net!.mp4", Id: 20ad09cb-7074-59cd-593a-1971a74b9f17
[2022-12-12 18:47:28.309 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Deleting item path, Type: "Episode", Name: "Veronica Explains_Vintage Amiga 500 - brand new case from A1200.net!", Path: "/media/youtube/Veronica Explains_Vintage Amiga 500 - brand new case from A1200.net!.mp4", Id: 20ad09cb-7074-59cd-593a-1971a74b9f17
[2022-12-12 18:47:28.356 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A28.343Z&hasUserId=true - -
[2022-12-12 18:47:28.357 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A28.345Z&hasUserId=true - -
[2022-12-12 18:47:28.357 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A28.344Z&hasUserId=false - -
[2022-12-12 18:47:28.357 +00:00] [INF] [15] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A28.346Z&hasUserId=false - -
[2022-12-12 18:47:28.358 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.358 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:28.358 +00:00] [INF] [15] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.358 +00:00] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:28.358 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.358 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.358 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:28.358 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:28.360 +00:00] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:28.360 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:28.360 +00:00] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 1.7928ms
[2022-12-12 18:47:28.360 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:28.360 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.196ms
[2022-12-12 18:47:28.360 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.360 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:28.360 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 1.955ms
[2022-12-12 18:47:28.360 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.360 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A28.343Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 4.2684ms
[2022-12-12 18:47:28.360 +00:00] [INF] [15] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.360 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A28.344Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 3.2234ms
[2022-12-12 18:47:28.361 +00:00] [INF] [15] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A28.346Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 3.2324ms
[2022-12-12 18:47:28.361 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.1297ms
[2022-12-12 18:47:28.361 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.361 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A28.345Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 3.3893ms
[2022-12-12 18:47:28.553 +00:00] [INF] [10] MediaCleaner.MediaCleanupTask: ("Episode") ""CruisingTheCut_285A En route to the most unusual canal journey I've ever been on."" will be deleted because expired for ""bananadmin"" (12/09/2022 05:22:42)
[2022-12-12 18:47:28.609 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "CruisingTheCut_285A En route to the most unusual canal journey I've ever been on.", Path: "/media/youtube/CruisingTheCut_285A En route to the most unusual canal journey I've ever been on..mp4", Id: 46d2e3f0-cb33-a438-3c0b-9a5d8c652fdb
[2022-12-12 18:47:28.610 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Deleting item path, Type: "Episode", Name: "CruisingTheCut_285A En route to the most unusual canal journey I've ever been on.", Path: "/media/youtube/CruisingTheCut_285A En route to the most unusual canal journey I've ever been on..mp4", Id: 46d2e3f0-cb33-a438-3c0b-9a5d8c652fdb
[2022-12-12 18:47:28.673 +00:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A28.652Z&hasUserId=false - -
[2022-12-12 18:47:28.673 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A28.651Z&hasUserId=true - -
[2022-12-12 18:47:28.674 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A28.653Z&hasUserId=true - -
[2022-12-12 18:47:28.674 +00:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A28.654Z&hasUserId=false - -
[2022-12-12 18:47:28.674 +00:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.674 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.675 +00:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:28.675 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:28.675 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.675 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:28.675 +00:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.675 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:28.677 +00:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:28.677 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:28.677 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:28.677 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:28.677 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 1.9985ms
[2022-12-12 18:47:28.677 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.4183ms
[2022-12-12 18:47:28.677 +00:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.4245ms
[2022-12-12 18:47:28.677 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 1.8217ms
[2022-12-12 18:47:28.677 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.677 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.677 +00:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.677 +00:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.677 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A28.651Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 4.7005ms
[2022-12-12 18:47:28.677 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A28.653Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 3.6523ms
[2022-12-12 18:47:28.677 +00:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A28.654Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 3.2249ms
[2022-12-12 18:47:28.677 +00:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A28.652Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 4.7518ms
[2022-12-12 18:47:28.832 +00:00] [INF] [10] MediaCleaner.MediaCleanupTask: ("Episode") ""Johnny Harris_This Island Never Existed"" will be deleted because expired for ""bananadmin"" (12/09/2022 05:23:00)
[2022-12-12 18:47:28.888 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Johnny Harris_This Island Never Existed", Path: "/media/youtube/Johnny Harris_This Island Never Existed.mp4", Id: bbba9e90-cbca-1d94-9d68-f85094ab3427
[2022-12-12 18:47:28.889 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Deleting item path, Type: "Episode", Name: "Johnny Harris_This Island Never Existed", Path: "/media/youtube/Johnny Harris_This Island Never Existed.mp4", Id: bbba9e90-cbca-1d94-9d68-f85094ab3427
[2022-12-12 18:47:28.983 +00:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A28.958Z&hasUserId=true - -
[2022-12-12 18:47:28.983 +00:00] [INF] [15] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A28.959Z&hasUserId=false - -
[2022-12-12 18:47:28.984 +00:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A28.960Z&hasUserId=true - -
[2022-12-12 18:47:28.984 +00:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.984 +00:00] [INF] [15] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.984 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A28.961Z&hasUserId=false - -
[2022-12-12 18:47:28.985 +00:00] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:28.985 +00:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:28.985 +00:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.985 +00:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:28.986 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.986 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:28.988 +00:00] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:28.988 +00:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:28.988 +00:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:28.988 +00:00] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.587ms
[2022-12-12 18:47:28.988 +00:00] [INF] [15] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.988 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:28.988 +00:00] [INF] [15] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A28.959Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 5.7937ms
[2022-12-12 18:47:28.989 +00:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.8275ms
[2022-12-12 18:47:28.989 +00:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.989 +00:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.3197ms
[2022-12-12 18:47:28.989 +00:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A28.958Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 6.2235ms
[2022-12-12 18:47:28.989 +00:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.989 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.8917ms
[2022-12-12 18:47:28.989 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:28.989 +00:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A28.960Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 5.1828ms
[2022-12-12 18:47:28.989 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A28.961Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 4.5286ms
[2022-12-12 18:47:29.100 +00:00] [INF] [10] MediaCleaner.MediaCleanupTask: ("Episode") ""Foil Arms and Hog_Why You Should NEVER Buy Christmas Presents Too Early..."" will be deleted because expired for ""bananadmin"" (12/09/2022 05:23:02)
[2022-12-12 18:47:29.156 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Foil Arms and Hog_Why You Should NEVER Buy Christmas Presents Too Early...", Path: "/media/youtube/Foil Arms and Hog_Why You Should NEVER Buy Christmas Presents Too Early....mp4", Id: 1ddba05d-beee-ad04-0480-79b7668f5806
[2022-12-12 18:47:29.157 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Deleting item path, Type: "Episode", Name: "Foil Arms and Hog_Why You Should NEVER Buy Christmas Presents Too Early...", Path: "/media/youtube/Foil Arms and Hog_Why You Should NEVER Buy Christmas Presents Too Early....mp4", Id: 1ddba05d-beee-ad04-0480-79b7668f5806
[2022-12-12 18:47:29.275 +00:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A29.267Z&hasUserId=true - -
[2022-12-12 18:47:29.275 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A29.266Z&hasUserId=true - -
[2022-12-12 18:47:29.275 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A29.267Z&hasUserId=false - -
[2022-12-12 18:47:29.276 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A29.266Z&hasUserId=false - -
[2022-12-12 18:47:29.277 +00:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:29.277 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:29.277 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:29.277 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:29.277 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:29.277 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:29.277 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:29.278 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:29.279 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:29.279 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:29.279 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:29.279 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:29.280 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 1.9261ms
[2022-12-12 18:47:29.280 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.6421ms
[2022-12-12 18:47:29.280 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.6701ms
[2022-12-12 18:47:29.280 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:29.280 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:29.280 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:29.280 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A29.267Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 4.4026ms
[2022-12-12 18:47:29.280 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A29.266Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 4.9075ms
[2022-12-12 18:47:29.280 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.5933ms
[2022-12-12 18:47:29.280 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A29.266Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 3.4183ms
[2022-12-12 18:47:29.280 +00:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:29.280 +00:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A29.267Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 5.1786ms
[2022-12-12 18:47:29.378 +00:00] [INF] [10] MediaCleaner.MediaCleanupTask: ("Episode") ""Johnny Harris_Is This the End of Crypto?"" will be deleted because expired for ""bananadmin"" (12/09/2022 05:24:36)
[2022-12-12 18:47:29.435 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Johnny Harris_Is This the End of Crypto?", Path: "/media/youtube/Johnny Harris_Is This the End of Crypto?.mp4", Id: f21a0978-ca2e-43ca-7193-1265b026ec2c
[2022-12-12 18:47:29.436 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Deleting item path, Type: "Episode", Name: "Johnny Harris_Is This the End of Crypto?", Path: "/media/youtube/Johnny Harris_Is This the End of Crypto?.mp4", Id: f21a0978-ca2e-43ca-7193-1265b026ec2c
[2022-12-12 18:47:29.480 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A29.469Z&hasUserId=true - -
[2022-12-12 18:47:29.480 +00:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A29.471Z&hasUserId=true - -
[2022-12-12 18:47:29.480 +00:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A29.469Z&hasUserId=false - -
[2022-12-12 18:47:29.480 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A29.471Z&hasUserId=false - -
[2022-12-12 18:47:29.482 +00:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:29.482 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:29.482 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:29.482 +00:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:29.482 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:29.482 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:29.482 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:29.482 +00:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:29.484 +00:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:29.484 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:29.484 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:29.484 +00:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.115ms
[2022-12-12 18:47:29.484 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:29.484 +00:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:29.484 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.1958ms
[2022-12-12 18:47:29.484 +00:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A29.469Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 4.0486ms
[2022-12-12 18:47:29.484 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:29.484 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.53ms
[2022-12-12 18:47:29.484 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:29.484 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A29.471Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 3.9017ms
[2022-12-12 18:47:29.484 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A29.469Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 4.4276ms
[2022-12-12 18:47:29.484 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.2841ms
[2022-12-12 18:47:29.484 +00:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:29.485 +00:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A29.471Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 4.3730ms
[2022-12-12 18:47:29.736 +00:00] [INF] [10] MediaCleaner.MediaCleanupTask: ("Episode") ""JerryRigEverything_Our BIGGEST Project Yet!  -  Someone's gotta do it...."" will be deleted because expired for ""bananadmin"" (12/09/2022 16:30:43)
[2022-12-12 18:47:29.781 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "JerryRigEverything_Our BIGGEST Project Yet!  -  Someone's gotta do it....", Path: "/media/youtube/JerryRigEverything_Our BIGGEST Project Yet!  -  Someone's gotta do it.....mp4", Id: 9108f74f-269e-ccbc-3c68-825f5306a449
[2022-12-12 18:47:29.782 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Deleting item path, Type: "Episode", Name: "JerryRigEverything_Our BIGGEST Project Yet!  -  Someone's gotta do it....", Path: "/media/youtube/JerryRigEverything_Our BIGGEST Project Yet!  -  Someone's gotta do it.....mp4", Id: 9108f74f-269e-ccbc-3c68-825f5306a449
[2022-12-12 18:47:29.905 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A29.881Z&hasUserId=false - -
[2022-12-12 18:47:29.905 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A29.881Z&hasUserId=true - -
[2022-12-12 18:47:29.906 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:29.906 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:29.906 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:29.906 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:29.907 +00:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A29.882Z&hasUserId=true - -
[2022-12-12 18:47:29.907 +00:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A29.883Z&hasUserId=false - -
[2022-12-12 18:47:29.908 +00:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:29.908 +00:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:29.908 +00:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:29.908 +00:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:29.912 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:29.912 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:29.913 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 6.0238ms
[2022-12-12 18:47:29.913 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 6.0321ms
[2022-12-12 18:47:29.913 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:29.913 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:29.913 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A29.881Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 7.6057ms
[2022-12-12 18:47:29.913 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A29.881Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 7.6046ms
[2022-12-12 18:47:29.913 +00:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:29.914 +00:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 5.552ms
[2022-12-12 18:47:29.914 +00:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:29.914 +00:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A29.883Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 6.6466ms
[2022-12-12 18:47:29.914 +00:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:29.915 +00:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 6.4706ms
[2022-12-12 18:47:29.915 +00:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:29.915 +00:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A29.882Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 7.8578ms
[2022-12-12 18:47:30.037 +00:00] [INF] [10] MediaCleaner.MediaCleanupTask: ("Episode") ""Johnny Harris_How Did Qatar Get So RICH?"" will be deleted because expired for ""bananadmin"" (12/09/2022 17:28:20)
[2022-12-12 18:47:30.082 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Johnny Harris_How Did Qatar Get So RICH?", Path: "/media/youtube/Johnny Harris_How Did Qatar Get So RICH?.mp4", Id: f7d3605d-9a21-7f2b-bb48-7b3585f6f16f
[2022-12-12 18:47:30.082 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Deleting item path, Type: "Episode", Name: "Johnny Harris_How Did Qatar Get So RICH?", Path: "/media/youtube/Johnny Harris_How Did Qatar Get So RICH?.mp4", Id: f7d3605d-9a21-7f2b-bb48-7b3585f6f16f
[2022-12-12 18:47:30.097 +00:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A30.084Z&hasUserId=true - -
[2022-12-12 18:47:30.097 +00:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A30.085Z&hasUserId=false - -
[2022-12-12 18:47:30.097 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A30.085Z&hasUserId=true - -
[2022-12-12 18:47:30.098 +00:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:30.098 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:30.098 +00:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:30.098 +00:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:30.098 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:30.099 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:30.101 +00:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:30.102 +00:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.027ms
[2022-12-12 18:47:30.102 +00:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:30.102 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:30.102 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:30.102 +00:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A30.085Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 5.0329ms
[2022-12-12 18:47:30.102 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.3017ms
[2022-12-12 18:47:30.102 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.6569ms
[2022-12-12 18:47:30.102 +00:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:30.102 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:30.102 +00:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A30.084Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 5.5687ms
[2022-12-12 18:47:30.102 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A30.085Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 5.4255ms
[2022-12-12 18:47:30.111 +00:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A30.085Z&hasUserId=false - -
[2022-12-12 18:47:30.112 +00:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:30.112 +00:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:30.114 +00:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:30.114 +00:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 1.8637ms
[2022-12-12 18:47:30.114 +00:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:30.114 +00:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A30.085Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 3.2534ms
[2022-12-12 18:47:30.338 +00:00] [INF] [10] MediaCleaner.MediaCleanupTask: ("Episode") ""Johnny Harris_Qatar's Sudden Rise, Explained"" will be deleted because expired for ""bananadmin"" (12/09/2022 18:29:29)
[2022-12-12 18:47:30.383 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Johnny Harris_Qatar's Sudden Rise, Explained", Path: "/media/youtube/Johnny Harris_Qatar's Sudden Rise, Explained.mp4", Id: 6d04d3c2-63f5-e17f-552b-3a9687e2d8de
[2022-12-12 18:47:30.383 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Deleting item path, Type: "Episode", Name: "Johnny Harris_Qatar's Sudden Rise, Explained", Path: "/media/youtube/Johnny Harris_Qatar's Sudden Rise, Explained.mp4", Id: 6d04d3c2-63f5-e17f-552b-3a9687e2d8de
[2022-12-12 18:47:30.418 +00:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A30.392Z&hasUserId=true - -
[2022-12-12 18:47:30.418 +00:00] [INF] [15] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A30.396Z&hasUserId=false - -
[2022-12-12 18:47:30.418 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A30.394Z&hasUserId=true - -
[2022-12-12 18:47:30.418 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A30.394Z&hasUserId=false - -
[2022-12-12 18:47:30.419 +00:00] [INF] [15] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:30.419 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:30.419 +00:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:30.419 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:30.419 +00:00] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:30.419 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:30.419 +00:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:30.419 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:30.421 +00:00] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:30.421 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:30.421 +00:00] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 1.9924ms
[2022-12-12 18:47:30.421 +00:00] [INF] [15] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:30.421 +00:00] [INF] [15] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A30.396Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 3.4214ms
[2022-12-12 18:47:30.421 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:30.421 +00:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:30.421 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.1822ms
[2022-12-12 18:47:30.421 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:30.422 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A30.394Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 3.5867ms
[2022-12-12 18:47:30.422 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.2707ms
[2022-12-12 18:47:30.422 +00:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.3027ms
[2022-12-12 18:47:30.422 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:30.422 +00:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:30.422 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A30.394Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 3.6774ms
[2022-12-12 18:47:30.422 +00:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A30.392Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 4.2122ms
[2022-12-12 18:47:30.462 +00:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://localhost:8096/health - -
[2022-12-12 18:47:30.462 +00:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2022-12-12 18:47:30.545 +00:00] [WRN] [27] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"AccessSchedule"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-12-12 18:47:30.545 +00:00] [WRN] [27] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ActivityLog"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-12-12 18:47:30.545 +00:00] [WRN] [27] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"CustomItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-12-12 18:47:30.545 +00:00] [WRN] [27] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"DisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-12-12 18:47:30.545 +00:00] [WRN] [27] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"HomeSection"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-12-12 18:47:30.545 +00:00] [WRN] [27] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ImageInfo"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-12-12 18:47:30.545 +00:00] [WRN] [27] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-12-12 18:47:30.545 +00:00] [WRN] [27] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Permission"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-12-12 18:47:30.545 +00:00] [WRN] [27] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Preference"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-12-12 18:47:30.545 +00:00] [WRN] [27] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ApiKey"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-12-12 18:47:30.545 +00:00] [WRN] [27] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Device"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-12-12 18:47:30.545 +00:00] [WRN] [27] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"DeviceOptions"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-12-12 18:47:30.545 +00:00] [WRN] [27] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"User"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-12-12 18:47:30.562 +00:00] [INF] [27] Microsoft.EntityFrameworkCore.Infrastructure: Entity Framework Core "6.0.9" initialized '"JellyfinDb"' using provider '"Microsoft.EntityFrameworkCore.Sqlite":"6.0.9"' with options: "MaxPoolSize=1024 "
[2022-12-12 18:47:30.572 +00:00] [INF] [10] MediaCleaner.MediaCleanupTask: ("Episode") ""vlogbrothers_Things are Changing Very Fast"" will be deleted because expired for ""bananadmin"" (12/09/2022 18:42:06)
[2022-12-12 18:47:30.585 +00:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2022-12-12 18:47:30.591 +00:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://localhost:8096/health - - - 200 - text/plain 129.5281ms
[2022-12-12 18:47:30.617 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "vlogbrothers_Things are Changing Very Fast", Path: "/media/youtube/vlogbrothers_Things are Changing Very Fast.mp4", Id: 42f78af5-4fa7-1745-05c4-c8a8c02193fb
[2022-12-12 18:47:30.617 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Deleting item path, Type: "Episode", Name: "vlogbrothers_Things are Changing Very Fast", Path: "/media/youtube/vlogbrothers_Things are Changing Very Fast.mp4", Id: 42f78af5-4fa7-1745-05c4-c8a8c02193fb
[2022-12-12 18:47:30.720 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A30.699Z&hasUserId=true - -
[2022-12-12 18:47:30.720 +00:00] [INF] [15] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A30.700Z&hasUserId=false - -
[2022-12-12 18:47:30.721 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:30.721 +00:00] [INF] [15] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:30.721 +00:00] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:30.721 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:30.722 +00:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A30.701Z&hasUserId=true - -
[2022-12-12 18:47:30.722 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A30.701Z&hasUserId=false - -
[2022-12-12 18:47:30.723 +00:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:30.723 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:30.723 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:30.723 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:30.723 +00:00] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:30.723 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:30.723 +00:00] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 1.8271ms
[2022-12-12 18:47:30.723 +00:00] [INF] [15] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:30.723 +00:00] [INF] [15] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A30.700Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 3.7624ms
[2022-12-12 18:47:30.723 +00:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 1.9724ms
[2022-12-12 18:47:30.724 +00:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:30.724 +00:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A30.699Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 4.0083ms
[2022-12-12 18:47:30.724 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:30.724 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:30.725 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 1.5366ms
[2022-12-12 18:47:30.725 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:30.725 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A30.701Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 2.5892ms
[2022-12-12 18:47:30.725 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 1.6954ms
[2022-12-12 18:47:30.725 +00:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:30.725 +00:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A30.701Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 3.0298ms
[2022-12-12 18:47:30.884 +00:00] [INF] [10] MediaCleaner.MediaCleanupTask: ("Episode") ""impulseSV_We Made Escape Rooms For Each Other! (w⧸ Grian & Joel)"" will be deleted because expired for ""bananadmin"" (12/09/2022 20:59:18)
[2022-12-12 18:47:30.929 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "impulseSV_We Made Escape Rooms For Each Other! (w⧸ Grian & Joel)", Path: "/media/minecraft/impulseSV_We Made Escape Rooms For Each Other! (w⧸ Grian & Joel).mp4", Id: 18f134a2-7371-8e40-5bc6-7f0e7c1c60b8
[2022-12-12 18:47:30.929 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Deleting item path, Type: "Episode", Name: "impulseSV_We Made Escape Rooms For Each Other! (w⧸ Grian & Joel)", Path: "/media/minecraft/impulseSV_We Made Escape Rooms For Each Other! (w⧸ Grian & Joel).mp4", Id: 18f134a2-7371-8e40-5bc6-7f0e7c1c60b8
[2022-12-12 18:47:31.032 +00:00] [INF] [15] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A31.009Z&hasUserId=false - -
[2022-12-12 18:47:31.032 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A31.006Z&hasUserId=true - -
[2022-12-12 18:47:31.032 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A31.007Z&hasUserId=false - -
[2022-12-12 18:47:31.032 +00:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A31.008Z&hasUserId=true - -
[2022-12-12 18:47:31.034 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.034 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.034 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:31.034 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:31.035 +00:00] [INF] [15] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.035 +00:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.035 +00:00] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:31.035 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:31.037 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:31.037 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.8779ms
[2022-12-12 18:47:31.037 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.037 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A31.007Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 4.9837ms
[2022-12-12 18:47:31.038 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:31.038 +00:00] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:31.038 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:31.038 +00:00] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.2831ms
[2022-12-12 18:47:31.038 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.8651ms
[2022-12-12 18:47:31.038 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.1528ms
[2022-12-12 18:47:31.038 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.038 +00:00] [INF] [15] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.038 +00:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.039 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A31.006Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 6.1782ms
[2022-12-12 18:47:31.039 +00:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A31.008Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 6.0793ms
[2022-12-12 18:47:31.039 +00:00] [INF] [15] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A31.009Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 6.2413ms
[2022-12-12 18:47:31.163 +00:00] [INF] [10] MediaCleaner.MediaCleanupTask: ("Episode") ""EthosLab_Etho Plays Minecraft - Episode 573: Emerald Trading Room"" will be deleted because expired for ""bananadmin"" (12/09/2022 21:15:53)
[2022-12-12 18:47:31.219 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "EthosLab_Etho Plays Minecraft - Episode 573: Emerald Trading Room", Path: "/media/minecraft/EthosLab_Etho Plays Minecraft - Episode 573: Emerald Trading Room.mp4", Id: e1796b9c-dfbf-a5dd-9120-d823ecd0215a
[2022-12-12 18:47:31.219 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Deleting item path, Type: "Episode", Name: "EthosLab_Etho Plays Minecraft - Episode 573: Emerald Trading Room", Path: "/media/minecraft/EthosLab_Etho Plays Minecraft - Episode 573: Emerald Trading Room.mp4", Id: e1796b9c-dfbf-a5dd-9120-d823ecd0215a
[2022-12-12 18:47:31.243 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A31.221Z&hasUserId=true - -
[2022-12-12 18:47:31.244 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A31.224Z&hasUserId=false - -
[2022-12-12 18:47:31.243 +00:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A31.222Z&hasUserId=false - -
[2022-12-12 18:47:31.243 +00:00] [INF] [15] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A31.223Z&hasUserId=true - -
[2022-12-12 18:47:31.246 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.246 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.246 +00:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.246 +00:00] [INF] [15] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.246 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:31.246 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:31.246 +00:00] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:31.246 +00:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:31.265 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:31.265 +00:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:31.265 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:31.266 +00:00] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:31.266 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 19.8499ms
[2022-12-12 18:47:31.266 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 19.9013ms
[2022-12-12 18:47:31.266 +00:00] [INF] [15] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 19.8742ms
[2022-12-12 18:47:31.266 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.266 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.266 +00:00] [INF] [15] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.266 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A31.221Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 22.6443ms
[2022-12-12 18:47:31.266 +00:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 19.9805ms
[2022-12-12 18:47:31.266 +00:00] [INF] [15] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A31.223Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 22.5823ms
[2022-12-12 18:47:31.266 +00:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.266 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A31.224Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 22.3642ms
[2022-12-12 18:47:31.266 +00:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A31.222Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 22.8139ms
[2022-12-12 18:47:31.508 +00:00] [INF] [10] MediaCleaner.MediaCleanupTask: ("Episode") ""XP to Level 3_a regular guy gets a ring of regeneration"" will be deleted because expired for ""bananadmin"" (12/10/2022 00:00:56)
[2022-12-12 18:47:31.564 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "XP to Level 3_a regular guy gets a ring of regeneration", Path: "/media/youtube/XP to Level 3_a regular guy gets a ring of regeneration.mp4", Id: 244ddd62-abcc-cacb-b893-981e7e4477ff
[2022-12-12 18:47:31.565 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Deleting item path, Type: "Episode", Name: "XP to Level 3_a regular guy gets a ring of regeneration", Path: "/media/youtube/XP to Level 3_a regular guy gets a ring of regeneration.mp4", Id: 244ddd62-abcc-cacb-b893-981e7e4477ff
[2022-12-12 18:47:31.654 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A31.623Z&hasUserId=false - -
[2022-12-12 18:47:31.654 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A31.623Z&hasUserId=true - -
[2022-12-12 18:47:31.654 +00:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A31.621Z&hasUserId=true - -
[2022-12-12 18:47:31.656 +00:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.656 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.656 +00:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:31.656 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.656 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:31.656 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:31.658 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:31.659 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:31.659 +00:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:31.659 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.4328ms
[2022-12-12 18:47:31.659 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.659 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A31.623Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 4.4566ms
[2022-12-12 18:47:31.659 +00:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.7197ms
[2022-12-12 18:47:31.659 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.5405ms
[2022-12-12 18:47:31.659 +00:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.659 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.659 +00:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A31.621Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 4.6838ms
[2022-12-12 18:47:31.659 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A31.623Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 4.6858ms
[2022-12-12 18:47:31.671 +00:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A31.623Z&hasUserId=false - -
[2022-12-12 18:47:31.673 +00:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.673 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:31.674 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:31.675 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 1.7672ms
[2022-12-12 18:47:31.675 +00:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.675 +00:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A31.623Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 3.1798ms
[2022-12-12 18:47:31.798 +00:00] [INF] [10] MediaCleaner.MediaCleanupTask: ("Episode") ""CaspianReport_Sweden joining NATO would crush Russian power"" will be deleted because expired for ""bananadmin"" (12/10/2022 16:07:23)
[2022-12-12 18:47:31.854 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "CaspianReport_Sweden joining NATO would crush Russian power", Path: "/media/youtube/CaspianReport_Sweden joining NATO would crush Russian power.mp4", Id: f22bbbed-3008-e02b-7093-2ade09ecbfe6
[2022-12-12 18:47:31.855 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Deleting item path, Type: "Episode", Name: "CaspianReport_Sweden joining NATO would crush Russian power", Path: "/media/youtube/CaspianReport_Sweden joining NATO would crush Russian power.mp4", Id: f22bbbed-3008-e02b-7093-2ade09ecbfe6
[2022-12-12 18:47:31.939 +00:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A31.928Z&hasUserId=true - -
[2022-12-12 18:47:31.939 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A31.929Z&hasUserId=false - -
[2022-12-12 18:47:31.939 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A31.930Z&hasUserId=true - -
[2022-12-12 18:47:31.939 +00:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A31.930Z&hasUserId=false - -
[2022-12-12 18:47:31.941 +00:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.941 +00:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.941 +00:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:31.941 +00:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:31.941 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.941 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.941 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:31.941 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:31.944 +00:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:31.944 +00:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:31.944 +00:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.1581ms
[2022-12-12 18:47:31.944 +00:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.2295ms
[2022-12-12 18:47:31.944 +00:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.944 +00:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.944 +00:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A31.930Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 4.7656ms
[2022-12-12 18:47:31.944 +00:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A31.928Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 5.4810ms
[2022-12-12 18:47:31.944 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:31.945 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:31.945 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.4801ms
[2022-12-12 18:47:31.945 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.945 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.6069ms
[2022-12-12 18:47:31.945 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A31.929Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 5.5415ms
[2022-12-12 18:47:31.945 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:31.945 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A31.930Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 5.6868ms
[2022-12-12 18:47:32.077 +00:00] [INF] [10] MediaCleaner.MediaCleanupTask: ("Episode") ""Eva zu Beck_Crossing the US-Mexico Border Alone"" will be deleted because expired for ""bananadmin"" (12/10/2022 16:17:13)
[2022-12-12 18:47:32.133 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Eva zu Beck_Crossing the US-Mexico Border Alone", Path: "/media/youtube/Eva zu Beck_Crossing the US-Mexico Border Alone.mp4", Id: 2695c221-434b-52f0-8bd2-82d64ccfea1f
[2022-12-12 18:47:32.133 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Deleting item path, Type: "Episode", Name: "Eva zu Beck_Crossing the US-Mexico Border Alone", Path: "/media/youtube/Eva zu Beck_Crossing the US-Mexico Border Alone.mp4", Id: 2695c221-434b-52f0-8bd2-82d64ccfea1f
[2022-12-12 18:47:32.255 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A32.236Z&hasUserId=true - -
[2022-12-12 18:47:32.255 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A32.237Z&hasUserId=false - -
[2022-12-12 18:47:32.255 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A32.238Z&hasUserId=false - -
[2022-12-12 18:47:32.255 +00:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A32.238Z&hasUserId=true - -
[2022-12-12 18:47:32.257 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:32.257 +00:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:32.257 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:32.257 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:32.257 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:32.257 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:32.257 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:32.257 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:32.260 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:32.260 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:32.260 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:32.260 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.8572ms
[2022-12-12 18:47:32.260 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.0757ms
[2022-12-12 18:47:32.260 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:32.260 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:32.260 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:32.260 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A32.237Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 5.3802ms
[2022-12-12 18:47:32.260 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A32.238Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 5.4266ms
[2022-12-12 18:47:32.260 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.4569ms
[2022-12-12 18:47:32.260 +00:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:32.260 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.6472ms
[2022-12-12 18:47:32.261 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:32.261 +00:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A32.238Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 5.6512ms
[2022-12-12 18:47:32.261 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A32.236Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 5.9321ms
[2022-12-12 18:47:32.445 +00:00] [INF] [10] MediaCleaner.MediaCleanupTask: ("Episode") ""Thomas Sanladerer_Bambu Lab P1P: Tradeoffs"" will be deleted because expired for ""bananadmin"" (12/10/2022 16:44:35)
[2022-12-12 18:47:32.501 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Thomas Sanladerer_Bambu Lab P1P: Tradeoffs", Path: "/media/youtube/Thomas Sanladerer_Bambu Lab P1P: Tradeoffs.mp4", Id: 779dc6ee-7c41-2748-9c11-132f69626534
[2022-12-12 18:47:32.501 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Deleting item path, Type: "Episode", Name: "Thomas Sanladerer_Bambu Lab P1P: Tradeoffs", Path: "/media/youtube/Thomas Sanladerer_Bambu Lab P1P: Tradeoffs.mp4", Id: 779dc6ee-7c41-2748-9c11-132f69626534
[2022-12-12 18:47:32.555 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A32.527Z&hasUserId=true - -
[2022-12-12 18:47:32.556 +00:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A32.529Z&hasUserId=false - -
[2022-12-12 18:47:32.556 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A32.528Z&hasUserId=true - -
[2022-12-12 18:47:32.556 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A32.527Z&hasUserId=false - -
[2022-12-12 18:47:32.563 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:32.563 +00:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:32.563 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:32.563 +00:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:32.563 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:32.563 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:32.563 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:32.563 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:32.566 +00:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:32.566 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:32.566 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:32.567 +00:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.6004ms
[2022-12-12 18:47:32.567 +00:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:32.567 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:32.567 +00:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A32.529Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 10.7952ms
[2022-12-12 18:47:32.567 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.969ms
[2022-12-12 18:47:32.567 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:32.567 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A32.527Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 11.6772ms
[2022-12-12 18:47:32.567 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.7485ms
[2022-12-12 18:47:32.567 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:32.567 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A32.528Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 11.2444ms
[2022-12-12 18:47:32.567 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 4.0745ms
[2022-12-12 18:47:32.567 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:32.568 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A32.527Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 11.5556ms
[2022-12-12 18:47:32.757 +00:00] [INF] [10] MediaCleaner.MediaCleanupTask: ("Episode") ""One Shot Quips_When the DM has TOO many Materials for Dungeons and Dragons"" will be deleted because expired for ""bananadmin"" (12/10/2022 16:46:25)
[2022-12-12 18:47:32.813 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "One Shot Quips_When the DM has TOO many Materials for Dungeons and Dragons", Path: "/media/youtube/One Shot Quips_When the DM has TOO many Materials for Dungeons and Dragons.mp4", Id: 8ecf3109-805a-ed17-b39e-0947f07e4395
[2022-12-12 18:47:32.813 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Deleting item path, Type: "Episode", Name: "One Shot Quips_When the DM has TOO many Materials for Dungeons and Dragons", Path: "/media/youtube/One Shot Quips_When the DM has TOO many Materials for Dungeons and Dragons.mp4", Id: 8ecf3109-805a-ed17-b39e-0947f07e4395
[2022-12-12 18:47:32.839 +00:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A32.815Z&hasUserId=true - -
[2022-12-12 18:47:32.839 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A32.816Z&hasUserId=false - -
[2022-12-12 18:47:32.840 +00:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A32.817Z&hasUserId=true - -
[2022-12-12 18:47:32.840 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A32.817Z&hasUserId=false - -
[2022-12-12 18:47:32.841 +00:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:32.841 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:32.841 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:32.841 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:32.841 +00:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:32.841 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:32.841 +00:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:32.841 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:32.844 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:32.844 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:32.844 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:32.844 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.2744ms
[2022-12-12 18:47:32.844 +00:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:32.844 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:32.844 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.0075ms
[2022-12-12 18:47:32.845 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:32.845 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A32.816Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 5.4421ms
[2022-12-12 18:47:32.845 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.6367ms
[2022-12-12 18:47:32.845 +00:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:32.845 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A32.817Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 5.2080ms
[2022-12-12 18:47:32.845 +00:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.4791ms
[2022-12-12 18:47:32.845 +00:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:32.845 +00:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A32.815Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 5.7087ms
[2022-12-12 18:47:32.845 +00:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A32.817Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 5.4386ms
[2022-12-12 18:47:33.058 +00:00] [INF] [10] MediaCleaner.MediaCleanupTask: ("Episode") ""Oh The Urbanity!_The Electric Bike Boom: Are eBikes Really “Cheating”?"" will be deleted because expired for ""bananadmin"" (12/11/2022 17:02:36)
[2022-12-12 18:47:33.103 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Oh The Urbanity!_The Electric Bike Boom: Are eBikes Really “Cheating”?", Path: "/media/youtube/Oh The Urbanity!_The Electric Bike Boom: Are eBikes Really “Cheating”?.mp4", Id: 35e43a77-1067-6047-a3f4-8ce26b0ef085
[2022-12-12 18:47:33.104 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Deleting item path, Type: "Episode", Name: "Oh The Urbanity!_The Electric Bike Boom: Are eBikes Really “Cheating”?", Path: "/media/youtube/Oh The Urbanity!_The Electric Bike Boom: Are eBikes Really “Cheating”?.mp4", Id: 35e43a77-1067-6047-a3f4-8ce26b0ef085
[2022-12-12 18:47:33.185 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A33.156Z&hasUserId=true - -
[2022-12-12 18:47:33.185 +00:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A33.157Z&hasUserId=false - -
[2022-12-12 18:47:33.185 +00:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A33.159Z&hasUserId=true - -
[2022-12-12 18:47:33.185 +00:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A33.159Z&hasUserId=false - -
[2022-12-12 18:47:33.187 +00:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:33.187 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:33.187 +00:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:33.187 +00:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:33.187 +00:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:33.187 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:33.187 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:33.187 +00:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:33.190 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:33.190 +00:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:33.191 +00:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:33.191 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.2714ms
[2022-12-12 18:47:33.191 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:33.191 +00:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:33.191 +00:00] [INF] [31] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.6086ms
[2022-12-12 18:47:33.191 +00:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A33.157Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 5.7894ms
[2022-12-12 18:47:33.191 +00:00] [INF] [31] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:33.191 +00:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.5372ms
[2022-12-12 18:47:33.191 +00:00] [INF] [31] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A33.159Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 5.6761ms
[2022-12-12 18:47:33.191 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.6357ms
[2022-12-12 18:47:33.191 +00:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:33.191 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:33.191 +00:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A33.159Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 6.1012ms
[2022-12-12 18:47:33.191 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A33.156Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 6.2749ms
[2022-12-12 18:47:33.404 +00:00] [INF] [10] MediaCleaner.MediaCleanupTask: ("Episode") ""Chris Titus Tech_Docker Guide"" will be deleted because expired for ""bananadmin"" (12/11/2022 17:27:41)
[2022-12-12 18:47:33.449 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Chris Titus Tech_Docker Guide", Path: "/media/youtube/Chris Titus Tech_Docker Guide.mp4", Id: 2194408c-b531-6cb7-73ea-45d075468170
[2022-12-12 18:47:33.449 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Deleting item path, Type: "Episode", Name: "Chris Titus Tech_Docker Guide", Path: "/media/youtube/Chris Titus Tech_Docker Guide.mp4", Id: 2194408c-b531-6cb7-73ea-45d075468170
[2022-12-12 18:47:33.472 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A33.451Z&hasUserId=true - -
[2022-12-12 18:47:33.472 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A33.452Z&hasUserId=false - -
[2022-12-12 18:47:33.472 +00:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A33.453Z&hasUserId=true - -
[2022-12-12 18:47:33.472 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A33.454Z&hasUserId=false - -
[2022-12-12 18:47:33.473 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:33.473 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:33.473 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:33.473 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:33.473 +00:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:33.474 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:33.474 +00:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:33.474 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:33.476 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:33.476 +00:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:33.476 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:33.476 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:33.476 +00:00] [INF] [14] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.4671ms
[2022-12-12 18:47:33.476 +00:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.36ms
[2022-12-12 18:47:33.476 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.4305ms
[2022-12-12 18:47:33.476 +00:00] [INF] [14] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:33.476 +00:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:33.476 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:33.476 +00:00] [INF] [14] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A33.451Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 4.4014ms
[2022-12-12 18:47:33.476 +00:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A33.453Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 3.8723ms
[2022-12-12 18:47:33.476 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.3489ms
[2022-12-12 18:47:33.476 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A33.452Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 3.8660ms
[2022-12-12 18:47:33.476 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:33.476 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A33.454Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 4.0116ms
[2022-12-12 18:47:33.694 +00:00] [INF] [10] MediaCleaner.MediaCleanupTask: ("Episode") ""BdoubleO100_EXTREMELY Complicated Gunpowder Farm :: Minecraft Create Mod"" will be deleted because expired for ""bananadmin"" (12/11/2022 18:44:20)
[2022-12-12 18:47:33.739 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "BdoubleO100_EXTREMELY Complicated Gunpowder Farm :: Minecraft Create Mod", Path: "/media/minecraft/BdoubleO100_EXTREMELY Complicated Gunpowder Farm :: Minecraft Create Mod.mp4", Id: d26d97e4-812e-9c52-9943-4151c5427a7b
[2022-12-12 18:47:33.739 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Deleting item path, Type: "Episode", Name: "BdoubleO100_EXTREMELY Complicated Gunpowder Farm :: Minecraft Create Mod", Path: "/media/minecraft/BdoubleO100_EXTREMELY Complicated Gunpowder Farm :: Minecraft Create Mod.mp4", Id: d26d97e4-812e-9c52-9943-4151c5427a7b
[2022-12-12 18:47:33.799 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A33.772Z&hasUserId=true - -
[2022-12-12 18:47:33.799 +00:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A33.775Z&hasUserId=false - -
[2022-12-12 18:47:33.799 +00:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A33.774Z&hasUserId=true - -
[2022-12-12 18:47:33.799 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A33.773Z&hasUserId=false - -
[2022-12-12 18:47:33.805 +00:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:33.805 +00:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:33.805 +00:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:33.805 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:33.805 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:33.805 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:33.806 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:33.806 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2022-12-12 18:47:33.808 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:33.808 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:33.808 +00:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:33.808 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null]]"'.
[2022-12-12 18:47:33.809 +00:00] [INF] [27] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.0972ms
[2022-12-12 18:47:33.809 +00:00] [INF] [29] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.2097ms
[2022-12-12 18:47:33.809 +00:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 2.8732ms
[2022-12-12 18:47:33.809 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 3.1087ms
[2022-12-12 18:47:33.809 +00:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:33.809 +00:00] [INF] [29] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:33.809 +00:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:33.809 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2022-12-12 18:47:33.809 +00:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A33.775Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 9.4340ms
[2022-12-12 18:47:33.809 +00:00] [INF] [29] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A33.774Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 9.4467ms
[2022-12-12 18:47:33.809 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2022-12-11T18%3A47%3A33.772Z&hasUserId=true - - - 200 - application/json;+charset=utf-8 9.5645ms
[2022-12-12 18:47:33.809 +00:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.0.157:8096/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2022-12-05T18%3A47%3A33.773Z&hasUserId=false - - - 200 - application/json;+charset=utf-8 9.4583ms
[2022-12-12 18:47:34.084 +00:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Played media cleanup" Completed after 0 minute(s) and 7 seconds