Advertisement
Guest User

Untitled

a guest
Jan 10th, 2025
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 234.25 KB | None | 0 0
  1. at Jellyfin.Api.Controllers.ImageController.GetImageInternal(Guid itemId, ImageType imageType, Nullable`1 imageIndex, String tag, Nullable`1 format, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 percentPlayed, Nullable`1 unplayedCount, Nullable`1 width, Nullable`1 height, Nullable`1 quality, Nullable`1 fillWidth, Nullable`1 fillHeight, Nullable`1 blur, String backgroundColor, String foregroundLayer, BaseItem item, ItemImageInfo imageInfo)
  2. at Jellyfin.Api.Controllers.ImageController.GetItemImage(Guid itemId, ImageType imageType, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 width, Nullable`1 height, Nullable`1 quality, Nullable`1 fillWidth, Nullable`1 fillHeight, String tag, Nullable`1 format, Nullable`1 percentPlayed, Nullable`1 unplayedCount, Nullable`1 blur, String backgroundColor, String foregroundLayer, Nullable`1 imageIndex)
  3. at lambda_method836(Closure, Object)
  4. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  5. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  6. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  7. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  8. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  9. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  10. --- End of stack trace from previous location ---
  11. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  12. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  13. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  14. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
  15. --- End of stack trace from previous location ---
  16. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  17. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  18. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  19. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  20. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  21. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  22. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  23. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  24. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  25. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  26. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  27. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  28. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  29. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  30. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  31. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  32. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  33. [2025-01-10 15:42:10.269 -07:00] [ERR] [23] Microsoft.EntityFrameworkCore.Database.Command: Failed executing DbCommand ("0"ms) [Parameters=["@p10='?' (DbType = Int32), @p0='?' (Size = 32), @p1='?' (Size = 21), @p2='?' (Size = 6), @p3='?' (DbType = DateTime), @p4='?' (DbType = DateTime), @p5='?' (DbType = DateTime), @p6='?' (Size = 80), @p7='?' (Size = 7), @p8='?' (DbType = Boolean), @p9='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  34. ""UPDATE \"Devices\" SET \"AccessToken\" = @p0, \"AppName\" = @p1, \"AppVersion\" = @p2, \"DateCreated\" = @p3, \"DateLastActivity\" = @p4, \"DateModified\" = @p5, \"DeviceId\" = @p6, \"DeviceName\" = @p7, \"IsActive\" = @p8, \"UserId\" = @p9
  35. WHERE \"Id\" = @p10
  36. RETURNING 1;"
  37. [2025-01-10 15:42:10.270 -07:00] [ERR] [23] Microsoft.EntityFrameworkCore.Update: An exception occurred in the database while saving changes for context type '"Jellyfin.Server.Implementations.JellyfinDbContext"'."
  38. ""Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details.
  39. ---> Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
  40. at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  41. at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  42. at Microsoft.Data.Sqlite.SqliteCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
  43. at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  44. at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  45. at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
  46. --- End of inner exception stack trace ---
  47. at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
  48. at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
  49. at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
  50. at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
  51. at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(IList`1 entriesToSave, CancellationToken cancellationToken)
  52. at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(StateManager stateManager, Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
  53. at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)"
  54. Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details.
  55. ---> Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
  56. at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  57. at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  58. at Microsoft.Data.Sqlite.SqliteCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
  59. at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  60. at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  61. at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
  62. --- End of inner exception stack trace ---
  63. at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
  64. at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
  65. at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
  66. at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
  67. at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(IList`1 entriesToSave, CancellationToken cancellationToken)
  68. at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(StateManager stateManager, Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
  69. at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
  70. at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
  71. at Jellyfin.Server.Implementations.Devices.DeviceManager.UpdateDevice(Device device)
  72. at Jellyfin.Server.Implementations.Devices.DeviceManager.UpdateDevice(Device device)
  73. at Jellyfin.Server.Implementations.Security.AuthorizationContext.GetAuthorizationInfoFromDictionary(Dictionary`2 auth, IHeaderDictionary headers, IQueryCollection queryString)
  74. at Jellyfin.Server.Implementations.Security.AuthorizationContext.GetAuthorizationInfoFromDictionary(Dictionary`2 auth, IHeaderDictionary headers, IQueryCollection queryString)
  75. at Jellyfin.Server.Implementations.Security.AuthorizationContext.GetAuthorizationInfo(HttpRequest requestContext)
  76. at Emby.Server.Implementations.HttpServer.Security.AuthService.Authenticate(HttpRequest request)
  77. at Jellyfin.Api.Auth.CustomAuthenticationHandler.HandleAuthenticateAsync()
  78. at Microsoft.AspNetCore.Authentication.AuthenticationHandler`1.AuthenticateAsync()
  79. at Microsoft.AspNetCore.Authentication.AuthenticationService.AuthenticateAsync(HttpContext context, String scheme)
  80. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  81. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  82. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  83. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  84. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  85. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  86. [2025-01-10 15:42:10.277 -07:00] [ERR] [23] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/web/ConfigurationPages".
  87. Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details.
  88. ---> Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
  89. at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  90. at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  91. at Microsoft.Data.Sqlite.SqliteCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
  92. at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  93. at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  94. at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
  95. --- End of inner exception stack trace ---
  96. at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
  97. at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
  98. at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
  99. at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
  100. at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(IList`1 entriesToSave, CancellationToken cancellationToken)
  101. at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(StateManager stateManager, Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
  102. at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
  103. at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
  104. at Jellyfin.Server.Implementations.Devices.DeviceManager.UpdateDevice(Device device)
  105. at Jellyfin.Server.Implementations.Devices.DeviceManager.UpdateDevice(Device device)
  106. at Jellyfin.Server.Implementations.Security.AuthorizationContext.GetAuthorizationInfoFromDictionary(Dictionary`2 auth, IHeaderDictionary headers, IQueryCollection queryString)
  107. at Jellyfin.Server.Implementations.Security.AuthorizationContext.GetAuthorizationInfoFromDictionary(Dictionary`2 auth, IHeaderDictionary headers, IQueryCollection queryString)
  108. at Jellyfin.Server.Implementations.Security.AuthorizationContext.GetAuthorizationInfo(HttpRequest requestContext)
  109. at Emby.Server.Implementations.HttpServer.Security.AuthService.Authenticate(HttpRequest request)
  110. at Jellyfin.Api.Auth.CustomAuthenticationHandler.HandleAuthenticateAsync()
  111. at Microsoft.AspNetCore.Authentication.AuthenticationHandler`1.AuthenticateAsync()
  112. at Microsoft.AspNetCore.Authentication.AuthenticationService.AuthenticateAsync(HttpContext context, String scheme)
  113. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  114. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  115. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  116. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  117. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  118. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  119. [2025-01-10 15:44:38.267 -07:00] [INF] [55] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/data/tvshows"
  120. [2025-01-10 15:44:38.291 -07:00] [INF] [55] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/data/dropbox/Movies"
  121. [2025-01-10 15:44:38.295 -07:00] [INF] [55] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/data/movies"
  122. [2025-01-10 15:44:38.296 -07:00] [INF] [55] Emby.Server.Implementations.Library.LibraryManager: Validating media library
  123. [2025-01-10 15:44:45.886 -07:00] [INF] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Scan Media Library" Completed after 0 minute(s) and 7 seconds
  124. [2025-01-10 15:44:46.019 -07:00] [INF] [18] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/tvshows"
  125. [2025-01-10 15:44:46.019 -07:00] [INF] [33] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/movies"
  126. [2025-01-10 15:44:46.046 -07:00] [INF] [77] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/dropbox/Movies"
  127. [2025-01-10 15:45:22.761 -07:00] [ERR] [33] Microsoft.EntityFrameworkCore.Database.Command: Failed executing DbCommand ("0"ms) [Parameters=["@p10='?' (DbType = Int32), @p0='?' (Size = 32), @p1='?' (Size = 21), @p2='?' (Size = 6), @p3='?' (DbType = DateTime), @p4='?' (DbType = DateTime), @p5='?' (DbType = DateTime), @p6='?' (Size = 80), @p7='?' (Size = 7), @p8='?' (DbType = Boolean), @p9='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  128. ""UPDATE \"Devices\" SET \"AccessToken\" = @p0, \"AppName\" = @p1, \"AppVersion\" = @p2, \"DateCreated\" = @p3, \"DateLastActivity\" = @p4, \"DateModified\" = @p5, \"DeviceId\" = @p6, \"DeviceName\" = @p7, \"IsActive\" = @p8, \"UserId\" = @p9
  129. WHERE \"Id\" = @p10
  130. RETURNING 1;"
  131. [2025-01-10 15:45:22.762 -07:00] [ERR] [33] Microsoft.EntityFrameworkCore.Update: An exception occurred in the database while saving changes for context type '"Jellyfin.Server.Implementations.JellyfinDbContext"'."
  132. ""Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details.
  133. ---> Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
  134. at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  135. at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  136. at Microsoft.Data.Sqlite.SqliteCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
  137. at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  138. at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  139. at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
  140. --- End of inner exception stack trace ---
  141. at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
  142. at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
  143. at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
  144. at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
  145. at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(IList`1 entriesToSave, CancellationToken cancellationToken)
  146. at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(StateManager stateManager, Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
  147. at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)"
  148. Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details.
  149. ---> Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
  150. at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  151. at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  152. at Microsoft.Data.Sqlite.SqliteCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
  153. at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  154. at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  155. at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
  156. --- End of inner exception stack trace ---
  157. at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
  158. at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
  159. at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
  160. at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
  161. at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(IList`1 entriesToSave, CancellationToken cancellationToken)
  162. at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(StateManager stateManager, Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
  163. at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
  164. at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
  165. at Jellyfin.Server.Implementations.Devices.DeviceManager.UpdateDevice(Device device)
  166. at Jellyfin.Server.Implementations.Devices.DeviceManager.UpdateDevice(Device device)
  167. at Jellyfin.Server.Implementations.Security.AuthorizationContext.GetAuthorizationInfoFromDictionary(Dictionary`2 auth, IHeaderDictionary headers, IQueryCollection queryString)
  168. at Jellyfin.Server.Implementations.Security.AuthorizationContext.GetAuthorizationInfoFromDictionary(Dictionary`2 auth, IHeaderDictionary headers, IQueryCollection queryString)
  169. at Jellyfin.Server.Implementations.Security.AuthorizationContext.GetAuthorizationInfo(HttpRequest requestContext)
  170. at Emby.Server.Implementations.HttpServer.Security.AuthService.Authenticate(HttpRequest request)
  171. at Jellyfin.Api.Auth.CustomAuthenticationHandler.HandleAuthenticateAsync()
  172. at Microsoft.AspNetCore.Authentication.AuthenticationHandler`1.AuthenticateAsync()
  173. at Microsoft.AspNetCore.Authentication.AuthenticationService.AuthenticateAsync(HttpContext context, String scheme)
  174. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  175. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  176. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  177. [2025-01-10 15:45:22.764 -07:00] [ERR] [33] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/System/ActivityLog/Entries".
  178. Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details.
  179. ---> Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
  180. at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  181. at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  182. at Microsoft.Data.Sqlite.SqliteCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
  183. at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  184. at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  185. at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
  186. --- End of inner exception stack trace ---
  187. at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
  188. at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
  189. at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
  190. at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
  191. at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(IList`1 entriesToSave, CancellationToken cancellationToken)
  192. at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(StateManager stateManager, Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
  193. at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
  194. at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
  195. at Jellyfin.Server.Implementations.Devices.DeviceManager.UpdateDevice(Device device)
  196. at Jellyfin.Server.Implementations.Devices.DeviceManager.UpdateDevice(Device device)
  197. at Jellyfin.Server.Implementations.Security.AuthorizationContext.GetAuthorizationInfoFromDictionary(Dictionary`2 auth, IHeaderDictionary headers, IQueryCollection queryString)
  198. at Jellyfin.Server.Implementations.Security.AuthorizationContext.GetAuthorizationInfoFromDictionary(Dictionary`2 auth, IHeaderDictionary headers, IQueryCollection queryString)
  199. at Jellyfin.Server.Implementations.Security.AuthorizationContext.GetAuthorizationInfo(HttpRequest requestContext)
  200. at Emby.Server.Implementations.HttpServer.Security.AuthService.Authenticate(HttpRequest request)
  201. at Jellyfin.Api.Auth.CustomAuthenticationHandler.HandleAuthenticateAsync()
  202. at Microsoft.AspNetCore.Authentication.AuthenticationHandler`1.AuthenticateAsync()
  203. at Microsoft.AspNetCore.Authentication.AuthenticationService.AuthenticateAsync(HttpContext context, String scheme)
  204. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  205. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  206. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  207. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  208. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  209. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  210. [2025-01-10 15:45:24.449 -07:00] [INF] [18] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications
  211. [2025-01-10 15:45:24.506 -07:00] [INF] [75] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "::ffff:75.167.143.62" closed
  212. [2025-01-10 15:45:24.513 -07:00] [INF] [18] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery
  213. [2025-01-10 15:45:24.532 -07:00] [INF] [18] Main: Running query planner optimizations in the database... This might take a while
  214. [2025-01-10 15:45:24.543 -07:00] [ERR] [18] Microsoft.EntityFrameworkCore.Database.Command: Failed executing DbCommand ("2"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  215. ""PRAGMA optimize"
  216. [2025-01-10 15:45:24.545 -07:00] [INF] [18] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
  217. [2025-01-10 15:45:24.545 -07:00] [INF] [18] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
  218. [2025-01-10 15:45:24.546 -07:00] [INF] [18] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
  219. [2025-01-10 15:45:24.546 -07:00] [INF] [18] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
  220. [2025-01-10 15:45:24.548 -07:00] [FTL] [1] Main: Unhandled Exception
  221. Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
  222. at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  223. at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  224. at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
  225. at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
  226. --- End of stack trace from previous location ---
  227. at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  228. at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  229. at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  230. at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRawAsync(DatabaseFacade databaseFacade, String sql, IEnumerable`1 parameters, CancellationToken cancellationToken)
  231. at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  232. at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  233. at Jellyfin.Server.Program.StartApp(StartupOptions options)
  234. at Jellyfin.Server.Program.<Main>(String[] args)
  235. [2025-01-10 15:51:58.013 -07:00] [INF] [1] Main: Jellyfin version: "10.10.3"
  236. [2025-01-10 15:51:58.080 -07:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CONFIG_DIR, /config]", "[JELLYFIN_CACHE_DIR, /config/cache]", "[JELLYFIN_WEB_DIR, /usr/share/jellyfin/web]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_DATA_DIR, /config/data]"]
  237. [2025-01-10 15:51:58.101 -07:00] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
  238. [2025-01-10 15:51:58.103 -07:00] [INF] [1] Main: Operating system: "Ubuntu 24.04.1 LTS"
  239. [2025-01-10 15:51:58.107 -07:00] [INF] [1] Main: Architecture: X64
  240. [2025-01-10 15:51:58.111 -07:00] [INF] [1] Main: 64-Bit Process: True
  241. [2025-01-10 15:51:58.112 -07:00] [INF] [1] Main: User Interactive: True
  242. [2025-01-10 15:51:58.112 -07:00] [INF] [1] Main: Processor count: 4
  243. [2025-01-10 15:51:58.112 -07:00] [INF] [1] Main: Program data path: "/config/data"
  244. [2025-01-10 15:51:58.112 -07:00] [INF] [1] Main: Log directory path: "/config/log"
  245. [2025-01-10 15:51:58.112 -07:00] [INF] [1] Main: Config directory path: "/config"
  246. [2025-01-10 15:51:58.112 -07:00] [INF] [1] Main: Cache path: "/config/cache"
  247. [2025-01-10 15:51:58.112 -07:00] [INF] [1] Main: Temp directory path: "/tmp/jellyfin"
  248. [2025-01-10 15:51:58.112 -07:00] [INF] [1] Main: Web resources path: "/usr/share/jellyfin/web"
  249. [2025-01-10 15:51:58.112 -07:00] [INF] [1] Main: Application directory: "/usr/lib/jellyfin/bin/"
  250. [2025-01-10 15:51:58.387 -07:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/config/cache"
  251. [2025-01-10 15:51:58.571 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
  252. [2025-01-10 15:51:58.602 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.ChapterSegments, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Chapter Segments Provider_3.0.0.0/Jellyfin.Plugin.ChapterSegments.dll"
  253. [2025-01-10 15:51:58.605 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Edl, Version=0.3.1.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/EDL Creator_0.3.1.0/Jellyfin.Plugin.Edl.dll"
  254. [2025-01-10 15:51:58.609 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Namo.Plugin.InPlayerEpisodePreview, Version=1.3.1.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/InPlayerEpisodePreview_1.3.1.0/Namo.Plugin.InPlayerEpisodePreview.dll"
  255. [2025-01-10 15:51:58.620 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "IntroSkipper, Version=1.10.10.13, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Intro Skipper_1.10.10.13/IntroSkipper.dll"
  256. [2025-01-10 15:51:58.629 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.MediaSegmentsApi, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/MediaSegments API_1.0.1/Jellyfin.Plugin.MediaSegmentsApi.dll"
  257. [2025-01-10 15:51:58.787 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["::1/128", "fe80::/10", "fc00::/7", "127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
  258. [2025-01-10 15:51:58.787 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
  259. [2025-01-10 15:51:58.788 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["::1/128", "fe80::/10", "fc00::/7", "127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
  260. [2025-01-10 15:51:58.790 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.17.0.6", "::1"]
  261. [2025-01-10 15:51:58.791 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["::"]
  262. [2025-01-10 15:51:58.792 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
  263. [2025-01-10 15:51:58.792 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
  264. [2025-01-10 15:52:03.985 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Chapter Segments Provider" "3.0.0.0"
  265. [2025-01-10 15:52:03.992 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "EDL Creator" "0.3.1.0"
  266. [2025-01-10 15:52:04.019 -07:00] [INF] [1] Namo.Plugin.InPlayerEpisodePreview.InPlayerEpisodePreviewPlugin: Attempting to inject preview script code in "/usr/share/jellyfin/web/index.html"
  267. [2025-01-10 15:52:04.029 -07:00] [INF] [1] Namo.Plugin.InPlayerEpisodePreview.InPlayerEpisodePreviewPlugin: Finished injecting preview script code in "/usr/share/jellyfin/web/index.html"
  268. [2025-01-10 15:52:04.035 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "InPlayerEpisodePreview" "1.3.1.0"
  269. [2025-01-10 15:52:04.273 -07:00] [INF] [1] IntroSkipper.Plugin: Reading index.html from "/usr/share/jellyfin/web/index.html"
  270. [2025-01-10 15:52:04.330 -07:00] [INF] [1] IntroSkipper.Plugin: Skip button added successfully.
  271. [2025-01-10 15:52:04.556 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Intro Skipper" "1.10.10.13"
  272. [2025-01-10 15:52:04.558 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MediaSegments API" "1.0.1"
  273. [2025-01-10 15:52:04.560 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.10.3.0"
  274. [2025-01-10 15:52:04.561 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.10.3.0"
  275. [2025-01-10 15:52:04.562 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.10.3.0"
  276. [2025-01-10 15:52:04.599 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.10.3.0"
  277. [2025-01-10 15:52:04.604 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.10.3.0"
  278. [2025-01-10 15:52:04.825 -07:00] [INF] [1] Main: Kestrel is listening on "all interfaces"
  279. [2025-01-10 15:52:04.846 -07:00] [INF] [1] IntroSkipper.Services.Entrypoint: Running startup enqueue
  280. [2025-01-10 15:52:05.171 -07:00] [INF] [1] IntroSkipper.Manager.QueueManager: Running enqueue of items in library "Collections"
  281. [2025-01-10 15:52:05.211 -07:00] [INF] [1] IntroSkipper.Manager.QueueManager: Running enqueue of items in library "Shows"
  282. [2025-01-10 15:52:05.465 -07:00] [INF] [1] IntroSkipper.Manager.QueueManager: Running enqueue of items in library "Movies"
  283. [2025-01-10 15:52:05.601 -07:00] [INF] [1] Jellyfin.Networking.PortForwardingHost: Starting NAT discovery
  284. [2025-01-10 15:52:06.444 -07:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/run/s6-rc:s6-rc-init:blIEHm/servicedirs/svc-jellyfin/wwwroot". Static files may be unavailable.
  285. [2025-01-10 15:52:06.790 -07:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/movies"
  286. [2025-01-10 15:52:06.791 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
  287. [2025-01-10 15:52:06.804 -07:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/tvshows"
  288. [2025-01-10 15:52:06.829 -07:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Detect and Analyze Media Segments" set to fire at 2025-01-11 00:00:00.000 -07:00, which is 08:07:53.1709727 from now.
  289. [2025-01-10 15:52:06.848 -07:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Generate Trickplay Images" set to fire at 2025-01-11 03:00:00.000 -07:00, which is 11:07:53.1517779 from now.
  290. [2025-01-10 15:52:06.878 -07:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2025-01-11 02:00:00.000 -07:00, which is 10:07:53.1219508 from now.
  291. [2025-01-10 15:52:06.939 -07:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Refresh Guide" set to fire at 2025-01-11 04:15:00.000 -07:00, which is 12:22:53.0607188 from now.
  292. [2025-01-10 15:52:06.939 -07:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Refresh Guide" set to fire at 2025-01-11 08:15:00.000 -07:00, which is 16:22:53.0601853 from now.
  293. [2025-01-10 15:52:06.940 -07:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Refresh Guide" set to fire at 2025-01-11 12:15:00.000 -07:00, which is 20:22:53.0598330 from now.
  294. [2025-01-10 15:52:06.940 -07:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Refresh Guide" set to fire at 2025-01-10 16:15:00.000 -07:00, which is 00:22:53.0595681 from now.
  295. [2025-01-10 15:52:06.940 -07:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Refresh Guide" set to fire at 2025-01-10 20:15:00.000 -07:00, which is 04:22:53.0593699 from now.
  296. [2025-01-10 15:52:06.940 -07:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Refresh Guide" set to fire at 2025-01-10 23:15:00.000 -07:00, which is 07:22:53.0591825 from now.
  297. [2025-01-10 15:52:06.941 -07:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Refresh Guide" set to fire at 2025-01-11 14:15:00.000 -07:00, which is 22:22:53.0589719 from now.
  298. [2025-01-10 15:52:06.941 -07:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Refresh Guide" set to fire at 2025-01-10 18:15:00.000 -07:00, which is 02:22:53.0587941 from now.
  299. [2025-01-10 15:52:06.941 -07:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Refresh Guide" set to fire at 2025-01-11 01:15:00.000 -07:00, which is 09:22:53.0586165 from now.
  300. [2025-01-10 15:52:06.986 -07:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "7.0.2"
  301. [2025-01-10 15:52:07.115 -07:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "ac4", "dca", "flac", "mp3", "truehd"]
  302. [2025-01-10 15:52:07.196 -07:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
  303. [2025-01-10 15:52:07.254 -07:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["bwdif_cuda", "deinterlace_qsv", "deinterlace_vaapi", "flip_vulkan", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemapx", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "transpose_cuda", "transpose_opencl", "transpose_vaapi", "transpose_vulkan", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
  304. [2025-01-10 15:52:07.406 -07:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/dropbox/Movies"
  305. [2025-01-10 15:52:07.592 -07:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
  306. [2025-01-10 15:52:09.979 -07:00] [INF] [15] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean Transcode Directory" Completed after 0 minute(s) and 0 seconds
  307. [2025-01-10 15:52:10.097 -07:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean up collections and playlists" Completed after 0 minute(s) and 0 seconds
  308. [2025-01-10 15:52:12.330 -07:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Completed after 0 minute(s) and 2 seconds
  309. [2025-01-10 15:52:50.502 -07:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
  310. [2025-01-10 15:52:50.505 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "b09293b9a1594404bbfda23cb5102128"
  311. [2025-01-10 15:52:50.508 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
  312. [2025-01-10 15:52:50.509 -07:00] [INF] [1] Main: Startup complete 0:00:52.7903391
  313. [2025-01-10 15:52:58.660 -07:00] [INF] [21] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "::ffff:75.167.143.62" request
  314. [2025-01-10 15:54:11.044 -07:00] [INF] [22] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "::ffff:75.167.143.62" request
  315. [2025-01-10 15:54:14.062 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "A&E"
  316. [2025-01-10 15:54:14.067 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ABC"
  317. [2025-01-10 15:54:14.067 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ABCNY"
  318. [2025-01-10 15:54:14.067 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "AMC"
  319. [2025-01-10 15:54:14.068 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Animal Planet"
  320. [2025-01-10 15:54:14.068 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "AXS TV"
  321. [2025-01-10 15:54:14.068 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "BBC America (BBCA)"
  322. [2025-01-10 15:54:14.068 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "BET"
  323. [2025-01-10 15:54:14.068 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Boomerang"
  324. [2025-01-10 15:54:14.068 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Bravo"
  325. [2025-01-10 15:54:14.068 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "C SPAN 1"
  326. [2025-01-10 15:54:14.068 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Cartoon Network"
  327. [2025-01-10 15:54:14.068 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CBS"
  328. [2025-01-10 15:54:14.068 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CBSNY"
  329. [2025-01-10 15:54:14.069 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Cinemax"
  330. [2025-01-10 15:54:14.069 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Cleo TV"
  331. [2025-01-10 15:54:14.069 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CMT"
  332. [2025-01-10 15:54:14.069 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CNBC"
  333. [2025-01-10 15:54:14.069 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CNN"
  334. [2025-01-10 15:54:14.069 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Comedy Central"
  335. [2025-01-10 15:54:14.069 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Comet"
  336. [2025-01-10 15:54:14.069 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Cooking Channel"
  337. [2025-01-10 15:54:14.069 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "COZI TV"
  338. [2025-01-10 15:54:14.069 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Crime+ Investigation"
  339. [2025-01-10 15:54:14.069 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CW"
  340. [2025-01-10 15:54:14.069 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Destination America"
  341. [2025-01-10 15:54:14.069 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Discovery Channel"
  342. [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Discovery Family"
  343. [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Discovery Life Channel"
  344. [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Disney Channel"
  345. [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Disney JR"
  346. [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Disney XD"
  347. [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "E! Entertainment Television"
  348. [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX"
  349. [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Fox Business"
  350. [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Fox News"
  351. [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Fox Weather Channel"
  352. [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOXNY"
  353. [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Freeform"
  354. [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FX"
  355. [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FX Movie Channel"
  356. [2025-01-10 15:54:14.072 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FXX"
  357. [2025-01-10 15:54:14.072 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FYI"
  358. [2025-01-10 15:54:14.072 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Game Show Network"
  359. [2025-01-10 15:54:14.072 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Grit Channel"
  360. [2025-01-10 15:54:14.072 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Hallmark Movies & Mysterie"
  361. [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HBO"
  362. [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HBO Comedy"
  363. [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HBO Family"
  364. [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HBO Signature"
  365. [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HBO Zone"
  366. [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HBO2"
  367. [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Headline News"
  368. [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HGTV"
  369. [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "History"
  370. [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "IFC TV"
  371. [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Investigation Discovery (ID)"
  372. [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ION"
  373. [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Lifetime Movies Network"
  374. [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Lifetime Network"
  375. [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Magnolia Network"
  376. [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "MAVTV"
  377. [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "METV"
  378. [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Motor Trend"
  379. [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "MSNBC"
  380. [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "MTV"
  381. [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "MY9TV"
  382. [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Nat Geo Wild"
  383. [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "National Geographic (NGC)"
  384. [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBC"
  385. [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBCNY"
  386. [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Newsmax"
  387. [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NewsNation"
  388. [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NICK"
  389. [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NICK JR"
  390. [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Nicktoons"
  391. [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Oprah Winfrey Network (OWN)"
  392. [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Oxygen True Crime"
  393. [2025-01-10 15:54:14.075 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Paramount Network"
  394. [2025-01-10 15:54:14.075 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "POP TV"
  395. [2025-01-10 15:54:14.075 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Reelz Channel"
  396. [2025-01-10 15:54:14.075 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Science Channel"
  397. [2025-01-10 15:54:14.075 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "SEC Network"
  398. [2025-01-10 15:54:14.075 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Showtime"
  399. [2025-01-10 15:54:14.075 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "SHOxBET"
  400. [2025-01-10 15:54:14.075 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz"
  401. [2025-01-10 15:54:14.075 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sundance TV"
  402. [2025-01-10 15:54:14.075 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "SYFY"
  403. [2025-01-10 15:54:14.075 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TBS"
  404. [2025-01-10 15:54:14.116 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TCM"
  405. [2025-01-10 15:54:14.117 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TeenNick"
  406. [2025-01-10 15:54:14.117 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Telemundo"
  407. [2025-01-10 15:54:14.117 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "The Food Network"
  408. [2025-01-10 15:54:14.117 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "The Hallmark Channel"
  409. [2025-01-10 15:54:14.117 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "The Weather Channel"
  410. [2025-01-10 15:54:14.118 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TLC"
  411. [2025-01-10 15:54:14.118 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TMC Channel"
  412. [2025-01-10 15:54:14.118 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TNT"
  413. [2025-01-10 15:54:14.118 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Travel Channel"
  414. [2025-01-10 15:54:14.118 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TruTV"
  415. [2025-01-10 15:54:14.118 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "BeIN SPORTS"
  416. [2025-01-10 15:54:14.118 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "beIN SPORTS en Espanol"
  417. [2025-01-10 15:54:14.118 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CBS Sports Network (CBSSN)"
  418. [2025-01-10 15:54:14.118 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ESPN"
  419. [2025-01-10 15:54:14.118 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ESPN 2"
  420. [2025-01-10 15:54:14.118 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ESPN Deportes"
  421. [2025-01-10 15:54:14.118 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ESPNews"
  422. [2025-01-10 15:54:14.119 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ESPNU"
  423. [2025-01-10 15:54:14.119 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Detroit"
  424. [2025-01-10 15:54:14.119 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Florida"
  425. [2025-01-10 15:54:14.119 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Great Lakes"
  426. [2025-01-10 15:54:14.119 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Indiana"
  427. [2025-01-10 15:54:14.119 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Kansas City"
  428. [2025-01-10 15:54:14.119 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Midwest"
  429. [2025-01-10 15:54:14.119 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN North"
  430. [2025-01-10 15:54:14.119 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Ohio"
  431. [2025-01-10 15:54:14.120 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Oklahoma"
  432. [2025-01-10 15:54:14.123 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN SoCal"
  433. [2025-01-10 15:54:14.124 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN South"
  434. [2025-01-10 15:54:14.124 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Southeast"
  435. [2025-01-10 15:54:14.124 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Sun"
  436. [2025-01-10 15:54:14.124 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN West"
  437. [2025-01-10 15:54:14.124 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Wisconsin"
  438. [2025-01-10 15:54:14.124 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Fox Cricket"
  439. [2025-01-10 15:54:14.124 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Soccer Plus"
  440. [2025-01-10 15:54:14.124 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Fox Sports 1"
  441. [2025-01-10 15:54:14.124 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Fox Sports 2"
  442. [2025-01-10 15:54:14.124 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Sports 502"
  443. [2025-01-10 15:54:14.124 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Sports 503"
  444. [2025-01-10 15:54:14.124 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Sports 504"
  445. [2025-01-10 15:54:14.125 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Sports 505"
  446. [2025-01-10 15:54:14.125 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Sports 506"
  447. [2025-01-10 15:54:14.125 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Sports 507"
  448. [2025-01-10 15:54:14.125 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "MLB Network"
  449. [2025-01-10 15:54:14.125 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBA TV"
  450. [2025-01-10 15:54:14.125 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBC Sports Bay Area"
  451. [2025-01-10 15:54:14.136 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBC Sports Boston"
  452. [2025-01-10 15:54:14.139 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBC Sports California"
  453. [2025-01-10 15:54:14.140 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBC Sports Philadelphia"
  454. [2025-01-10 15:54:14.140 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBC Sports Washington"
  455. [2025-01-10 15:54:14.140 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NFL Network"
  456. [2025-01-10 15:54:14.140 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NFL RedZone"
  457. [2025-01-10 15:54:14.140 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NHL Network"
  458. [2025-01-10 15:54:14.141 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Action"
  459. [2025-01-10 15:54:14.141 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Arena"
  460. [2025-01-10 15:54:14.141 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Cricket"
  461. [2025-01-10 15:54:14.141 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports F1"
  462. [2025-01-10 15:54:14.141 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Football"
  463. [2025-01-10 15:54:14.142 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Golf"
  464. [2025-01-10 15:54:14.142 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Main Event"
  465. [2025-01-10 15:54:14.142 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports News"
  466. [2025-01-10 15:54:14.142 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky sports Premier League"
  467. [2025-01-10 15:54:14.142 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Racing"
  468. [2025-01-10 15:54:14.142 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TNT Sports 1"
  469. [2025-01-10 15:54:14.142 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TNT Sports 2"
  470. [2025-01-10 15:54:14.143 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TNT Sports 3"
  471. [2025-01-10 15:54:14.143 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TNT Sports 4"
  472. [2025-01-10 15:54:14.143 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TV ONE"
  473. [2025-01-10 15:54:14.144 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TVLAND"
  474. [2025-01-10 15:54:14.144 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Unimas"
  475. [2025-01-10 15:54:14.144 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Universal Kids"
  476. [2025-01-10 15:54:14.145 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Univision"
  477. [2025-01-10 15:54:14.145 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "USA Network"
  478. [2025-01-10 15:54:14.145 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "VH1"
  479. [2025-01-10 15:54:14.145 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "VICE TV"
  480. [2025-01-10 15:54:14.145 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "WETV"
  481. [2025-01-10 15:54:14.145 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "WWE Network"
  482. [2025-01-10 15:54:14.146 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "07:00 PM - NBA : Toronto Raptors vs Detroit Pistons - 07:00 PM EST - (01/10/2025)"
  483. [2025-01-10 15:54:14.146 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "07:00 PM - NHL : Vancouver Canucks vs Toronto Maple Leafs - 07:00 PM EST - (01/10/2025)"
  484. [2025-01-10 15:54:14.146 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "07:00 PM - NHL : Dallas Stars vs Montreal Canadiens - 07:00 PM EST - (01/10/2025)"
  485. [2025-01-10 15:54:14.146 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "07:00 PM - NHL : Tampa Bay Lightning vs New Jersey Devils - 07:00 PM EST - (01/10/2025)"
  486. [2025-01-10 15:54:14.146 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "07:00 PM - NHL : Anaheim Ducks vs Philadelphia Flyers - 07:00 PM EST - (01/10/2025)"
  487. [2025-01-10 15:54:14.146 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "07:00 PM - NHL : Edmonton Oilers vs Chicago Blackhawks - 07:00 PM EST - (01/10/2025)"
  488. [2025-01-10 15:54:14.146 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "07:00 PM - NHL : Columbus Blue Jackets vs St. Louis Blues - 07:00 PM EST - (01/10/2025)"
  489. [2025-01-10 15:54:14.146 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "07:00 PM - NHL : Colorado Avalanche vs Winnipeg Jets - 07:00 PM EST - (01/10/2025)"
  490. [2025-01-10 15:54:14.146 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "08:00 PM - NFL : Baltimore Ravens vs Pittsburgh Steelers - 08:00 PM EST - (01/10/2025)"
  491. [2025-01-10 15:54:14.147 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "08:00 PM - NBA : Memphis Grizzlies vs Minnesota Timberwolves - 08:00 PM EST - (01/10/2025)"
  492. [2025-01-10 15:54:14.147 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "08:00 PM - NHL : Washington Capitals vs Nashville Predators - 08:00 PM EST - (01/10/2025)"
  493. [2025-01-10 15:54:14.147 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "09:00 PM - NHL : New York Islanders vs Utah Hockey Club - 09:00 PM EST - (01/10/2025)"
  494. [2025-01-10 15:54:14.147 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "10:00 PM - NBA : Miami Heat vs Portland Trail Blazers - 10:00 PM EST - (01/10/2025)"
  495. [2025-01-10 15:54:14.147 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "10:00 PM - NHL : Los Angeles Kings vs Calgary Flames - 10:00 PM EST - (01/10/2025)"
  496. [2025-01-10 15:54:14.147 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "10:00 PM - NHL : New York Rangers vs Vegas Golden Knights - 10:00 PM EST - (01/10/2025)"
  497. [2025-01-10 15:54:14.147 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "10:00 PM - NHL : Minnesota Wild vs San Jose Sharks - 10:00 PM EST - (01/10/2025)"
  498. [2025-01-10 15:54:14.147 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "10:30 PM - NBA : San Antonio Spurs vs Los Angeles Lakers - 10:30 PM EST - (01/10/2025)"
  499. [2025-01-10 15:54:14.147 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "10:30 PM - NBA : Charlotte Hornets vs Los Angeles Clippers - 10:30 PM EST - (01/10/2025)"
  500. [2025-01-10 15:54:14.147 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "03:00 PM - NBA : Houston Rockets vs Atlanta Hawks - 03:00 PM EST - (01/11/2025)"
  501. [2025-01-10 15:54:14.147 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "04:00 PM - NHL : Seattle Kraken vs Buffalo Sabres - 04:00 PM EST - (01/11/2025)"
  502. [2025-01-10 15:54:14.147 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "04:00 PM - NHL : Ottawa Senators vs Pittsburgh Penguins - 04:00 PM EST - (01/11/2025)"
  503. [2025-01-10 15:54:14.147 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "04:30 PM - NFL : Houston Texans vs Los Angeles Chargers - 04:30 PM EST - (01/11/2025)"
  504. [2025-01-10 15:54:14.147 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "05:00 PM - NBA : Utah Jazz vs Phoenix Suns - 05:00 PM EST - (01/11/2025)"
  505. [2025-01-10 15:54:14.148 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "getTV"
  506. [2025-01-10 15:54:14.149 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Hallmark Family"
  507. [2025-01-10 15:54:14.149 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Showtime Extreme"
  508. [2025-01-10 15:54:14.149 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Showtime Next"
  509. [2025-01-10 15:54:14.149 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz"
  510. [2025-01-10 15:54:14.149 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz Comedy"
  511. [2025-01-10 15:54:14.149 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz Edge"
  512. [2025-01-10 15:54:14.149 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz Encore"
  513. [2025-01-10 15:54:14.150 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz Encore Action"
  514. [2025-01-10 15:54:14.150 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "STARZ ENCORE CLASSIC"
  515. [2025-01-10 15:54:14.150 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz Encore Westerns"
  516. [2025-01-10 15:54:14.150 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "STARZ WEST"
  517. [2025-01-10 15:54:14.268 -07:00] [INF] [22] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "enrique". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  518. [2025-01-10 15:54:14.344 -07:00] [INF] [22] Jellyfin.LiveTv.LiveTvMediaSourceProvider: Opening channel stream from "Emby", external channel Id: "m3u_a3321c097cd21c529687a74940b192bae66e42bc0cb2e9277abb610a7aa7d287"
  519. [2025-01-10 15:54:14.346 -07:00] [INF] [22] Jellyfin.LiveTv.DefaultLiveTvService: Streaming Channel "m3u_a3321c097cd21c529687a74940b192bae66e42bc0cb2e9277abb610a7aa7d287"
  520. [2025-01-10 15:54:14.354 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Live stream opened after 0.116ms
  521. [2025-01-10 15:54:14.355 -07:00] [INF] [22] Jellyfin.LiveTv.DefaultLiveTvService: Returning mediasource streamId "e66e42bc0cb2e9277abb610a7aa7d287", mediaSource.Id "e66e42bc0cb2e9277abb610a7aa7d287", mediaSource.LiveStreamId null
  522. [2025-01-10 15:54:14.383 -07:00] [INF] [22] Emby.Server.Implementations.Library.MediaSourceManager: Live tv media info probe took "0.0183392" seconds
  523. [2025-01-10 15:54:14.424 -07:00] [INF] [22] Emby.Server.Implementations.Library.MediaSourceManager: Live stream opened: MediaSourceInfo { Protocol: Http, Id: "e66e42bc0cb2e9277abb610a7aa7d287", Path: "http://92.118.59.222:34400/stream/a5faf0023af5831081575fca8fde2a85", EncoderPath: null, EncoderProtocol: null, Type: Default, Container: "ts", Size: null, Name: null, IsRemote: True, ETag: null, RunTimeTicks: null, ReadAtNativeFramerate: False, IgnoreDts: True, IgnoreIndex: False, GenPtsInput: False, SupportsTranscoding: True, SupportsDirectStream: False, SupportsDirectPlay: False, IsInfiniteStream: True, UseMostCompatibleTranscodingProfile: True, RequiresOpening: True, OpenToken: null, RequiresClosing: True, LiveStreamId: "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_e66e42bc0cb2e9277abb610a7aa7d287", BufferMs: null, RequiresLooping: True, SupportsProbing: True, VideoType: null, IsoType: null, Video3DFormat: null, MediaStreams: [MediaStream { Codec: "h264", CodecTag: null, Language: null, ColorRange: "tv", ColorSpace: "bt709", ColorTransfer: "bt709", ColorPrimaries: "bt709", DvVersionMajor: null, DvVersionMinor: null, DvProfile: null, DvLevel: null, RpuPresentFlag: null, ElPresentFlag: null, BlPresentFlag: null, DvBlSignalCompatibilityId: null, Rotation: null, Comment: null, TimeBase: "1/90000", CodecTimeBase: null, Title: null, VideoRange: SDR, VideoRangeType: SDR, VideoDoViTitle: null, AudioSpatialFormat: None, LocalizedUndefined: null, LocalizedDefault: null, LocalizedForced: null, LocalizedExternal: null, LocalizedHearingImpaired: null, DisplayTitle: "720p H264 SDR", NalLengthSize: "0", IsInterlaced: False, IsAVC: null, ChannelLayout: null, BitRate: 8000000, BitDepth: 8, RefFrames: 1, PacketLength: null, Channels: null, SampleRate: null, IsDefault: False, IsForced: False, IsHearingImpaired: False, Height: 720, Width: 1280, AverageFrameRate: 59.94006, RealFrameRate: 59.94006, ReferenceFrameRate: 59.94006, Profile: "Main", Type: Video, AspectRatio: "16:9", Index: -1, Score: null, IsExternal: False, DeliveryMethod: null, DeliveryUrl: null, IsExternalUrl: null, IsTextSubtitleStream: False, IsPgsSubtitleStream: False, IsExtractableSubtitleStream: False, SupportsExternalStream: False, Path: null, PixelFormat: "yuv420p", Level: 40, IsAnamorphic: False }, MediaStream { Codec: "aac", CodecTag: null, Language: null, ColorRange: null, ColorSpace: null, ColorTransfer: null, ColorPrimaries: null, DvVersionMajor: null, DvVersionMinor: null, DvProfile: null, DvLevel: null, RpuPresentFlag: null, ElPresentFlag: null, BlPresentFlag: null, DvBlSignalCompatibilityId: null, Rotation: null, Comment: null, TimeBase: "1/90000", CodecTimeBase: null, Title: null, VideoRange: Unknown, VideoRangeType: Unknown, VideoDoViTitle: null, AudioSpatialFormat: None, LocalizedUndefined: null, LocalizedDefault: "Default", LocalizedForced: null, LocalizedExternal: "External", LocalizedHearingImpaired: null, DisplayTitle: "HE-AAC - Stereo", NalLengthSize: null, IsInterlaced: False, IsAVC: False, ChannelLayout: "stereo", BitRate: 96179, BitDepth: null, RefFrames: null, PacketLength: null, Channels: 2, SampleRate: 48000, IsDefault: False, IsForced: False, IsHearingImpaired: False, Height: null, Width: null, AverageFrameRate: null, RealFrameRate: null, ReferenceFrameRate: null, Profile: "HE-AAC", Type: Audio, AspectRatio: null, Index: -1, Score: null, IsExternal: False, DeliveryMethod: null, DeliveryUrl: null, IsExternalUrl: null, IsTextSubtitleStream: False, IsPgsSubtitleStream: False, IsExtractableSubtitleStream: False, SupportsExternalStream: False, Path: null, PixelFormat: null, Level: 0, IsAnamorphic: null }], MediaAttachments: [], Formats: [], Bitrate: 8096179, FallbackMaxStreamingBitrate: 30000000, Timestamp: null, RequiredHttpHeaders: [("User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36")], TranscodingUrl: null, TranscodingSubProtocol: http, TranscodingContainer: null, AnalyzeDurationMs: 3000, TranscodeReasons: 0, DefaultAudioStreamIndex: null, DefaultSubtitleStreamIndex: null, HasSegments: False, VideoStream: MediaStream { Codec: "h264", CodecTag: null, Language: null, ColorRange: "tv", ColorSpace: "bt709", ColorTransfer: "bt709", ColorPrimaries: "bt709", DvVersionMajor: null, DvVersionMinor: null, DvProfile: null, DvLevel: null, RpuPresentFlag: null, ElPresentFlag: null, BlPresentFlag: null, DvBlSignalCompatibilityId: null, Rotation: null, Comment: null, TimeBase: "1/90000", CodecTimeBase: null, Title: null, VideoRange: SDR, VideoRangeType: SDR, VideoDoViTitle: null, AudioSpatialFormat: None, LocalizedUndefined: null, LocalizedDefault: null, LocalizedForced: null, LocalizedExternal: null, LocalizedHearingImpaired: null, DisplayTitle: "720p H264 SDR", NalLengthSize: "0", IsInterlaced: False, IsAVC: null, ChannelLayout: null, BitRate: 8000000, BitDepth: 8, RefFrames: 1, PacketLength: null, Channels: null, SampleRate: null, IsDefault: False, IsForced: False, IsHearingImpaired: False, Height: 720, Width: 1280, AverageFrameRate: 59.94006, RealFrameRate: 59.94006, ReferenceFrameRate: 59.94006, Profile: "Main", Type: Video, AspectRatio: "16:9", Index: -1, Score: null, IsExternal: False, DeliveryMethod: null, DeliveryUrl: null, IsExternalUrl: null, IsTextSubtitleStream: False, IsPgsSubtitleStream: False, IsExtractableSubtitleStream: False, SupportsExternalStream: False, Path: null, PixelFormat: "yuv420p", Level: 40, IsAnamorphic: False } }
  524. [2025-01-10 15:54:14.443 -07:00] [INF] [22] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "enrique". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  525. [2025-01-10 15:54:15.637 -07:00] [INF] [29] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 3000000 -probesize 1G -user_agent \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36\" -fflags +igndts -f mpegts -stream_loop -1 -reconnect_at_eof 1 -reconnect_streamed 1 -reconnect_delay_max 2 -init_hw_device cuda=cu:0 -filter_hw_device cu -hwaccel cuda -hwaccel_output_format cuda -noautorotate -hwaccel_flags +unsafe_output -threads 1 -i \"http://92.118.59.222:34400/stream/a5faf0023af5831081575fca8fde2a85\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -sn -codec:v:0 h264_nvenc -preset p1 -b:v 7000000 -maxrate 7000000 -bufsize 14000000 -g:v:0 180 -keyint_min:v:0 180 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_cuda=format=yuv420p\" -flags -global_header -codec:a:0 ac3 -ac 2 -ab 256000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 0 -hls_base_url \"hls/bb42f58a5cefd508ddd29b6967a8e78e/\" -hls_segment_filename \"/config/cache/transcodes/bb42f58a5cefd508ddd29b6967a8e78e%d.ts\" -hls_playlist_type event -hls_list_size 0 -y \"/config/cache/transcodes/bb42f58a5cefd508ddd29b6967a8e78e.m3u8\""
  526. [2025-01-10 15:54:15.708 -07:00] [ERR] [29] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 255
  527. [2025-01-10 15:54:15.717 -07:00] [ERR] [21] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/Videos/c6af4d4224d4394b343369e312d0db50/live.m3u8".
  528. System.ObjectDisposedException: Cannot access a disposed object.
  529. Object name: 'System.Diagnostics.Process'.
  530. at System.Diagnostics.Process.get_StandardError()
  531. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  532. at Jellyfin.Api.Controllers.DynamicHlsController.GetLiveHlsStream(Guid itemId, String container, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 enableSubtitlesInManifest, Boolean enableAudioVbrEncoding, Boolean alwaysBurnInSubtitleWhenTranscoding)
  533. at lambda_method1270(Closure, Object)
  534. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  535. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  536. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  537. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  538. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  539. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  540. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  541. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  542. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  543. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  544. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  545. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  546. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  547. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  548. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  549. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  550. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  551. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  552. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  553. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  554. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  555. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  556. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  557. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  558. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  559. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  560. [2025-01-10 15:54:16.526 -07:00] [INF] [25] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/config/cache/transcodes/bb42f58a5cefd508ddd29b6967a8e78e.m3u8"
  561. [2025-01-10 15:54:18.033 -07:00] [INF] [25] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Kodi JellyCon" "0.8.0 py3" playing "Cartoon Network". Stopped at "0" ms
  562. [2025-01-10 15:54:18.040 -07:00] [INF] [25] Emby.Server.Implementations.Library.MediaSourceManager: Live stream "e66e42bc0cb2e9277abb610a7aa7d287" consumer count is now 0
  563. [2025-01-10 15:54:18.040 -07:00] [INF] [25] Emby.Server.Implementations.Library.MediaSourceManager: Closing live stream "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_e66e42bc0cb2e9277abb610a7aa7d287"
  564. [2025-01-10 15:54:18.041 -07:00] [INF] [25] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Closing "LiveStream"
  565. [2025-01-10 15:54:18.041 -07:00] [INF] [25] Emby.Server.Implementations.Library.MediaSourceManager: Live stream "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_e66e42bc0cb2e9277abb610a7aa7d287" closed successfully
  566. [2025-01-10 15:54:59.158 -07:00] [INF] [32] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
  567. [2025-01-10 15:54:59.212 -07:00] [WRN] [21] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "75.167.143.62" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake."
  568. [2025-01-10 15:54:59.232 -07:00] [INF] [21] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "::ffff:75.167.143.62" closed
  569. [2025-01-10 15:55:18.433 -07:00] [INF] [32] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "::ffff:75.167.143.62" request
  570. [2025-01-10 15:55:21.775 -07:00] [INF] [33] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "enrique". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  571. [2025-01-10 15:55:21.785 -07:00] [INF] [33] Jellyfin.LiveTv.LiveTvMediaSourceProvider: Opening channel stream from "Emby", external channel Id: "m3u_a3321c097cd21c529687a74940b192bae66e42bc0cb2e9277abb610a7aa7d287"
  572. [2025-01-10 15:55:21.785 -07:00] [INF] [33] Jellyfin.LiveTv.DefaultLiveTvService: Streaming Channel "m3u_a3321c097cd21c529687a74940b192bae66e42bc0cb2e9277abb610a7aa7d287"
  573. [2025-01-10 15:55:21.785 -07:00] [INF] [33] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Live stream opened after 0.0126ms
  574. [2025-01-10 15:55:21.785 -07:00] [INF] [33] Jellyfin.LiveTv.DefaultLiveTvService: Returning mediasource streamId "e66e42bc0cb2e9277abb610a7aa7d287", mediaSource.Id "e66e42bc0cb2e9277abb610a7aa7d287", mediaSource.LiveStreamId null
  575. [2025-01-10 15:55:21.786 -07:00] [INF] [33] Emby.Server.Implementations.Library.MediaSourceManager: Live tv media info probe took "0.0008201" seconds
  576. [2025-01-10 15:55:21.795 -07:00] [INF] [33] Emby.Server.Implementations.Library.MediaSourceManager: Live stream opened: MediaSourceInfo { Protocol: Http, Id: "e66e42bc0cb2e9277abb610a7aa7d287", Path: "http://92.118.59.222:34400/stream/a5faf0023af5831081575fca8fde2a85", EncoderPath: null, EncoderProtocol: null, Type: Default, Container: "ts", Size: null, Name: null, IsRemote: True, ETag: null, RunTimeTicks: null, ReadAtNativeFramerate: False, IgnoreDts: True, IgnoreIndex: False, GenPtsInput: False, SupportsTranscoding: True, SupportsDirectStream: False, SupportsDirectPlay: False, IsInfiniteStream: True, UseMostCompatibleTranscodingProfile: True, RequiresOpening: True, OpenToken: null, RequiresClosing: True, LiveStreamId: "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_e66e42bc0cb2e9277abb610a7aa7d287", BufferMs: null, RequiresLooping: True, SupportsProbing: True, VideoType: null, IsoType: null, Video3DFormat: null, MediaStreams: [MediaStream { Codec: "h264", CodecTag: null, Language: null, ColorRange: "tv", ColorSpace: "bt709", ColorTransfer: "bt709", ColorPrimaries: "bt709", DvVersionMajor: null, DvVersionMinor: null, DvProfile: null, DvLevel: null, RpuPresentFlag: null, ElPresentFlag: null, BlPresentFlag: null, DvBlSignalCompatibilityId: null, Rotation: null, Comment: null, TimeBase: "1/90000", CodecTimeBase: null, Title: null, VideoRange: SDR, VideoRangeType: SDR, VideoDoViTitle: null, AudioSpatialFormat: None, LocalizedUndefined: null, LocalizedDefault: null, LocalizedForced: null, LocalizedExternal: null, LocalizedHearingImpaired: null, DisplayTitle: "720p H264 SDR", NalLengthSize: "0", IsInterlaced: False, IsAVC: null, ChannelLayout: null, BitRate: 8000000, BitDepth: 8, RefFrames: 1, PacketLength: null, Channels: null, SampleRate: null, IsDefault: False, IsForced: False, IsHearingImpaired: False, Height: 720, Width: 1280, AverageFrameRate: 59.94006, RealFrameRate: 59.94006, ReferenceFrameRate: 59.94006, Profile: "Main", Type: Video, AspectRatio: "16:9", Index: -1, Score: null, IsExternal: False, DeliveryMethod: null, DeliveryUrl: null, IsExternalUrl: null, IsTextSubtitleStream: False, IsPgsSubtitleStream: False, IsExtractableSubtitleStream: False, SupportsExternalStream: False, Path: null, PixelFormat: "yuv420p", Level: 40, IsAnamorphic: False }, MediaStream { Codec: "aac", CodecTag: null, Language: null, ColorRange: null, ColorSpace: null, ColorTransfer: null, ColorPrimaries: null, DvVersionMajor: null, DvVersionMinor: null, DvProfile: null, DvLevel: null, RpuPresentFlag: null, ElPresentFlag: null, BlPresentFlag: null, DvBlSignalCompatibilityId: null, Rotation: null, Comment: null, TimeBase: "1/90000", CodecTimeBase: null, Title: null, VideoRange: Unknown, VideoRangeType: Unknown, VideoDoViTitle: null, AudioSpatialFormat: None, LocalizedUndefined: null, LocalizedDefault: "Default", LocalizedForced: null, LocalizedExternal: "External", LocalizedHearingImpaired: null, DisplayTitle: "HE-AAC - Stereo", NalLengthSize: null, IsInterlaced: False, IsAVC: False, ChannelLayout: "stereo", BitRate: 96179, BitDepth: null, RefFrames: null, PacketLength: null, Channels: 2, SampleRate: 48000, IsDefault: False, IsForced: False, IsHearingImpaired: False, Height: null, Width: null, AverageFrameRate: null, RealFrameRate: null, ReferenceFrameRate: null, Profile: "HE-AAC", Type: Audio, AspectRatio: null, Index: -1, Score: null, IsExternal: False, DeliveryMethod: null, DeliveryUrl: null, IsExternalUrl: null, IsTextSubtitleStream: False, IsPgsSubtitleStream: False, IsExtractableSubtitleStream: False, SupportsExternalStream: False, Path: null, PixelFormat: null, Level: 0, IsAnamorphic: null }], MediaAttachments: [], Formats: [], Bitrate: 8096179, FallbackMaxStreamingBitrate: 30000000, Timestamp: null, RequiredHttpHeaders: [("User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36")], TranscodingUrl: null, TranscodingSubProtocol: http, TranscodingContainer: null, AnalyzeDurationMs: 3000, TranscodeReasons: 0, DefaultAudioStreamIndex: null, DefaultSubtitleStreamIndex: null, HasSegments: False, VideoStream: MediaStream { Codec: "h264", CodecTag: null, Language: null, ColorRange: "tv", ColorSpace: "bt709", ColorTransfer: "bt709", ColorPrimaries: "bt709", DvVersionMajor: null, DvVersionMinor: null, DvProfile: null, DvLevel: null, RpuPresentFlag: null, ElPresentFlag: null, BlPresentFlag: null, DvBlSignalCompatibilityId: null, Rotation: null, Comment: null, TimeBase: "1/90000", CodecTimeBase: null, Title: null, VideoRange: SDR, VideoRangeType: SDR, VideoDoViTitle: null, AudioSpatialFormat: None, LocalizedUndefined: null, LocalizedDefault: null, LocalizedForced: null, LocalizedExternal: null, LocalizedHearingImpaired: null, DisplayTitle: "720p H264 SDR", NalLengthSize: "0", IsInterlaced: False, IsAVC: null, ChannelLayout: null, BitRate: 8000000, BitDepth: 8, RefFrames: 1, PacketLength: null, Channels: null, SampleRate: null, IsDefault: False, IsForced: False, IsHearingImpaired: False, Height: 720, Width: 1280, AverageFrameRate: 59.94006, RealFrameRate: 59.94006, ReferenceFrameRate: 59.94006, Profile: "Main", Type: Video, AspectRatio: "16:9", Index: -1, Score: null, IsExternal: False, DeliveryMethod: null, DeliveryUrl: null, IsExternalUrl: null, IsTextSubtitleStream: False, IsPgsSubtitleStream: False, IsExtractableSubtitleStream: False, SupportsExternalStream: False, Path: null, PixelFormat: "yuv420p", Level: 40, IsAnamorphic: False } }
  577. [2025-01-10 15:55:21.800 -07:00] [INF] [33] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "enrique". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  578. [2025-01-10 15:55:22.253 -07:00] [INF] [34] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 3000000 -probesize 1G -user_agent \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36\" -fflags +igndts -f mpegts -stream_loop -1 -reconnect_at_eof 1 -reconnect_streamed 1 -reconnect_delay_max 2 -init_hw_device cuda=cu:0 -filter_hw_device cu -hwaccel cuda -hwaccel_output_format cuda -noautorotate -hwaccel_flags +unsafe_output -threads 1 -i \"http://92.118.59.222:34400/stream/a5faf0023af5831081575fca8fde2a85\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -sn -codec:v:0 h264_nvenc -preset p1 -b:v 3453750 -maxrate 3453750 -bufsize 6907500 -profile:v:0 main -g:v:0 180 -keyint_min:v:0 180 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_cuda=w=960:h=540:format=yuv420p\" -flags -global_header -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 0 -hls_base_url \"hls/54558f767186b0805a70d851104d98f9/\" -hls_segment_filename \"/config/cache/transcodes/54558f767186b0805a70d851104d98f9%d.ts\" -hls_playlist_type event -hls_list_size 0 -y \"/config/cache/transcodes/54558f767186b0805a70d851104d98f9.m3u8\""
  579. [2025-01-10 15:55:22.318 -07:00] [ERR] [34] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 255
  580. [2025-01-10 15:55:22.419 -07:00] [ERR] [34] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/c6af4d42-24d4-394b-3433-69e312d0db50/live.m3u8".
  581. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 255
  582. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  583. at Jellyfin.Api.Controllers.DynamicHlsController.GetLiveHlsStream(Guid itemId, String container, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 enableSubtitlesInManifest, Boolean enableAudioVbrEncoding, Boolean alwaysBurnInSubtitleWhenTranscoding)
  584. at lambda_method1270(Closure, Object)
  585. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  586. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  587. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  588. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  589. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  590. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  591. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  592. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  593. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  594. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  595. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  596. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  597. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  598. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  599. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  600. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  601. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  602. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  603. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  604. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  605. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  606. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  607. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  608. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  609. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  610. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  611. [2025-01-10 15:55:22.484 -07:00] [INF] [34] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/config/cache/transcodes/54558f767186b0805a70d851104d98f9.m3u8"
  612. [2025-01-10 15:55:23.996 -07:00] [INF] [32] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Media Player" "1.11.1" playing "Cartoon Network". Stopped at "0" ms
  613. [2025-01-10 15:55:24.002 -07:00] [INF] [32] Emby.Server.Implementations.Library.MediaSourceManager: Live stream "e66e42bc0cb2e9277abb610a7aa7d287" consumer count is now 0
  614. [2025-01-10 15:55:24.046 -07:00] [INF] [32] Emby.Server.Implementations.Library.MediaSourceManager: Closing live stream "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_e66e42bc0cb2e9277abb610a7aa7d287"
  615. [2025-01-10 15:55:24.046 -07:00] [INF] [32] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Closing "LiveStream"
  616. [2025-01-10 15:55:24.046 -07:00] [INF] [32] Emby.Server.Implementations.Library.MediaSourceManager: Live stream "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_e66e42bc0cb2e9277abb610a7aa7d287" closed successfully
  617. [2025-01-10 15:55:57.755 -07:00] [WRN] [22] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "75.167.143.62" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake."
  618. [2025-01-10 15:55:57.763 -07:00] [INF] [22] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "::ffff:75.167.143.62" closed
  619. [2025-01-10 15:56:21.550 -07:00] [INF] [36] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "enrique". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  620. [2025-01-10 15:56:21.553 -07:00] [INF] [36] Jellyfin.LiveTv.LiveTvMediaSourceProvider: Opening channel stream from "Emby", external channel Id: "m3u_a3321c097cd21c529687a74940b192bae66e42bc0cb2e9277abb610a7aa7d287"
  621. [2025-01-10 15:56:21.556 -07:00] [INF] [36] Jellyfin.LiveTv.DefaultLiveTvService: Streaming Channel "m3u_a3321c097cd21c529687a74940b192bae66e42bc0cb2e9277abb610a7aa7d287"
  622. [2025-01-10 15:56:21.557 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Live stream opened after 0.0004ms
  623. [2025-01-10 15:56:21.558 -07:00] [INF] [36] Jellyfin.LiveTv.DefaultLiveTvService: Returning mediasource streamId "e66e42bc0cb2e9277abb610a7aa7d287", mediaSource.Id "e66e42bc0cb2e9277abb610a7aa7d287", mediaSource.LiveStreamId null
  624. [2025-01-10 15:56:21.564 -07:00] [INF] [38] Emby.Server.Implementations.Library.MediaSourceManager: Live tv media info probe took "0.0062826" seconds
  625. [2025-01-10 15:56:21.569 -07:00] [INF] [38] Emby.Server.Implementations.Library.MediaSourceManager: Live stream opened: MediaSourceInfo { Protocol: Http, Id: "e66e42bc0cb2e9277abb610a7aa7d287", Path: "http://92.118.59.222:34400/stream/a5faf0023af5831081575fca8fde2a85", EncoderPath: null, EncoderProtocol: null, Type: Default, Container: "ts", Size: null, Name: null, IsRemote: True, ETag: null, RunTimeTicks: null, ReadAtNativeFramerate: False, IgnoreDts: True, IgnoreIndex: False, GenPtsInput: False, SupportsTranscoding: True, SupportsDirectStream: False, SupportsDirectPlay: False, IsInfiniteStream: True, UseMostCompatibleTranscodingProfile: True, RequiresOpening: True, OpenToken: null, RequiresClosing: True, LiveStreamId: "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_e66e42bc0cb2e9277abb610a7aa7d287", BufferMs: null, RequiresLooping: True, SupportsProbing: True, VideoType: null, IsoType: null, Video3DFormat: null, MediaStreams: [MediaStream { Codec: "h264", CodecTag: null, Language: null, ColorRange: "tv", ColorSpace: "bt709", ColorTransfer: "bt709", ColorPrimaries: "bt709", DvVersionMajor: null, DvVersionMinor: null, DvProfile: null, DvLevel: null, RpuPresentFlag: null, ElPresentFlag: null, BlPresentFlag: null, DvBlSignalCompatibilityId: null, Rotation: null, Comment: null, TimeBase: "1/90000", CodecTimeBase: null, Title: null, VideoRange: SDR, VideoRangeType: SDR, VideoDoViTitle: null, AudioSpatialFormat: None, LocalizedUndefined: null, LocalizedDefault: null, LocalizedForced: null, LocalizedExternal: null, LocalizedHearingImpaired: null, DisplayTitle: "720p H264 SDR", NalLengthSize: "0", IsInterlaced: False, IsAVC: null, ChannelLayout: null, BitRate: 8000000, BitDepth: 8, RefFrames: 1, PacketLength: null, Channels: null, SampleRate: null, IsDefault: False, IsForced: False, IsHearingImpaired: False, Height: 720, Width: 1280, AverageFrameRate: 59.94006, RealFrameRate: 59.94006, ReferenceFrameRate: 59.94006, Profile: "Main", Type: Video, AspectRatio: "16:9", Index: -1, Score: null, IsExternal: False, DeliveryMethod: null, DeliveryUrl: null, IsExternalUrl: null, IsTextSubtitleStream: False, IsPgsSubtitleStream: False, IsExtractableSubtitleStream: False, SupportsExternalStream: False, Path: null, PixelFormat: "yuv420p", Level: 40, IsAnamorphic: False }, MediaStream { Codec: "aac", CodecTag: null, Language: null, ColorRange: null, ColorSpace: null, ColorTransfer: null, ColorPrimaries: null, DvVersionMajor: null, DvVersionMinor: null, DvProfile: null, DvLevel: null, RpuPresentFlag: null, ElPresentFlag: null, BlPresentFlag: null, DvBlSignalCompatibilityId: null, Rotation: null, Comment: null, TimeBase: "1/90000", CodecTimeBase: null, Title: null, VideoRange: Unknown, VideoRangeType: Unknown, VideoDoViTitle: null, AudioSpatialFormat: None, LocalizedUndefined: null, LocalizedDefault: "Default", LocalizedForced: null, LocalizedExternal: "External", LocalizedHearingImpaired: null, DisplayTitle: "HE-AAC - Stereo", NalLengthSize: null, IsInterlaced: False, IsAVC: False, ChannelLayout: "stereo", BitRate: 96179, BitDepth: null, RefFrames: null, PacketLength: null, Channels: 2, SampleRate: 48000, IsDefault: False, IsForced: False, IsHearingImpaired: False, Height: null, Width: null, AverageFrameRate: null, RealFrameRate: null, ReferenceFrameRate: null, Profile: "HE-AAC", Type: Audio, AspectRatio: null, Index: -1, Score: null, IsExternal: False, DeliveryMethod: null, DeliveryUrl: null, IsExternalUrl: null, IsTextSubtitleStream: False, IsPgsSubtitleStream: False, IsExtractableSubtitleStream: False, SupportsExternalStream: False, Path: null, PixelFormat: null, Level: 0, IsAnamorphic: null }], MediaAttachments: [], Formats: [], Bitrate: 8096179, FallbackMaxStreamingBitrate: 30000000, Timestamp: null, RequiredHttpHeaders: [("User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36")], TranscodingUrl: null, TranscodingSubProtocol: http, TranscodingContainer: null, AnalyzeDurationMs: 3000, TranscodeReasons: 0, DefaultAudioStreamIndex: null, DefaultSubtitleStreamIndex: null, HasSegments: False, VideoStream: MediaStream { Codec: "h264", CodecTag: null, Language: null, ColorRange: "tv", ColorSpace: "bt709", ColorTransfer: "bt709", ColorPrimaries: "bt709", DvVersionMajor: null, DvVersionMinor: null, DvProfile: null, DvLevel: null, RpuPresentFlag: null, ElPresentFlag: null, BlPresentFlag: null, DvBlSignalCompatibilityId: null, Rotation: null, Comment: null, TimeBase: "1/90000", CodecTimeBase: null, Title: null, VideoRange: SDR, VideoRangeType: SDR, VideoDoViTitle: null, AudioSpatialFormat: None, LocalizedUndefined: null, LocalizedDefault: null, LocalizedForced: null, LocalizedExternal: null, LocalizedHearingImpaired: null, DisplayTitle: "720p H264 SDR", NalLengthSize: "0", IsInterlaced: False, IsAVC: null, ChannelLayout: null, BitRate: 8000000, BitDepth: 8, RefFrames: 1, PacketLength: null, Channels: null, SampleRate: null, IsDefault: False, IsForced: False, IsHearingImpaired: False, Height: 720, Width: 1280, AverageFrameRate: 59.94006, RealFrameRate: 59.94006, ReferenceFrameRate: 59.94006, Profile: "Main", Type: Video, AspectRatio: "16:9", Index: -1, Score: null, IsExternal: False, DeliveryMethod: null, DeliveryUrl: null, IsExternalUrl: null, IsTextSubtitleStream: False, IsPgsSubtitleStream: False, IsExtractableSubtitleStream: False, SupportsExternalStream: False, Path: null, PixelFormat: "yuv420p", Level: 40, IsAnamorphic: False } }
  626. [2025-01-10 15:56:21.575 -07:00] [INF] [38] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "enrique". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  627. [2025-01-10 15:56:24.953 -07:00] [INF] [36] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 3000000 -probesize 1G -user_agent \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36\" -fflags +igndts -f mpegts -stream_loop -1 -reconnect_at_eof 1 -reconnect_streamed 1 -reconnect_delay_max 2 -init_hw_device cuda=cu:0 -filter_hw_device cu -hwaccel cuda -hwaccel_output_format cuda -noautorotate -hwaccel_flags +unsafe_output -threads 1 -i \"http://92.118.59.222:34400/stream/a5faf0023af5831081575fca8fde2a85\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -sn -codec:v:0 h264_nvenc -preset p1 -b:v 3453750 -maxrate 3453750 -bufsize 6907500 -profile:v:0 main -g:v:0 180 -keyint_min:v:0 180 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_cuda=w=960:h=540:format=yuv420p\" -flags -global_header -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 0 -hls_base_url \"hls/ff91acaf9ecbc038920b7fef127e3eaa/\" -hls_segment_filename \"/config/cache/transcodes/ff91acaf9ecbc038920b7fef127e3eaa%d.ts\" -hls_playlist_type event -hls_list_size 0 -y \"/config/cache/transcodes/ff91acaf9ecbc038920b7fef127e3eaa.m3u8\""
  628. [2025-01-10 15:56:24.995 -07:00] [ERR] [22] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 255
  629. [2025-01-10 15:56:24.996 -07:00] [ERR] [36] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/c6af4d42-24d4-394b-3433-69e312d0db50/live.m3u8".
  630. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 255
  631. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  632. at Jellyfin.Api.Controllers.DynamicHlsController.GetLiveHlsStream(Guid itemId, String container, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 enableSubtitlesInManifest, Boolean enableAudioVbrEncoding, Boolean alwaysBurnInSubtitleWhenTranscoding)
  633. at lambda_method1270(Closure, Object)
  634. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  635. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  636. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  637. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  638. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  639. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  640. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  641. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  642. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  643. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  644. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  645. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  646. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  647. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  648. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  649. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  650. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  651. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  652. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  653. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  654. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  655. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  656. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  657. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  658. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  659. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  660. [2025-01-10 15:56:25.104 -07:00] [INF] [37] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/config/cache/transcodes/ff91acaf9ecbc038920b7fef127e3eaa.m3u8"
  661. [2025-01-10 15:56:26.605 -07:00] [INF] [22] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Media Player" "1.11.1" playing "Cartoon Network". Stopped at "0" ms
  662. [2025-01-10 15:56:26.605 -07:00] [INF] [22] Emby.Server.Implementations.Library.MediaSourceManager: Live stream "e66e42bc0cb2e9277abb610a7aa7d287" consumer count is now 0
  663. [2025-01-10 15:56:26.608 -07:00] [INF] [22] Emby.Server.Implementations.Library.MediaSourceManager: Closing live stream "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_e66e42bc0cb2e9277abb610a7aa7d287"
  664. [2025-01-10 15:56:26.608 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Closing "LiveStream"
  665. [2025-01-10 15:56:26.608 -07:00] [INF] [22] Emby.Server.Implementations.Library.MediaSourceManager: Live stream "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_e66e42bc0cb2e9277abb610a7aa7d287" closed successfully
  666. [2025-01-10 15:57:05.174 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "A&E"
  667. [2025-01-10 15:57:05.174 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ABC"
  668. [2025-01-10 15:57:05.174 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ABCNY"
  669. [2025-01-10 15:57:05.175 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "AMC"
  670. [2025-01-10 15:57:05.176 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Animal Planet"
  671. [2025-01-10 15:57:05.176 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "AXS TV"
  672. [2025-01-10 15:57:05.176 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "BBC America (BBCA)"
  673. [2025-01-10 15:57:05.176 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "BET"
  674. [2025-01-10 15:57:05.176 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Boomerang"
  675. [2025-01-10 15:57:05.176 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Bravo"
  676. [2025-01-10 15:57:05.176 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "C SPAN 1"
  677. [2025-01-10 15:57:05.176 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Cartoon Network"
  678. [2025-01-10 15:57:05.177 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CBS"
  679. [2025-01-10 15:57:05.177 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CBSNY"
  680. [2025-01-10 15:57:05.177 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Cinemax"
  681. [2025-01-10 15:57:05.177 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Cleo TV"
  682. [2025-01-10 15:57:05.177 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CMT"
  683. [2025-01-10 15:57:05.180 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CNBC"
  684. [2025-01-10 15:57:05.181 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CNN"
  685. [2025-01-10 15:57:05.181 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Comedy Central"
  686. [2025-01-10 15:57:05.182 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Comet"
  687. [2025-01-10 15:57:05.182 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Cooking Channel"
  688. [2025-01-10 15:57:05.182 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "COZI TV"
  689. [2025-01-10 15:57:05.182 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Crime+ Investigation"
  690. [2025-01-10 15:57:05.182 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CW"
  691. [2025-01-10 15:57:05.182 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Destination America"
  692. [2025-01-10 15:57:05.182 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Discovery Channel"
  693. [2025-01-10 15:57:05.182 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Discovery Family"
  694. [2025-01-10 15:57:05.182 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Discovery Life Channel"
  695. [2025-01-10 15:57:05.182 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Disney Channel"
  696. [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Disney JR"
  697. [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Disney XD"
  698. [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "E! Entertainment Television"
  699. [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX"
  700. [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Fox Business"
  701. [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Fox News"
  702. [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Fox Weather Channel"
  703. [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOXNY"
  704. [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Freeform"
  705. [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FX"
  706. [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FX Movie Channel"
  707. [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FXX"
  708. [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FYI"
  709. [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Game Show Network"
  710. [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Grit Channel"
  711. [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Hallmark Movies & Mysterie"
  712. [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HBO"
  713. [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HBO Comedy"
  714. [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HBO Family"
  715. [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HBO Signature"
  716. [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HBO Zone"
  717. [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HBO2"
  718. [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Headline News"
  719. [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HGTV"
  720. [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "History"
  721. [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "IFC TV"
  722. [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Investigation Discovery (ID)"
  723. [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ION"
  724. [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Lifetime Movies Network"
  725. [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Lifetime Network"
  726. [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Magnolia Network"
  727. [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "MAVTV"
  728. [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "METV"
  729. [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Motor Trend"
  730. [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "MSNBC"
  731. [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "MTV"
  732. [2025-01-10 15:57:05.185 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "MY9TV"
  733. [2025-01-10 15:57:05.185 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Nat Geo Wild"
  734. [2025-01-10 15:57:05.185 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "National Geographic (NGC)"
  735. [2025-01-10 15:57:05.185 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBC"
  736. [2025-01-10 15:57:05.185 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBCNY"
  737. [2025-01-10 15:57:05.185 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Newsmax"
  738. [2025-01-10 15:57:05.185 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NewsNation"
  739. [2025-01-10 15:57:05.185 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NICK"
  740. [2025-01-10 15:57:05.186 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NICK JR"
  741. [2025-01-10 15:57:05.186 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Nicktoons"
  742. [2025-01-10 15:57:05.186 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Oprah Winfrey Network (OWN)"
  743. [2025-01-10 15:57:05.186 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Oxygen True Crime"
  744. [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Paramount Network"
  745. [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "POP TV"
  746. [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Reelz Channel"
  747. [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Science Channel"
  748. [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "SEC Network"
  749. [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Showtime"
  750. [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "SHOxBET"
  751. [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz"
  752. [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sundance TV"
  753. [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "SYFY"
  754. [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TBS"
  755. [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TCM"
  756. [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TeenNick"
  757. [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Telemundo"
  758. [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "The Food Network"
  759. [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "The Hallmark Channel"
  760. [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "The Weather Channel"
  761. [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TLC"
  762. [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TMC Channel"
  763. [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TNT"
  764. [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Travel Channel"
  765. [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TruTV"
  766. [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "BeIN SPORTS"
  767. [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "beIN SPORTS en Espanol"
  768. [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CBS Sports Network (CBSSN)"
  769. [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ESPN"
  770. [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ESPN 2"
  771. [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ESPN Deportes"
  772. [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ESPNews"
  773. [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ESPNU"
  774. [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Detroit"
  775. [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Florida"
  776. [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Great Lakes"
  777. [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Indiana"
  778. [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Kansas City"
  779. [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Midwest"
  780. [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN North"
  781. [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Ohio"
  782. [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Oklahoma"
  783. [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN SoCal"
  784. [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN South"
  785. [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Southeast"
  786. [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Sun"
  787. [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN West"
  788. [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Wisconsin"
  789. [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Fox Cricket"
  790. [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Soccer Plus"
  791. [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Fox Sports 1"
  792. [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Fox Sports 2"
  793. [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Sports 502"
  794. [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Sports 503"
  795. [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Sports 504"
  796. [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Sports 505"
  797. [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Sports 506"
  798. [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Sports 507"
  799. [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "MLB Network"
  800. [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBA TV"
  801. [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBC Sports Bay Area"
  802. [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBC Sports Boston"
  803. [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBC Sports California"
  804. [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBC Sports Philadelphia"
  805. [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBC Sports Washington"
  806. [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NFL Network"
  807. [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NFL RedZone"
  808. [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NHL Network"
  809. [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Action"
  810. [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Arena"
  811. [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Cricket"
  812. [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports F1"
  813. [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Football"
  814. [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Golf"
  815. [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Main Event"
  816. [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports News"
  817. [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky sports Premier League"
  818. [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Racing"
  819. [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TNT Sports 1"
  820. [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TNT Sports 2"
  821. [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TNT Sports 3"
  822. [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TNT Sports 4"
  823. [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TV ONE"
  824. [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TVLAND"
  825. [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Unimas"
  826. [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Universal Kids"
  827. [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Univision"
  828. [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "USA Network"
  829. [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "VH1"
  830. [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "VICE TV"
  831. [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "WETV"
  832. [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "WWE Network"
  833. [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "07:00 PM - NBA : Toronto Raptors vs Detroit Pistons - 07:00 PM EST - (01/10/2025)"
  834. [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "07:00 PM - NHL : Vancouver Canucks vs Toronto Maple Leafs - 07:00 PM EST - (01/10/2025)"
  835. [2025-01-10 15:57:05.191 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "07:00 PM - NHL : Dallas Stars vs Montreal Canadiens - 07:00 PM EST - (01/10/2025)"
  836. [2025-01-10 15:57:05.191 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "07:00 PM - NHL : Tampa Bay Lightning vs New Jersey Devils - 07:00 PM EST - (01/10/2025)"
  837. [2025-01-10 15:57:05.191 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "07:00 PM - NHL : Anaheim Ducks vs Philadelphia Flyers - 07:00 PM EST - (01/10/2025)"
  838. [2025-01-10 15:57:05.191 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "07:00 PM - NHL : Edmonton Oilers vs Chicago Blackhawks - 07:00 PM EST - (01/10/2025)"
  839. [2025-01-10 15:57:05.191 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "07:00 PM - NHL : Columbus Blue Jackets vs St. Louis Blues - 07:00 PM EST - (01/10/2025)"
  840. [2025-01-10 15:57:05.191 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "07:00 PM - NHL : Colorado Avalanche vs Winnipeg Jets - 07:00 PM EST - (01/10/2025)"
  841. [2025-01-10 15:57:05.191 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "08:00 PM - NFL : Baltimore Ravens vs Pittsburgh Steelers - 08:00 PM EST - (01/10/2025)"
  842. [2025-01-10 15:57:05.191 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "08:00 PM - NBA : Memphis Grizzlies vs Minnesota Timberwolves - 08:00 PM EST - (01/10/2025)"
  843. [2025-01-10 15:57:05.191 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "08:00 PM - NHL : Washington Capitals vs Nashville Predators - 08:00 PM EST - (01/10/2025)"
  844. [2025-01-10 15:57:05.191 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "09:00 PM - NHL : New York Islanders vs Utah Hockey Club - 09:00 PM EST - (01/10/2025)"
  845. [2025-01-10 15:57:05.191 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "10:00 PM - NBA : Miami Heat vs Portland Trail Blazers - 10:00 PM EST - (01/10/2025)"
  846. [2025-01-10 15:57:05.198 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "10:00 PM - NHL : Los Angeles Kings vs Calgary Flames - 10:00 PM EST - (01/10/2025)"
  847. [2025-01-10 15:57:05.198 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "10:00 PM - NHL : New York Rangers vs Vegas Golden Knights - 10:00 PM EST - (01/10/2025)"
  848. [2025-01-10 15:57:05.199 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "10:00 PM - NHL : Minnesota Wild vs San Jose Sharks - 10:00 PM EST - (01/10/2025)"
  849. [2025-01-10 15:57:05.199 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "10:30 PM - NBA : San Antonio Spurs vs Los Angeles Lakers - 10:30 PM EST - (01/10/2025)"
  850. [2025-01-10 15:57:05.199 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "10:30 PM - NBA : Charlotte Hornets vs Los Angeles Clippers - 10:30 PM EST - (01/10/2025)"
  851. [2025-01-10 15:57:05.199 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "03:00 PM - NBA : Houston Rockets vs Atlanta Hawks - 03:00 PM EST - (01/11/2025)"
  852. [2025-01-10 15:57:05.199 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "04:00 PM - NHL : Seattle Kraken vs Buffalo Sabres - 04:00 PM EST - (01/11/2025)"
  853. [2025-01-10 15:57:05.199 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "04:00 PM - NHL : Ottawa Senators vs Pittsburgh Penguins - 04:00 PM EST - (01/11/2025)"
  854. [2025-01-10 15:57:05.199 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "04:30 PM - NFL : Houston Texans vs Los Angeles Chargers - 04:30 PM EST - (01/11/2025)"
  855. [2025-01-10 15:57:05.200 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "05:00 PM - NBA : Utah Jazz vs Phoenix Suns - 05:00 PM EST - (01/11/2025)"
  856. [2025-01-10 15:57:05.200 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "getTV"
  857. [2025-01-10 15:57:05.200 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Hallmark Family"
  858. [2025-01-10 15:57:05.200 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Showtime Extreme"
  859. [2025-01-10 15:57:05.200 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Showtime Next"
  860. [2025-01-10 15:57:05.200 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz"
  861. [2025-01-10 15:57:05.200 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz Comedy"
  862. [2025-01-10 15:57:05.201 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz Edge"
  863. [2025-01-10 15:57:05.201 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz Encore"
  864. [2025-01-10 15:57:05.201 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz Encore Action"
  865. [2025-01-10 15:57:05.201 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "STARZ ENCORE CLASSIC"
  866. [2025-01-10 15:57:05.202 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz Encore Westerns"
  867. [2025-01-10 15:57:05.202 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "STARZ WEST"
  868. [2025-01-10 15:57:05.237 -07:00] [INF] [22] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  869. [2025-01-10 15:57:05.242 -07:00] [INF] [22] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: Downloading xmltv listings from "http://92.118.59.222:34400/xmltv/threadfin.xml"
  870. [2025-01-10 15:57:06.414 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Starz Encore" "1326"
  871. [2025-01-10 15:57:06.414 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "COZI TV" "1022"
  872. [2025-01-10 15:57:06.414 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Fox Business" "1034"
  873. [2025-01-10 15:57:06.414 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FOX Sports 502" "1128"
  874. [2025-01-10 15:57:06.414 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Sky Sports F1" "1148"
  875. [2025-01-10 15:57:06.415 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "CBS" "1012"
  876. [2025-01-10 15:57:06.415 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "TCM" "1089"
  877. [2025-01-10 15:57:06.415 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "TNT Sports 1" "1155"
  878. [2025-01-10 15:57:06.415 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FanDuel SN West" "1121"
  879. [2025-01-10 15:57:06.415 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Headline News" "1052"
  880. [2025-01-10 15:57:06.415 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "BET" "1007"
  881. [2025-01-10 15:57:06.415 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Lifetime Network" "1059"
  882. [2025-01-10 15:57:06.415 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Oprah Winfrey Network (OWN)" "1076"
  883. [2025-01-10 15:57:06.415 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Science Channel" "1081"
  884. [2025-01-10 15:57:06.415 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Sky Sports Football" "1149"
  885. [2025-01-10 15:57:06.415 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "07:00 PM - NBA : Toronto Raptors vs Detroit Pistons - 07:00 PM EST - (01/10/2025)" "1202"
  886. [2025-01-10 15:57:06.415 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "CNN" "1018"
  887. [2025-01-10 15:57:06.415 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "04:00 PM - NHL : Seattle Kraken vs Buffalo Sabres - 04:00 PM EST - (01/11/2025)" "1222"
  888. [2025-01-10 15:57:06.415 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FanDuel SN Florida" "1109"
  889. [2025-01-10 15:57:06.416 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "04:30 PM - NFL : Houston Texans vs Los Angeles Chargers - 04:30 PM EST - (01/11/2025)" "1225"
  890. [2025-01-10 15:57:06.416 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FanDuel SN Ohio" "1115"
  891. [2025-01-10 15:57:06.416 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Lifetime Movies Network" "1058"
  892. [2025-01-10 15:57:06.416 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "MAVTV" "1061"
  893. [2025-01-10 15:57:06.416 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "07:00 PM - NHL : Dallas Stars vs Montreal Canadiens - 07:00 PM EST - (01/10/2025)" "1204"
  894. [2025-01-10 15:57:06.416 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Fox Sports 1" "1126"
  895. [2025-01-10 15:57:06.416 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Grit Channel" "1044"
  896. [2025-01-10 15:57:06.416 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FXX" "1041"
  897. [2025-01-10 15:57:06.416 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "HBO Zone" "1050"
  898. [2025-01-10 15:57:06.416 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Magnolia Network" "1060"
  899. [2025-01-10 15:57:06.416 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Showtime" "1083"
  900. [2025-01-10 15:57:06.416 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "CNBC" "1017"
  901. [2025-01-10 15:57:06.416 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "01:30 PM - PGA Tour Sony Open In Hawaii Second Round - 01:30 PM EST - (01/11/2025)" "1200"
  902. [2025-01-10 15:57:06.416 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "07:00 PM - NHL : Colorado Avalanche vs Winnipeg Jets - 07:00 PM EST - (01/10/2025)" "1209"
  903. [2025-01-10 15:57:06.416 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Sky Sports News" "1152"
  904. [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "CBSNY" "1013"
  905. [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Starz Encore Westerns" "1329"
  906. [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Comet" "1020"
  907. [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "beIN SPORTS en Espanol" "1101"
  908. [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Sky Sports Golf" "1150"
  909. [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FanDuel SN Sun" "1120"
  910. [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "HGTV" "1053"
  911. [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "MY9TV" "1066"
  912. [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Newsmax" "1071"
  913. [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Disney Channel" "1029"
  914. [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Travel Channel" "1098"
  915. [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "08:00 PM - NFL : Baltimore Ravens vs Pittsburgh Steelers - 08:00 PM EST - (01/10/2025)" "1210"
  916. [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FYI" "1042"
  917. [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "NBC Sports California" "1138"
  918. [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Sky Sports Cricket" "1147"
  919. [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "The Hallmark Channel" "1093"
  920. [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FanDuel SN Wisconsin" "1122"
  921. [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Showtime Next" "1322"
  922. [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "07:00 PM - NHL : Anaheim Ducks vs Philadelphia Flyers - 07:00 PM EST - (01/10/2025)" "1206"
  923. [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "HBO Signature" "1049"
  924. [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "AXS TV" "1005"
  925. [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "HBO Comedy" "1047"
  926. [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Investigation Discovery (ID)" "1056"
  927. [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "NBA TV" "1135"
  928. [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "TNT" "1097"
  929. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FanDuel SN South" "1118"
  930. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FOX" "1033"
  931. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FOX Sports 507" "1133"
  932. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "C SPAN 1" "1010"
  933. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "SEC Network" "1082"
  934. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "TNT Sports 2" "1156"
  935. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "10:00 PM - NBA : Miami Heat vs Portland Trail Blazers - 10:00 PM EST - (01/10/2025)" "1214"
  936. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Cleo TV" "1015"
  937. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Discovery Life Channel" "1028"
  938. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "STARZ WEST" "1330"
  939. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FanDuel SN Indiana" "1111"
  940. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "ESPN 2" "1104"
  941. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "10:30 PM - NBA : Charlotte Hornets vs Los Angeles Clippers - 10:30 PM EST - (01/10/2025)" "1219"
  942. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "03:00 PM - NBA : Houston Rockets vs Atlanta Hawks - 03:00 PM EST - (01/11/2025)" "1221"
  943. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "BeIN SPORTS" "1100"
  944. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "SYFY" "1087"
  945. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Universal Kids" "1162"
  946. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Hallmark Family" "1320"
  947. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "08:00 PM - NBA : Memphis Grizzlies vs Minnesota Timberwolves - 08:00 PM EST - (01/10/2025)" "1211"
  948. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Bravo" "1009"
  949. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "TMC Channel" "1096"
  950. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Starz Edge" "1325"
  951. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Disney JR" "1030"
  952. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "NewsNation" "1072"
  953. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "The Weather Channel" "1094"
  954. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "07:00 PM - NHL : Edmonton Oilers vs Chicago Blackhawks - 07:00 PM EST - (01/10/2025)" "1207"
  955. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Game Show Network" "1043"
  956. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "ESPN Deportes" "1105"
  957. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Nat Geo Wild" "1067"
  958. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "NBC Sports Boston" "1137"
  959. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "NICK" "1073"
  960. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "NICK JR" "1074"
  961. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "NFL Network" "1142"
  962. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "TruTV" "1099"
  963. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Fox Cricket" "1123"
  964. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "MSNBC" "1064"
  965. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FOX Sports 506" "1132"
  966. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "NBCNY" "1070"
  967. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "11:00 AM - PGA Tour Sony Open In Hawaii - 11:00 AM EST - (01/10/2025)" "1187"
  968. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "01:00 PM - NHL : Boston Bruins vs Florida Panthers - 01:00 PM EST - (01/11/2025)" "1220"
  969. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FOX Sports 503" "1129"
  970. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "VICE TV" "1166"
  971. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "CMT" "1016"
  972. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Comedy Central" "1019"
  973. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "CW" "1024"
  974. [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "IFC TV" "1055"
  975. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Starz" "1085"
  976. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "10:00 PM - NHL : Minnesota Wild vs San Jose Sharks - 10:00 PM EST - (01/10/2025)" "1217"
  977. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "NHL Network" "1144"
  978. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FanDuel SN Southeast" "1119"
  979. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "History" "1054"
  980. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Fox News" "1035"
  981. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "NBC Sports Bay Area" "1136"
  982. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "NBC Sports Washington" "1141"
  983. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Starz Comedy" "1324"
  984. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "04:30 PM - NFL Football NFL Wild Card Game Live Los Angeles Chargers vs Houston Texans - 04:30 PM EST - (01/11/2025)" "1224"
  985. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Nicktoons" "1075"
  986. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "POP TV" "1079"
  987. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Telemundo" "1091"
  988. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "The Food Network" "1092"
  989. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "STARZ ENCORE CLASSIC" "1328"
  990. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Unimas" "1161"
  991. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "07:00 PM - NHL : Tampa Bay Lightning vs New Jersey Devils - 07:00 PM EST - (01/10/2025)" "1205"
  992. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "09:00 PM - NHL : New York Islanders vs Utah Hockey Club - 09:00 PM EST - (01/10/2025)" "1213"
  993. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Fox Weather Channel" "1036"
  994. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Sky Sports Action" "1145"
  995. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "CBS Sports Network (CBSSN)" "1102"
  996. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "10:00 PM - NHL : New York Rangers vs Vegas Golden Knights - 10:00 PM EST - (01/10/2025)" "1216"
  997. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "10:30 PM - NBA : San Antonio Spurs vs Los Angeles Lakers - 10:30 PM EST - (01/10/2025)" "1218"
  998. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "TBS" "1088"
  999. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Animal Planet" "1004"
  1000. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FX Movie Channel" "1040"
  1001. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "07:00 PM - NHL : Vancouver Canucks vs Toronto Maple Leafs - 07:00 PM EST - (01/10/2025)" "1203"
  1002. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "ION" "1057"
  1003. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "08:00 PM - NHL : Washington Capitals vs Nashville Predators - 08:00 PM EST - (01/10/2025)" "1212"
  1004. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "E! Entertainment Television" "1032"
  1005. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FanDuel SN North" "1114"
  1006. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "HBO" "1046"
  1007. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FOX Sports 505" "1131"
  1008. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Sundance TV" "1086"
  1009. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Cinemax" "1014"
  1010. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "04:00 PM - NHL : Ottawa Senators vs Pittsburgh Penguins - 04:00 PM EST - (01/11/2025)" "1223"
  1011. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Discovery Channel" "1026"
  1012. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "ESPNU" "1107"
  1013. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FanDuel SN Midwest" "1113"
  1014. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Reelz Channel" "1080"
  1015. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "TeenNick" "1090"
  1016. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Showtime Extreme" "1321"
  1017. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "NBC" "1069"
  1018. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Disney XD" "1031"
  1019. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FanDuel SN Kansas City" "1112"
  1020. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "HBO Family" "1048"
  1021. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "MTV" "1065"
  1022. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "USA Network" "1164"
  1023. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "VH1" "1165"
  1024. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "AMC" "1003"
  1025. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Cartoon Network" "1011"
  1026. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FanDuel SN Great Lakes" "1110"
  1027. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Motor Trend" "1063"
  1028. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Boomerang" "1008"
  1029. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "TNT Sports 3" "1157"
  1030. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "ESPNews" "1106"
  1031. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Starz Encore Action" "1327"
  1032. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Paramount Network" "1078"
  1033. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Destination America" "1025"
  1034. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "BBC America (BBCA)" "1006"
  1035. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FOX Sports 504" "1130"
  1036. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Crime+ Investigation" "1023"
  1037. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "HBO2" "1051"
  1038. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "National Geographic (NGC)" "1068"
  1039. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "TVLAND" "1160"
  1040. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "WWE Network" "1168"
  1041. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Sky sports Premier League" "1153"
  1042. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "05:00 PM - NBA : Utah Jazz vs Phoenix Suns - 05:00 PM EST - (01/11/2025)" "1226"
  1043. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Discovery Family" "1027"
  1044. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Hallmark Movies & Mysterie" "1045"
  1045. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "ABC" "1001"
  1046. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "getTV" "1310"
  1047. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "ESPN" "1103"
  1048. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FanDuel SN SoCal" "1117"
  1049. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Oxygen True Crime" "1077"
  1050. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Sky Sports Arena" "1146"
  1051. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "TNT Sports 4" "1158"
  1052. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Starz" "1323"
  1053. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "NFL RedZone" "1143"
  1054. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Cooking Channel" "1021"
  1055. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Freeform" "1038"
  1056. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Sky Sports Main Event" "1151"
  1057. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Sky Sports Racing" "1154"
  1058. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "TV ONE" "1159"
  1059. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "A&E" "1000"
  1060. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "ABCNY" "1002"
  1061. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "MLB Network" "1134"
  1062. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FX" "1039"
  1063. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "07:00 PM - NBA G-League : Maine Celtics vs Raptors 905 - 07:00 PM EST - (01/10/2025)" "1201"
  1064. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "07:00 PM - NHL : Columbus Blue Jackets vs St. Louis Blues - 07:00 PM EST - (01/10/2025)" "1208"
  1065. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FOX Soccer Plus" "1125"
  1066. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Fox Sports 2" "1127"
  1067. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "METV" "1062"
  1068. [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "NBC Sports Philadelphia" "1140"
  1069. [2025-01-10 15:57:06.420 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "TLC" "1095"
  1070. [2025-01-10 15:57:06.420 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "10:00 PM - NHL : Los Angeles Kings vs Calgary Flames - 10:00 PM EST - (01/10/2025)" "1215"
  1071. [2025-01-10 15:57:06.420 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FOXNY" "1037"
  1072. [2025-01-10 15:57:06.420 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FanDuel SN Oklahoma" "1116"
  1073. [2025-01-10 15:57:06.420 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "SHOxBET" "1084"
  1074. [2025-01-10 15:57:06.420 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Univision" "1163"
  1075. [2025-01-10 15:57:06.420 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "WETV" "1167"
  1076. [2025-01-10 15:57:06.420 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FanDuel SN Detroit" "1108"
  1077. [2025-01-10 15:57:06.560 -07:00] [INF] [33] Jellyfin.LiveTv.Guide.GuideManager: Refreshing guide with 7 days of guide data
  1078. [2025-01-10 15:57:06.609 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1079. [2025-01-10 15:57:07.627 -07:00] [INF] [40] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1080. [2025-01-10 15:57:08.324 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1081. [2025-01-10 15:57:09.064 -07:00] [INF] [34] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1082. [2025-01-10 15:57:09.463 -07:00] [INF] [22] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1083. [2025-01-10 15:57:10.249 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1084. [2025-01-10 15:57:11.189 -07:00] [INF] [39] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1085. [2025-01-10 15:57:11.601 -07:00] [INF] [36] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1086. [2025-01-10 15:57:12.317 -07:00] [INF] [39] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1087. [2025-01-10 15:57:13.936 -07:00] [INF] [34] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1088. [2025-01-10 15:57:14.757 -07:00] [INF] [22] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1089. [2025-01-10 15:57:15.187 -07:00] [INF] [39] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1090. [2025-01-10 15:57:18.272 -07:00] [INF] [39] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1091. [2025-01-10 15:57:20.319 -07:00] [INF] [39] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1092. [2025-01-10 15:57:21.840 -07:00] [INF] [40] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1093. [2025-01-10 15:57:22.802 -07:00] [INF] [36] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1094. [2025-01-10 15:57:24.787 -07:00] [INF] [34] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1095. [2025-01-10 15:57:26.361 -07:00] [INF] [36] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1096. [2025-01-10 15:57:28.024 -07:00] [INF] [39] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1097. [2025-01-10 15:57:29.994 -07:00] [INF] [36] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1098. [2025-01-10 15:57:32.492 -07:00] [INF] [39] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1099. [2025-01-10 15:57:33.387 -07:00] [INF] [22] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1100. [2025-01-10 15:57:35.570 -07:00] [INF] [39] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1101. [2025-01-10 15:57:36.555 -07:00] [INF] [40] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1102. [2025-01-10 15:57:38.626 -07:00] [INF] [38] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1103. [2025-01-10 15:57:40.917 -07:00] [INF] [39] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1104. [2025-01-10 15:57:42.976 -07:00] [INF] [39] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1105. [2025-01-10 15:57:45.252 -07:00] [INF] [36] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1106. [2025-01-10 15:57:48.205 -07:00] [INF] [36] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1107. [2025-01-10 15:57:49.902 -07:00] [INF] [36] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1108. [2025-01-10 15:57:51.932 -07:00] [INF] [40] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1109. [2025-01-10 15:57:55.060 -07:00] [INF] [22] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1110. [2025-01-10 15:57:57.610 -07:00] [INF] [37] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1111. [2025-01-10 15:57:58.973 -07:00] [INF] [36] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1112. [2025-01-10 15:58:00.671 -07:00] [INF] [37] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1113. [2025-01-10 15:58:02.811 -07:00] [INF] [35] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1114. [2025-01-10 15:58:04.353 -07:00] [INF] [40] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1115. [2025-01-10 15:58:05.560 -07:00] [INF] [38] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1116. [2025-01-10 15:58:07.783 -07:00] [INF] [40] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1117. [2025-01-10 15:58:09.116 -07:00] [INF] [22] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1118. [2025-01-10 15:58:09.986 -07:00] [INF] [22] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1119. [2025-01-10 15:58:11.383 -07:00] [INF] [39] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1120. [2025-01-10 15:58:13.900 -07:00] [INF] [39] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1121. [2025-01-10 15:58:16.872 -07:00] [INF] [38] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1122. [2025-01-10 15:58:19.032 -07:00] [INF] [39] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1123. [2025-01-10 15:58:20.220 -07:00] [INF] [32] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1124. [2025-01-10 15:58:21.555 -07:00] [INF] [32] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1125. [2025-01-10 15:58:22.705 -07:00] [INF] [38] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1126. [2025-01-10 15:58:23.942 -07:00] [INF] [32] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1127. [2025-01-10 15:58:25.247 -07:00] [INF] [31] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1128. [2025-01-10 15:58:26.535 -07:00] [INF] [31] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1129. [2025-01-10 15:58:27.688 -07:00] [INF] [22] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1130. [2025-01-10 15:58:28.893 -07:00] [INF] [40] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1131. [2025-01-10 15:58:32.303 -07:00] [INF] [32] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1132. [2025-01-10 15:58:34.318 -07:00] [INF] [40] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1133. [2025-01-10 15:58:35.575 -07:00] [INF] [40] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1134. [2025-01-10 15:58:36.972 -07:00] [INF] [22] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1135. [2025-01-10 15:58:38.689 -07:00] [INF] [32] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1136. [2025-01-10 15:58:40.841 -07:00] [INF] [39] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1137. [2025-01-10 15:58:42.019 -07:00] [INF] [35] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1138. [2025-01-10 15:58:43.589 -07:00] [INF] [22] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1139. [2025-01-10 15:58:45.630 -07:00] [INF] [22] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1140. [2025-01-10 15:58:47.351 -07:00] [INF] [31] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1141. [2025-01-10 15:58:49.230 -07:00] [INF] [30] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1142. [2025-01-10 15:58:50.418 -07:00] [INF] [22] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1143. [2025-01-10 15:58:52.083 -07:00] [INF] [29] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1144. [2025-01-10 15:58:54.549 -07:00] [INF] [22] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1145. [2025-01-10 15:58:56.706 -07:00] [INF] [32] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1146. [2025-01-10 15:58:58.966 -07:00] [INF] [22] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1147. [2025-01-10 15:59:00.697 -07:00] [INF] [39] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1148. [2025-01-10 15:59:02.653 -07:00] [INF] [39] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1149. [2025-01-10 15:59:04.914 -07:00] [INF] [39] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1150. [2025-01-10 15:59:06.304 -07:00] [INF] [32] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1151. [2025-01-10 15:59:07.930 -07:00] [INF] [30] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1152. [2025-01-10 15:59:10.334 -07:00] [INF] [39] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1153. [2025-01-10 15:59:13.017 -07:00] [INF] [22] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1154. [2025-01-10 15:59:16.783 -07:00] [INF] [22] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1155. [2025-01-10 15:59:18.564 -07:00] [INF] [32] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1156. [2025-01-10 15:59:19.873 -07:00] [INF] [22] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1157. [2025-01-10 15:59:21.582 -07:00] [INF] [30] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1158. [2025-01-10 15:59:22.880 -07:00] [INF] [29] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1159. [2025-01-10 15:59:25.270 -07:00] [INF] [39] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1160. [2025-01-10 15:59:27.811 -07:00] [INF] [37] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1161. [2025-01-10 15:59:29.168 -07:00] [INF] [29] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1162. [2025-01-10 15:59:29.616 -07:00] [INF] [37] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1163. [2025-01-10 15:59:30.507 -07:00] [INF] [22] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1164. [2025-01-10 15:59:31.719 -07:00] [INF] [32] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1165. [2025-01-10 15:59:33.343 -07:00] [INF] [30] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1166. [2025-01-10 15:59:34.545 -07:00] [INF] [35] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1167. [2025-01-10 15:59:36.006 -07:00] [INF] [37] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1168. [2025-01-10 15:59:37.120 -07:00] [INF] [29] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1169. [2025-01-10 15:59:40.279 -07:00] [INF] [35] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1170. [2025-01-10 15:59:42.635 -07:00] [INF] [37] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1171. [2025-01-10 15:59:45.388 -07:00] [INF] [3] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1172. [2025-01-10 15:59:47.163 -07:00] [INF] [3] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1173. [2025-01-10 15:59:48.954 -07:00] [INF] [35] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1174. [2025-01-10 15:59:50.764 -07:00] [INF] [32] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1175. [2025-01-10 15:59:51.997 -07:00] [INF] [31] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1176. [2025-01-10 15:59:52.814 -07:00] [INF] [31] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1177. [2025-01-10 15:59:54.820 -07:00] [INF] [39] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1178. [2025-01-10 15:59:56.871 -07:00] [INF] [35] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1179. [2025-01-10 15:59:57.940 -07:00] [INF] [30] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1180. [2025-01-10 15:59:59.629 -07:00] [INF] [30] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1181. [2025-01-10 16:00:01.446 -07:00] [INF] [37] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1182. [2025-01-10 16:00:03.492 -07:00] [INF] [32] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1183. [2025-01-10 16:00:05.434 -07:00] [INF] [39] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1184. [2025-01-10 16:00:06.463 -07:00] [INF] [27] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1185. [2025-01-10 16:00:08.502 -07:00] [INF] [27] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1186. [2025-01-10 16:00:08.956 -07:00] [INF] [32] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1187. [2025-01-10 16:00:10.451 -07:00] [INF] [3] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1188. [2025-01-10 16:00:12.394 -07:00] [INF] [37] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1189. [2025-01-10 16:00:14.729 -07:00] [INF] [35] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1190. [2025-01-10 16:00:16.468 -07:00] [INF] [37] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1191. [2025-01-10 16:00:19.171 -07:00] [INF] [3] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1192. [2025-01-10 16:00:20.807 -07:00] [INF] [39] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1193. [2025-01-10 16:00:23.015 -07:00] [INF] [35] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1194. [2025-01-10 16:00:24.856 -07:00] [INF] [37] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1195. [2025-01-10 16:00:26.820 -07:00] [INF] [31] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1196. [2025-01-10 16:00:28.829 -07:00] [INF] [3] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1197. [2025-01-10 16:00:30.634 -07:00] [INF] [38] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1198. [2025-01-10 16:00:32.595 -07:00] [INF] [32] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1199. [2025-01-10 16:00:34.362 -07:00] [INF] [39] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1200. [2025-01-10 16:00:36.225 -07:00] [INF] [31] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1201. [2025-01-10 16:00:38.151 -07:00] [INF] [3] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1202. [2025-01-10 16:00:39.975 -07:00] [INF] [32] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1203. [2025-01-10 16:00:41.183 -07:00] [INF] [3] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1204. [2025-01-10 16:00:42.359 -07:00] [INF] [38] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1205. [2025-01-10 16:00:43.588 -07:00] [INF] [3] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1206. [2025-01-10 16:00:45.509 -07:00] [INF] [32] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1207. [2025-01-10 16:00:46.501 -07:00] [INF] [39] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1208. [2025-01-10 16:00:48.557 -07:00] [INF] [32] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1209. [2025-01-10 16:00:49.628 -07:00] [INF] [39] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1210. [2025-01-10 16:00:51.806 -07:00] [INF] [38] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1211. [2025-01-10 16:00:58.988 -07:00] [INF] [34] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1212. [2025-01-10 16:00:59.417 -07:00] [INF] [38] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1213. [2025-01-10 16:00:59.921 -07:00] [INF] [34] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1214. [2025-01-10 16:01:00.503 -07:00] [INF] [3] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1215. [2025-01-10 16:01:01.172 -07:00] [INF] [34] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1216. [2025-01-10 16:01:03.084 -07:00] [INF] [3] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1217. [2025-01-10 16:01:05.424 -07:00] [INF] [28] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1218. [2025-01-10 16:01:07.512 -07:00] [INF] [31] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1219. [2025-01-10 16:01:08.193 -07:00] [INF] [31] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1220. [2025-01-10 16:01:08.703 -07:00] [INF] [35] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1221. [2025-01-10 16:01:10.419 -07:00] [INF] [38] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1222. [2025-01-10 16:01:18.910 -07:00] [WRN] [35] Jellyfin.LiveTv.Guide.GuideManager: Unable to precache "https://images.metadata.sky.com/pd-image/8630b2b3-c735-4779-9297-dd62184385e1/16-9"
  1223. System.InvalidOperationException: Unable to convert any images to local
  1224. at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
  1225. at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
  1226. [2025-01-10 16:01:19.063 -07:00] [WRN] [28] Jellyfin.LiveTv.Guide.GuideManager: Unable to precache "https://images.metadata.sky.com/pd-image/51d173ef-eabe-4819-ab9f-e8499464d51b/16-9"
  1227. System.InvalidOperationException: Unable to convert any images to local
  1228. at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
  1229. at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
  1230. [2025-01-10 16:01:19.094 -07:00] [WRN] [28] Jellyfin.LiveTv.Guide.GuideManager: Unable to precache "https://images.metadata.sky.com/pd-image/d9bf6b09-1620-4517-bdfa-5a729265b9ec/16-9"
  1231. System.InvalidOperationException: Unable to convert any images to local
  1232. at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
  1233. at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
  1234. [2025-01-10 16:01:19.199 -07:00] [WRN] [28] Jellyfin.LiveTv.Guide.GuideManager: Unable to precache "https://images.metadata.sky.com/pd-image/b092ac9b-96d9-4b81-b763-f4a011bd8c88/16-9"
  1235. System.InvalidOperationException: Unable to convert any images to local
  1236. at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
  1237. at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
  1238. [2025-01-10 16:01:19.216 -07:00] [WRN] [28] Jellyfin.LiveTv.Guide.GuideManager: Unable to precache "https://images.metadata.sky.com/pd-image/6d564358-371a-4d7c-9102-dfb3ebb17e02/16-9"
  1239. System.InvalidOperationException: Unable to convert any images to local
  1240. at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
  1241. at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
  1242. [2025-01-10 16:01:19.395 -07:00] [WRN] [28] Jellyfin.LiveTv.Guide.GuideManager: Unable to precache "https://images.metadata.sky.com/pd-image/039afcea-f171-4ffa-86fa-2fe95d39a8eb/16-9"
  1243. System.InvalidOperationException: Unable to convert any images to local
  1244. at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
  1245. at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
  1246. [2025-01-10 16:01:19.429 -07:00] [WRN] [28] Jellyfin.LiveTv.Guide.GuideManager: Unable to precache "https://images.metadata.sky.com/pd-image/92983aa1-b2d6-465f-87ce-64996655b5b0/16-9"
  1247. System.InvalidOperationException: Unable to convert any images to local
  1248. at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
  1249. at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
  1250. [2025-01-10 16:01:19.620 -07:00] [WRN] [27] Jellyfin.LiveTv.Guide.GuideManager: Unable to precache "https://images.metadata.sky.com/pd-image/8fbad5d0-f650-43b6-ae2b-fa3766f1c3da/16-9"
  1251. System.InvalidOperationException: Unable to convert any images to local
  1252. at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
  1253. at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
  1254. [2025-01-10 16:01:20.482 -07:00] [WRN] [35] Jellyfin.LiveTv.Guide.GuideManager: Unable to precache "https://images.metadata.sky.com/pd-image/8fbad5d0-f650-43b6-ae2b-fa3766f1c3da/16-9"
  1255. System.InvalidOperationException: Unable to convert any images to local
  1256. at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
  1257. at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
  1258. [2025-01-10 16:01:24.623 -07:00] [INF] [38] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1259. [2025-01-10 16:01:24.896 -07:00] [INF] [35] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1260. [2025-01-10 16:01:28.268 -07:00] [INF] [27] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1261. [2025-01-10 16:01:28.676 -07:00] [WRN] [31] Jellyfin.LiveTv.Guide.GuideManager: Unable to precache "https://images.metadata.sky.com/pd-image/72e25643-b097-45fd-8ffc-f8ba516d4a86/16-9"
  1262. System.InvalidOperationException: Unable to convert any images to local
  1263. at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
  1264. at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
  1265. [2025-01-10 16:01:29.417 -07:00] [WRN] [35] Jellyfin.LiveTv.Guide.GuideManager: Unable to precache "https://images.metadata.sky.com/pd-image/5db97e42-3c41-4bbc-90e9-aeeaece606cc/16-9"
  1266. System.InvalidOperationException: Unable to convert any images to local
  1267. at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
  1268. at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
  1269. [2025-01-10 16:01:29.848 -07:00] [WRN] [38] Jellyfin.LiveTv.Guide.GuideManager: Unable to precache "https://images.metadata.sky.com/pd-image/772e1c10-287a-4a40-a702-e56bbc630164/16-9"
  1270. System.InvalidOperationException: Unable to convert any images to local
  1271. at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
  1272. at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
  1273. [2025-01-10 16:01:29.904 -07:00] [WRN] [27] Jellyfin.LiveTv.Guide.GuideManager: Unable to precache "https://images.metadata.sky.com/pd-image/a7cf0ae2-4646-4e78-ae7f-c39dfc5c0c27/16-9"
  1274. System.InvalidOperationException: Unable to convert any images to local
  1275. at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
  1276. at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
  1277. [2025-01-10 16:01:30.042 -07:00] [INF] [27] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1278. [2025-01-10 16:01:30.689 -07:00] [INF] [28] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1279. [2025-01-10 16:01:31.642 -07:00] [INF] [38] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1280. [2025-01-10 16:01:32.054 -07:00] [INF] [3] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1281. [2025-01-10 16:01:33.906 -07:00] [INF] [31] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1282. [2025-01-10 16:01:36.064 -07:00] [WRN] [28] Jellyfin.LiveTv.Guide.GuideManager: Unable to precache "https://images.metadata.sky.com/pd-image/35dea0c6-335b-471b-9ced-ad38a59713cc/16-9"
  1283. System.InvalidOperationException: Unable to convert any images to local
  1284. at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
  1285. at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
  1286. [2025-01-10 16:01:36.851 -07:00] [WRN] [28] Jellyfin.LiveTv.Guide.GuideManager: Unable to precache "https://images.metadata.sky.com/pd-image/03b71bde-b929-4e57-8de0-874599f1c15f/16-9"
  1287. System.InvalidOperationException: Unable to convert any images to local
  1288. at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
  1289. at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
  1290. [2025-01-10 16:01:36.874 -07:00] [WRN] [28] Jellyfin.LiveTv.Guide.GuideManager: Unable to precache "https://images.metadata.sky.com/pd-image/35aedf09-ceaf-4db4-b2f3-73e44be1b452/16-9"
  1291. System.InvalidOperationException: Unable to convert any images to local
  1292. at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
  1293. at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
  1294. [2025-01-10 16:01:37.043 -07:00] [WRN] [28] Jellyfin.LiveTv.Guide.GuideManager: Unable to precache "https://images.metadata.sky.com/pd-image/fabf52e0-5431-48e6-b202-e2b35e97d4f2/16-9"
  1295. System.InvalidOperationException: Unable to convert any images to local
  1296. at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
  1297. at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
  1298. [2025-01-10 16:01:37.151 -07:00] [INF] [28] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1299. [2025-01-10 16:01:41.185 -07:00] [WRN] [38] Jellyfin.LiveTv.Guide.GuideManager: Unable to precache "https://images.metadata.sky.com/pd-image/0c2b89f6-fe14-429a-8bd9-d8001ee8a05b/16-9"
  1300. System.InvalidOperationException: Unable to convert any images to local
  1301. at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
  1302. at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
  1303. [2025-01-10 16:01:41.232 -07:00] [WRN] [35] Jellyfin.LiveTv.Guide.GuideManager: Unable to precache "https://images.metadata.sky.com/pd-image/0c2b89f6-fe14-429a-8bd9-d8001ee8a05b/16-9"
  1304. System.InvalidOperationException: Unable to convert any images to local
  1305. at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
  1306. at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
  1307. [2025-01-10 16:01:41.440 -07:00] [WRN] [35] Jellyfin.LiveTv.Guide.GuideManager: Unable to precache "https://images.metadata.sky.com/pd-image/001688b3-5dfe-4e13-a753-ba24ca09f9a1/16-9"
  1308. System.InvalidOperationException: Unable to convert any images to local
  1309. at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
  1310. at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
  1311. [2025-01-10 16:01:41.764 -07:00] [INF] [35] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1312. [2025-01-10 16:01:42.119 -07:00] [INF] [35] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1313. [2025-01-10 16:01:42.450 -07:00] [INF] [28] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1314. [2025-01-10 16:01:42.937 -07:00] [INF] [38] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1315. [2025-01-10 16:01:43.431 -07:00] [INF] [32] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1316. [2025-01-10 16:01:44.053 -07:00] [INF] [3] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1317. [2025-01-10 16:01:44.872 -07:00] [INF] [38] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1318. [2025-01-10 16:01:45.546 -07:00] [INF] [28] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1319. [2025-01-10 16:01:47.621 -07:00] [INF] [35] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1320. [2025-01-10 16:01:49.662 -07:00] [INF] [27] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1321. [2025-01-10 16:01:51.317 -07:00] [INF] [27] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1322. [2025-01-10 16:01:53.196 -07:00] [INF] [34] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1323. [2025-01-10 16:01:55.728 -07:00] [INF] [27] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1324. [2025-01-10 16:01:56.317 -07:00] [INF] [31] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1325. [2025-01-10 16:01:56.668 -07:00] [INF] [31] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1326. [2025-01-10 16:01:56.839 -07:00] [INF] [27] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1327. [2025-01-10 16:01:56.981 -07:00] [INF] [27] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1328. [2025-01-10 16:01:57.155 -07:00] [INF] [27] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1329. [2025-01-10 16:01:57.345 -07:00] [INF] [31] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1330. [2025-01-10 16:01:57.593 -07:00] [INF] [31] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1331. [2025-01-10 16:01:57.742 -07:00] [INF] [27] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1332. [2025-01-10 16:01:57.912 -07:00] [INF] [27] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1333. [2025-01-10 16:01:58.092 -07:00] [INF] [27] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1334. [2025-01-10 16:01:58.252 -07:00] [INF] [27] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1335. [2025-01-10 16:01:58.433 -07:00] [INF] [31] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1336. [2025-01-10 16:01:58.576 -07:00] [INF] [27] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1337. [2025-01-10 16:01:58.735 -07:00] [INF] [27] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1338. [2025-01-10 16:01:58.895 -07:00] [INF] [27] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1339. [2025-01-10 16:01:59.021 -07:00] [INF] [27] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1340. [2025-01-10 16:01:59.158 -07:00] [INF] [31] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1341. [2025-01-10 16:01:59.317 -07:00] [INF] [31] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1342. [2025-01-10 16:01:59.477 -07:00] [INF] [31] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1343. [2025-01-10 16:01:59.611 -07:00] [INF] [31] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1344. [2025-01-10 16:01:59.728 -07:00] [INF] [31] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1345. [2025-01-10 16:01:59.837 -07:00] [INF] [31] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1346. [2025-01-10 16:01:59.978 -07:00] [INF] [27] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1347. [2025-01-10 16:02:00.141 -07:00] [INF] [27] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1348. [2025-01-10 16:02:00.303 -07:00] [INF] [3] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1349. [2025-01-10 16:02:00.588 -07:00] [INF] [31] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1350. [2025-01-10 16:02:01.039 -07:00] [INF] [3] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1351. [2025-01-10 16:02:01.426 -07:00] [INF] [3] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1352. [2025-01-10 16:02:01.846 -07:00] [INF] [27] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1353. [2025-01-10 16:02:02.458 -07:00] [INF] [35] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1354. [2025-01-10 16:02:02.981 -07:00] [INF] [35] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1355. [2025-01-10 16:02:03.599 -07:00] [INF] [35] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1356. [2025-01-10 16:02:04.292 -07:00] [INF] [3] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1357. [2025-01-10 16:02:05.057 -07:00] [INF] [35] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1358. [2025-01-10 16:02:06.180 -07:00] [INF] [35] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1359. [2025-01-10 16:02:06.845 -07:00] [INF] [32] Jellyfin.LiveTv.Listings.XmlTvListingsProvider: xmltv path: "http://92.118.59.222:34400/xmltv/threadfin.xml"
  1360. [2025-01-10 16:02:08.062 -07:00] [INF] [35] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "LiveTvChannel", Name: "07:00 PM - NBA : Minnesota Timberwolves vs Orlando Magic - 07:00 PM EST - (01/09/2025)", Path: "", Id: 92c64218-c03c-42fd-fe48-b255c9c3a825
  1361. [2025-01-10 16:02:08.071 -07:00] [INF] [35] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "LiveTvChannel", Name: "09:00 PM - NBA : Atlanta Hawks vs Phoenix Suns - 09:00 PM EST - (01/09/2025)", Path: "", Id: 94e6ae25-decf-797d-26ec-2c1b605624c0
  1362. [2025-01-10 16:02:08.073 -07:00] [INF] [35] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "LiveTvChannel", Name: "07:00 PM - NHL : Buffalo Sabres vs Ottawa Senators - 07:00 PM EST - (01/09/2025)", Path: "", Id: 2fbe9f35-ed9e-8554-96a8-283921262a60
  1363. [2025-01-10 16:02:08.074 -07:00] [INF] [35] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "LiveTvChannel", Name: "09:00 PM - NBA : Miami Heat vs Utah Jazz - 09:00 PM EST - (01/09/2025)", Path: "", Id: 0716233e-6f91-cf15-60a8-1e74fc9bda7c
  1364. [2025-01-10 16:02:08.075 -07:00] [INF] [35] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "LiveTvChannel", Name: "07:00 PM - NHL : Boston Bruins vs Tampa Bay Lightning - 07:00 PM EST - (01/09/2025)", Path: "", Id: ccd6d25c-8311-257b-904c-7534ebd38d0d
  1365. [2025-01-10 16:02:08.076 -07:00] [INF] [35] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "LiveTvChannel", Name: "10:30 PM - NBA : Charlotte Hornets vs Los Angeles Lakers - 10:30 PM EST - (01/09/2025)", Path: "", Id: e2862360-c909-dd8b-185f-5d55b42a94df
  1366. [2025-01-10 16:02:08.081 -07:00] [INF] [35] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "LiveTvChannel", Name: "08:00 PM - NBA : Houston Rockets vs Memphis Grizzlies - 08:00 PM EST - (01/09/2025)", Path: "", Id: 4f003d64-d563-05ba-11a9-206ba96302f3
  1367. [2025-01-10 16:02:08.082 -07:00] [INF] [35] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "LiveTvChannel", Name: "07:00 PM - NHL : New Jersey Devils vs New York Rangers - 07:00 PM EST - (01/09/2025)", Path: "", Id: 1d2c937f-bf59-144f-279d-9f2e6ee6f04e
  1368. [2025-01-10 16:02:08.082 -07:00] [INF] [35] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "LiveTvChannel", Name: "08:30 PM - NBA : Portland Trail Blazers vs Dallas Mavericks - 08:30 PM EST - (01/09/2025)", Path: "", Id: adb85099-05e8-673b-fe8a-941602a865f1
  1369. [2025-01-10 16:02:08.083 -07:00] [INF] [35] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "LiveTvChannel", Name: "08:00 PM - NHL : Colorado Avalanche vs Minnesota Wild - 08:00 PM EST - (01/09/2025)", Path: "", Id: c99b8ef1-3638-9e3d-54e8-99991d4810e3
  1370. [2025-01-10 16:02:12.347 -07:00] [INF] [35] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Refresh Guide" Completed after 5 minute(s) and 10 seconds
  1371. [2025-01-10 16:02:16.676 -07:00] [INF] [27] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "enrique". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1372. [2025-01-10 16:02:16.678 -07:00] [INF] [27] Jellyfin.LiveTv.LiveTvMediaSourceProvider: Opening channel stream from "Emby", external channel Id: "m3u_a3321c097cd21c529687a74940b192bae66e42bc0cb2e9277abb610a7aa7d287"
  1373. [2025-01-10 16:02:16.678 -07:00] [INF] [27] Jellyfin.LiveTv.DefaultLiveTvService: Streaming Channel "m3u_a3321c097cd21c529687a74940b192bae66e42bc0cb2e9277abb610a7aa7d287"
  1374. [2025-01-10 16:02:16.678 -07:00] [INF] [27] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Live stream opened after 0.0004ms
  1375. [2025-01-10 16:02:16.678 -07:00] [INF] [27] Jellyfin.LiveTv.DefaultLiveTvService: Returning mediasource streamId "e66e42bc0cb2e9277abb610a7aa7d287", mediaSource.Id "e66e42bc0cb2e9277abb610a7aa7d287", mediaSource.LiveStreamId null
  1376. [2025-01-10 16:02:16.679 -07:00] [INF] [27] Emby.Server.Implementations.Library.MediaSourceManager: Live tv media info probe took "0.0008604" seconds
  1377. [2025-01-10 16:02:16.683 -07:00] [INF] [27] Emby.Server.Implementations.Library.MediaSourceManager: Live stream opened: MediaSourceInfo { Protocol: Http, Id: "e66e42bc0cb2e9277abb610a7aa7d287", Path: "http://92.118.59.222:34400/stream/a5faf0023af5831081575fca8fde2a85", EncoderPath: null, EncoderProtocol: null, Type: Default, Container: "ts", Size: null, Name: null, IsRemote: True, ETag: null, RunTimeTicks: null, ReadAtNativeFramerate: False, IgnoreDts: True, IgnoreIndex: False, GenPtsInput: False, SupportsTranscoding: True, SupportsDirectStream: False, SupportsDirectPlay: False, IsInfiniteStream: True, UseMostCompatibleTranscodingProfile: True, RequiresOpening: True, OpenToken: null, RequiresClosing: True, LiveStreamId: "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_e66e42bc0cb2e9277abb610a7aa7d287", BufferMs: null, RequiresLooping: True, SupportsProbing: True, VideoType: null, IsoType: null, Video3DFormat: null, MediaStreams: [MediaStream { Codec: "h264", CodecTag: null, Language: null, ColorRange: "tv", ColorSpace: "bt709", ColorTransfer: "bt709", ColorPrimaries: "bt709", DvVersionMajor: null, DvVersionMinor: null, DvProfile: null, DvLevel: null, RpuPresentFlag: null, ElPresentFlag: null, BlPresentFlag: null, DvBlSignalCompatibilityId: null, Rotation: null, Comment: null, TimeBase: "1/90000", CodecTimeBase: null, Title: null, VideoRange: SDR, VideoRangeType: SDR, VideoDoViTitle: null, AudioSpatialFormat: None, LocalizedUndefined: null, LocalizedDefault: null, LocalizedForced: null, LocalizedExternal: null, LocalizedHearingImpaired: null, DisplayTitle: "720p H264 SDR", NalLengthSize: "0", IsInterlaced: False, IsAVC: null, ChannelLayout: null, BitRate: 8000000, BitDepth: 8, RefFrames: 1, PacketLength: null, Channels: null, SampleRate: null, IsDefault: False, IsForced: False, IsHearingImpaired: False, Height: 720, Width: 1280, AverageFrameRate: 59.94006, RealFrameRate: 59.94006, ReferenceFrameRate: 59.94006, Profile: "Main", Type: Video, AspectRatio: "16:9", Index: -1, Score: null, IsExternal: False, DeliveryMethod: null, DeliveryUrl: null, IsExternalUrl: null, IsTextSubtitleStream: False, IsPgsSubtitleStream: False, IsExtractableSubtitleStream: False, SupportsExternalStream: False, Path: null, PixelFormat: "yuv420p", Level: 40, IsAnamorphic: False }, MediaStream { Codec: "aac", CodecTag: null, Language: null, ColorRange: null, ColorSpace: null, ColorTransfer: null, ColorPrimaries: null, DvVersionMajor: null, DvVersionMinor: null, DvProfile: null, DvLevel: null, RpuPresentFlag: null, ElPresentFlag: null, BlPresentFlag: null, DvBlSignalCompatibilityId: null, Rotation: null, Comment: null, TimeBase: "1/90000", CodecTimeBase: null, Title: null, VideoRange: Unknown, VideoRangeType: Unknown, VideoDoViTitle: null, AudioSpatialFormat: None, LocalizedUndefined: null, LocalizedDefault: "Default", LocalizedForced: null, LocalizedExternal: "External", LocalizedHearingImpaired: null, DisplayTitle: "HE-AAC - Stereo", NalLengthSize: null, IsInterlaced: False, IsAVC: False, ChannelLayout: "stereo", BitRate: 96179, BitDepth: null, RefFrames: null, PacketLength: null, Channels: 2, SampleRate: 48000, IsDefault: False, IsForced: False, IsHearingImpaired: False, Height: null, Width: null, AverageFrameRate: null, RealFrameRate: null, ReferenceFrameRate: null, Profile: "HE-AAC", Type: Audio, AspectRatio: null, Index: -1, Score: null, IsExternal: False, DeliveryMethod: null, DeliveryUrl: null, IsExternalUrl: null, IsTextSubtitleStream: False, IsPgsSubtitleStream: False, IsExtractableSubtitleStream: False, SupportsExternalStream: False, Path: null, PixelFormat: null, Level: 0, IsAnamorphic: null }], MediaAttachments: [], Formats: [], Bitrate: 8096179, FallbackMaxStreamingBitrate: 30000000, Timestamp: null, RequiredHttpHeaders: [("User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36")], TranscodingUrl: null, TranscodingSubProtocol: http, TranscodingContainer: null, AnalyzeDurationMs: 3000, TranscodeReasons: 0, DefaultAudioStreamIndex: null, DefaultSubtitleStreamIndex: null, HasSegments: False, VideoStream: MediaStream { Codec: "h264", CodecTag: null, Language: null, ColorRange: "tv", ColorSpace: "bt709", ColorTransfer: "bt709", ColorPrimaries: "bt709", DvVersionMajor: null, DvVersionMinor: null, DvProfile: null, DvLevel: null, RpuPresentFlag: null, ElPresentFlag: null, BlPresentFlag: null, DvBlSignalCompatibilityId: null, Rotation: null, Comment: null, TimeBase: "1/90000", CodecTimeBase: null, Title: null, VideoRange: SDR, VideoRangeType: SDR, VideoDoViTitle: null, AudioSpatialFormat: None, LocalizedUndefined: null, LocalizedDefault: null, LocalizedForced: null, LocalizedExternal: null, LocalizedHearingImpaired: null, DisplayTitle: "720p H264 SDR", NalLengthSize: "0", IsInterlaced: False, IsAVC: null, ChannelLayout: null, BitRate: 8000000, BitDepth: 8, RefFrames: 1, PacketLength: null, Channels: null, SampleRate: null, IsDefault: False, IsForced: False, IsHearingImpaired: False, Height: 720, Width: 1280, AverageFrameRate: 59.94006, RealFrameRate: 59.94006, ReferenceFrameRate: 59.94006, Profile: "Main", Type: Video, AspectRatio: "16:9", Index: -1, Score: null, IsExternal: False, DeliveryMethod: null, DeliveryUrl: null, IsExternalUrl: null, IsTextSubtitleStream: False, IsPgsSubtitleStream: False, IsExtractableSubtitleStream: False, SupportsExternalStream: False, Path: null, PixelFormat: "yuv420p", Level: 40, IsAnamorphic: False } }
  1378. [2025-01-10 16:02:16.685 -07:00] [INF] [27] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "enrique". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1379. [2025-01-10 16:02:32.079 -07:00] [INF] [29] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 3000000 -probesize 1G -user_agent \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36\" -fflags +igndts -f mpegts -stream_loop -1 -reconnect_at_eof 1 -reconnect_streamed 1 -reconnect_delay_max 2 -init_hw_device cuda=cu:0 -filter_hw_device cu -hwaccel cuda -hwaccel_output_format cuda -noautorotate -hwaccel_flags +unsafe_output -threads 1 -i \"http://92.118.59.222:34400/stream/a5faf0023af5831081575fca8fde2a85\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -sn -codec:v:0 h264_nvenc -preset p1 -b:v 3453750 -maxrate 3453750 -bufsize 6907500 -profile:v:0 main -g:v:0 180 -keyint_min:v:0 180 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_cuda=w=960:h=540:format=yuv420p\" -flags -global_header -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 0 -hls_base_url \"hls/154c9695e9c98bd12c7c4103fa889c8e/\" -hls_segment_filename \"/config/cache/transcodes/154c9695e9c98bd12c7c4103fa889c8e%d.ts\" -hls_playlist_type event -hls_list_size 0 -y \"/config/cache/transcodes/154c9695e9c98bd12c7c4103fa889c8e.m3u8\""
  1380. [2025-01-10 16:02:32.168 -07:00] [ERR] [29] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 255
  1381. [2025-01-10 16:02:32.259 -07:00] [ERR] [29] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/c6af4d42-24d4-394b-3433-69e312d0db50/live.m3u8".
  1382. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 255
  1383. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1384. at Jellyfin.Api.Controllers.DynamicHlsController.GetLiveHlsStream(Guid itemId, String container, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 enableSubtitlesInManifest, Boolean enableAudioVbrEncoding, Boolean alwaysBurnInSubtitleWhenTranscoding)
  1385. at lambda_method1270(Closure, Object)
  1386. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1387. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  1388. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1389. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1390. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1391. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1392. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1393. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  1394. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1395. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1396. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1397. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1398. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1399. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1400. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1401. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1402. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1403. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1404. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1405. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1406. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1407. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1408. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1409. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1410. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1411. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1412. [2025-01-10 16:02:32.386 -07:00] [INF] [29] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 3000000 -probesize 1G -user_agent \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36\" -fflags +igndts -f mpegts -stream_loop -1 -reconnect_at_eof 1 -reconnect_streamed 1 -reconnect_delay_max 2 -init_hw_device cuda=cu:0 -filter_hw_device cu -hwaccel cuda -hwaccel_output_format cuda -noautorotate -hwaccel_flags +unsafe_output -threads 1 -i \"http://92.118.59.222:34400/stream/a5faf0023af5831081575fca8fde2a85\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -sn -codec:v:0 h264_nvenc -preset p1 -b:v 3453750 -maxrate 3453750 -bufsize 6907500 -profile:v:0 main -g:v:0 180 -keyint_min:v:0 180 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_cuda=w=960:h=540:format=yuv420p\" -flags -global_header -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 0 -hls_base_url \"hls/98e9c55d66495f9c0573b3e001158edf/\" -hls_segment_filename \"/config/cache/transcodes/98e9c55d66495f9c0573b3e001158edf%d.ts\" -hls_playlist_type event -hls_list_size 0 -y \"/config/cache/transcodes/98e9c55d66495f9c0573b3e001158edf.m3u8\""
  1413. [2025-01-10 16:02:32.427 -07:00] [ERR] [29] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 255
  1414. [2025-01-10 16:02:32.524 -07:00] [ERR] [35] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/c6af4d42-24d4-394b-3433-69e312d0db50/live.m3u8".
  1415. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 255
  1416. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1417. at Jellyfin.Api.Controllers.DynamicHlsController.GetLiveHlsStream(Guid itemId, String container, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 enableSubtitlesInManifest, Boolean enableAudioVbrEncoding, Boolean alwaysBurnInSubtitleWhenTranscoding)
  1418. at lambda_method1270(Closure, Object)
  1419. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1420. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  1421. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1422. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1423. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1424. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1425. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1426. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  1427. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1428. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1429. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1430. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1431. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1432. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1433. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1434. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1435. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1436. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1437. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1438. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1439. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1440. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1441. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1442. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1443. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1444. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1445. [2025-01-10 16:04:08.439 -07:00] [INF] [28] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/config/cache/transcodes/154c9695e9c98bd12c7c4103fa889c8e.m3u8"
  1446. [2025-01-10 16:04:08.439 -07:00] [INF] [28] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/config/cache/transcodes/98e9c55d66495f9c0573b3e001158edf.m3u8"
  1447. [2025-01-10 16:04:09.941 -07:00] [INF] [28] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Media Player" "1.11.1" playing "Cartoon Network". Stopped at "0" ms
  1448. [2025-01-10 16:04:09.942 -07:00] [INF] [28] Emby.Server.Implementations.Library.MediaSourceManager: Live stream "e66e42bc0cb2e9277abb610a7aa7d287" consumer count is now 0
  1449. [2025-01-10 16:04:09.942 -07:00] [INF] [28] Emby.Server.Implementations.Library.MediaSourceManager: Closing live stream "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_e66e42bc0cb2e9277abb610a7aa7d287"
  1450. [2025-01-10 16:04:09.942 -07:00] [INF] [28] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Closing "LiveStream"
  1451. [2025-01-10 16:04:09.942 -07:00] [INF] [28] Emby.Server.Implementations.Library.MediaSourceManager: Live stream "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_e66e42bc0cb2e9277abb610a7aa7d287" closed successfully
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement