Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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)
- 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)
- at lambda_method836(Closure, Object)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
- at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
- at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
- at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
- at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
- at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
- at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
- at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
- at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
- at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
- [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']"
- ""UPDATE \"Devices\" SET \"AccessToken\" = @p0, \"AppName\" = @p1, \"AppVersion\" = @p2, \"DateCreated\" = @p3, \"DateLastActivity\" = @p4, \"DateModified\" = @p5, \"DeviceId\" = @p6, \"DeviceName\" = @p7, \"IsActive\" = @p8, \"UserId\" = @p9
- WHERE \"Id\" = @p10
- RETURNING 1;"
- [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"'."
- ""Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details.
- ---> Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
- at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
- at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
- at Microsoft.Data.Sqlite.SqliteCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
- --- End of inner exception stack trace ---
- at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(IList`1 entriesToSave, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(StateManager stateManager, Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)"
- Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details.
- ---> Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
- at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
- at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
- at Microsoft.Data.Sqlite.SqliteCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
- --- End of inner exception stack trace ---
- at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(IList`1 entriesToSave, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(StateManager stateManager, Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
- at Jellyfin.Server.Implementations.Devices.DeviceManager.UpdateDevice(Device device)
- at Jellyfin.Server.Implementations.Devices.DeviceManager.UpdateDevice(Device device)
- at Jellyfin.Server.Implementations.Security.AuthorizationContext.GetAuthorizationInfoFromDictionary(Dictionary`2 auth, IHeaderDictionary headers, IQueryCollection queryString)
- at Jellyfin.Server.Implementations.Security.AuthorizationContext.GetAuthorizationInfoFromDictionary(Dictionary`2 auth, IHeaderDictionary headers, IQueryCollection queryString)
- at Jellyfin.Server.Implementations.Security.AuthorizationContext.GetAuthorizationInfo(HttpRequest requestContext)
- at Emby.Server.Implementations.HttpServer.Security.AuthService.Authenticate(HttpRequest request)
- at Jellyfin.Api.Auth.CustomAuthenticationHandler.HandleAuthenticateAsync()
- at Microsoft.AspNetCore.Authentication.AuthenticationHandler`1.AuthenticateAsync()
- at Microsoft.AspNetCore.Authentication.AuthenticationService.AuthenticateAsync(HttpContext context, String scheme)
- at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
- at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
- at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
- at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
- at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
- [2025-01-10 15:42:10.277 -07:00] [ERR] [23] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/web/ConfigurationPages".
- Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details.
- ---> Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
- at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
- at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
- at Microsoft.Data.Sqlite.SqliteCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
- --- End of inner exception stack trace ---
- at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(IList`1 entriesToSave, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(StateManager stateManager, Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
- at Jellyfin.Server.Implementations.Devices.DeviceManager.UpdateDevice(Device device)
- at Jellyfin.Server.Implementations.Devices.DeviceManager.UpdateDevice(Device device)
- at Jellyfin.Server.Implementations.Security.AuthorizationContext.GetAuthorizationInfoFromDictionary(Dictionary`2 auth, IHeaderDictionary headers, IQueryCollection queryString)
- at Jellyfin.Server.Implementations.Security.AuthorizationContext.GetAuthorizationInfoFromDictionary(Dictionary`2 auth, IHeaderDictionary headers, IQueryCollection queryString)
- at Jellyfin.Server.Implementations.Security.AuthorizationContext.GetAuthorizationInfo(HttpRequest requestContext)
- at Emby.Server.Implementations.HttpServer.Security.AuthService.Authenticate(HttpRequest request)
- at Jellyfin.Api.Auth.CustomAuthenticationHandler.HandleAuthenticateAsync()
- at Microsoft.AspNetCore.Authentication.AuthenticationHandler`1.AuthenticateAsync()
- at Microsoft.AspNetCore.Authentication.AuthenticationService.AuthenticateAsync(HttpContext context, String scheme)
- at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
- at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
- at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
- at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
- at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
- [2025-01-10 15:44:38.267 -07:00] [INF] [55] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/data/tvshows"
- [2025-01-10 15:44:38.291 -07:00] [INF] [55] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/data/dropbox/Movies"
- [2025-01-10 15:44:38.295 -07:00] [INF] [55] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/data/movies"
- [2025-01-10 15:44:38.296 -07:00] [INF] [55] Emby.Server.Implementations.Library.LibraryManager: Validating media library
- [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
- [2025-01-10 15:44:46.019 -07:00] [INF] [18] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/tvshows"
- [2025-01-10 15:44:46.019 -07:00] [INF] [33] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/movies"
- [2025-01-10 15:44:46.046 -07:00] [INF] [77] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/dropbox/Movies"
- [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']"
- ""UPDATE \"Devices\" SET \"AccessToken\" = @p0, \"AppName\" = @p1, \"AppVersion\" = @p2, \"DateCreated\" = @p3, \"DateLastActivity\" = @p4, \"DateModified\" = @p5, \"DeviceId\" = @p6, \"DeviceName\" = @p7, \"IsActive\" = @p8, \"UserId\" = @p9
- WHERE \"Id\" = @p10
- RETURNING 1;"
- [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"'."
- ""Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details.
- ---> Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
- at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
- at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
- at Microsoft.Data.Sqlite.SqliteCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
- --- End of inner exception stack trace ---
- at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(IList`1 entriesToSave, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(StateManager stateManager, Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)"
- Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details.
- ---> Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
- at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
- at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
- at Microsoft.Data.Sqlite.SqliteCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
- --- End of inner exception stack trace ---
- at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(IList`1 entriesToSave, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(StateManager stateManager, Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
- at Jellyfin.Server.Implementations.Devices.DeviceManager.UpdateDevice(Device device)
- at Jellyfin.Server.Implementations.Devices.DeviceManager.UpdateDevice(Device device)
- at Jellyfin.Server.Implementations.Security.AuthorizationContext.GetAuthorizationInfoFromDictionary(Dictionary`2 auth, IHeaderDictionary headers, IQueryCollection queryString)
- at Jellyfin.Server.Implementations.Security.AuthorizationContext.GetAuthorizationInfoFromDictionary(Dictionary`2 auth, IHeaderDictionary headers, IQueryCollection queryString)
- at Jellyfin.Server.Implementations.Security.AuthorizationContext.GetAuthorizationInfo(HttpRequest requestContext)
- at Emby.Server.Implementations.HttpServer.Security.AuthService.Authenticate(HttpRequest request)
- at Jellyfin.Api.Auth.CustomAuthenticationHandler.HandleAuthenticateAsync()
- at Microsoft.AspNetCore.Authentication.AuthenticationHandler`1.AuthenticateAsync()
- at Microsoft.AspNetCore.Authentication.AuthenticationService.AuthenticateAsync(HttpContext context, String scheme)
- at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
- at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
- [2025-01-10 15:45:22.764 -07:00] [ERR] [33] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/System/ActivityLog/Entries".
- Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details.
- ---> Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
- at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
- at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
- at Microsoft.Data.Sqlite.SqliteCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
- --- End of inner exception stack trace ---
- at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(IList`1 entriesToSave, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(StateManager stateManager, Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
- at Jellyfin.Server.Implementations.Devices.DeviceManager.UpdateDevice(Device device)
- at Jellyfin.Server.Implementations.Devices.DeviceManager.UpdateDevice(Device device)
- at Jellyfin.Server.Implementations.Security.AuthorizationContext.GetAuthorizationInfoFromDictionary(Dictionary`2 auth, IHeaderDictionary headers, IQueryCollection queryString)
- at Jellyfin.Server.Implementations.Security.AuthorizationContext.GetAuthorizationInfoFromDictionary(Dictionary`2 auth, IHeaderDictionary headers, IQueryCollection queryString)
- at Jellyfin.Server.Implementations.Security.AuthorizationContext.GetAuthorizationInfo(HttpRequest requestContext)
- at Emby.Server.Implementations.HttpServer.Security.AuthService.Authenticate(HttpRequest request)
- at Jellyfin.Api.Auth.CustomAuthenticationHandler.HandleAuthenticateAsync()
- at Microsoft.AspNetCore.Authentication.AuthenticationHandler`1.AuthenticateAsync()
- at Microsoft.AspNetCore.Authentication.AuthenticationService.AuthenticateAsync(HttpContext context, String scheme)
- at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
- at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
- at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
- at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
- at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
- [2025-01-10 15:45:24.449 -07:00] [INF] [18] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications
- [2025-01-10 15:45:24.506 -07:00] [INF] [75] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "::ffff:75.167.143.62" closed
- [2025-01-10 15:45:24.513 -07:00] [INF] [18] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery
- [2025-01-10 15:45:24.532 -07:00] [INF] [18] Main: Running query planner optimizations in the database... This might take a while
- [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']"
- ""PRAGMA optimize"
- [2025-01-10 15:45:24.545 -07:00] [INF] [18] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
- [2025-01-10 15:45:24.545 -07:00] [INF] [18] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
- [2025-01-10 15:45:24.546 -07:00] [INF] [18] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
- [2025-01-10 15:45:24.546 -07:00] [INF] [18] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
- [2025-01-10 15:45:24.548 -07:00] [FTL] [1] Main: Unhandled Exception
- Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
- at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
- at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
- at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
- at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
- --- End of stack trace from previous location ---
- at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRawAsync(DatabaseFacade databaseFacade, String sql, IEnumerable`1 parameters, CancellationToken cancellationToken)
- at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
- at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
- at Jellyfin.Server.Program.StartApp(StartupOptions options)
- at Jellyfin.Server.Program.<Main>(String[] args)
- [2025-01-10 15:51:58.013 -07:00] [INF] [1] Main: Jellyfin version: "10.10.3"
- [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]"]
- [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"]
- [2025-01-10 15:51:58.103 -07:00] [INF] [1] Main: Operating system: "Ubuntu 24.04.1 LTS"
- [2025-01-10 15:51:58.107 -07:00] [INF] [1] Main: Architecture: X64
- [2025-01-10 15:51:58.111 -07:00] [INF] [1] Main: 64-Bit Process: True
- [2025-01-10 15:51:58.112 -07:00] [INF] [1] Main: User Interactive: True
- [2025-01-10 15:51:58.112 -07:00] [INF] [1] Main: Processor count: 4
- [2025-01-10 15:51:58.112 -07:00] [INF] [1] Main: Program data path: "/config/data"
- [2025-01-10 15:51:58.112 -07:00] [INF] [1] Main: Log directory path: "/config/log"
- [2025-01-10 15:51:58.112 -07:00] [INF] [1] Main: Config directory path: "/config"
- [2025-01-10 15:51:58.112 -07:00] [INF] [1] Main: Cache path: "/config/cache"
- [2025-01-10 15:51:58.112 -07:00] [INF] [1] Main: Temp directory path: "/tmp/jellyfin"
- [2025-01-10 15:51:58.112 -07:00] [INF] [1] Main: Web resources path: "/usr/share/jellyfin/web"
- [2025-01-10 15:51:58.112 -07:00] [INF] [1] Main: Application directory: "/usr/lib/jellyfin/bin/"
- [2025-01-10 15:51:58.387 -07:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/config/cache"
- [2025-01-10 15:51:58.571 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"]
- [2025-01-10 15:51:58.787 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
- [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"]
- [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"]
- [2025-01-10 15:51:58.791 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["::"]
- [2025-01-10 15:51:58.792 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
- [2025-01-10 15:51:58.792 -07:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
- [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"
- [2025-01-10 15:52:03.992 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "EDL Creator" "0.3.1.0"
- [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"
- [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"
- [2025-01-10 15:52:04.035 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "InPlayerEpisodePreview" "1.3.1.0"
- [2025-01-10 15:52:04.273 -07:00] [INF] [1] IntroSkipper.Plugin: Reading index.html from "/usr/share/jellyfin/web/index.html"
- [2025-01-10 15:52:04.330 -07:00] [INF] [1] IntroSkipper.Plugin: Skip button added successfully.
- [2025-01-10 15:52:04.556 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Intro Skipper" "1.10.10.13"
- [2025-01-10 15:52:04.558 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MediaSegments API" "1.0.1"
- [2025-01-10 15:52:04.560 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.10.3.0"
- [2025-01-10 15:52:04.561 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.10.3.0"
- [2025-01-10 15:52:04.562 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.10.3.0"
- [2025-01-10 15:52:04.599 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.10.3.0"
- [2025-01-10 15:52:04.604 -07:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.10.3.0"
- [2025-01-10 15:52:04.825 -07:00] [INF] [1] Main: Kestrel is listening on "all interfaces"
- [2025-01-10 15:52:04.846 -07:00] [INF] [1] IntroSkipper.Services.Entrypoint: Running startup enqueue
- [2025-01-10 15:52:05.171 -07:00] [INF] [1] IntroSkipper.Manager.QueueManager: Running enqueue of items in library "Collections"
- [2025-01-10 15:52:05.211 -07:00] [INF] [1] IntroSkipper.Manager.QueueManager: Running enqueue of items in library "Shows"
- [2025-01-10 15:52:05.465 -07:00] [INF] [1] IntroSkipper.Manager.QueueManager: Running enqueue of items in library "Movies"
- [2025-01-10 15:52:05.601 -07:00] [INF] [1] Jellyfin.Networking.PortForwardingHost: Starting NAT discovery
- [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.
- [2025-01-10 15:52:06.790 -07:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/movies"
- [2025-01-10 15:52:06.791 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
- [2025-01-10 15:52:06.804 -07:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/tvshows"
- [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.
- [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.
- [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.
- [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.
- [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.
- [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.
- [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.
- [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.
- [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.
- [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.
- [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.
- [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.
- [2025-01-10 15:52:06.986 -07:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "7.0.2"
- [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"]
- [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"]
- [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"]
- [2025-01-10 15:52:07.406 -07:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/dropbox/Movies"
- [2025-01-10 15:52:07.592 -07:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
- [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
- [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
- [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
- [2025-01-10 15:52:50.502 -07:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
- [2025-01-10 15:52:50.505 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "b09293b9a1594404bbfda23cb5102128"
- [2025-01-10 15:52:50.508 -07:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
- [2025-01-10 15:52:50.509 -07:00] [INF] [1] Main: Startup complete 0:00:52.7903391
- [2025-01-10 15:52:58.660 -07:00] [INF] [21] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "::ffff:75.167.143.62" request
- [2025-01-10 15:54:11.044 -07:00] [INF] [22] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "::ffff:75.167.143.62" request
- [2025-01-10 15:54:14.062 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "A&E"
- [2025-01-10 15:54:14.067 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ABC"
- [2025-01-10 15:54:14.067 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ABCNY"
- [2025-01-10 15:54:14.067 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "AMC"
- [2025-01-10 15:54:14.068 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Animal Planet"
- [2025-01-10 15:54:14.068 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "AXS TV"
- [2025-01-10 15:54:14.068 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "BBC America (BBCA)"
- [2025-01-10 15:54:14.068 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "BET"
- [2025-01-10 15:54:14.068 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Boomerang"
- [2025-01-10 15:54:14.068 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Bravo"
- [2025-01-10 15:54:14.068 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "C SPAN 1"
- [2025-01-10 15:54:14.068 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Cartoon Network"
- [2025-01-10 15:54:14.068 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CBS"
- [2025-01-10 15:54:14.068 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CBSNY"
- [2025-01-10 15:54:14.069 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Cinemax"
- [2025-01-10 15:54:14.069 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Cleo TV"
- [2025-01-10 15:54:14.069 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CMT"
- [2025-01-10 15:54:14.069 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CNBC"
- [2025-01-10 15:54:14.069 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CNN"
- [2025-01-10 15:54:14.069 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Comedy Central"
- [2025-01-10 15:54:14.069 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Comet"
- [2025-01-10 15:54:14.069 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Cooking Channel"
- [2025-01-10 15:54:14.069 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "COZI TV"
- [2025-01-10 15:54:14.069 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Crime+ Investigation"
- [2025-01-10 15:54:14.069 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CW"
- [2025-01-10 15:54:14.069 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Destination America"
- [2025-01-10 15:54:14.069 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Discovery Channel"
- [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Discovery Family"
- [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Discovery Life Channel"
- [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Disney Channel"
- [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Disney JR"
- [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Disney XD"
- [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "E! Entertainment Television"
- [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX"
- [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Fox Business"
- [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Fox News"
- [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Fox Weather Channel"
- [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOXNY"
- [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Freeform"
- [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FX"
- [2025-01-10 15:54:14.070 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FX Movie Channel"
- [2025-01-10 15:54:14.072 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FXX"
- [2025-01-10 15:54:14.072 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FYI"
- [2025-01-10 15:54:14.072 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Game Show Network"
- [2025-01-10 15:54:14.072 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Grit Channel"
- [2025-01-10 15:54:14.072 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Hallmark Movies & Mysterie"
- [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HBO"
- [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HBO Comedy"
- [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HBO Family"
- [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HBO Signature"
- [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HBO Zone"
- [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HBO2"
- [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Headline News"
- [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HGTV"
- [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "History"
- [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "IFC TV"
- [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Investigation Discovery (ID)"
- [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ION"
- [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Lifetime Movies Network"
- [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Lifetime Network"
- [2025-01-10 15:54:14.073 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Magnolia Network"
- [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "MAVTV"
- [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "METV"
- [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Motor Trend"
- [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "MSNBC"
- [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "MTV"
- [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "MY9TV"
- [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Nat Geo Wild"
- [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "National Geographic (NGC)"
- [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBC"
- [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBCNY"
- [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Newsmax"
- [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NewsNation"
- [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NICK"
- [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NICK JR"
- [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Nicktoons"
- [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Oprah Winfrey Network (OWN)"
- [2025-01-10 15:54:14.074 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Oxygen True Crime"
- [2025-01-10 15:54:14.075 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Paramount Network"
- [2025-01-10 15:54:14.075 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "POP TV"
- [2025-01-10 15:54:14.075 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Reelz Channel"
- [2025-01-10 15:54:14.075 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Science Channel"
- [2025-01-10 15:54:14.075 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "SEC Network"
- [2025-01-10 15:54:14.075 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Showtime"
- [2025-01-10 15:54:14.075 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "SHOxBET"
- [2025-01-10 15:54:14.075 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz"
- [2025-01-10 15:54:14.075 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sundance TV"
- [2025-01-10 15:54:14.075 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "SYFY"
- [2025-01-10 15:54:14.075 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TBS"
- [2025-01-10 15:54:14.116 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TCM"
- [2025-01-10 15:54:14.117 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TeenNick"
- [2025-01-10 15:54:14.117 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Telemundo"
- [2025-01-10 15:54:14.117 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "The Food Network"
- [2025-01-10 15:54:14.117 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "The Hallmark Channel"
- [2025-01-10 15:54:14.117 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "The Weather Channel"
- [2025-01-10 15:54:14.118 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TLC"
- [2025-01-10 15:54:14.118 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TMC Channel"
- [2025-01-10 15:54:14.118 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TNT"
- [2025-01-10 15:54:14.118 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Travel Channel"
- [2025-01-10 15:54:14.118 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TruTV"
- [2025-01-10 15:54:14.118 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "BeIN SPORTS"
- [2025-01-10 15:54:14.118 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "beIN SPORTS en Espanol"
- [2025-01-10 15:54:14.118 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CBS Sports Network (CBSSN)"
- [2025-01-10 15:54:14.118 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ESPN"
- [2025-01-10 15:54:14.118 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ESPN 2"
- [2025-01-10 15:54:14.118 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ESPN Deportes"
- [2025-01-10 15:54:14.118 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ESPNews"
- [2025-01-10 15:54:14.119 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ESPNU"
- [2025-01-10 15:54:14.119 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Detroit"
- [2025-01-10 15:54:14.119 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Florida"
- [2025-01-10 15:54:14.119 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Great Lakes"
- [2025-01-10 15:54:14.119 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Indiana"
- [2025-01-10 15:54:14.119 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Kansas City"
- [2025-01-10 15:54:14.119 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Midwest"
- [2025-01-10 15:54:14.119 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN North"
- [2025-01-10 15:54:14.119 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Ohio"
- [2025-01-10 15:54:14.120 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Oklahoma"
- [2025-01-10 15:54:14.123 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN SoCal"
- [2025-01-10 15:54:14.124 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN South"
- [2025-01-10 15:54:14.124 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Southeast"
- [2025-01-10 15:54:14.124 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Sun"
- [2025-01-10 15:54:14.124 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN West"
- [2025-01-10 15:54:14.124 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Wisconsin"
- [2025-01-10 15:54:14.124 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Fox Cricket"
- [2025-01-10 15:54:14.124 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Soccer Plus"
- [2025-01-10 15:54:14.124 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Fox Sports 1"
- [2025-01-10 15:54:14.124 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Fox Sports 2"
- [2025-01-10 15:54:14.124 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Sports 502"
- [2025-01-10 15:54:14.124 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Sports 503"
- [2025-01-10 15:54:14.124 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Sports 504"
- [2025-01-10 15:54:14.125 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Sports 505"
- [2025-01-10 15:54:14.125 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Sports 506"
- [2025-01-10 15:54:14.125 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Sports 507"
- [2025-01-10 15:54:14.125 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "MLB Network"
- [2025-01-10 15:54:14.125 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBA TV"
- [2025-01-10 15:54:14.125 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBC Sports Bay Area"
- [2025-01-10 15:54:14.136 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBC Sports Boston"
- [2025-01-10 15:54:14.139 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBC Sports California"
- [2025-01-10 15:54:14.140 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBC Sports Philadelphia"
- [2025-01-10 15:54:14.140 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBC Sports Washington"
- [2025-01-10 15:54:14.140 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NFL Network"
- [2025-01-10 15:54:14.140 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NFL RedZone"
- [2025-01-10 15:54:14.140 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NHL Network"
- [2025-01-10 15:54:14.141 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Action"
- [2025-01-10 15:54:14.141 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Arena"
- [2025-01-10 15:54:14.141 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Cricket"
- [2025-01-10 15:54:14.141 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports F1"
- [2025-01-10 15:54:14.141 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Football"
- [2025-01-10 15:54:14.142 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Golf"
- [2025-01-10 15:54:14.142 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Main Event"
- [2025-01-10 15:54:14.142 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports News"
- [2025-01-10 15:54:14.142 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky sports Premier League"
- [2025-01-10 15:54:14.142 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Racing"
- [2025-01-10 15:54:14.142 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TNT Sports 1"
- [2025-01-10 15:54:14.142 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TNT Sports 2"
- [2025-01-10 15:54:14.143 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TNT Sports 3"
- [2025-01-10 15:54:14.143 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TNT Sports 4"
- [2025-01-10 15:54:14.143 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TV ONE"
- [2025-01-10 15:54:14.144 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TVLAND"
- [2025-01-10 15:54:14.144 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Unimas"
- [2025-01-10 15:54:14.144 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Universal Kids"
- [2025-01-10 15:54:14.145 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Univision"
- [2025-01-10 15:54:14.145 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "USA Network"
- [2025-01-10 15:54:14.145 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "VH1"
- [2025-01-10 15:54:14.145 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "VICE TV"
- [2025-01-10 15:54:14.145 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "WETV"
- [2025-01-10 15:54:14.145 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "WWE Network"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [2025-01-10 15:54:14.148 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "getTV"
- [2025-01-10 15:54:14.149 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Hallmark Family"
- [2025-01-10 15:54:14.149 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Showtime Extreme"
- [2025-01-10 15:54:14.149 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Showtime Next"
- [2025-01-10 15:54:14.149 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz"
- [2025-01-10 15:54:14.149 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz Comedy"
- [2025-01-10 15:54:14.149 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz Edge"
- [2025-01-10 15:54:14.149 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz Encore"
- [2025-01-10 15:54:14.150 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz Encore Action"
- [2025-01-10 15:54:14.150 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "STARZ ENCORE CLASSIC"
- [2025-01-10 15:54:14.150 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz Encore Westerns"
- [2025-01-10 15:54:14.150 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "STARZ WEST"
- [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
- [2025-01-10 15:54:14.344 -07:00] [INF] [22] Jellyfin.LiveTv.LiveTvMediaSourceProvider: Opening channel stream from "Emby", external channel Id: "m3u_a3321c097cd21c529687a74940b192bae66e42bc0cb2e9277abb610a7aa7d287"
- [2025-01-10 15:54:14.346 -07:00] [INF] [22] Jellyfin.LiveTv.DefaultLiveTvService: Streaming Channel "m3u_a3321c097cd21c529687a74940b192bae66e42bc0cb2e9277abb610a7aa7d287"
- [2025-01-10 15:54:14.354 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Live stream opened after 0.116ms
- [2025-01-10 15:54:14.355 -07:00] [INF] [22] Jellyfin.LiveTv.DefaultLiveTvService: Returning mediasource streamId "e66e42bc0cb2e9277abb610a7aa7d287", mediaSource.Id "e66e42bc0cb2e9277abb610a7aa7d287", mediaSource.LiveStreamId null
- [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
- [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 } }
- [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
- [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\""
- [2025-01-10 15:54:15.708 -07:00] [ERR] [29] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 255
- [2025-01-10 15:54:15.717 -07:00] [ERR] [21] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/Videos/c6af4d4224d4394b343369e312d0db50/live.m3u8".
- System.ObjectDisposedException: Cannot access a disposed object.
- Object name: 'System.Diagnostics.Process'.
- at System.Diagnostics.Process.get_StandardError()
- at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
- 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)
- at lambda_method1270(Closure, Object)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
- at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
- at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
- at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
- at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
- at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
- at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
- at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
- at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
- [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"
- [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
- [2025-01-10 15:54:18.040 -07:00] [INF] [25] Emby.Server.Implementations.Library.MediaSourceManager: Live stream "e66e42bc0cb2e9277abb610a7aa7d287" consumer count is now 0
- [2025-01-10 15:54:18.040 -07:00] [INF] [25] Emby.Server.Implementations.Library.MediaSourceManager: Closing live stream "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_e66e42bc0cb2e9277abb610a7aa7d287"
- [2025-01-10 15:54:18.041 -07:00] [INF] [25] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Closing "LiveStream"
- [2025-01-10 15:54:18.041 -07:00] [INF] [25] Emby.Server.Implementations.Library.MediaSourceManager: Live stream "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_e66e42bc0cb2e9277abb610a7aa7d287" closed successfully
- [2025-01-10 15:54:59.158 -07:00] [INF] [32] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
- [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."
- [2025-01-10 15:54:59.232 -07:00] [INF] [21] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "::ffff:75.167.143.62" closed
- [2025-01-10 15:55:18.433 -07:00] [INF] [32] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "::ffff:75.167.143.62" request
- [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
- [2025-01-10 15:55:21.785 -07:00] [INF] [33] Jellyfin.LiveTv.LiveTvMediaSourceProvider: Opening channel stream from "Emby", external channel Id: "m3u_a3321c097cd21c529687a74940b192bae66e42bc0cb2e9277abb610a7aa7d287"
- [2025-01-10 15:55:21.785 -07:00] [INF] [33] Jellyfin.LiveTv.DefaultLiveTvService: Streaming Channel "m3u_a3321c097cd21c529687a74940b192bae66e42bc0cb2e9277abb610a7aa7d287"
- [2025-01-10 15:55:21.785 -07:00] [INF] [33] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Live stream opened after 0.0126ms
- [2025-01-10 15:55:21.785 -07:00] [INF] [33] Jellyfin.LiveTv.DefaultLiveTvService: Returning mediasource streamId "e66e42bc0cb2e9277abb610a7aa7d287", mediaSource.Id "e66e42bc0cb2e9277abb610a7aa7d287", mediaSource.LiveStreamId null
- [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
- [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 } }
- [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
- [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\""
- [2025-01-10 15:55:22.318 -07:00] [ERR] [34] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 255
- [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".
- MediaBrowser.Common.FfmpegException: FFmpeg exited with code 255
- at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
- 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)
- at lambda_method1270(Closure, Object)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
- at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
- at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
- at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
- at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
- at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
- at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
- at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
- at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
- [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"
- [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
- [2025-01-10 15:55:24.002 -07:00] [INF] [32] Emby.Server.Implementations.Library.MediaSourceManager: Live stream "e66e42bc0cb2e9277abb610a7aa7d287" consumer count is now 0
- [2025-01-10 15:55:24.046 -07:00] [INF] [32] Emby.Server.Implementations.Library.MediaSourceManager: Closing live stream "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_e66e42bc0cb2e9277abb610a7aa7d287"
- [2025-01-10 15:55:24.046 -07:00] [INF] [32] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Closing "LiveStream"
- [2025-01-10 15:55:24.046 -07:00] [INF] [32] Emby.Server.Implementations.Library.MediaSourceManager: Live stream "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_e66e42bc0cb2e9277abb610a7aa7d287" closed successfully
- [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."
- [2025-01-10 15:55:57.763 -07:00] [INF] [22] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "::ffff:75.167.143.62" closed
- [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
- [2025-01-10 15:56:21.553 -07:00] [INF] [36] Jellyfin.LiveTv.LiveTvMediaSourceProvider: Opening channel stream from "Emby", external channel Id: "m3u_a3321c097cd21c529687a74940b192bae66e42bc0cb2e9277abb610a7aa7d287"
- [2025-01-10 15:56:21.556 -07:00] [INF] [36] Jellyfin.LiveTv.DefaultLiveTvService: Streaming Channel "m3u_a3321c097cd21c529687a74940b192bae66e42bc0cb2e9277abb610a7aa7d287"
- [2025-01-10 15:56:21.557 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Live stream opened after 0.0004ms
- [2025-01-10 15:56:21.558 -07:00] [INF] [36] Jellyfin.LiveTv.DefaultLiveTvService: Returning mediasource streamId "e66e42bc0cb2e9277abb610a7aa7d287", mediaSource.Id "e66e42bc0cb2e9277abb610a7aa7d287", mediaSource.LiveStreamId null
- [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
- [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 } }
- [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
- [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\""
- [2025-01-10 15:56:24.995 -07:00] [ERR] [22] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 255
- [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".
- MediaBrowser.Common.FfmpegException: FFmpeg exited with code 255
- at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
- 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)
- at lambda_method1270(Closure, Object)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
- at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
- at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
- at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
- at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
- at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
- at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
- at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
- at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
- [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"
- [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
- [2025-01-10 15:56:26.605 -07:00] [INF] [22] Emby.Server.Implementations.Library.MediaSourceManager: Live stream "e66e42bc0cb2e9277abb610a7aa7d287" consumer count is now 0
- [2025-01-10 15:56:26.608 -07:00] [INF] [22] Emby.Server.Implementations.Library.MediaSourceManager: Closing live stream "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_e66e42bc0cb2e9277abb610a7aa7d287"
- [2025-01-10 15:56:26.608 -07:00] [INF] [22] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Closing "LiveStream"
- [2025-01-10 15:56:26.608 -07:00] [INF] [22] Emby.Server.Implementations.Library.MediaSourceManager: Live stream "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_e66e42bc0cb2e9277abb610a7aa7d287" closed successfully
- [2025-01-10 15:57:05.174 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "A&E"
- [2025-01-10 15:57:05.174 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ABC"
- [2025-01-10 15:57:05.174 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ABCNY"
- [2025-01-10 15:57:05.175 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "AMC"
- [2025-01-10 15:57:05.176 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Animal Planet"
- [2025-01-10 15:57:05.176 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "AXS TV"
- [2025-01-10 15:57:05.176 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "BBC America (BBCA)"
- [2025-01-10 15:57:05.176 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "BET"
- [2025-01-10 15:57:05.176 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Boomerang"
- [2025-01-10 15:57:05.176 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Bravo"
- [2025-01-10 15:57:05.176 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "C SPAN 1"
- [2025-01-10 15:57:05.176 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Cartoon Network"
- [2025-01-10 15:57:05.177 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CBS"
- [2025-01-10 15:57:05.177 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CBSNY"
- [2025-01-10 15:57:05.177 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Cinemax"
- [2025-01-10 15:57:05.177 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Cleo TV"
- [2025-01-10 15:57:05.177 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CMT"
- [2025-01-10 15:57:05.180 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CNBC"
- [2025-01-10 15:57:05.181 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CNN"
- [2025-01-10 15:57:05.181 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Comedy Central"
- [2025-01-10 15:57:05.182 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Comet"
- [2025-01-10 15:57:05.182 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Cooking Channel"
- [2025-01-10 15:57:05.182 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "COZI TV"
- [2025-01-10 15:57:05.182 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Crime+ Investigation"
- [2025-01-10 15:57:05.182 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CW"
- [2025-01-10 15:57:05.182 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Destination America"
- [2025-01-10 15:57:05.182 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Discovery Channel"
- [2025-01-10 15:57:05.182 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Discovery Family"
- [2025-01-10 15:57:05.182 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Discovery Life Channel"
- [2025-01-10 15:57:05.182 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Disney Channel"
- [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Disney JR"
- [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Disney XD"
- [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "E! Entertainment Television"
- [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX"
- [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Fox Business"
- [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Fox News"
- [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Fox Weather Channel"
- [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOXNY"
- [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Freeform"
- [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FX"
- [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FX Movie Channel"
- [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FXX"
- [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FYI"
- [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Game Show Network"
- [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Grit Channel"
- [2025-01-10 15:57:05.183 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Hallmark Movies & Mysterie"
- [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HBO"
- [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HBO Comedy"
- [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HBO Family"
- [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HBO Signature"
- [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HBO Zone"
- [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HBO2"
- [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Headline News"
- [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "HGTV"
- [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "History"
- [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "IFC TV"
- [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Investigation Discovery (ID)"
- [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ION"
- [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Lifetime Movies Network"
- [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Lifetime Network"
- [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Magnolia Network"
- [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "MAVTV"
- [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "METV"
- [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Motor Trend"
- [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "MSNBC"
- [2025-01-10 15:57:05.184 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "MTV"
- [2025-01-10 15:57:05.185 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "MY9TV"
- [2025-01-10 15:57:05.185 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Nat Geo Wild"
- [2025-01-10 15:57:05.185 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "National Geographic (NGC)"
- [2025-01-10 15:57:05.185 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBC"
- [2025-01-10 15:57:05.185 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBCNY"
- [2025-01-10 15:57:05.185 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Newsmax"
- [2025-01-10 15:57:05.185 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NewsNation"
- [2025-01-10 15:57:05.185 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NICK"
- [2025-01-10 15:57:05.186 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NICK JR"
- [2025-01-10 15:57:05.186 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Nicktoons"
- [2025-01-10 15:57:05.186 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Oprah Winfrey Network (OWN)"
- [2025-01-10 15:57:05.186 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Oxygen True Crime"
- [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Paramount Network"
- [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "POP TV"
- [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Reelz Channel"
- [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Science Channel"
- [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "SEC Network"
- [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Showtime"
- [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "SHOxBET"
- [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz"
- [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sundance TV"
- [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "SYFY"
- [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TBS"
- [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TCM"
- [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TeenNick"
- [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Telemundo"
- [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "The Food Network"
- [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "The Hallmark Channel"
- [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "The Weather Channel"
- [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TLC"
- [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TMC Channel"
- [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TNT"
- [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Travel Channel"
- [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TruTV"
- [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "BeIN SPORTS"
- [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "beIN SPORTS en Espanol"
- [2025-01-10 15:57:05.187 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "CBS Sports Network (CBSSN)"
- [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ESPN"
- [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ESPN 2"
- [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ESPN Deportes"
- [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ESPNews"
- [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "ESPNU"
- [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Detroit"
- [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Florida"
- [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Great Lakes"
- [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Indiana"
- [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Kansas City"
- [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Midwest"
- [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN North"
- [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Ohio"
- [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Oklahoma"
- [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN SoCal"
- [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN South"
- [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Southeast"
- [2025-01-10 15:57:05.188 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Sun"
- [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN West"
- [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FanDuel SN Wisconsin"
- [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Fox Cricket"
- [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Soccer Plus"
- [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Fox Sports 1"
- [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Fox Sports 2"
- [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Sports 502"
- [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Sports 503"
- [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Sports 504"
- [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Sports 505"
- [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Sports 506"
- [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "FOX Sports 507"
- [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "MLB Network"
- [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBA TV"
- [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBC Sports Bay Area"
- [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBC Sports Boston"
- [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBC Sports California"
- [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBC Sports Philadelphia"
- [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NBC Sports Washington"
- [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NFL Network"
- [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NFL RedZone"
- [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "NHL Network"
- [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Action"
- [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Arena"
- [2025-01-10 15:57:05.189 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Cricket"
- [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports F1"
- [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Football"
- [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Golf"
- [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Main Event"
- [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports News"
- [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky sports Premier League"
- [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Sky Sports Racing"
- [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TNT Sports 1"
- [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TNT Sports 2"
- [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TNT Sports 3"
- [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TNT Sports 4"
- [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TV ONE"
- [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "TVLAND"
- [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Unimas"
- [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Universal Kids"
- [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Univision"
- [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "USA Network"
- [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "VH1"
- [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "VICE TV"
- [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "WETV"
- [2025-01-10 15:57:05.190 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "WWE Network"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [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)"
- [2025-01-10 15:57:05.200 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "getTV"
- [2025-01-10 15:57:05.200 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Hallmark Family"
- [2025-01-10 15:57:05.200 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Showtime Extreme"
- [2025-01-10 15:57:05.200 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Showtime Next"
- [2025-01-10 15:57:05.200 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz"
- [2025-01-10 15:57:05.200 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz Comedy"
- [2025-01-10 15:57:05.201 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz Edge"
- [2025-01-10 15:57:05.201 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz Encore"
- [2025-01-10 15:57:05.201 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz Encore Action"
- [2025-01-10 15:57:05.201 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "STARZ ENCORE CLASSIC"
- [2025-01-10 15:57:05.202 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "Starz Encore Westerns"
- [2025-01-10 15:57:05.202 -07:00] [INF] [36] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Parsed channel: "STARZ WEST"
- [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"
- [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"
- [2025-01-10 15:57:06.414 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Starz Encore" "1326"
- [2025-01-10 15:57:06.414 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "COZI TV" "1022"
- [2025-01-10 15:57:06.414 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Fox Business" "1034"
- [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"
- [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"
- [2025-01-10 15:57:06.415 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "CBS" "1012"
- [2025-01-10 15:57:06.415 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "TCM" "1089"
- [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"
- [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"
- [2025-01-10 15:57:06.415 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Headline News" "1052"
- [2025-01-10 15:57:06.415 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "BET" "1007"
- [2025-01-10 15:57:06.415 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Lifetime Network" "1059"
- [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"
- [2025-01-10 15:57:06.415 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Science Channel" "1081"
- [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"
- [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"
- [2025-01-10 15:57:06.415 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "CNN" "1018"
- [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"
- [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"
- [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"
- [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"
- [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"
- [2025-01-10 15:57:06.416 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "MAVTV" "1061"
- [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"
- [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"
- [2025-01-10 15:57:06.416 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Grit Channel" "1044"
- [2025-01-10 15:57:06.416 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FXX" "1041"
- [2025-01-10 15:57:06.416 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "HBO Zone" "1050"
- [2025-01-10 15:57:06.416 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Magnolia Network" "1060"
- [2025-01-10 15:57:06.416 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Showtime" "1083"
- [2025-01-10 15:57:06.416 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "CNBC" "1017"
- [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"
- [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"
- [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"
- [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "CBSNY" "1013"
- [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"
- [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Comet" "1020"
- [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"
- [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"
- [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"
- [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "HGTV" "1053"
- [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "MY9TV" "1066"
- [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Newsmax" "1071"
- [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Disney Channel" "1029"
- [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Travel Channel" "1098"
- [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"
- [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FYI" "1042"
- [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"
- [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"
- [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"
- [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"
- [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Showtime Next" "1322"
- [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"
- [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "HBO Signature" "1049"
- [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "AXS TV" "1005"
- [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "HBO Comedy" "1047"
- [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"
- [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "NBA TV" "1135"
- [2025-01-10 15:57:06.417 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "TNT" "1097"
- [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"
- [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FOX" "1033"
- [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"
- [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"
- [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "SEC Network" "1082"
- [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"
- [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"
- [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Cleo TV" "1015"
- [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"
- [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "STARZ WEST" "1330"
- [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"
- [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "ESPN 2" "1104"
- [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"
- [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"
- [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "BeIN SPORTS" "1100"
- [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "SYFY" "1087"
- [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Universal Kids" "1162"
- [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Hallmark Family" "1320"
- [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"
- [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Bravo" "1009"
- [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "TMC Channel" "1096"
- [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Starz Edge" "1325"
- [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Disney JR" "1030"
- [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "NewsNation" "1072"
- [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"
- [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"
- [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"
- [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "ESPN Deportes" "1105"
- [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"
- [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"
- [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "NICK" "1073"
- [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "NICK JR" "1074"
- [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "NFL Network" "1142"
- [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "TruTV" "1099"
- [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Fox Cricket" "1123"
- [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "MSNBC" "1064"
- [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"
- [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "NBCNY" "1070"
- [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"
- [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"
- [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"
- [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "VICE TV" "1166"
- [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "CMT" "1016"
- [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Comedy Central" "1019"
- [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "CW" "1024"
- [2025-01-10 15:57:06.418 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "IFC TV" "1055"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Starz" "1085"
- [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"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "NHL Network" "1144"
- [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"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "History" "1054"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Fox News" "1035"
- [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"
- [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"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Starz Comedy" "1324"
- [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"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Nicktoons" "1075"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "POP TV" "1079"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Telemundo" "1091"
- [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"
- [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"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Unimas" "1161"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "TBS" "1088"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Animal Planet" "1004"
- [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"
- [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"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "ION" "1057"
- [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"
- [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"
- [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"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "HBO" "1046"
- [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"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Sundance TV" "1086"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Cinemax" "1014"
- [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"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Discovery Channel" "1026"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "ESPNU" "1107"
- [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"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Reelz Channel" "1080"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "TeenNick" "1090"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Showtime Extreme" "1321"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "NBC" "1069"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Disney XD" "1031"
- [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"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "HBO Family" "1048"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "MTV" "1065"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "USA Network" "1164"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "VH1" "1165"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "AMC" "1003"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Cartoon Network" "1011"
- [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"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Motor Trend" "1063"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Boomerang" "1008"
- [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"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "ESPNews" "1106"
- [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"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Paramount Network" "1078"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Destination America" "1025"
- [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"
- [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"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Crime+ Investigation" "1023"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "HBO2" "1051"
- [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"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "TVLAND" "1160"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "WWE Network" "1168"
- [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"
- [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"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Discovery Family" "1027"
- [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"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "ABC" "1001"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "getTV" "1310"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "ESPN" "1103"
- [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"
- [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"
- [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"
- [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"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Starz" "1323"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "NFL RedZone" "1143"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Cooking Channel" "1021"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Freeform" "1038"
- [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"
- [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"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "TV ONE" "1159"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "A&E" "1000"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "ABCNY" "1002"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "MLB Network" "1134"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FX" "1039"
- [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"
- [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"
- [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"
- [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"
- [2025-01-10 15:57:06.419 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "METV" "1062"
- [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"
- [2025-01-10 15:57:06.420 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "TLC" "1095"
- [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"
- [2025-01-10 15:57:06.420 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "FOXNY" "1037"
- [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"
- [2025-01-10 15:57:06.420 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "SHOxBET" "1084"
- [2025-01-10 15:57:06.420 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "Univision" "1163"
- [2025-01-10 15:57:06.420 -07:00] [INF] [33] Jellyfin.LiveTv.Listings.ListingsManager: Found epg channel in "XmlTV" null "WETV" "1167"
- [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"
- [2025-01-10 15:57:06.560 -07:00] [INF] [33] Jellyfin.LiveTv.Guide.GuideManager: Refreshing guide with 7 days of guide data
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- System.InvalidOperationException: Unable to convert any images to local
- at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
- at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
- [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"
- System.InvalidOperationException: Unable to convert any images to local
- at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
- at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
- [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"
- System.InvalidOperationException: Unable to convert any images to local
- at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
- at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
- [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"
- System.InvalidOperationException: Unable to convert any images to local
- at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
- at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
- [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"
- System.InvalidOperationException: Unable to convert any images to local
- at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
- at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
- [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"
- System.InvalidOperationException: Unable to convert any images to local
- at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
- at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
- [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"
- System.InvalidOperationException: Unable to convert any images to local
- at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
- at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
- [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"
- System.InvalidOperationException: Unable to convert any images to local
- at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
- at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
- [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"
- System.InvalidOperationException: Unable to convert any images to local
- at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
- at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
- [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"
- [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"
- [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"
- [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"
- System.InvalidOperationException: Unable to convert any images to local
- at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
- at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
- [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"
- System.InvalidOperationException: Unable to convert any images to local
- at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
- at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
- [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"
- System.InvalidOperationException: Unable to convert any images to local
- at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
- at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
- [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"
- System.InvalidOperationException: Unable to convert any images to local
- at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
- at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- System.InvalidOperationException: Unable to convert any images to local
- at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
- at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
- [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"
- System.InvalidOperationException: Unable to convert any images to local
- at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
- at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
- [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"
- System.InvalidOperationException: Unable to convert any images to local
- at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
- at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
- [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"
- System.InvalidOperationException: Unable to convert any images to local
- at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
- at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
- [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"
- [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"
- System.InvalidOperationException: Unable to convert any images to local
- at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
- at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
- [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"
- System.InvalidOperationException: Unable to convert any images to local
- at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
- at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
- [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"
- System.InvalidOperationException: Unable to convert any images to local
- at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
- at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass21_0.<<PrecacheImages>b__2>d.MoveNext()
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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"
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [2025-01-10 16:02:16.678 -07:00] [INF] [27] Jellyfin.LiveTv.LiveTvMediaSourceProvider: Opening channel stream from "Emby", external channel Id: "m3u_a3321c097cd21c529687a74940b192bae66e42bc0cb2e9277abb610a7aa7d287"
- [2025-01-10 16:02:16.678 -07:00] [INF] [27] Jellyfin.LiveTv.DefaultLiveTvService: Streaming Channel "m3u_a3321c097cd21c529687a74940b192bae66e42bc0cb2e9277abb610a7aa7d287"
- [2025-01-10 16:02:16.678 -07:00] [INF] [27] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Live stream opened after 0.0004ms
- [2025-01-10 16:02:16.678 -07:00] [INF] [27] Jellyfin.LiveTv.DefaultLiveTvService: Returning mediasource streamId "e66e42bc0cb2e9277abb610a7aa7d287", mediaSource.Id "e66e42bc0cb2e9277abb610a7aa7d287", mediaSource.LiveStreamId null
- [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
- [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 } }
- [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
- [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\""
- [2025-01-10 16:02:32.168 -07:00] [ERR] [29] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 255
- [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".
- MediaBrowser.Common.FfmpegException: FFmpeg exited with code 255
- at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
- 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)
- at lambda_method1270(Closure, Object)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
- at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
- at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
- at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
- at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
- at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
- at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
- at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
- at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
- [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\""
- [2025-01-10 16:02:32.427 -07:00] [ERR] [29] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 255
- [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".
- MediaBrowser.Common.FfmpegException: FFmpeg exited with code 255
- at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
- 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)
- at lambda_method1270(Closure, Object)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
- at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
- at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
- at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
- at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
- at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
- at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
- at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
- at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
- [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"
- [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"
- [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
- [2025-01-10 16:04:09.942 -07:00] [INF] [28] Emby.Server.Implementations.Library.MediaSourceManager: Live stream "e66e42bc0cb2e9277abb610a7aa7d287" consumer count is now 0
- [2025-01-10 16:04:09.942 -07:00] [INF] [28] Emby.Server.Implementations.Library.MediaSourceManager: Closing live stream "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_e66e42bc0cb2e9277abb610a7aa7d287"
- [2025-01-10 16:04:09.942 -07:00] [INF] [28] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Closing "LiveStream"
- [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