Advertisement
DeNewGuy

JellyFinLog DeNewGuy

Oct 11th, 2024
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 363.87 KB | None | 0 0
  1. [2024-10-11 21:47:02.357 +02:00] [INF] [8] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "User". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  2. [2024-10-11 21:47:02.686 +02:00] [INF] [33] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  3. [2024-10-11 21:47:02.687 +02:00] [INF] [33] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 av1_qsv -preset veryfast -b:v 6765075 -maxrate 6765075 -bufsize 13530150 -profile:v:0 main -level 53 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -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 fmp4 -hls_fmp4_init_filename \"c18be1bd663d90eadd2d7f3e6dcae903-1.mp4\" -start_number 0 -hls_segment_filename \"/config/data/transcodes/c18be1bd663d90eadd2d7f3e6dcae903%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/data/transcodes/c18be1bd663d90eadd2d7f3e6dcae903.m3u8\""
  4. [2024-10-11 21:47:02.904 +02:00] [ERR] [8] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1
  5. [2024-10-11 21:47:03.003 +02:00] [ERR] [8] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/hls1/main/-1.mp4".
  6. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  7. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  8. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  9. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, 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 maxWidth, Nullable`1 maxHeight, 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)
  10. at lambda_method1518(Closure, Object)
  11. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  12. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  13. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  14. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  15. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  16. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  17. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  18. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  19. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  20. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  21. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  22. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  23. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  24. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  25. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  26. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  27. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  28. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  29. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  30. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  31. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  32. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  33. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  34. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  35. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  36. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  37. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  38. [2024-10-11 21:47:03.052 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Adding playback tracker : TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTA4LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTA4LjB8MTY3MzczNTkzODM2NQ11-7255e6f25caf4f91b57d1cfd57b4d033-8ddf6a6d53c8f4e46ab8c36b650afb96
  39. [2024-10-11 21:47:03.052 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.Data.PlaybackTracker: PlaybackTracker : Adding Start Event : 10/11/2024 21:47:03
  40. [2024-10-11 21:47:03.052 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Creating StartPlaybackTimer Task
  41. [2024-10-11 21:47:03.052 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Entered
  42. [2024-10-11 21:47:03.213 +02:00] [WRN] [33] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  43. \"content\": \"@everyone\",
  44. \"avatar_url\": \"\",
  45. \"username\": \"Notif JF\",
  46. \"embeds\": [
  47. {
  48. \"color\": \"697804\",
  49. \"footer\": {
  50. \"text\": \"From ServerZ\",
  51. \"icon_url\": \"\"
  52. },
  53. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  54. \"thumbnail\":{
  55. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  56. },
  57. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  58. }
  59. ]
  60. }"
  61. [2024-10-11 21:47:03.214 +02:00] [WRN] [33] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  62. [2024-10-11 21:47:03.280 +02:00] [INF] [32] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "User". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  63. [2024-10-11 21:47:03.323 +02:00] [INF] [8] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/config/data/transcodes/c18be1bd663d90eadd2d7f3e6dcae903.m3u8"
  64. [2024-10-11 21:47:03.372 +02:00] [INF] [32] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  65. [2024-10-11 21:47:03.372 +02:00] [INF] [32] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 av1_qsv -preset veryfast -b:v 6765075 -maxrate 6765075 -bufsize 13530150 -profile:v:0 main -level 53 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -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 fmp4 -hls_fmp4_init_filename \"941e998db7acf0fd53d9524354edb426-1.mp4\" -start_number 0 -hls_segment_filename \"/config/data/transcodes/941e998db7acf0fd53d9524354edb426%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/data/transcodes/941e998db7acf0fd53d9524354edb426.m3u8\""
  66. [2024-10-11 21:47:03.608 +02:00] [ERR] [8] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1
  67. [2024-10-11 21:47:03.699 +02:00] [ERR] [8] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/hls1/main/-1.mp4".
  68. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  69. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  70. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  71. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, 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 maxWidth, Nullable`1 maxHeight, 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)
  72. at lambda_method1518(Closure, Object)
  73. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  74. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  75. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  76. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  77. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  78. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  79. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  80. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  81. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  82. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  83. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  84. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  85. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  86. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  87. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  88. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  89. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  90. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  91. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  92. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  93. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  94. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  95. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  96. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  97. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  98. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  99. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  100. [2024-10-11 21:47:03.719 +02:00] [INF] [8] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "User". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  101. [2024-10-11 21:47:03.738 +02:00] [INF] [33] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/config/data/transcodes/941e998db7acf0fd53d9524354edb426.m3u8"
  102. [2024-10-11 21:47:03.784 +02:00] [INF] [33] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  103. [2024-10-11 21:47:03.784 +02:00] [INF] [33] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 av1_qsv -preset veryfast -b:v 6765075 -maxrate 6765075 -bufsize 13530150 -profile:v:0 main -level 53 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -codec:a:0 libfdk_aac -ac 2 -ab 127999 -ar 44100 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"2197aac5bc397fe4b40cdd3888d3fdf3-1.mp4\" -start_number 0 -hls_segment_filename \"/config/data/transcodes/2197aac5bc397fe4b40cdd3888d3fdf3%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/data/transcodes/2197aac5bc397fe4b40cdd3888d3fdf3.m3u8\""
  104. [2024-10-11 21:47:04.020 +02:00] [ERR] [32] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1
  105. [2024-10-11 21:47:04.110 +02:00] [ERR] [32] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/hls1/main/-1.mp4".
  106. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  107. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  108. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  109. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, 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 maxWidth, Nullable`1 maxHeight, 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)
  110. at lambda_method1518(Closure, Object)
  111. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  112. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  113. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  114. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  115. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  116. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  117. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  118. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  119. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  120. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  121. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  122. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  123. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  124. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  125. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  126. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  127. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  128. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  129. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  130. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  131. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  132. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  133. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  134. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  135. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  136. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  137. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  138. [2024-10-11 21:47:04.155 +02:00] [INF] [49] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/config/data/transcodes/2197aac5bc397fe4b40cdd3888d3fdf3.m3u8"
  139. [2024-10-11 21:47:05.093 +02:00] [INF] [49] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: session.RemoteEndPoint : "86.87.25.109"
  140. [2024-10-11 21:47:05.093 +02:00] [INF] [49] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_playing_id = "a2d968adcd4b612dc3f4a6ec5824de00"
  141. [2024-10-11 21:47:05.093 +02:00] [INF] [49] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id = "7255e6f25caf4f91b57d1cfd57b4d033"
  142. [2024-10-11 21:47:05.093 +02:00] [INF] [49] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id_int = 5
  143. [2024-10-11 21:47:05.093 +02:00] [INF] [49] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_playing_id = "8ddf6a6d53c8f4e46ab8c36b650afb96"
  144. [2024-10-11 21:47:05.094 +02:00] [INF] [49] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_user_id = "7255e6f25caf4f91b57d1cfd57b4d033"
  145. [2024-10-11 21:47:05.094 +02:00] [INF] [49] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : play_method = "Transcode (v:av1 a:aac)"
  146. [2024-10-11 21:47:05.094 +02:00] [INF] [49] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.ClientName = "Jellyfin Web"
  147. [2024-10-11 21:47:05.094 +02:00] [INF] [49] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.DeviceName = "Firefox"
  148. [2024-10-11 21:47:05.095 +02:00] [INF] [49] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemName = "Demon Lord, Retry! - s02e01 - ReTry"
  149. [2024-10-11 21:47:05.095 +02:00] [INF] [49] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemId = "a2d968adcd4b612dc3f4a6ec5824de00"
  150. [2024-10-11 21:47:05.095 +02:00] [INF] [49] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemType = "Episode"
  151. [2024-10-11 21:47:05.095 +02:00] [INF] [49] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Details do not match for play item
  152. [2024-10-11 21:47:05.096 +02:00] [INF] [49] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Exited
  153. [2024-10-11 21:47:05.656 +02:00] [INF] [49] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.9.11" playing "Memories of the Previous World". Stopped at "0" ms
  154. [2024-10-11 21:47:05.673 +02:00] [INF] [32] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Playback stop tracker found, processing stop : "TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTA4LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTA4LjB8MTY3MzczNTkzODM2NQ11-7255e6f25caf4f91b57d1cfd57b4d033-8ddf6a6d53c8f4e46ab8c36b650afb96"
  155. [2024-10-11 21:47:05.673 +02:00] [INF] [32] Jellyfin.Plugin.PlaybackReporting.Data.PlaybackTracker: PlaybackTracker : Adding Stop Event : 10/11/2024 21:47:05
  156. [2024-10-11 21:47:05.673 +02:00] [INF] [32] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Playback stop but TrackedPlaybackInfo not found! not storing activity in DB
  157. [2024-10-11 21:47:05.873 +02:00] [WRN] [40] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  158. \"content\": \"@everyone\",
  159. \"avatar_url\": \"\",
  160. \"username\": \"Notif JF\",
  161. \"embeds\": [
  162. {
  163. \"color\": \"697804\",
  164. \"footer\": {
  165. \"text\": \"From ServerZ\",
  166. \"icon_url\": \"\"
  167. },
  168. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  169. \"thumbnail\":{
  170. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  171. },
  172. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  173. }
  174. ]
  175. }"
  176. [2024-10-11 21:47:05.873 +02:00] [WRN] [40] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  177. [2024-10-11 21:47:08.660 +02:00] [INF] [49] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "User". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  178. [2024-10-11 21:47:08.978 +02:00] [INF] [40] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  179. [2024-10-11 21:47:08.978 +02:00] [INF] [40] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E02 - 002 - Royal Academy [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 av1_qsv -preset veryfast -b:v 6206830 -maxrate 6206830 -bufsize 12413660 -profile:v:0 main -level 53 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -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 fmp4 -hls_fmp4_init_filename \"5e2265b0e735c43180852ddef76f14f1-1.mp4\" -start_number 0 -hls_segment_filename \"/config/data/transcodes/5e2265b0e735c43180852ddef76f14f1%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/data/transcodes/5e2265b0e735c43180852ddef76f14f1.m3u8\""
  180. [2024-10-11 21:47:09.177 +02:00] [ERR] [33] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1
  181. [2024-10-11 21:47:09.194 +02:00] [ERR] [33] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/b9c908ac-1fe9-a56b-b123-97833ea6fe4b/hls1/main/-1.mp4".
  182. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  183. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  184. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  185. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, 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 maxWidth, Nullable`1 maxHeight, 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)
  186. at lambda_method1518(Closure, Object)
  187. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  188. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  189. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  190. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  191. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  192. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  193. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  194. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  195. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  196. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  197. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  198. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  199. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  200. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  201. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  202. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  203. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  204. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  205. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  206. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  207. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  208. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  209. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  210. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  211. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  212. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  213. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  214. [2024-10-11 21:47:09.231 +02:00] [INF] [32] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Adding playback tracker : TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTA4LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTA4LjB8MTY3MzczNTkzODM2NQ11-7255e6f25caf4f91b57d1cfd57b4d033-b9c908ac1fe9a56bb12397833ea6fe4b
  215. [2024-10-11 21:47:09.231 +02:00] [INF] [32] Jellyfin.Plugin.PlaybackReporting.Data.PlaybackTracker: PlaybackTracker : Adding Start Event : 10/11/2024 21:47:09
  216. [2024-10-11 21:47:09.231 +02:00] [INF] [32] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Creating StartPlaybackTimer Task
  217. [2024-10-11 21:47:09.231 +02:00] [INF] [32] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Entered
  218. [2024-10-11 21:47:09.322 +02:00] [INF] [49] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "User". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  219. [2024-10-11 21:47:09.345 +02:00] [INF] [32] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/config/data/transcodes/5e2265b0e735c43180852ddef76f14f1.m3u8"
  220. [2024-10-11 21:47:09.388 +02:00] [WRN] [10] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  221. \"content\": \"@everyone\",
  222. \"avatar_url\": \"\",
  223. \"username\": \"Notif JF\",
  224. \"embeds\": [
  225. {
  226. \"color\": \"697804\",
  227. \"footer\": {
  228. \"text\": \"From ServerZ\",
  229. \"icon_url\": \"\"
  230. },
  231. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E02 Royal Academy has been added to ServerZ\",
  232. \"thumbnail\":{
  233. \"url\": \"https://jf.my-site.com//Items/b9c908ac-1fe9-a56b-b123-97833ea6fe4b/Images/Primary\"
  234. },
  235. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=b9c908ac-1fe9-a56b-b123-97833ea6fe4b&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  236. }
  237. ]
  238. }"
  239. [2024-10-11 21:47:09.388 +02:00] [WRN] [10] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  240. [2024-10-11 21:47:09.429 +02:00] [INF] [49] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  241. [2024-10-11 21:47:09.430 +02:00] [INF] [49] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E02 - 002 - Royal Academy [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 av1_qsv -preset veryfast -b:v 6206830 -maxrate 6206830 -bufsize 12413660 -profile:v:0 main -level 53 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -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 fmp4 -hls_fmp4_init_filename \"faf13c265b644ba329ed23e531e7a047-1.mp4\" -start_number 0 -hls_segment_filename \"/config/data/transcodes/faf13c265b644ba329ed23e531e7a047%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/data/transcodes/faf13c265b644ba329ed23e531e7a047.m3u8\""
  242. [2024-10-11 21:47:09.660 +02:00] [ERR] [49] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1
  243. [2024-10-11 21:47:09.752 +02:00] [ERR] [49] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/b9c908ac-1fe9-a56b-b123-97833ea6fe4b/hls1/main/-1.mp4".
  244. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  245. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  246. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  247. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, 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 maxWidth, Nullable`1 maxHeight, 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)
  248. at lambda_method1518(Closure, Object)
  249. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  250. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  251. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  252. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  253. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  254. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  255. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  256. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  257. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  258. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  259. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  260. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  261. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  262. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  263. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  264. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  265. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  266. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  267. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  268. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  269. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  270. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  271. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  272. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  273. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  274. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  275. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  276. [2024-10-11 21:47:09.771 +02:00] [INF] [33] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "User". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  277. [2024-10-11 21:47:09.789 +02:00] [INF] [33] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/config/data/transcodes/faf13c265b644ba329ed23e531e7a047.m3u8"
  278. [2024-10-11 21:47:09.832 +02:00] [INF] [32] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  279. [2024-10-11 21:47:09.832 +02:00] [INF] [32] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E02 - 002 - Royal Academy [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 av1_qsv -preset veryfast -b:v 6206830 -maxrate 6206830 -bufsize 12413660 -profile:v:0 main -level 53 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -codec:a:0 libfdk_aac -ac 2 -ab 128000 -ar 44100 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"a1a64e5415698daa39872b41e234461e-1.mp4\" -start_number 0 -hls_segment_filename \"/config/data/transcodes/a1a64e5415698daa39872b41e234461e%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/data/transcodes/a1a64e5415698daa39872b41e234461e.m3u8\""
  280. [2024-10-11 21:47:10.042 +02:00] [ERR] [32] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1
  281. [2024-10-11 21:47:10.058 +02:00] [ERR] [32] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/b9c908ac-1fe9-a56b-b123-97833ea6fe4b/hls1/main/-1.mp4".
  282. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  283. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  284. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  285. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, 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 maxWidth, Nullable`1 maxHeight, 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)
  286. at lambda_method1518(Closure, Object)
  287. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  288. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  289. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  290. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  291. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  292. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  293. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  294. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  295. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  296. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  297. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  298. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  299. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  300. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  301. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  302. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  303. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  304. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  305. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  306. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  307. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  308. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  309. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  310. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  311. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  312. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  313. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  314. [2024-10-11 21:47:10.101 +02:00] [INF] [32] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/config/data/transcodes/a1a64e5415698daa39872b41e234461e.m3u8"
  315. [2024-10-11 21:47:11.602 +02:00] [INF] [49] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.9.11" playing "Royal Academy". Stopped at "0" ms
  316. [2024-10-11 21:47:11.620 +02:00] [INF] [32] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Playback stop tracker found, processing stop : "TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTA4LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTA4LjB8MTY3MzczNTkzODM2NQ11-7255e6f25caf4f91b57d1cfd57b4d033-b9c908ac1fe9a56bb12397833ea6fe4b"
  317. [2024-10-11 21:47:11.620 +02:00] [INF] [32] Jellyfin.Plugin.PlaybackReporting.Data.PlaybackTracker: PlaybackTracker : Adding Stop Event : 10/11/2024 21:47:11
  318. [2024-10-11 21:47:11.620 +02:00] [INF] [32] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Playback stop but TrackedPlaybackInfo not found! not storing activity in DB
  319. [2024-10-11 21:47:11.778 +02:00] [WRN] [32] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  320. \"content\": \"@everyone\",
  321. \"avatar_url\": \"\",
  322. \"username\": \"Notif JF\",
  323. \"embeds\": [
  324. {
  325. \"color\": \"697804\",
  326. \"footer\": {
  327. \"text\": \"From ServerZ\",
  328. \"icon_url\": \"\"
  329. },
  330. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E02 Royal Academy has been added to ServerZ\",
  331. \"thumbnail\":{
  332. \"url\": \"https://jf.my-site.com//Items/b9c908ac-1fe9-a56b-b123-97833ea6fe4b/Images/Primary\"
  333. },
  334. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=b9c908ac-1fe9-a56b-b123-97833ea6fe4b&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  335. }
  336. ]
  337. }"
  338. [2024-10-11 21:47:11.778 +02:00] [WRN] [32] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  339. [2024-10-11 21:47:19.484 +02:00] [INF] [32] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  340. [2024-10-11 21:47:23.053 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: session.RemoteEndPoint : "86.87.25.109"
  341. [2024-10-11 21:47:23.053 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_playing_id = "8ddf6a6d53c8f4e46ab8c36b650afb96"
  342. [2024-10-11 21:47:23.054 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id = "7255e6f25caf4f91b57d1cfd57b4d033"
  343. [2024-10-11 21:47:23.054 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id_int = 5
  344. [2024-10-11 21:47:23.054 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_playing_id = ""
  345. [2024-10-11 21:47:23.054 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_user_id = "7255e6f25caf4f91b57d1cfd57b4d033"
  346. [2024-10-11 21:47:23.055 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : play_method = "na"
  347. [2024-10-11 21:47:23.055 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.ClientName = "Jellyfin Web"
  348. [2024-10-11 21:47:23.055 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.DeviceName = "Firefox"
  349. [2024-10-11 21:47:23.055 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemName = "Seirei Gensouki: Spirit Chronicles - s01e01 - Memories of the Previous World"
  350. [2024-10-11 21:47:23.056 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemId = "8ddf6a6d53c8f4e46ab8c36b650afb96"
  351. [2024-10-11 21:47:23.056 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemType = "Episode"
  352. [2024-10-11 21:47:23.056 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Details do not match for play item
  353. [2024-10-11 21:47:23.057 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Exited
  354. [2024-10-11 21:47:29.233 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: session.RemoteEndPoint : "86.87.25.109"
  355. [2024-10-11 21:47:29.233 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_playing_id = "b9c908ac1fe9a56bb12397833ea6fe4b"
  356. [2024-10-11 21:47:29.234 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id = "7255e6f25caf4f91b57d1cfd57b4d033"
  357. [2024-10-11 21:47:29.234 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id_int = 5
  358. [2024-10-11 21:47:29.234 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_playing_id = ""
  359. [2024-10-11 21:47:29.235 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_user_id = "7255e6f25caf4f91b57d1cfd57b4d033"
  360. [2024-10-11 21:47:29.235 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : play_method = "na"
  361. [2024-10-11 21:47:29.235 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.ClientName = "Jellyfin Web"
  362. [2024-10-11 21:47:29.235 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.DeviceName = "Firefox"
  363. [2024-10-11 21:47:29.236 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemName = "Seirei Gensouki: Spirit Chronicles - s01e02 - Royal Academy"
  364. [2024-10-11 21:47:29.236 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemId = "b9c908ac1fe9a56bb12397833ea6fe4b"
  365. [2024-10-11 21:47:29.236 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemType = "Episode"
  366. [2024-10-11 21:47:29.236 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Details do not match for play item
  367. [2024-10-11 21:47:29.236 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Exited
  368. [2024-10-11 21:47:33.314 +02:00] [INF] [32] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.130" request
  369. [2024-10-11 21:47:49.483 +02:00] [INF] [29] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  370. [2024-10-11 21:48:19.491 +02:00] [INF] [33] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  371. [2024-10-11 21:48:40.529 +02:00] [INF] [8] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "User". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  372. [2024-10-11 21:48:40.859 +02:00] [INF] [40] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  373. [2024-10-11 21:48:40.860 +02:00] [INF] [40] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 av1_qsv -preset veryfast -b:v 6765075 -maxrate 6765075 -bufsize 13530150 -profile:v:0 main -level 53 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -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 fmp4 -hls_fmp4_init_filename \"688c2e5a0904ef61d5ed3a93f7fd25ce-1.mp4\" -start_number 0 -hls_segment_filename \"/config/data/transcodes/688c2e5a0904ef61d5ed3a93f7fd25ce%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/data/transcodes/688c2e5a0904ef61d5ed3a93f7fd25ce.m3u8\""
  374. [2024-10-11 21:48:41.079 +02:00] [ERR] [16] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1
  375. [2024-10-11 21:48:41.081 +02:00] [ERR] [16] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/hls1/main/-1.mp4".
  376. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  377. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  378. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  379. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, 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 maxWidth, Nullable`1 maxHeight, 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)
  380. at lambda_method1518(Closure, Object)
  381. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  382. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  383. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  384. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  385. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  386. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  387. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  388. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  389. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  390. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  391. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  392. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  393. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  394. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  395. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  396. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  397. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  398. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  399. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  400. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  401. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  402. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  403. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  404. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  405. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  406. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  407. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  408. [2024-10-11 21:48:41.109 +02:00] [INF] [46] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Adding playback tracker : TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTA4LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTA4LjB8MTY3MzczNTkzODM2NQ11-7255e6f25caf4f91b57d1cfd57b4d033-8ddf6a6d53c8f4e46ab8c36b650afb96
  409. [2024-10-11 21:48:41.109 +02:00] [INF] [46] Jellyfin.Plugin.PlaybackReporting.Data.PlaybackTracker: PlaybackTracker : Adding Start Event : 10/11/2024 21:48:41
  410. [2024-10-11 21:48:41.109 +02:00] [INF] [46] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Creating StartPlaybackTimer Task
  411. [2024-10-11 21:48:41.109 +02:00] [INF] [46] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Entered
  412. [2024-10-11 21:48:41.207 +02:00] [INF] [8] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "User". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  413. [2024-10-11 21:48:41.226 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/config/data/transcodes/688c2e5a0904ef61d5ed3a93f7fd25ce.m3u8"
  414. [2024-10-11 21:48:41.309 +02:00] [WRN] [46] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  415. \"content\": \"@everyone\",
  416. \"avatar_url\": \"\",
  417. \"username\": \"Notif JF\",
  418. \"embeds\": [
  419. {
  420. \"color\": \"697804\",
  421. \"footer\": {
  422. \"text\": \"From ServerZ\",
  423. \"icon_url\": \"\"
  424. },
  425. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  426. \"thumbnail\":{
  427. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  428. },
  429. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  430. }
  431. ]
  432. }"
  433. [2024-10-11 21:48:41.310 +02:00] [WRN] [46] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  434. [2024-10-11 21:48:41.393 +02:00] [INF] [46] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  435. [2024-10-11 21:48:41.393 +02:00] [INF] [46] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 av1_qsv -preset veryfast -b:v 6765075 -maxrate 6765075 -bufsize 13530150 -profile:v:0 main -level 53 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -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 fmp4 -hls_fmp4_init_filename \"01d5c1f83935661ef906c64cb79322a1-1.mp4\" -start_number 0 -hls_segment_filename \"/config/data/transcodes/01d5c1f83935661ef906c64cb79322a1%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/data/transcodes/01d5c1f83935661ef906c64cb79322a1.m3u8\""
  436. [2024-10-11 21:48:41.601 +02:00] [ERR] [46] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1
  437. [2024-10-11 21:48:41.608 +02:00] [ERR] [16] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/hls1/main/-1.mp4".
  438. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  439. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  440. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  441. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, 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 maxWidth, Nullable`1 maxHeight, 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)
  442. at lambda_method1518(Closure, Object)
  443. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  444. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  445. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  446. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  447. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  448. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  449. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  450. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  451. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  452. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  453. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  454. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  455. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  456. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  457. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  458. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  459. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  460. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  461. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  462. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  463. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  464. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  465. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  466. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  467. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  468. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  469. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  470. [2024-10-11 21:48:41.630 +02:00] [INF] [46] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "User". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  471. [2024-10-11 21:48:41.647 +02:00] [INF] [16] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/config/data/transcodes/01d5c1f83935661ef906c64cb79322a1.m3u8"
  472. [2024-10-11 21:48:41.690 +02:00] [INF] [46] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  473. [2024-10-11 21:48:41.691 +02:00] [INF] [46] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 av1_qsv -preset veryfast -b:v 6765075 -maxrate 6765075 -bufsize 13530150 -profile:v:0 main -level 53 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -codec:a:0 libfdk_aac -ac 2 -ab 127999 -ar 44100 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"dcfc718dc0c768c8f95919a9609ae771-1.mp4\" -start_number 0 -hls_segment_filename \"/config/data/transcodes/dcfc718dc0c768c8f95919a9609ae771%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/data/transcodes/dcfc718dc0c768c8f95919a9609ae771.m3u8\""
  474. [2024-10-11 21:48:41.902 +02:00] [ERR] [33] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1
  475. [2024-10-11 21:48:41.910 +02:00] [ERR] [33] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/hls1/main/-1.mp4".
  476. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  477. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  478. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  479. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, 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 maxWidth, Nullable`1 maxHeight, 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)
  480. at lambda_method1518(Closure, Object)
  481. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  482. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  483. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  484. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  485. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  486. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  487. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  488. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  489. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  490. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  491. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  492. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  493. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  494. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  495. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  496. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  497. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  498. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  499. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  500. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  501. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  502. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  503. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  504. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  505. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  506. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  507. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  508. [2024-10-11 21:48:41.936 +02:00] [INF] [35] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/config/data/transcodes/dcfc718dc0c768c8f95919a9609ae771.m3u8"
  509. [2024-10-11 21:48:43.435 +02:00] [INF] [16] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.9.11" playing "Memories of the Previous World". Stopped at "0" ms
  510. [2024-10-11 21:48:43.452 +02:00] [INF] [40] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Playback stop tracker found, processing stop : "TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTA4LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTA4LjB8MTY3MzczNTkzODM2NQ11-7255e6f25caf4f91b57d1cfd57b4d033-8ddf6a6d53c8f4e46ab8c36b650afb96"
  511. [2024-10-11 21:48:43.453 +02:00] [INF] [40] Jellyfin.Plugin.PlaybackReporting.Data.PlaybackTracker: PlaybackTracker : Adding Stop Event : 10/11/2024 21:48:43
  512. [2024-10-11 21:48:43.453 +02:00] [INF] [40] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Playback stop but TrackedPlaybackInfo not found! not storing activity in DB
  513. [2024-10-11 21:48:43.601 +02:00] [WRN] [16] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  514. \"content\": \"@everyone\",
  515. \"avatar_url\": \"\",
  516. \"username\": \"Notif JF\",
  517. \"embeds\": [
  518. {
  519. \"color\": \"697804\",
  520. \"footer\": {
  521. \"text\": \"From ServerZ\",
  522. \"icon_url\": \"\"
  523. },
  524. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  525. \"thumbnail\":{
  526. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  527. },
  528. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  529. }
  530. ]
  531. }"
  532. [2024-10-11 21:48:43.602 +02:00] [WRN] [16] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  533. [2024-10-11 21:48:49.495 +02:00] [INF] [46] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  534. [2024-10-11 21:49:01.106 +02:00] [INF] [46] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: session.RemoteEndPoint : "86.87.25.109"
  535. [2024-10-11 21:49:01.107 +02:00] [INF] [46] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_playing_id = "8ddf6a6d53c8f4e46ab8c36b650afb96"
  536. [2024-10-11 21:49:01.107 +02:00] [INF] [46] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id = "7255e6f25caf4f91b57d1cfd57b4d033"
  537. [2024-10-11 21:49:01.108 +02:00] [INF] [46] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id_int = 5
  538. [2024-10-11 21:49:01.108 +02:00] [INF] [46] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_playing_id = ""
  539. [2024-10-11 21:49:01.108 +02:00] [INF] [46] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_user_id = "7255e6f25caf4f91b57d1cfd57b4d033"
  540. [2024-10-11 21:49:01.108 +02:00] [INF] [46] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : play_method = "na"
  541. [2024-10-11 21:49:01.109 +02:00] [INF] [46] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.ClientName = "Jellyfin Web"
  542. [2024-10-11 21:49:01.109 +02:00] [INF] [46] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.DeviceName = "Firefox"
  543. [2024-10-11 21:49:01.109 +02:00] [INF] [46] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemName = "Seirei Gensouki: Spirit Chronicles - s01e01 - Memories of the Previous World"
  544. [2024-10-11 21:49:01.109 +02:00] [INF] [46] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemId = "8ddf6a6d53c8f4e46ab8c36b650afb96"
  545. [2024-10-11 21:49:01.110 +02:00] [INF] [46] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemType = "Episode"
  546. [2024-10-11 21:49:01.110 +02:00] [INF] [46] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Details do not match for play item
  547. [2024-10-11 21:49:01.110 +02:00] [INF] [46] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Exited
  548. [2024-10-11 21:49:19.497 +02:00] [INF] [29] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  549. [2024-10-11 21:49:49.497 +02:00] [INF] [49] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  550. [2024-10-11 21:50:19.497 +02:00] [INF] [16] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  551. [2024-10-11 21:50:26.680 +02:00] [INF] [58] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Completed after 0 minute(s) and 2 seconds
  552. [2024-10-11 21:50:32.034 +02:00] [INF] [54] Emby.Server.Implementations.MediaEncoder.EncodingManager: Stopping chapter extraction for "Rong Is in Danger" because a chapter was found with a position greater than the runtime.
  553. [2024-10-11 21:50:32.676 +02:00] [INF] [54] Emby.Server.Implementations.MediaEncoder.EncodingManager: Stopping chapter extraction for "The Ossan Becomes an Adventurer" because a chapter was found with a position greater than the runtime.
  554. [2024-10-11 21:50:32.677 +02:00] [INF] [54] Emby.Server.Implementations.MediaEncoder.EncodingManager: Stopping chapter extraction for "Ossan, the Fastest Preliminaries Qualifier in History" because a chapter was found with a position greater than the runtime.
  555. [2024-10-11 21:50:32.692 +02:00] [INF] [54] Emby.Server.Implementations.MediaEncoder.EncodingManager: Stopping chapter extraction for "The Ruins of Disposal" because a chapter was found with a position greater than the runtime.
  556. [2024-10-11 21:50:36.131 +02:00] [INF] [53] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/data/series"
  557. [2024-10-11 21:50:36.131 +02:00] [INF] [53] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/stand-ups"
  558. [2024-10-11 21:50:36.131 +02:00] [INF] [53] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/data/anime"
  559. [2024-10-11 21:50:36.132 +02:00] [INF] [53] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/data/movies"
  560. [2024-10-11 21:50:36.132 +02:00] [INF] [53] Emby.Server.Implementations.Library.LibraryManager: Validating media library
  561. [2024-10-11 21:50:36.135 +02:00] [WRN] [53] MediaBrowser.Controller.Entities.BaseItem: Library folder "/config/data/data/playlists" is inaccessible or empty, skipping
  562. [2024-10-11 21:50:36.144 +02:00] [WRN] [54] MediaBrowser.Controller.Entities.BaseItem: Library folder "/config/data/data/playlists" is inaccessible or empty, skipping
  563. [2024-10-11 21:50:41.985 +02:00] [INF] [32] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Scan Media Library" Completed after 0 minute(s) and 5 seconds
  564. [2024-10-11 21:50:42.044 +02:00] [INF] [31] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/stand-ups"
  565. [2024-10-11 21:50:42.079 +02:00] [INF] [73] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/anime"
  566. [2024-10-11 21:50:42.100 +02:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/series"
  567. [2024-10-11 21:50:42.104 +02:00] [INF] [21] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/movies"
  568. [2024-10-11 21:50:49.495 +02:00] [INF] [73] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  569. [2024-10-11 21:51:01.983 +02:00] [INF] [31] ConfusedPolarBear.Plugin.IntroSkipper.Entrypoint: Initiate automatic analysis task.
  570. [2024-10-11 21:51:02.018 +02:00] [INF] [31] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Movies"
  571. [2024-10-11 21:51:02.020 +02:00] [INF] [31] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Stand-ups"
  572. [2024-10-11 21:51:02.021 +02:00] [INF] [31] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Shows"
  573. [2024-10-11 21:51:02.143 +02:00] [INF] [31] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Anime"
  574. [2024-10-11 21:51:03.997 +02:00] [INF] [20] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "User". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  575. [2024-10-11 21:51:04.359 +02:00] [INF] [73] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  576. [2024-10-11 21:51:04.359 +02:00] [INF] [73] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 av1_qsv -preset veryfast -b:v 6765075 -maxrate 6765075 -bufsize 13530150 -profile:v:0 main -level 53 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -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 fmp4 -hls_fmp4_init_filename \"6c5e0d9c4890c1d489a0a0057eb0561d-1.mp4\" -start_number 0 -hls_segment_filename \"/config/data/transcodes/6c5e0d9c4890c1d489a0a0057eb0561d%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/data/transcodes/6c5e0d9c4890c1d489a0a0057eb0561d.m3u8\""
  577. [2024-10-11 21:51:04.644 +02:00] [ERR] [8] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1
  578. [2024-10-11 21:51:04.673 +02:00] [ERR] [73] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/hls1/main/-1.mp4".
  579. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  580. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  581. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  582. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, 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 maxWidth, Nullable`1 maxHeight, 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)
  583. at lambda_method1518(Closure, Object)
  584. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  585. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  586. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  587. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  588. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  589. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  590. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  591. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  592. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  593. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  594. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  595. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  596. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  597. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  598. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  599. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  600. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  601. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  602. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  603. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  604. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  605. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  606. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  607. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  608. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  609. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  610. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  611. [2024-10-11 21:51:04.699 +02:00] [INF] [23] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Adding playback tracker : TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTA4LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTA4LjB8MTY3MzczNTkzODM2NQ11-7255e6f25caf4f91b57d1cfd57b4d033-8ddf6a6d53c8f4e46ab8c36b650afb96
  612. [2024-10-11 21:51:04.699 +02:00] [INF] [23] Jellyfin.Plugin.PlaybackReporting.Data.PlaybackTracker: PlaybackTracker : Adding Start Event : 10/11/2024 21:51:04
  613. [2024-10-11 21:51:04.699 +02:00] [INF] [23] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Creating StartPlaybackTimer Task
  614. [2024-10-11 21:51:04.699 +02:00] [INF] [23] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Entered
  615. [2024-10-11 21:51:04.800 +02:00] [INF] [23] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "User". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  616. [2024-10-11 21:51:04.819 +02:00] [INF] [20] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/config/data/transcodes/6c5e0d9c4890c1d489a0a0057eb0561d.m3u8"
  617. [2024-10-11 21:51:04.861 +02:00] [INF] [20] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  618. [2024-10-11 21:51:04.861 +02:00] [INF] [20] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 av1_qsv -preset veryfast -b:v 6765075 -maxrate 6765075 -bufsize 13530150 -profile:v:0 main -level 53 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -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 fmp4 -hls_fmp4_init_filename \"f38ae8f4df2bd2436db04b45a5d41f19-1.mp4\" -start_number 0 -hls_segment_filename \"/config/data/transcodes/f38ae8f4df2bd2436db04b45a5d41f19%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/data/transcodes/f38ae8f4df2bd2436db04b45a5d41f19.m3u8\""
  619. [2024-10-11 21:51:04.885 +02:00] [WRN] [23] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  620. \"content\": \"@everyone\",
  621. \"avatar_url\": \"\",
  622. \"username\": \"Notif JF\",
  623. \"embeds\": [
  624. {
  625. \"color\": \"697804\",
  626. \"footer\": {
  627. \"text\": \"From ServerZ\",
  628. \"icon_url\": \"\"
  629. },
  630. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  631. \"thumbnail\":{
  632. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  633. },
  634. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  635. }
  636. ]
  637. }"
  638. [2024-10-11 21:51:04.886 +02:00] [WRN] [23] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  639. [2024-10-11 21:51:05.139 +02:00] [ERR] [8] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1
  640. [2024-10-11 21:51:05.171 +02:00] [ERR] [8] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/hls1/main/-1.mp4".
  641. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  642. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  643. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  644. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, 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 maxWidth, Nullable`1 maxHeight, 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)
  645. at lambda_method1518(Closure, Object)
  646. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  647. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  648. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  649. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  650. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  651. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  652. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  653. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  654. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  655. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  656. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  657. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  658. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  659. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  660. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  661. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  662. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  663. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  664. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  665. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  666. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  667. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  668. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  669. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  670. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  671. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  672. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  673. [2024-10-11 21:51:05.196 +02:00] [INF] [23] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "User". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  674. [2024-10-11 21:51:05.214 +02:00] [INF] [23] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/config/data/transcodes/f38ae8f4df2bd2436db04b45a5d41f19.m3u8"
  675. [2024-10-11 21:51:05.257 +02:00] [INF] [23] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  676. [2024-10-11 21:51:05.257 +02:00] [INF] [23] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 av1_qsv -preset veryfast -b:v 6765075 -maxrate 6765075 -bufsize 13530150 -profile:v:0 main -level 53 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -codec:a:0 libfdk_aac -ac 2 -ab 127999 -ar 44100 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"7d0934573fad506d9c93a2957945df5f-1.mp4\" -start_number 0 -hls_segment_filename \"/config/data/transcodes/7d0934573fad506d9c93a2957945df5f%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/data/transcodes/7d0934573fad506d9c93a2957945df5f.m3u8\""
  677. [2024-10-11 21:51:05.535 +02:00] [ERR] [23] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1
  678. [2024-10-11 21:51:05.567 +02:00] [ERR] [23] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/hls1/main/-1.mp4".
  679. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  680. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  681. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  682. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, 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 maxWidth, Nullable`1 maxHeight, 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)
  683. at lambda_method1518(Closure, Object)
  684. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  685. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  686. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  687. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  688. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  689. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  690. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  691. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  692. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  693. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  694. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  695. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  696. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  697. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  698. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  699. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  700. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  701. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  702. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  703. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  704. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  705. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  706. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  707. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  708. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  709. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  710. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  711. [2024-10-11 21:51:05.814 +02:00] [INF] [8] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/config/data/transcodes/7d0934573fad506d9c93a2957945df5f.m3u8"
  712. [2024-10-11 21:51:06.935 +02:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Extract Chapter Images" Completed after 0 minute(s) and 35 seconds
  713. [2024-10-11 21:51:07.316 +02:00] [INF] [8] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.9.11" playing "Memories of the Previous World". Stopped at "0" ms
  714. [2024-10-11 21:51:07.334 +02:00] [INF] [23] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Playback stop tracker found, processing stop : "TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTA4LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTA4LjB8MTY3MzczNTkzODM2NQ11-7255e6f25caf4f91b57d1cfd57b4d033-8ddf6a6d53c8f4e46ab8c36b650afb96"
  715. [2024-10-11 21:51:07.334 +02:00] [INF] [23] Jellyfin.Plugin.PlaybackReporting.Data.PlaybackTracker: PlaybackTracker : Adding Stop Event : 10/11/2024 21:51:07
  716. [2024-10-11 21:51:07.334 +02:00] [INF] [23] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Playback stop but TrackedPlaybackInfo not found! not storing activity in DB
  717. [2024-10-11 21:51:07.498 +02:00] [WRN] [31] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  718. \"content\": \"@everyone\",
  719. \"avatar_url\": \"\",
  720. \"username\": \"Notif JF\",
  721. \"embeds\": [
  722. {
  723. \"color\": \"697804\",
  724. \"footer\": {
  725. \"text\": \"From ServerZ\",
  726. \"icon_url\": \"\"
  727. },
  728. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  729. \"thumbnail\":{
  730. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  731. },
  732. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  733. }
  734. ]
  735. }"
  736. [2024-10-11 21:51:07.498 +02:00] [WRN] [31] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  737. [2024-10-11 21:51:19.496 +02:00] [INF] [31] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  738. [2024-10-11 21:51:24.701 +02:00] [INF] [31] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: session.RemoteEndPoint : "86.87.25.109"
  739. [2024-10-11 21:51:24.701 +02:00] [INF] [31] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_playing_id = "8ddf6a6d53c8f4e46ab8c36b650afb96"
  740. [2024-10-11 21:51:24.701 +02:00] [INF] [31] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id = "7255e6f25caf4f91b57d1cfd57b4d033"
  741. [2024-10-11 21:51:24.701 +02:00] [INF] [31] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id_int = 5
  742. [2024-10-11 21:51:24.702 +02:00] [INF] [31] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_playing_id = ""
  743. [2024-10-11 21:51:24.702 +02:00] [INF] [31] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_user_id = "7255e6f25caf4f91b57d1cfd57b4d033"
  744. [2024-10-11 21:51:24.702 +02:00] [INF] [31] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : play_method = "na"
  745. [2024-10-11 21:51:24.702 +02:00] [INF] [31] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.ClientName = "Jellyfin Web"
  746. [2024-10-11 21:51:24.703 +02:00] [INF] [31] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.DeviceName = "Firefox"
  747. [2024-10-11 21:51:24.703 +02:00] [INF] [31] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemName = "Seirei Gensouki: Spirit Chronicles - s01e01 - Memories of the Previous World"
  748. [2024-10-11 21:51:24.703 +02:00] [INF] [31] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemId = "8ddf6a6d53c8f4e46ab8c36b650afb96"
  749. [2024-10-11 21:51:24.703 +02:00] [INF] [31] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemType = "Episode"
  750. [2024-10-11 21:51:24.704 +02:00] [INF] [31] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Details do not match for play item
  751. [2024-10-11 21:51:24.704 +02:00] [INF] [31] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Exited
  752. [2024-10-11 21:51:49.495 +02:00] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  753. [2024-10-11 21:51:55.914 +02:00] [INF] [11] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "User". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  754. [2024-10-11 21:51:56.086 +02:00] [INF] [8] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Adding playback tracker : a6bb32af91cc32787255e6f25caf4f91b57d1cfd57b4d033-7255e6f25caf4f91b57d1cfd57b4d033-8ddf6a6d53c8f4e46ab8c36b650afb96
  755. [2024-10-11 21:51:56.086 +02:00] [INF] [8] Jellyfin.Plugin.PlaybackReporting.Data.PlaybackTracker: PlaybackTracker : Adding Start Event : 10/11/2024 21:51:56
  756. [2024-10-11 21:51:56.086 +02:00] [INF] [8] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Creating StartPlaybackTimer Task
  757. [2024-10-11 21:51:56.086 +02:00] [INF] [8] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Entered
  758. [2024-10-11 21:51:56.241 +02:00] [WRN] [36] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  759. \"content\": \"@everyone\",
  760. \"avatar_url\": \"\",
  761. \"username\": \"Notif JF\",
  762. \"embeds\": [
  763. {
  764. \"color\": \"697804\",
  765. \"footer\": {
  766. \"text\": \"From ServerZ\",
  767. \"icon_url\": \"\"
  768. },
  769. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  770. \"thumbnail\":{
  771. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  772. },
  773. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  774. }
  775. ]
  776. }"
  777. [2024-10-11 21:51:56.241 +02:00] [WRN] [36] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  778. [2024-10-11 21:51:56.356 +02:00] [WRN] [36] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  779. \"content\": \"@everyone\",
  780. \"avatar_url\": \"\",
  781. \"username\": \"Notif JF\",
  782. \"embeds\": [
  783. {
  784. \"color\": \"697804\",
  785. \"footer\": {
  786. \"text\": \"From ServerZ\",
  787. \"icon_url\": \"\"
  788. },
  789. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  790. \"thumbnail\":{
  791. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  792. },
  793. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  794. }
  795. ]
  796. }"
  797. [2024-10-11 21:51:56.356 +02:00] [WRN] [36] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  798. [2024-10-11 21:51:56.406 +02:00] [WRN] [73] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  799. \"content\": \"@everyone\",
  800. \"avatar_url\": \"\",
  801. \"username\": \"Notif JF\",
  802. \"embeds\": [
  803. {
  804. \"color\": \"697804\",
  805. \"footer\": {
  806. \"text\": \"From ServerZ\",
  807. \"icon_url\": \"\"
  808. },
  809. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  810. \"thumbnail\":{
  811. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  812. },
  813. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  814. }
  815. ]
  816. }"
  817. [2024-10-11 21:51:56.406 +02:00] [WRN] [73] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  818. [2024-10-11 21:51:57.158 +02:00] [INF] [11] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "a6bb32af91cc32787255e6f25caf4f91b57d1cfd57b4d033-7255e6f25caf4f91b57d1cfd57b4d033-8ddf6a6d53c8f4e46ab8c36b650afb96"
  819. [2024-10-11 21:51:57.312 +02:00] [WRN] [53] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  820. \"content\": \"@everyone\",
  821. \"avatar_url\": \"\",
  822. \"username\": \"Notif JF\",
  823. \"embeds\": [
  824. {
  825. \"color\": \"697804\",
  826. \"footer\": {
  827. \"text\": \"From ServerZ\",
  828. \"icon_url\": \"\"
  829. },
  830. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  831. \"thumbnail\":{
  832. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  833. },
  834. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  835. }
  836. ]
  837. }"
  838. [2024-10-11 21:51:57.312 +02:00] [WRN] [53] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  839. [2024-10-11 21:52:03.747 +02:00] [WRN] [53] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  840. \"content\": \"@everyone\",
  841. \"avatar_url\": \"\",
  842. \"username\": \"Notif JF\",
  843. \"embeds\": [
  844. {
  845. \"color\": \"697804\",
  846. \"footer\": {
  847. \"text\": \"From ServerZ\",
  848. \"icon_url\": \"\"
  849. },
  850. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  851. \"thumbnail\":{
  852. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  853. },
  854. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  855. }
  856. ]
  857. }"
  858. [2024-10-11 21:52:03.747 +02:00] [WRN] [53] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  859. [2024-10-11 21:52:16.090 +02:00] [INF] [53] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: session.RemoteEndPoint : "86.87.25.109"
  860. [2024-10-11 21:52:16.090 +02:00] [INF] [53] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_playing_id = "8ddf6a6d53c8f4e46ab8c36b650afb96"
  861. [2024-10-11 21:52:16.091 +02:00] [INF] [53] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id = "7255e6f25caf4f91b57d1cfd57b4d033"
  862. [2024-10-11 21:52:16.091 +02:00] [INF] [53] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id_int = 5
  863. [2024-10-11 21:52:16.091 +02:00] [INF] [53] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_playing_id = "8ddf6a6d53c8f4e46ab8c36b650afb96"
  864. [2024-10-11 21:52:16.091 +02:00] [INF] [53] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_user_id = "7255e6f25caf4f91b57d1cfd57b4d033"
  865. [2024-10-11 21:52:16.092 +02:00] [INF] [53] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : play_method = "DirectPlay"
  866. [2024-10-11 21:52:16.092 +02:00] [INF] [53] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.ClientName = "Jellyfin Android"
  867. [2024-10-11 21:52:16.092 +02:00] [INF] [53] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.DeviceName = "UserS23"
  868. [2024-10-11 21:52:16.092 +02:00] [INF] [53] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemName = "Seirei Gensouki: Spirit Chronicles - s01e01 - Memories of the Previous World"
  869. [2024-10-11 21:52:16.093 +02:00] [INF] [53] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemId = "8ddf6a6d53c8f4e46ab8c36b650afb96"
  870. [2024-10-11 21:52:16.093 +02:00] [INF] [53] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemType = "Episode"
  871. [2024-10-11 21:52:16.093 +02:00] [INF] [53] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : All matches, playback registered
  872. [2024-10-11 21:52:16.093 +02:00] [INF] [53] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Playback tracker found, adding playback info : "a6bb32af91cc32787255e6f25caf4f91b57d1cfd57b4d033-7255e6f25caf4f91b57d1cfd57b4d033-8ddf6a6d53c8f4e46ab8c36b650afb96"
  873. [2024-10-11 21:52:16.094 +02:00] [INF] [53] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Saving playback tracking activity in DB
  874. [2024-10-11 21:52:16.097 +02:00] [INF] [53] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Exited
  875. [2024-10-11 21:52:19.495 +02:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  876. [2024-10-11 21:52:49.491 +02:00] [INF] [36] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  877. [2024-10-11 21:53:19.491 +02:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  878. [2024-10-11 21:53:26.171 +02:00] [INF] [33] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "User" has succeeded.
  879. [2024-10-11 21:53:26.171 +02:00] [INF] [33] Emby.Server.Implementations.Session.SessionManager: Current/Max sessions for user "User": 3/10
  880. [2024-10-11 21:53:26.171 +02:00] [INF] [33] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user 7255e6f2-5caf-4f91-b57d-1cfd57b4d033
  881. [2024-10-11 21:53:26.377 +02:00] [WRN] [8] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  882. \"content\": \"@everyone\",
  883. \"avatar_url\": \"\",
  884. \"username\": \"Notif JF\",
  885. \"embeds\": [
  886. {
  887. \"color\": \"697804\",
  888. \"footer\": {
  889. \"text\": \"From ServerZ\",
  890. \"icon_url\": \"\"
  891. },
  892. \"title\": \" () has been added to ServerZ\",
  893. \"thumbnail\":{
  894. \"url\": \"https://jf.my-site.com//Items//Images/Primary\"
  895. },
  896. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  897. }
  898. ]
  899. }"
  900. [2024-10-11 21:53:26.377 +02:00] [WRN] [8] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  901. [2024-10-11 21:53:35.264 +02:00] [INF] [53] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "User". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  902. [2024-10-11 21:53:35.654 +02:00] [INF] [33] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  903. [2024-10-11 21:53:35.655 +02:00] [INF] [33] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 av1_qsv -preset veryfast -b:v 6765075 -maxrate 6765075 -bufsize 13530150 -profile:v:0 main -level 53 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -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 fmp4 -hls_fmp4_init_filename \"53bdca0d796a0dd54f717955e7654660-1.mp4\" -start_number 0 -hls_segment_filename \"/config/data/transcodes/53bdca0d796a0dd54f717955e7654660%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/data/transcodes/53bdca0d796a0dd54f717955e7654660.m3u8\""
  904. [2024-10-11 21:53:35.877 +02:00] [ERR] [29] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1
  905. [2024-10-11 21:53:35.879 +02:00] [ERR] [29] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/hls1/main/-1.mp4".
  906. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  907. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  908. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  909. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, 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 maxWidth, Nullable`1 maxHeight, 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)
  910. at lambda_method1518(Closure, Object)
  911. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  912. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  913. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  914. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  915. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  916. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  917. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  918. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  919. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  920. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  921. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  922. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  923. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  924. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  925. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  926. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  927. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  928. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  929. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  930. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  931. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  932. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  933. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  934. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  935. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  936. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  937. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  938. [2024-10-11 21:53:35.922 +02:00] [INF] [73] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Adding playback tracker : TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTMxLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTMxLjB8MTcyODY3NjM5NzQ1MQ11-7255e6f25caf4f91b57d1cfd57b4d033-8ddf6a6d53c8f4e46ab8c36b650afb96
  939. [2024-10-11 21:53:35.922 +02:00] [INF] [73] Jellyfin.Plugin.PlaybackReporting.Data.PlaybackTracker: PlaybackTracker : Adding Start Event : 10/11/2024 21:53:35
  940. [2024-10-11 21:53:35.922 +02:00] [INF] [73] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Creating StartPlaybackTimer Task
  941. [2024-10-11 21:53:35.922 +02:00] [INF] [73] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Entered
  942. [2024-10-11 21:53:36.001 +02:00] [INF] [29] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "User". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  943. [2024-10-11 21:53:36.020 +02:00] [INF] [73] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/config/data/transcodes/53bdca0d796a0dd54f717955e7654660.m3u8"
  944. [2024-10-11 21:53:36.072 +02:00] [INF] [73] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  945. [2024-10-11 21:53:36.073 +02:00] [INF] [73] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 av1_qsv -preset veryfast -b:v 6765075 -maxrate 6765075 -bufsize 13530150 -profile:v:0 main -level 53 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -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 fmp4 -hls_fmp4_init_filename \"fdc83e5b6882c679e687a4a56487a828-1.mp4\" -start_number 0 -hls_segment_filename \"/config/data/transcodes/fdc83e5b6882c679e687a4a56487a828%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/data/transcodes/fdc83e5b6882c679e687a4a56487a828.m3u8\""
  946. [2024-10-11 21:53:36.074 +02:00] [WRN] [29] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  947. \"content\": \"@everyone\",
  948. \"avatar_url\": \"\",
  949. \"username\": \"Notif JF\",
  950. \"embeds\": [
  951. {
  952. \"color\": \"697804\",
  953. \"footer\": {
  954. \"text\": \"From ServerZ\",
  955. \"icon_url\": \"\"
  956. },
  957. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  958. \"thumbnail\":{
  959. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  960. },
  961. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  962. }
  963. ]
  964. }"
  965. [2024-10-11 21:53:36.074 +02:00] [WRN] [29] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  966. [2024-10-11 21:53:36.295 +02:00] [ERR] [73] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1
  967. [2024-10-11 21:53:36.390 +02:00] [ERR] [73] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/hls1/main/-1.mp4".
  968. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  969. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  970. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  971. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, 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 maxWidth, Nullable`1 maxHeight, 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)
  972. at lambda_method1518(Closure, Object)
  973. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  974. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  975. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  976. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  977. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  978. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  979. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  980. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  981. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  982. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  983. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  984. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  985. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  986. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  987. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  988. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  989. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  990. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  991. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  992. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  993. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  994. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  995. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  996. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  997. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  998. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  999. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1000. [2024-10-11 21:53:36.410 +02:00] [INF] [33] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "User". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1001. [2024-10-11 21:53:36.430 +02:00] [INF] [73] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/config/data/transcodes/fdc83e5b6882c679e687a4a56487a828.m3u8"
  1002. [2024-10-11 21:53:36.479 +02:00] [INF] [73] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  1003. [2024-10-11 21:53:36.480 +02:00] [INF] [73] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 av1_qsv -preset veryfast -b:v 6765075 -maxrate 6765075 -bufsize 13530150 -profile:v:0 main -level 53 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -codec:a:0 libfdk_aac -ac 2 -ab 127999 -ar 44100 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"fa6d03df59061aa3dbbfeeed00ec284e-1.mp4\" -start_number 0 -hls_segment_filename \"/config/data/transcodes/fa6d03df59061aa3dbbfeeed00ec284e%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/data/transcodes/fa6d03df59061aa3dbbfeeed00ec284e.m3u8\""
  1004. [2024-10-11 21:53:36.694 +02:00] [ERR] [46] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1
  1005. [2024-10-11 21:53:36.793 +02:00] [ERR] [46] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/hls1/main/-1.mp4".
  1006. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  1007. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1008. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  1009. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, 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 maxWidth, Nullable`1 maxHeight, 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)
  1010. at lambda_method1518(Closure, Object)
  1011. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1012. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  1013. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1014. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1015. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1016. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1017. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1018. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  1019. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1020. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1021. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1022. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1023. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1024. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1025. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1026. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1027. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1028. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1029. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1030. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1031. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1032. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1033. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1034. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1035. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  1036. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1037. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1038. [2024-10-11 21:53:36.842 +02:00] [INF] [46] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/config/data/transcodes/fa6d03df59061aa3dbbfeeed00ec284e.m3u8"
  1039. [2024-10-11 21:53:38.343 +02:00] [INF] [46] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.9.11" playing "Memories of the Previous World". Stopped at "0" ms
  1040. [2024-10-11 21:53:38.362 +02:00] [INF] [53] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Playback stop tracker found, processing stop : "TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTMxLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTMxLjB8MTcyODY3NjM5NzQ1MQ11-7255e6f25caf4f91b57d1cfd57b4d033-8ddf6a6d53c8f4e46ab8c36b650afb96"
  1041. [2024-10-11 21:53:38.362 +02:00] [INF] [53] Jellyfin.Plugin.PlaybackReporting.Data.PlaybackTracker: PlaybackTracker : Adding Stop Event : 10/11/2024 21:53:38
  1042. [2024-10-11 21:53:38.362 +02:00] [INF] [53] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Playback stop but TrackedPlaybackInfo not found! not storing activity in DB
  1043. [2024-10-11 21:53:38.511 +02:00] [WRN] [53] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  1044. \"content\": \"@everyone\",
  1045. \"avatar_url\": \"\",
  1046. \"username\": \"Notif JF\",
  1047. \"embeds\": [
  1048. {
  1049. \"color\": \"697804\",
  1050. \"footer\": {
  1051. \"text\": \"From ServerZ\",
  1052. \"icon_url\": \"\"
  1053. },
  1054. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  1055. \"thumbnail\":{
  1056. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  1057. },
  1058. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  1059. }
  1060. ]
  1061. }"
  1062. [2024-10-11 21:53:38.512 +02:00] [WRN] [53] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  1063. [2024-10-11 21:53:49.493 +02:00] [INF] [46] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  1064. [2024-10-11 21:53:55.919 +02:00] [INF] [36] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: session.RemoteEndPoint : "86.87.25.109"
  1065. [2024-10-11 21:53:55.920 +02:00] [INF] [36] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_playing_id = "8ddf6a6d53c8f4e46ab8c36b650afb96"
  1066. [2024-10-11 21:53:55.920 +02:00] [INF] [36] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id = "7255e6f25caf4f91b57d1cfd57b4d033"
  1067. [2024-10-11 21:53:55.920 +02:00] [INF] [36] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id_int = 5
  1068. [2024-10-11 21:53:55.920 +02:00] [INF] [36] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_playing_id = ""
  1069. [2024-10-11 21:53:55.921 +02:00] [INF] [36] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_user_id = "7255e6f25caf4f91b57d1cfd57b4d033"
  1070. [2024-10-11 21:53:55.921 +02:00] [INF] [36] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : play_method = "na"
  1071. [2024-10-11 21:53:55.921 +02:00] [INF] [36] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.ClientName = "Jellyfin Web"
  1072. [2024-10-11 21:53:55.921 +02:00] [INF] [36] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.DeviceName = "Firefox"
  1073. [2024-10-11 21:53:55.922 +02:00] [INF] [36] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemName = "Seirei Gensouki: Spirit Chronicles - s01e01 - Memories of the Previous World"
  1074. [2024-10-11 21:53:55.922 +02:00] [INF] [36] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemId = "8ddf6a6d53c8f4e46ab8c36b650afb96"
  1075. [2024-10-11 21:53:55.922 +02:00] [INF] [36] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemType = "Episode"
  1076. [2024-10-11 21:53:55.922 +02:00] [INF] [36] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Details do not match for play item
  1077. [2024-10-11 21:53:55.923 +02:00] [INF] [36] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Exited
  1078. [2024-10-11 21:54:19.495 +02:00] [INF] [29] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  1079. [2024-10-11 21:54:49.496 +02:00] [INF] [22] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  1080. [2024-10-11 21:55:19.499 +02:00] [INF] [20] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  1081. [2024-10-11 21:55:49.498 +02:00] [INF] [46] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  1082. [2024-10-11 21:56:19.501 +02:00] [INF] [31] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  1083. [2024-10-11 21:56:34.077 +02:00] [INF] [36] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "User" has succeeded.
  1084. [2024-10-11 21:56:34.077 +02:00] [INF] [36] Emby.Server.Implementations.Session.SessionManager: Current/Max sessions for user "User": 4/10
  1085. [2024-10-11 21:56:34.077 +02:00] [INF] [36] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user 7255e6f2-5caf-4f91-b57d-1cfd57b4d033
  1086. [2024-10-11 21:56:34.267 +02:00] [WRN] [10] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  1087. \"content\": \"@everyone\",
  1088. \"avatar_url\": \"\",
  1089. \"username\": \"Notif JF\",
  1090. \"embeds\": [
  1091. {
  1092. \"color\": \"697804\",
  1093. \"footer\": {
  1094. \"text\": \"From ServerZ\",
  1095. \"icon_url\": \"\"
  1096. },
  1097. \"title\": \" () has been added to ServerZ\",
  1098. \"thumbnail\":{
  1099. \"url\": \"https://jf.my-site.com//Items//Images/Primary\"
  1100. },
  1101. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  1102. }
  1103. ]
  1104. }"
  1105. [2024-10-11 21:56:34.268 +02:00] [WRN] [10] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  1106. [2024-10-11 21:56:41.751 +02:00] [INF] [23] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "User" has succeeded.
  1107. [2024-10-11 21:56:41.751 +02:00] [INF] [23] Emby.Server.Implementations.Session.SessionManager: Current/Max sessions for user "User": 5/10
  1108. [2024-10-11 21:56:41.751 +02:00] [INF] [23] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user 7255e6f2-5caf-4f91-b57d-1cfd57b4d033
  1109. [2024-10-11 21:56:41.925 +02:00] [WRN] [39] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  1110. \"content\": \"@everyone\",
  1111. \"avatar_url\": \"\",
  1112. \"username\": \"Notif JF\",
  1113. \"embeds\": [
  1114. {
  1115. \"color\": \"697804\",
  1116. \"footer\": {
  1117. \"text\": \"From ServerZ\",
  1118. \"icon_url\": \"\"
  1119. },
  1120. \"title\": \" () has been added to ServerZ\",
  1121. \"thumbnail\":{
  1122. \"url\": \"https://jf.my-site.com//Items//Images/Primary\"
  1123. },
  1124. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  1125. }
  1126. ]
  1127. }"
  1128. [2024-10-11 21:56:41.926 +02:00] [WRN] [39] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  1129. [2024-10-11 21:56:49.503 +02:00] [INF] [20] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  1130. [2024-10-11 21:56:53.142 +02:00] [INF] [23] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "User". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1131. [2024-10-11 21:56:53.504 +02:00] [INF] [25] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  1132. [2024-10-11 21:56:53.504 +02:00] [INF] [25] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -fflags +genpts -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 copy -tag:v:0 hvc1 -bsf:v hevc_mp4toannexb -start_at_zero -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 6 -hls_segment_type fmp4 -hls_fmp4_init_filename \"d020bbd7f3176487fa782e82f2db04ce-1.mp4\" -start_number 0 -hls_segment_filename \"/config/data/transcodes/d020bbd7f3176487fa782e82f2db04ce%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/data/transcodes/d020bbd7f3176487fa782e82f2db04ce.m3u8\""
  1133. [2024-10-11 21:56:54.176 +02:00] [INF] [25] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Adding playback tracker : TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEyOS4wLjAuMCBTYWZhcmkvNTM3LjM2fDE3Mjg2NzY1NTExODU1-7255e6f25caf4f91b57d1cfd57b4d033-8ddf6a6d53c8f4e46ab8c36b650afb96
  1134. [2024-10-11 21:56:54.176 +02:00] [INF] [25] Jellyfin.Plugin.PlaybackReporting.Data.PlaybackTracker: PlaybackTracker : Adding Start Event : 10/11/2024 21:56:54
  1135. [2024-10-11 21:56:54.176 +02:00] [INF] [25] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Creating StartPlaybackTimer Task
  1136. [2024-10-11 21:56:54.176 +02:00] [INF] [20] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Entered
  1137. [2024-10-11 21:56:54.309 +02:00] [WRN] [27] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  1138. \"content\": \"@everyone\",
  1139. \"avatar_url\": \"\",
  1140. \"username\": \"Notif JF\",
  1141. \"embeds\": [
  1142. {
  1143. \"color\": \"697804\",
  1144. \"footer\": {
  1145. \"text\": \"From ServerZ\",
  1146. \"icon_url\": \"\"
  1147. },
  1148. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  1149. \"thumbnail\":{
  1150. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  1151. },
  1152. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  1153. }
  1154. ]
  1155. }"
  1156. [2024-10-11 21:56:54.309 +02:00] [WRN] [27] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  1157. [2024-10-11 21:56:54.369 +02:00] [INF] [20] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEyOS4wLjAuMCBTYWZhcmkvNTM3LjM2fDE3Mjg2NzY1NTExODU1-7255e6f25caf4f91b57d1cfd57b4d033-8ddf6a6d53c8f4e46ab8c36b650afb96"
  1158. [2024-10-11 21:56:54.458 +02:00] [INF] [36] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  1159. [2024-10-11 21:56:54.458 +02:00] [INF] [29] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:5 \"/config/data/data/attachments/0/010c9cbb-297f-34f5-8008-9dd8614ef29d\" -dump_attachment:6 \"/config/data/data/attachments/a/a5f47320-7cbf-f0a8-239d-f4e4c781b05b\" -dump_attachment:7 \"/config/data/data/attachments/5/5e5869eb-e8bc-9cec-47ea-84858b494749\" -dump_attachment:8 \"/config/data/data/attachments/8/837f06a4-1884-9975-8aff-e0655a988546\" -dump_attachment:9 \"/config/data/data/attachments/5/5dbe40e4-285d-1a0d-0133-3b4eb4201d04\" -dump_attachment:10 \"/config/data/data/attachments/1/159209dd-a391-2e00-2545-981a01a9db61\" -dump_attachment:11 \"/config/data/data/attachments/d/d419b7e1-5354-1b69-950c-945b99212a62\" -dump_attachment:12 \"/config/data/data/attachments/f/f3294048-4e51-6607-1515-2daed4075507\" -dump_attachment:13 \"/config/data/data/attachments/3/3218e0e1-bb4e-a83a-d17f-18c0a0a0992f\" -dump_attachment:14 \"/config/data/data/attachments/7/7d437890-9100-3edd-0607-43ef1d24ecd2\" -dump_attachment:15 \"/config/data/data/attachments/f/f54bb85d-4cb4-4dd3-438f-b0cae3ad710d\" -dump_attachment:16 \"/config/data/data/attachments/1/17e65269-38bf-d2a8-7b20-0cb76ad07dae\" -dump_attachment:17 \"/config/data/data/attachments/3/39a2b48f-8600-219b-4307-0c0daea5af4f\" -dump_attachment:18 \"/config/data/data/attachments/5/5ab874b1-5add-a7b1-13fd-7cf07828d914\" -dump_attachment:19 \"/config/data/data/attachments/9/9eda5cf9-9c3c-f17a-7535-67b0e14967ae\" -dump_attachment:20 \"/config/data/data/attachments/0/0880191d-58a7-04e7-8c66-c4d903c8693e\" -dump_attachment:21 \"/config/data/data/attachments/1/15e6541f-0bde-edd7-b9a8-600079d3b3a5\" -dump_attachment:22 \"/config/data/data/attachments/6/6589bf5f-257f-2df5-e837-0d9e0fdce3fc\" -dump_attachment:23 \"/config/data/data/attachments/e/e78ddac9-29a4-d1e4-c3c7-b51a60aa1971\" -dump_attachment:24 \"/config/data/data/attachments/2/2c70de5d-044a-00f0-0458-71c4c7251049\" -dump_attachment:25 \"/config/data/data/attachments/3/38c67598-655e-b46f-8e7c-a951a87c8d06\" -dump_attachment:26 \"/config/data/data/attachments/8/8927e579-28ef-0023-929b-49c99b2b4eca\" -dump_attachment:27 \"/config/data/data/attachments/5/52efb4c1-d080-7b4c-d6a9-0ffa4f165de3\" -dump_attachment:28 \"/config/data/data/attachments/f/f2a3ac6c-9663-c72c-f935-b53fdbe830d4\" -dump_attachment:29 \"/config/data/data/attachments/f/f4d70005-d585-4047-00ac-55d33096b010\" -dump_attachment:30 \"/config/data/data/attachments/5/5d6dbf2c-ef43-e676-bb1f-212c7bc4496a\" -dump_attachment:31 \"/config/data/data/attachments/2/26bb3ec2-42f9-bc3f-6daa-c3e4ce152fa2\" -dump_attachment:32 \"/config/data/data/attachments/0/025b162a-7adb-e72b-b69a-3c933bcc1434\" -dump_attachment:33 \"/config/data/data/attachments/7/7dbbbadc-ae61-a12a-347b-b811734ed823\" -dump_attachment:34 \"/config/data/data/attachments/0/0dae4be8-04bb-778b-ad06-8ae0bcaaae66\" -dump_attachment:35 \"/config/data/data/attachments/a/a8b9c464-2ca9-489b-7cd1-bfe6eef32edf\" -dump_attachment:36 \"/config/data/data/attachments/2/259e7f2a-f9d9-05a3-ee26-700c90260589\" -dump_attachment:37 \"/config/data/data/attachments/8/83a0c968-0230-a5c5-1bd7-68d8852a89ca\" -dump_attachment:38 \"/config/data/data/attachments/9/96251d6f-9cbc-d703-09a2-ddc1b919280b\" -dump_attachment:39 \"/config/data/data/attachments/f/fb8b4a8c-e023-24d0-da42-f009b8028019\" -dump_attachment:40 \"/config/data/data/attachments/8/87781c81-aa0c-56ff-84fd-effc37ae4090\" -dump_attachment:41 \"/config/data/data/attachments/c/c626a0bf-5abe-ef75-94af-f79da21d6f6b\" -dump_attachment:42 \"/config/data/data/attachments/3/320b9dc1-3056-38e6-0006-39103d30b20a\" -dump_attachment:43 \"/config/data/data/attachments/9/9fbd925b-4021-01c2-c90f-cadb95257f1a\" -dump_attachment:44 \"/config/data/data/attachments/d/d6841a0e-842d-3a3d-6612-8918070ab1e8\" -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1160. [2024-10-11 21:56:54.507 +02:00] [WRN] [72] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  1161. \"content\": \"@everyone\",
  1162. \"avatar_url\": \"\",
  1163. \"username\": \"Notif JF\",
  1164. \"embeds\": [
  1165. {
  1166. \"color\": \"697804\",
  1167. \"footer\": {
  1168. \"text\": \"From ServerZ\",
  1169. \"icon_url\": \"\"
  1170. },
  1171. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  1172. \"thumbnail\":{
  1173. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  1174. },
  1175. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  1176. }
  1177. ]
  1178. }"
  1179. [2024-10-11 21:56:54.507 +02:00] [WRN] [72] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  1180. [2024-10-11 21:56:54.580 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/0/010c9cbb-297f-34f5-8008-9dd8614ef29d"
  1181. [2024-10-11 21:56:54.580 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/a5f47320-7cbf-f0a8-239d-f4e4c781b05b"
  1182. [2024-10-11 21:56:54.580 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/5/5e5869eb-e8bc-9cec-47ea-84858b494749"
  1183. [2024-10-11 21:56:54.580 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/8/837f06a4-1884-9975-8aff-e0655a988546"
  1184. [2024-10-11 21:56:54.580 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/5/5dbe40e4-285d-1a0d-0133-3b4eb4201d04"
  1185. [2024-10-11 21:56:54.580 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/1/159209dd-a391-2e00-2545-981a01a9db61"
  1186. [2024-10-11 21:56:54.580 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/d/d419b7e1-5354-1b69-950c-945b99212a62"
  1187. [2024-10-11 21:56:54.580 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/f/f3294048-4e51-6607-1515-2daed4075507"
  1188. [2024-10-11 21:56:54.580 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/3/3218e0e1-bb4e-a83a-d17f-18c0a0a0992f"
  1189. [2024-10-11 21:56:54.580 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/7/7d437890-9100-3edd-0607-43ef1d24ecd2"
  1190. [2024-10-11 21:56:54.580 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/f/f54bb85d-4cb4-4dd3-438f-b0cae3ad710d"
  1191. [2024-10-11 21:56:54.580 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/1/17e65269-38bf-d2a8-7b20-0cb76ad07dae"
  1192. [2024-10-11 21:56:54.580 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/3/39a2b48f-8600-219b-4307-0c0daea5af4f"
  1193. [2024-10-11 21:56:54.580 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/5/5ab874b1-5add-a7b1-13fd-7cf07828d914"
  1194. [2024-10-11 21:56:54.580 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/9/9eda5cf9-9c3c-f17a-7535-67b0e14967ae"
  1195. [2024-10-11 21:56:54.581 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/0/0880191d-58a7-04e7-8c66-c4d903c8693e"
  1196. [2024-10-11 21:56:54.581 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/1/15e6541f-0bde-edd7-b9a8-600079d3b3a5"
  1197. [2024-10-11 21:56:54.581 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/6/6589bf5f-257f-2df5-e837-0d9e0fdce3fc"
  1198. [2024-10-11 21:56:54.581 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/e/e78ddac9-29a4-d1e4-c3c7-b51a60aa1971"
  1199. [2024-10-11 21:56:54.581 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/2/2c70de5d-044a-00f0-0458-71c4c7251049"
  1200. [2024-10-11 21:56:54.581 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/3/38c67598-655e-b46f-8e7c-a951a87c8d06"
  1201. [2024-10-11 21:56:54.581 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/8/8927e579-28ef-0023-929b-49c99b2b4eca"
  1202. [2024-10-11 21:56:54.581 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/5/52efb4c1-d080-7b4c-d6a9-0ffa4f165de3"
  1203. [2024-10-11 21:56:54.581 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/f/f2a3ac6c-9663-c72c-f935-b53fdbe830d4"
  1204. [2024-10-11 21:56:54.581 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/f/f4d70005-d585-4047-00ac-55d33096b010"
  1205. [2024-10-11 21:56:54.581 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/5/5d6dbf2c-ef43-e676-bb1f-212c7bc4496a"
  1206. [2024-10-11 21:56:54.581 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/2/26bb3ec2-42f9-bc3f-6daa-c3e4ce152fa2"
  1207. [2024-10-11 21:56:54.581 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/0/025b162a-7adb-e72b-b69a-3c933bcc1434"
  1208. [2024-10-11 21:56:54.581 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/7/7dbbbadc-ae61-a12a-347b-b811734ed823"
  1209. [2024-10-11 21:56:54.582 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/0/0dae4be8-04bb-778b-ad06-8ae0bcaaae66"
  1210. [2024-10-11 21:56:54.582 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/a8b9c464-2ca9-489b-7cd1-bfe6eef32edf"
  1211. [2024-10-11 21:56:54.582 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/2/259e7f2a-f9d9-05a3-ee26-700c90260589"
  1212. [2024-10-11 21:56:54.582 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/8/83a0c968-0230-a5c5-1bd7-68d8852a89ca"
  1213. [2024-10-11 21:56:54.582 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/9/96251d6f-9cbc-d703-09a2-ddc1b919280b"
  1214. [2024-10-11 21:56:54.582 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/f/fb8b4a8c-e023-24d0-da42-f009b8028019"
  1215. [2024-10-11 21:56:54.582 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/8/87781c81-aa0c-56ff-84fd-effc37ae4090"
  1216. [2024-10-11 21:56:54.583 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/c/c626a0bf-5abe-ef75-94af-f79da21d6f6b"
  1217. [2024-10-11 21:56:54.583 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/3/320b9dc1-3056-38e6-0006-39103d30b20a"
  1218. [2024-10-11 21:56:54.583 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/9/9fbd925b-4021-01c2-c90f-cadb95257f1a"
  1219. [2024-10-11 21:56:54.583 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/d/d6841a0e-842d-3a3d-6612-8918070ab1e8"
  1220. [2024-10-11 21:56:54.583 +02:00] [ERR] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1221. [2024-10-11 21:56:54.584 +02:00] [WRN] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1222. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1223. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1224. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1225. [2024-10-11 21:56:54.585 +02:00] [INF] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1226. [2024-10-11 21:56:54.704 +02:00] [ERR] [10] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1227. [2024-10-11 21:56:54.704 +02:00] [WRN] [10] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1228. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1229. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1230. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1231. [2024-10-11 21:56:54.704 +02:00] [INF] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1232. [2024-10-11 21:56:54.824 +02:00] [ERR] [29] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1233. [2024-10-11 21:56:54.824 +02:00] [WRN] [29] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1234. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1235. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1236. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1237. [2024-10-11 21:56:54.825 +02:00] [INF] [25] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1238. [2024-10-11 21:56:54.937 +02:00] [ERR] [25] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1239. [2024-10-11 21:56:54.937 +02:00] [WRN] [25] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1240. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1241. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1242. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1243. [2024-10-11 21:56:54.937 +02:00] [INF] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1244. [2024-10-11 21:56:55.049 +02:00] [ERR] [25] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1245. [2024-10-11 21:56:55.049 +02:00] [WRN] [25] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1246. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1247. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1248. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1249. [2024-10-11 21:56:55.049 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1250. [2024-10-11 21:56:55.170 +02:00] [ERR] [25] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1251. [2024-10-11 21:56:55.170 +02:00] [WRN] [25] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1252. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1253. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1254. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1255. [2024-10-11 21:56:55.171 +02:00] [INF] [29] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1256. [2024-10-11 21:56:55.290 +02:00] [ERR] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1257. [2024-10-11 21:56:55.290 +02:00] [WRN] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1258. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1259. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1260. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1261. [2024-10-11 21:56:55.290 +02:00] [INF] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1262. [2024-10-11 21:56:55.409 +02:00] [ERR] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1263. [2024-10-11 21:56:55.409 +02:00] [WRN] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1264. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1265. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1266. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1267. [2024-10-11 21:56:55.409 +02:00] [INF] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1268. [2024-10-11 21:56:55.527 +02:00] [ERR] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1269. [2024-10-11 21:56:55.528 +02:00] [WRN] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1270. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1271. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1272. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1273. [2024-10-11 21:56:55.528 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1274. [2024-10-11 21:56:55.645 +02:00] [ERR] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1275. [2024-10-11 21:56:55.646 +02:00] [WRN] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1276. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1277. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1278. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1279. [2024-10-11 21:56:55.646 +02:00] [INF] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1280. [2024-10-11 21:56:55.768 +02:00] [ERR] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1281. [2024-10-11 21:56:55.768 +02:00] [WRN] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1282. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1283. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1284. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1285. [2024-10-11 21:56:55.768 +02:00] [INF] [29] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1286. [2024-10-11 21:56:55.889 +02:00] [ERR] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1287. [2024-10-11 21:56:55.889 +02:00] [WRN] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1288. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1289. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1290. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1291. [2024-10-11 21:56:55.889 +02:00] [INF] [71] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1292. [2024-10-11 21:56:55.964 +02:00] [WRN] [72] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  1293. \"content\": \"@everyone\",
  1294. \"avatar_url\": \"\",
  1295. \"username\": \"Notif JF\",
  1296. \"embeds\": [
  1297. {
  1298. \"color\": \"697804\",
  1299. \"footer\": {
  1300. \"text\": \"From ServerZ\",
  1301. \"icon_url\": \"\"
  1302. },
  1303. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  1304. \"thumbnail\":{
  1305. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  1306. },
  1307. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  1308. }
  1309. ]
  1310. }"
  1311. [2024-10-11 21:56:55.964 +02:00] [WRN] [72] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  1312. [2024-10-11 21:56:56.012 +02:00] [ERR] [29] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1313. [2024-10-11 21:56:56.012 +02:00] [WRN] [29] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1314. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1315. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1316. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1317. [2024-10-11 21:56:56.013 +02:00] [INF] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1318. [2024-10-11 21:56:56.131 +02:00] [ERR] [71] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1319. [2024-10-11 21:56:56.131 +02:00] [WRN] [71] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1320. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1321. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1322. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1323. [2024-10-11 21:56:56.131 +02:00] [INF] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1324. [2024-10-11 21:56:56.253 +02:00] [ERR] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1325. [2024-10-11 21:56:56.253 +02:00] [WRN] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1326. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1327. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1328. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1329. [2024-10-11 21:56:56.253 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1330. [2024-10-11 21:56:56.373 +02:00] [ERR] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1331. [2024-10-11 21:56:56.373 +02:00] [WRN] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1332. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1333. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1334. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1335. [2024-10-11 21:56:56.374 +02:00] [INF] [71] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1336. [2024-10-11 21:56:56.494 +02:00] [ERR] [29] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1337. [2024-10-11 21:56:56.494 +02:00] [WRN] [29] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1338. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1339. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1340. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1341. [2024-10-11 21:56:56.494 +02:00] [INF] [71] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1342. [2024-10-11 21:56:56.614 +02:00] [ERR] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1343. [2024-10-11 21:56:56.614 +02:00] [WRN] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1344. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1345. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1346. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1347. [2024-10-11 21:56:56.615 +02:00] [INF] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1348. [2024-10-11 21:56:56.734 +02:00] [ERR] [71] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1349. [2024-10-11 21:56:56.734 +02:00] [WRN] [71] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1350. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1351. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1352. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1353. [2024-10-11 21:56:56.734 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1354. [2024-10-11 21:56:56.854 +02:00] [ERR] [71] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1355. [2024-10-11 21:56:56.854 +02:00] [WRN] [71] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1356. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1357. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1358. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1359. [2024-10-11 21:56:56.854 +02:00] [INF] [29] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1360. [2024-10-11 21:56:56.976 +02:00] [ERR] [29] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1361. [2024-10-11 21:56:56.976 +02:00] [WRN] [29] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1362. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1363. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1364. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1365. [2024-10-11 21:56:56.977 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1366. [2024-10-11 21:56:57.096 +02:00] [ERR] [71] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1367. [2024-10-11 21:56:57.096 +02:00] [WRN] [71] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1368. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1369. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1370. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1371. [2024-10-11 21:56:57.096 +02:00] [INF] [29] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1372. [2024-10-11 21:56:57.214 +02:00] [ERR] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1373. [2024-10-11 21:56:57.214 +02:00] [WRN] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1374. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1375. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1376. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1377. [2024-10-11 21:56:57.214 +02:00] [INF] [71] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1378. [2024-10-11 21:56:57.336 +02:00] [ERR] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1379. [2024-10-11 21:56:57.336 +02:00] [WRN] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1380. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1381. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1382. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1383. [2024-10-11 21:56:57.337 +02:00] [INF] [71] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1384. [2024-10-11 21:56:57.463 +02:00] [ERR] [29] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1385. [2024-10-11 21:56:57.463 +02:00] [WRN] [29] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1386. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1387. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1388. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1389. [2024-10-11 21:56:57.463 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1390. [2024-10-11 21:56:57.581 +02:00] [ERR] [29] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1391. [2024-10-11 21:56:57.581 +02:00] [WRN] [29] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1392. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1393. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1394. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1395. [2024-10-11 21:56:57.581 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1396. [2024-10-11 21:56:57.703 +02:00] [ERR] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1397. [2024-10-11 21:56:57.703 +02:00] [WRN] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1398. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1399. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1400. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1401. [2024-10-11 21:56:57.703 +02:00] [INF] [71] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1402. [2024-10-11 21:56:57.822 +02:00] [ERR] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1403. [2024-10-11 21:56:57.822 +02:00] [WRN] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1404. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1405. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1406. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1407. [2024-10-11 21:56:57.822 +02:00] [INF] [71] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1408. [2024-10-11 21:56:57.939 +02:00] [ERR] [71] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1409. [2024-10-11 21:56:57.939 +02:00] [WRN] [71] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1410. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1411. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1412. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1413. [2024-10-11 21:56:57.939 +02:00] [INF] [29] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1414. [2024-10-11 21:56:58.057 +02:00] [ERR] [25] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1415. [2024-10-11 21:56:58.057 +02:00] [WRN] [25] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1416. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1417. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1418. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1419. [2024-10-11 21:56:58.057 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1420. [2024-10-11 21:56:58.175 +02:00] [ERR] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1421. [2024-10-11 21:56:58.176 +02:00] [WRN] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1422. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1423. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1424. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1425. [2024-10-11 21:56:58.176 +02:00] [INF] [25] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1426. [2024-10-11 21:56:58.294 +02:00] [ERR] [25] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1427. [2024-10-11 21:56:58.295 +02:00] [WRN] [25] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1428. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1429. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1430. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1431. [2024-10-11 21:56:58.295 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1432. [2024-10-11 21:56:58.412 +02:00] [ERR] [71] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1433. [2024-10-11 21:56:58.412 +02:00] [WRN] [71] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1434. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1435. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1436. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1437. [2024-10-11 21:56:58.413 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1438. [2024-10-11 21:56:58.526 +02:00] [ERR] [71] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1439. [2024-10-11 21:56:58.526 +02:00] [WRN] [71] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1440. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1441. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1442. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1443. [2024-10-11 21:56:58.526 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1444. [2024-10-11 21:56:58.645 +02:00] [ERR] [29] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1445. [2024-10-11 21:56:58.646 +02:00] [WRN] [29] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1446. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1447. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1448. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1449. [2024-10-11 21:56:58.646 +02:00] [INF] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1450. [2024-10-11 21:56:58.760 +02:00] [ERR] [71] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1451. [2024-10-11 21:56:58.760 +02:00] [WRN] [71] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1452. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1453. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1454. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1455. [2024-10-11 21:56:58.760 +02:00] [INF] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1456. [2024-10-11 21:56:58.881 +02:00] [ERR] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1457. [2024-10-11 21:56:58.881 +02:00] [WRN] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1458. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1459. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1460. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1461. [2024-10-11 21:56:58.881 +02:00] [INF] [71] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1462. [2024-10-11 21:56:58.999 +02:00] [ERR] [71] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1463. [2024-10-11 21:56:59.000 +02:00] [WRN] [71] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1464. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1465. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1466. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1467. [2024-10-11 21:56:59.000 +02:00] [INF] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1468. [2024-10-11 21:56:59.122 +02:00] [ERR] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1469. [2024-10-11 21:56:59.123 +02:00] [WRN] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1470. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1471. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1472. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1473. [2024-10-11 21:56:59.123 +02:00] [INF] [29] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:45 \"/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9\" -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -t 0 -f null null"
  1474. [2024-10-11 21:56:59.245 +02:00] [ERR] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction failed for "file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\"" to "/config/data/data/attachments/a/aa0756fc-4a00-8069-93b6-0cc3bf5280a9"
  1475. [2024-10-11 21:56:59.245 +02:00] [WRN] [72] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: Unable to cache media attachments for File:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1476. MediaBrowser.Common.FfmpegException: ffmpeg media attachment extraction failed for file:"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv"
  1477. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachmentsInternal(String mediaPath, String inputFile, MediaSourceInfo mediaSource, List`1 extractableAttachmentIds, CancellationToken cancellationToken)
  1478. at MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor.CacheAllAttachments(String mediaPath, String inputFile, MediaSourceInfo mediaSource, CancellationToken cancellationToken)
  1479. [2024-10-11 21:57:04.322 +02:00] [WRN] [72] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  1480. \"content\": \"@everyone\",
  1481. \"avatar_url\": \"\",
  1482. \"username\": \"Notif JF\",
  1483. \"embeds\": [
  1484. {
  1485. \"color\": \"697804\",
  1486. \"footer\": {
  1487. \"text\": \"From ServerZ\",
  1488. \"icon_url\": \"\"
  1489. },
  1490. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  1491. \"thumbnail\":{
  1492. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  1493. },
  1494. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  1495. }
  1496. ]
  1497. }"
  1498. [2024-10-11 21:57:04.322 +02:00] [WRN] [72] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  1499. [2024-10-11 21:57:14.176 +02:00] [INF] [10] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: session.RemoteEndPoint : "86.87.25.109"
  1500. [2024-10-11 21:57:14.176 +02:00] [INF] [10] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_playing_id = "8ddf6a6d53c8f4e46ab8c36b650afb96"
  1501. [2024-10-11 21:57:14.176 +02:00] [INF] [10] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id = "7255e6f25caf4f91b57d1cfd57b4d033"
  1502. [2024-10-11 21:57:14.177 +02:00] [INF] [10] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id_int = 5
  1503. [2024-10-11 21:57:14.177 +02:00] [INF] [10] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_playing_id = "8ddf6a6d53c8f4e46ab8c36b650afb96"
  1504. [2024-10-11 21:57:14.177 +02:00] [INF] [10] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_user_id = "7255e6f25caf4f91b57d1cfd57b4d033"
  1505. [2024-10-11 21:57:14.177 +02:00] [INF] [10] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : play_method = "Transcode (v:direct a:direct)"
  1506. [2024-10-11 21:57:14.178 +02:00] [INF] [10] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.ClientName = "Jellyfin Web"
  1507. [2024-10-11 21:57:14.178 +02:00] [INF] [10] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.DeviceName = "Chrome"
  1508. [2024-10-11 21:57:14.178 +02:00] [INF] [10] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemName = "Seirei Gensouki: Spirit Chronicles - s01e01 - Memories of the Previous World"
  1509. [2024-10-11 21:57:14.178 +02:00] [INF] [10] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemId = "8ddf6a6d53c8f4e46ab8c36b650afb96"
  1510. [2024-10-11 21:57:14.179 +02:00] [INF] [10] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemType = "Episode"
  1511. [2024-10-11 21:57:14.179 +02:00] [INF] [10] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : All matches, playback registered
  1512. [2024-10-11 21:57:14.179 +02:00] [INF] [10] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Playback tracker found, adding playback info : "TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEyOS4wLjAuMCBTYWZhcmkvNTM3LjM2fDE3Mjg2NzY1NTExODU1-7255e6f25caf4f91b57d1cfd57b4d033-8ddf6a6d53c8f4e46ab8c36b650afb96"
  1513. [2024-10-11 21:57:14.179 +02:00] [INF] [10] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Saving playback tracking activity in DB
  1514. [2024-10-11 21:57:14.183 +02:00] [INF] [10] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Exited
  1515. [2024-10-11 21:57:14.307 +02:00] [WRN] [10] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  1516. \"content\": \"@everyone\",
  1517. \"avatar_url\": \"\",
  1518. \"username\": \"Notif JF\",
  1519. \"embeds\": [
  1520. {
  1521. \"color\": \"697804\",
  1522. \"footer\": {
  1523. \"text\": \"From ServerZ\",
  1524. \"icon_url\": \"\"
  1525. },
  1526. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  1527. \"thumbnail\":{
  1528. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  1529. },
  1530. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  1531. }
  1532. ]
  1533. }"
  1534. [2024-10-11 21:57:14.307 +02:00] [WRN] [10] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  1535. [2024-10-11 21:57:19.502 +02:00] [INF] [25] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  1536. [2024-10-11 21:57:24.156 +02:00] [INF] [25] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEyOS4wLjAuMCBTYWZhcmkvNTM3LjM2fDE3Mjg2NzY1NTExODU1-7255e6f25caf4f91b57d1cfd57b4d033-8ddf6a6d53c8f4e46ab8c36b650afb96"
  1537. [2024-10-11 21:57:24.307 +02:00] [WRN] [11] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  1538. \"content\": \"@everyone\",
  1539. \"avatar_url\": \"\",
  1540. \"username\": \"Notif JF\",
  1541. \"embeds\": [
  1542. {
  1543. \"color\": \"697804\",
  1544. \"footer\": {
  1545. \"text\": \"From ServerZ\",
  1546. \"icon_url\": \"\"
  1547. },
  1548. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  1549. \"thumbnail\":{
  1550. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  1551. },
  1552. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  1553. }
  1554. ]
  1555. }"
  1556. [2024-10-11 21:57:24.307 +02:00] [WRN] [11] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  1557. [2024-10-11 21:57:36.203 +02:00] [WRN] [10] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  1558. \"content\": \"@everyone\",
  1559. \"avatar_url\": \"\",
  1560. \"username\": \"Notif JF\",
  1561. \"embeds\": [
  1562. {
  1563. \"color\": \"697804\",
  1564. \"footer\": {
  1565. \"text\": \"From ServerZ\",
  1566. \"icon_url\": \"\"
  1567. },
  1568. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  1569. \"thumbnail\":{
  1570. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  1571. },
  1572. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  1573. }
  1574. ]
  1575. }"
  1576. [2024-10-11 21:57:36.203 +02:00] [WRN] [10] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  1577. [2024-10-11 21:57:46.057 +02:00] [INF] [29] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEyOS4wLjAuMCBTYWZhcmkvNTM3LjM2fDE3Mjg2NzY1NTExODU1-7255e6f25caf4f91b57d1cfd57b4d033-8ddf6a6d53c8f4e46ab8c36b650afb96"
  1578. [2024-10-11 21:57:46.242 +02:00] [WRN] [10] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  1579. \"content\": \"@everyone\",
  1580. \"avatar_url\": \"\",
  1581. \"username\": \"Notif JF\",
  1582. \"embeds\": [
  1583. {
  1584. \"color\": \"697804\",
  1585. \"footer\": {
  1586. \"text\": \"From ServerZ\",
  1587. \"icon_url\": \"\"
  1588. },
  1589. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  1590. \"thumbnail\":{
  1591. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  1592. },
  1593. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  1594. }
  1595. ]
  1596. }"
  1597. [2024-10-11 21:57:46.242 +02:00] [WRN] [10] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  1598. [2024-10-11 21:57:49.502 +02:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  1599. [2024-10-11 21:57:56.193 +02:00] [WRN] [10] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  1600. \"content\": \"@everyone\",
  1601. \"avatar_url\": \"\",
  1602. \"username\": \"Notif JF\",
  1603. \"embeds\": [
  1604. {
  1605. \"color\": \"697804\",
  1606. \"footer\": {
  1607. \"text\": \"From ServerZ\",
  1608. \"icon_url\": \"\"
  1609. },
  1610. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  1611. \"thumbnail\":{
  1612. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  1613. },
  1614. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  1615. }
  1616. ]
  1617. }"
  1618. [2024-10-11 21:57:56.193 +02:00] [WRN] [10] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  1619. [2024-10-11 21:58:06.200 +02:00] [WRN] [29] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  1620. \"content\": \"@everyone\",
  1621. \"avatar_url\": \"\",
  1622. \"username\": \"Notif JF\",
  1623. \"embeds\": [
  1624. {
  1625. \"color\": \"697804\",
  1626. \"footer\": {
  1627. \"text\": \"From ServerZ\",
  1628. \"icon_url\": \"\"
  1629. },
  1630. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  1631. \"thumbnail\":{
  1632. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  1633. },
  1634. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  1635. }
  1636. ]
  1637. }"
  1638. [2024-10-11 21:58:06.200 +02:00] [WRN] [29] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  1639. [2024-10-11 21:58:19.503 +02:00] [INF] [29] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  1640. [2024-10-11 21:58:49.505 +02:00] [INF] [73] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  1641. [2024-10-11 21:59:03.290 +02:00] [INF] [25] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "User" has succeeded.
  1642. [2024-10-11 21:59:03.290 +02:00] [INF] [25] Emby.Server.Implementations.Session.SessionManager: Current/Max sessions for user "User": 6/10
  1643. [2024-10-11 21:59:03.290 +02:00] [INF] [25] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user 7255e6f2-5caf-4f91-b57d-1cfd57b4d033
  1644. [2024-10-11 21:59:03.573 +02:00] [WRN] [10] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  1645. \"content\": \"@everyone\",
  1646. \"avatar_url\": \"\",
  1647. \"username\": \"Notif JF\",
  1648. \"embeds\": [
  1649. {
  1650. \"color\": \"697804\",
  1651. \"footer\": {
  1652. \"text\": \"From ServerZ\",
  1653. \"icon_url\": \"\"
  1654. },
  1655. \"title\": \" () has been added to ServerZ\",
  1656. \"thumbnail\":{
  1657. \"url\": \"https://jf.my-site.com//Items//Images/Primary\"
  1658. },
  1659. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  1660. }
  1661. ]
  1662. }"
  1663. [2024-10-11 21:59:03.574 +02:00] [WRN] [10] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  1664. [2024-10-11 21:59:10.709 +02:00] [INF] [29] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "User". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1665. [2024-10-11 21:59:10.770 +02:00] [INF] [29] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Adding playback tracker : SmVsbHlmaW5NZWRpYVBsYXllciAxLjExLjEgKHdpbmRvd3MteDg2XzY0IDEwKXwxNzI4Njc2NTg1MzMw-7255e6f25caf4f91b57d1cfd57b4d033-8ddf6a6d53c8f4e46ab8c36b650afb96
  1666. [2024-10-11 21:59:10.770 +02:00] [INF] [29] Jellyfin.Plugin.PlaybackReporting.Data.PlaybackTracker: PlaybackTracker : Adding Start Event : 10/11/2024 21:59:10
  1667. [2024-10-11 21:59:10.771 +02:00] [INF] [29] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Creating StartPlaybackTimer Task
  1668. [2024-10-11 21:59:10.771 +02:00] [INF] [11] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Entered
  1669. [2024-10-11 21:59:10.925 +02:00] [WRN] [21] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  1670. \"content\": \"@everyone\",
  1671. \"avatar_url\": \"\",
  1672. \"username\": \"Notif JF\",
  1673. \"embeds\": [
  1674. {
  1675. \"color\": \"697804\",
  1676. \"footer\": {
  1677. \"text\": \"From ServerZ\",
  1678. \"icon_url\": \"\"
  1679. },
  1680. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  1681. \"thumbnail\":{
  1682. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  1683. },
  1684. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  1685. }
  1686. ]
  1687. }"
  1688. [2024-10-11 21:59:10.925 +02:00] [WRN] [21] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  1689. [2024-10-11 21:59:11.712 +02:00] [INF] [23] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "SmVsbHlmaW5NZWRpYVBsYXllciAxLjExLjEgKHdpbmRvd3MteDg2XzY0IDEwKXwxNzI4Njc2NTg1MzMw-7255e6f25caf4f91b57d1cfd57b4d033-8ddf6a6d53c8f4e46ab8c36b650afb96"
  1690. [2024-10-11 21:59:11.858 +02:00] [WRN] [21] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  1691. \"content\": \"@everyone\",
  1692. \"avatar_url\": \"\",
  1693. \"username\": \"Notif JF\",
  1694. \"embeds\": [
  1695. {
  1696. \"color\": \"697804\",
  1697. \"footer\": {
  1698. \"text\": \"From ServerZ\",
  1699. \"icon_url\": \"\"
  1700. },
  1701. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  1702. \"thumbnail\":{
  1703. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  1704. },
  1705. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  1706. }
  1707. ]
  1708. }"
  1709. [2024-10-11 21:59:11.858 +02:00] [WRN] [21] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  1710. [2024-10-11 21:59:14.084 +02:00] [WRN] [23] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  1711. \"content\": \"@everyone\",
  1712. \"avatar_url\": \"\",
  1713. \"username\": \"Notif JF\",
  1714. \"embeds\": [
  1715. {
  1716. \"color\": \"697804\",
  1717. \"footer\": {
  1718. \"text\": \"From ServerZ\",
  1719. \"icon_url\": \"\"
  1720. },
  1721. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  1722. \"thumbnail\":{
  1723. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  1724. },
  1725. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  1726. }
  1727. ]
  1728. }"
  1729. [2024-10-11 21:59:14.084 +02:00] [WRN] [23] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  1730. [2024-10-11 21:59:15.343 +02:00] [INF] [23] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.130" closed
  1731. [2024-10-11 21:59:19.507 +02:00] [INF] [21] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  1732. [2024-10-11 21:59:30.771 +02:00] [INF] [21] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: session.RemoteEndPoint : "86.87.25.109"
  1733. [2024-10-11 21:59:30.772 +02:00] [INF] [21] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_playing_id = "8ddf6a6d53c8f4e46ab8c36b650afb96"
  1734. [2024-10-11 21:59:30.772 +02:00] [INF] [21] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id = "7255e6f25caf4f91b57d1cfd57b4d033"
  1735. [2024-10-11 21:59:30.772 +02:00] [INF] [21] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id_int = 5
  1736. [2024-10-11 21:59:30.773 +02:00] [INF] [21] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_playing_id = "8ddf6a6d53c8f4e46ab8c36b650afb96"
  1737. [2024-10-11 21:59:30.773 +02:00] [INF] [21] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_user_id = "7255e6f25caf4f91b57d1cfd57b4d033"
  1738. [2024-10-11 21:59:30.773 +02:00] [INF] [21] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : play_method = "DirectPlay"
  1739. [2024-10-11 21:59:30.773 +02:00] [INF] [21] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.ClientName = "Jellyfin Media Player"
  1740. [2024-10-11 21:59:30.773 +02:00] [INF] [21] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.DeviceName = "UserASUS"
  1741. [2024-10-11 21:59:30.774 +02:00] [INF] [21] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemName = "Seirei Gensouki: Spirit Chronicles - s01e01 - Memories of the Previous World"
  1742. [2024-10-11 21:59:30.774 +02:00] [INF] [21] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemId = "8ddf6a6d53c8f4e46ab8c36b650afb96"
  1743. [2024-10-11 21:59:30.774 +02:00] [INF] [21] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemType = "Episode"
  1744. [2024-10-11 21:59:30.774 +02:00] [INF] [21] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : All matches, playback registered
  1745. [2024-10-11 21:59:30.775 +02:00] [INF] [21] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Playback tracker found, adding playback info : "SmVsbHlmaW5NZWRpYVBsYXllciAxLjExLjEgKHdpbmRvd3MteDg2XzY0IDEwKXwxNzI4Njc2NTg1MzMw-7255e6f25caf4f91b57d1cfd57b4d033-8ddf6a6d53c8f4e46ab8c36b650afb96"
  1746. [2024-10-11 21:59:30.775 +02:00] [INF] [21] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Saving playback tracking activity in DB
  1747. [2024-10-11 21:59:30.803 +02:00] [INF] [21] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Exited
  1748. [2024-10-11 21:59:31.722 +02:00] [INF] [39] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "User". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1749. [2024-10-11 21:59:32.121 +02:00] [INF] [39] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  1750. [2024-10-11 21:59:32.122 +02:00] [INF] [39] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 av1_qsv -preset veryfast -b:v 6765075 -maxrate 6765075 -bufsize 13530150 -profile:v:0 main -level 53 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -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 fmp4 -hls_fmp4_init_filename \"1e2e444dfa126bd631ccf6409eff77f1-1.mp4\" -start_number 0 -hls_segment_filename \"/config/data/transcodes/1e2e444dfa126bd631ccf6409eff77f1%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/data/transcodes/1e2e444dfa126bd631ccf6409eff77f1.m3u8\""
  1751. [2024-10-11 21:59:32.371 +02:00] [ERR] [39] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1
  1752. [2024-10-11 21:59:32.452 +02:00] [ERR] [39] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/hls1/main/-1.mp4".
  1753. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  1754. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1755. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  1756. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, 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 maxWidth, Nullable`1 maxHeight, 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)
  1757. at lambda_method1518(Closure, Object)
  1758. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1759. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  1760. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1761. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1762. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1763. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1764. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1765. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  1766. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1767. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1768. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1769. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1770. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1771. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1772. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1773. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1774. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1775. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1776. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1777. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1778. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1779. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1780. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1781. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1782. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  1783. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1784. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1785. [2024-10-11 21:59:32.491 +02:00] [INF] [73] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Adding playback tracker : TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTMxLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTMxLjB8MTcyODY3NjczNzA0MA11-7255e6f25caf4f91b57d1cfd57b4d033-8ddf6a6d53c8f4e46ab8c36b650afb96
  1786. [2024-10-11 21:59:32.491 +02:00] [INF] [73] Jellyfin.Plugin.PlaybackReporting.Data.PlaybackTracker: PlaybackTracker : Adding Start Event : 10/11/2024 21:59:32
  1787. [2024-10-11 21:59:32.491 +02:00] [INF] [73] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Creating StartPlaybackTimer Task
  1788. [2024-10-11 21:59:32.491 +02:00] [INF] [21] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Entered
  1789. [2024-10-11 21:59:32.582 +02:00] [INF] [73] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "User". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1790. [2024-10-11 21:59:32.599 +02:00] [INF] [53] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/config/data/transcodes/1e2e444dfa126bd631ccf6409eff77f1.m3u8"
  1791. [2024-10-11 21:59:32.643 +02:00] [WRN] [39] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  1792. \"content\": \"@everyone\",
  1793. \"avatar_url\": \"\",
  1794. \"username\": \"Notif JF\",
  1795. \"embeds\": [
  1796. {
  1797. \"color\": \"697804\",
  1798. \"footer\": {
  1799. \"text\": \"From ServerZ\",
  1800. \"icon_url\": \"\"
  1801. },
  1802. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  1803. \"thumbnail\":{
  1804. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  1805. },
  1806. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  1807. }
  1808. ]
  1809. }"
  1810. [2024-10-11 21:59:32.643 +02:00] [WRN] [39] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  1811. [2024-10-11 21:59:32.645 +02:00] [INF] [73] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  1812. [2024-10-11 21:59:32.646 +02:00] [INF] [73] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 av1_qsv -preset veryfast -b:v 6765075 -maxrate 6765075 -bufsize 13530150 -profile:v:0 main -level 53 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -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 fmp4 -hls_fmp4_init_filename \"b7d3ee0df3ddc4227ba0841a54d13895-1.mp4\" -start_number 0 -hls_segment_filename \"/config/data/transcodes/b7d3ee0df3ddc4227ba0841a54d13895%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/data/transcodes/b7d3ee0df3ddc4227ba0841a54d13895.m3u8\""
  1813. [2024-10-11 21:59:32.884 +02:00] [ERR] [53] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1
  1814. [2024-10-11 21:59:32.968 +02:00] [ERR] [39] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/hls1/main/-1.mp4".
  1815. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  1816. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1817. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  1818. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, 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 maxWidth, Nullable`1 maxHeight, 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)
  1819. at lambda_method1518(Closure, Object)
  1820. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1821. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  1822. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1823. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1824. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1825. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1826. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1827. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  1828. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1829. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1830. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1831. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1832. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1833. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1834. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1835. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1836. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1837. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1838. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1839. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1840. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1841. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1842. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1843. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1844. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  1845. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1846. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1847. [2024-10-11 21:59:32.996 +02:00] [INF] [39] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "User". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1848. [2024-10-11 21:59:33.014 +02:00] [INF] [23] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/config/data/transcodes/b7d3ee0df3ddc4227ba0841a54d13895.m3u8"
  1849. [2024-10-11 21:59:33.059 +02:00] [INF] [53] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  1850. [2024-10-11 21:59:33.060 +02:00] [INF] [53] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 av1_qsv -preset veryfast -b:v 6765075 -maxrate 6765075 -bufsize 13530150 -profile:v:0 main -level 53 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -codec:a:0 libfdk_aac -ac 2 -ab 127999 -ar 44100 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"3138363e6e7cebf821da55004a86f72b-1.mp4\" -start_number 0 -hls_segment_filename \"/config/data/transcodes/3138363e6e7cebf821da55004a86f72b%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/data/transcodes/3138363e6e7cebf821da55004a86f72b.m3u8\""
  1851. [2024-10-11 21:59:33.296 +02:00] [ERR] [53] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1
  1852. [2024-10-11 21:59:33.386 +02:00] [ERR] [53] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/hls1/main/-1.mp4".
  1853. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  1854. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1855. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  1856. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, 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 maxWidth, Nullable`1 maxHeight, 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)
  1857. at lambda_method1518(Closure, Object)
  1858. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1859. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  1860. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1861. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1862. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1863. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1864. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1865. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  1866. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1867. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1868. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1869. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1870. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1871. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1872. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1873. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1874. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1875. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1876. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1877. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1878. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1879. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1880. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1881. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1882. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  1883. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1884. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1885. [2024-10-11 21:59:33.444 +02:00] [INF] [39] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/config/data/transcodes/3138363e6e7cebf821da55004a86f72b.m3u8"
  1886. [2024-10-11 21:59:34.944 +02:00] [INF] [39] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.9.11" playing "Memories of the Previous World". Stopped at "0" ms
  1887. [2024-10-11 21:59:34.966 +02:00] [INF] [29] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Playback stop tracker found, processing stop : "TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTMxLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTMxLjB8MTcyODY3NjczNzA0MA11-7255e6f25caf4f91b57d1cfd57b4d033-8ddf6a6d53c8f4e46ab8c36b650afb96"
  1888. [2024-10-11 21:59:34.966 +02:00] [INF] [29] Jellyfin.Plugin.PlaybackReporting.Data.PlaybackTracker: PlaybackTracker : Adding Stop Event : 10/11/2024 21:59:34
  1889. [2024-10-11 21:59:34.967 +02:00] [INF] [29] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Playback stop but TrackedPlaybackInfo not found! not storing activity in DB
  1890. [2024-10-11 21:59:35.104 +02:00] [WRN] [73] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  1891. \"content\": \"@everyone\",
  1892. \"avatar_url\": \"\",
  1893. \"username\": \"Notif JF\",
  1894. \"embeds\": [
  1895. {
  1896. \"color\": \"697804\",
  1897. \"footer\": {
  1898. \"text\": \"From ServerZ\",
  1899. \"icon_url\": \"\"
  1900. },
  1901. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  1902. \"thumbnail\":{
  1903. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  1904. },
  1905. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  1906. }
  1907. ]
  1908. }"
  1909. [2024-10-11 21:59:35.104 +02:00] [WRN] [73] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  1910. [2024-10-11 21:59:49.509 +02:00] [INF] [39] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  1911. [2024-10-11 21:59:52.491 +02:00] [INF] [29] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: session.RemoteEndPoint : "86.87.25.109"
  1912. [2024-10-11 21:59:52.492 +02:00] [INF] [29] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_playing_id = "8ddf6a6d53c8f4e46ab8c36b650afb96"
  1913. [2024-10-11 21:59:52.492 +02:00] [INF] [29] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id = "7255e6f25caf4f91b57d1cfd57b4d033"
  1914. [2024-10-11 21:59:52.492 +02:00] [INF] [29] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id_int = 5
  1915. [2024-10-11 21:59:52.493 +02:00] [INF] [29] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_playing_id = ""
  1916. [2024-10-11 21:59:52.493 +02:00] [INF] [29] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_user_id = "7255e6f25caf4f91b57d1cfd57b4d033"
  1917. [2024-10-11 21:59:52.493 +02:00] [INF] [29] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : play_method = "na"
  1918. [2024-10-11 21:59:52.493 +02:00] [INF] [29] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.ClientName = "Jellyfin Web"
  1919. [2024-10-11 21:59:52.494 +02:00] [INF] [29] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.DeviceName = "Firefox"
  1920. [2024-10-11 21:59:52.494 +02:00] [INF] [29] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemName = "Seirei Gensouki: Spirit Chronicles - s01e01 - Memories of the Previous World"
  1921. [2024-10-11 21:59:52.494 +02:00] [INF] [29] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemId = "8ddf6a6d53c8f4e46ab8c36b650afb96"
  1922. [2024-10-11 21:59:52.494 +02:00] [INF] [29] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemType = "Episode"
  1923. [2024-10-11 21:59:52.495 +02:00] [INF] [29] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Details do not match for play item
  1924. [2024-10-11 21:59:52.495 +02:00] [INF] [29] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Exited
  1925. [2024-10-11 21:59:59.051 +02:00] [INF] [29] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEyOS4wLjAuMCBTYWZhcmkvNTM3LjM2fDE3Mjg2NzY1NTExODU1-7255e6f25caf4f91b57d1cfd57b4d033-8ddf6a6d53c8f4e46ab8c36b650afb96"
  1926. [2024-10-11 21:59:59.210 +02:00] [WRN] [39] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  1927. \"content\": \"@everyone\",
  1928. \"avatar_url\": \"\",
  1929. \"username\": \"Notif JF\",
  1930. \"embeds\": [
  1931. {
  1932. \"color\": \"697804\",
  1933. \"footer\": {
  1934. \"text\": \"From ServerZ\",
  1935. \"icon_url\": \"\"
  1936. },
  1937. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  1938. \"thumbnail\":{
  1939. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  1940. },
  1941. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  1942. }
  1943. ]
  1944. }"
  1945. [2024-10-11 21:59:59.210 +02:00] [WRN] [39] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  1946. [2024-10-11 22:00:19.510 +02:00] [INF] [39] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  1947. [2024-10-11 22:00:49.506 +02:00] [INF] [74] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  1948. [2024-10-11 22:01:19.509 +02:00] [INF] [27] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  1949. [2024-10-11 22:01:49.511 +02:00] [INF] [22] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  1950. [2024-10-11 22:01:56.080 +02:00] [INF] [25] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Android" "2.6.2" playing "Memories of the Previous World". Stopped at "6235" ms
  1951. [2024-10-11 22:01:56.099 +02:00] [INF] [25] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Playback stop tracker found, processing stop : "a6bb32af91cc32787255e6f25caf4f91b57d1cfd57b4d033-7255e6f25caf4f91b57d1cfd57b4d033-8ddf6a6d53c8f4e46ab8c36b650afb96"
  1952. [2024-10-11 22:01:56.100 +02:00] [INF] [25] Jellyfin.Plugin.PlaybackReporting.Data.PlaybackTracker: PlaybackTracker : Adding Stop Event : 10/11/2024 22:01:56
  1953. [2024-10-11 22:01:56.100 +02:00] [INF] [25] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Saving playback tracking activity in DB
  1954. [2024-10-11 22:01:56.276 +02:00] [WRN] [25] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  1955. \"content\": \"@everyone\",
  1956. \"avatar_url\": \"\",
  1957. \"username\": \"Notif JF\",
  1958. \"embeds\": [
  1959. {
  1960. \"color\": \"697804\",
  1961. \"footer\": {
  1962. \"text\": \"From ServerZ\",
  1963. \"icon_url\": \"\"
  1964. },
  1965. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  1966. \"thumbnail\":{
  1967. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  1968. },
  1969. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  1970. }
  1971. ]
  1972. }"
  1973. [2024-10-11 22:01:56.277 +02:00] [WRN] [25] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  1974. [2024-10-11 22:01:59.096 +02:00] [INF] [25] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEyOS4wLjAuMCBTYWZhcmkvNTM3LjM2fDE3Mjg2NzY1NTExODU1-7255e6f25caf4f91b57d1cfd57b4d033-8ddf6a6d53c8f4e46ab8c36b650afb96"
  1975. [2024-10-11 22:01:59.241 +02:00] [WRN] [25] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  1976. \"content\": \"@everyone\",
  1977. \"avatar_url\": \"\",
  1978. \"username\": \"Notif JF\",
  1979. \"embeds\": [
  1980. {
  1981. \"color\": \"697804\",
  1982. \"footer\": {
  1983. \"text\": \"From ServerZ\",
  1984. \"icon_url\": \"\"
  1985. },
  1986. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  1987. \"thumbnail\":{
  1988. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  1989. },
  1990. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  1991. }
  1992. ]
  1993. }"
  1994. [2024-10-11 22:01:59.242 +02:00] [WRN] [25] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  1995. [2024-10-11 22:02:14.131 +02:00] [INF] [10] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.130" request
  1996. [2024-10-11 22:02:19.511 +02:00] [INF] [39] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  1997. [2024-10-11 22:02:49.513 +02:00] [INF] [71] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  1998. [2024-10-11 22:03:18.099 +02:00] [INF] [8] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "User". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1999. [2024-10-11 22:03:18.452 +02:00] [INF] [33] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  2000. [2024-10-11 22:03:18.453 +02:00] [INF] [33] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 av1_qsv -preset veryfast -b:v 6765075 -maxrate 6765075 -bufsize 13530150 -profile:v:0 main -level 53 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -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 fmp4 -hls_fmp4_init_filename \"2a75c1922530cba715fa7e72d1b66d4e-1.mp4\" -start_number 0 -hls_segment_filename \"/config/data/transcodes/2a75c1922530cba715fa7e72d1b66d4e%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/data/transcodes/2a75c1922530cba715fa7e72d1b66d4e.m3u8\""
  2001. [2024-10-11 22:03:18.665 +02:00] [ERR] [33] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1
  2002. [2024-10-11 22:03:18.667 +02:00] [ERR] [33] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/hls1/main/-1.mp4".
  2003. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  2004. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  2005. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  2006. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, 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 maxWidth, Nullable`1 maxHeight, 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)
  2007. at lambda_method1518(Closure, Object)
  2008. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  2009. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  2010. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  2011. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  2012. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  2013. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  2014. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  2015. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  2016. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  2017. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  2018. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  2019. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  2020. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  2021. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  2022. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  2023. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  2024. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  2025. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  2026. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  2027. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  2028. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  2029. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  2030. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  2031. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  2032. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  2033. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  2034. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  2035. [2024-10-11 22:03:18.695 +02:00] [INF] [25] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Adding playback tracker : TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTMxLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTMxLjB8MTcyODY3NjczNzA0MA11-7255e6f25caf4f91b57d1cfd57b4d033-8ddf6a6d53c8f4e46ab8c36b650afb96
  2036. [2024-10-11 22:03:18.695 +02:00] [INF] [25] Jellyfin.Plugin.PlaybackReporting.Data.PlaybackTracker: PlaybackTracker : Adding Start Event : 10/11/2024 22:03:18
  2037. [2024-10-11 22:03:18.695 +02:00] [INF] [25] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Creating StartPlaybackTimer Task
  2038. [2024-10-11 22:03:18.695 +02:00] [INF] [25] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Entered
  2039. [2024-10-11 22:03:18.794 +02:00] [INF] [25] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "User". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  2040. [2024-10-11 22:03:18.812 +02:00] [INF] [25] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/config/data/transcodes/2a75c1922530cba715fa7e72d1b66d4e.m3u8"
  2041. [2024-10-11 22:03:18.855 +02:00] [INF] [25] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  2042. [2024-10-11 22:03:18.856 +02:00] [INF] [25] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 av1_qsv -preset veryfast -b:v 6765075 -maxrate 6765075 -bufsize 13530150 -profile:v:0 main -level 53 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -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 fmp4 -hls_fmp4_init_filename \"5e7f087239b670f5d1bea429621ec9e8-1.mp4\" -start_number 0 -hls_segment_filename \"/config/data/transcodes/5e7f087239b670f5d1bea429621ec9e8%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/data/transcodes/5e7f087239b670f5d1bea429621ec9e8.m3u8\""
  2043. [2024-10-11 22:03:18.953 +02:00] [WRN] [39] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  2044. \"content\": \"@everyone\",
  2045. \"avatar_url\": \"\",
  2046. \"username\": \"Notif JF\",
  2047. \"embeds\": [
  2048. {
  2049. \"color\": \"697804\",
  2050. \"footer\": {
  2051. \"text\": \"From ServerZ\",
  2052. \"icon_url\": \"\"
  2053. },
  2054. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  2055. \"thumbnail\":{
  2056. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  2057. },
  2058. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  2059. }
  2060. ]
  2061. }"
  2062. [2024-10-11 22:03:18.953 +02:00] [WRN] [39] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  2063. [2024-10-11 22:03:19.070 +02:00] [ERR] [39] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1
  2064. [2024-10-11 22:03:19.169 +02:00] [ERR] [39] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/hls1/main/-1.mp4".
  2065. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  2066. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  2067. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  2068. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, 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 maxWidth, Nullable`1 maxHeight, 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)
  2069. at lambda_method1518(Closure, Object)
  2070. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  2071. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  2072. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  2073. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  2074. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  2075. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  2076. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  2077. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  2078. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  2079. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  2080. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  2081. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  2082. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  2083. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  2084. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  2085. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  2086. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  2087. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  2088. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  2089. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  2090. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  2091. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  2092. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  2093. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  2094. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  2095. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  2096. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  2097. [2024-10-11 22:03:19.187 +02:00] [INF] [39] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "User". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  2098. [2024-10-11 22:03:19.207 +02:00] [INF] [23] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/config/data/transcodes/5e7f087239b670f5d1bea429621ec9e8.m3u8"
  2099. [2024-10-11 22:03:19.260 +02:00] [INF] [23] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  2100. [2024-10-11 22:03:19.260 +02:00] [INF] [23] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/data/anime/Seirei Gensouki - Spirit Chronicles/Season 01/Seirei Gensouki - Spirit Chronicles (2021) - S01E01 - 001 - Memories of the Previous World [v2 Bluray-1080p][10bit][x265][AAC 2.0][EN+JA]-Audio.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 av1_qsv -preset veryfast -b:v 6765075 -maxrate 6765075 -bufsize 13530150 -profile:v:0 main -level 53 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -codec:a:0 libfdk_aac -ac 2 -ab 127999 -ar 44100 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"daa71b300f778dc7f5baad1b82d5c349-1.mp4\" -start_number 0 -hls_segment_filename \"/config/data/transcodes/daa71b300f778dc7f5baad1b82d5c349%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/data/transcodes/daa71b300f778dc7f5baad1b82d5c349.m3u8\""
  2101. [2024-10-11 22:03:19.485 +02:00] [ERR] [23] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1
  2102. [2024-10-11 22:03:19.514 +02:00] [INF] [25] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
  2103. [2024-10-11 22:03:19.583 +02:00] [ERR] [25] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/hls1/main/-1.mp4".
  2104. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  2105. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  2106. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  2107. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, 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 maxWidth, Nullable`1 maxHeight, 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)
  2108. at lambda_method1518(Closure, Object)
  2109. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  2110. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  2111. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  2112. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  2113. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  2114. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  2115. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  2116. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  2117. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  2118. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  2119. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  2120. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  2121. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  2122. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  2123. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  2124. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  2125. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  2126. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  2127. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  2128. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  2129. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  2130. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  2131. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  2132. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  2133. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  2134. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  2135. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  2136. [2024-10-11 22:03:19.723 +02:00] [INF] [23] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/config/data/transcodes/daa71b300f778dc7f5baad1b82d5c349.m3u8"
  2137. [2024-10-11 22:03:21.223 +02:00] [INF] [25] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.9.11" playing "Memories of the Previous World". Stopped at "0" ms
  2138. [2024-10-11 22:03:21.230 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Playback stop tracker found, processing stop : "TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTMxLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTMxLjB8MTcyODY3NjczNzA0MA11-7255e6f25caf4f91b57d1cfd57b4d033-8ddf6a6d53c8f4e46ab8c36b650afb96"
  2139. [2024-10-11 22:03:21.230 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.Data.PlaybackTracker: PlaybackTracker : Adding Stop Event : 10/11/2024 22:03:21
  2140. [2024-10-11 22:03:21.230 +02:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Playback stop but TrackedPlaybackInfo not found! not storing activity in DB
  2141. [2024-10-11 22:03:21.403 +02:00] [WRN] [39] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discord.com/api/webhooks/1055850967628779571/oSB_REOReqElft1E5i57uJqGQtWiJaQ5Mw1hQ19B5gSDl1P3o1_RvZchkkA5IVdiZYkC: "{
  2142. \"content\": \"@everyone\",
  2143. \"avatar_url\": \"\",
  2144. \"username\": \"Notif JF\",
  2145. \"embeds\": [
  2146. {
  2147. \"color\": \"697804\",
  2148. \"footer\": {
  2149. \"text\": \"From ServerZ\",
  2150. \"icon_url\": \"\"
  2151. },
  2152. \"title\": \"Seirei Gensouki: Spirit Chronicles S01E01 Memories of the Previous World has been added to ServerZ\",
  2153. \"thumbnail\":{
  2154. \"url\": \"https://jf.my-site.com//Items/8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96/Images/Primary\"
  2155. },
  2156. \"description\": \"External Links:\n[Jellyfin](https://jf.my-site.com//web/index.html#!/details?id=8ddf6a6d-53c8-f4e4-6ab8-c36b650afb96&serverId=22d59a98f0164d018b5f5eb20d790ef9)\"
  2157. }
  2158. ]
  2159. }"
  2160. [2024-10-11 22:03:21.404 +02:00] [WRN] [39] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code NotFound: "{\"message\": \"Unknown Webhook\", \"code\": 10015}"
  2161. [2024-10-11 22:03:26.935 +02:00] [INF] [25] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.130" closed
  2162. [2024-10-11 22:03:27.287 +02:00] [INF] [47] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.130" request
Tags: JellyfinLog
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement