Guest User

Untitled

a guest
Sep 16th, 2025
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.98 KB | None | 0 0
  1. [2025-09-16 01:24:09.390 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
  2. [2025-09-16 01:24:09.460 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
  3. [2025-09-16 02:00:00.193 +02:00] [INF] "Extrahiere Kapitel-Bilder" Completed after 0 minute(s) and 0 seconds
  4. [2025-09-16 02:00:01.003 +02:00] [INF] Daily trigger for "Extrahiere Kapitel-Bilder" set to fire at 2025-09-17 02:00:00.000 +02:00, which is 23:59:58.9963781 from now.
  5. [2025-09-16 02:26:04.865 +02:00] [ERR] Error in "Dynamic Image Provider"
  6. System.IO.IOException: No space left on device
  7. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  8. at System.IO.FileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
  9. at Emby.Server.Implementations.Images.BaseDynamicImageProvider`1.CreateSingleImage(IEnumerable`1 itemsWithImages, String outputPathWithoutExtension, ImageType imageType)
  10. at Emby.Server.Implementations.Images.BaseFolderImageProvider`1.CreateImage(BaseItem item, IReadOnlyCollection`1 itemsWithImages, String outputPathWithoutExtension, ImageType imageType, Int32 imageIndex)
  11. at Emby.Server.Implementations.Images.BaseDynamicImageProvider`1.FetchToFileInternal(BaseItem item, IReadOnlyList`1 itemsWithImages, ImageType imageType, CancellationToken cancellationToken)
  12. at Emby.Server.Implementations.Images.BaseDynamicImageProvider`1.FetchAsync(T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  13. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  14. [2025-09-16 02:26:12.382 +02:00] [WRN] Library folder "/var/lib/jellyfin/data/playlists" is inaccessible or empty, skipping
  15. [2025-09-16 02:26:12.482 +02:00] [ERR] Error in "Dynamic Image Provider"
  16. System.IO.IOException: No space left on device
  17. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  18. at System.IO.FileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
  19. at Emby.Server.Implementations.Images.BaseDynamicImageProvider`1.CreateSingleImage(IEnumerable`1 itemsWithImages, String outputPathWithoutExtension, ImageType imageType)
  20. at Emby.Server.Implementations.Images.BaseFolderImageProvider`1.CreateImage(BaseItem item, IReadOnlyCollection`1 itemsWithImages, String outputPathWithoutExtension, ImageType imageType, Int32 imageIndex)
  21. at Emby.Server.Implementations.Images.BaseDynamicImageProvider`1.FetchToFileInternal(BaseItem item, IReadOnlyList`1 itemsWithImages, ImageType imageType, CancellationToken cancellationToken)
  22. at Emby.Server.Implementations.Images.BaseDynamicImageProvider`1.FetchAsync(T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  23. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  24. [2025-09-16 02:26:15.326 +02:00] [WRN] Library folder "/var/lib/jellyfin/data/playlists" is inaccessible or empty, skipping
  25. [2025-09-16 02:30:45.531 +02:00] [INF] "Scanne Medien-Bibliothek" Completed after 187 minute(s) and 36 seconds
  26. [2025-09-16 02:31:12.873 +02:00] [INF] Watching directory "/media/Serien"
  27. [2025-09-16 02:31:23.550 +02:00] [INF] Watching directory "/media/Filme"
  28. [2025-09-16 03:00:00.109 +02:00] [INF] "Trickplay-Bilder generieren" Completed after 0 minute(s) and 0 seconds
  29. [2025-09-16 03:00:01.005 +02:00] [INF] Daily trigger for "Trickplay-Bilder generieren" set to fire at 2025-09-17 03:00:00.000 +02:00, which is 23:59:58.9944787 from now.
  30. [2025-09-16 03:09:00.722 +02:00] [ERR] Failed executing DbCommand ("3"ms) [Parameters=["@p10='?' (DbType = Int32), @p0='?' (Size = 32), @p1='?' (Size = 10), @p2='?' (Size = 7), @p3='?' (DbType = DateTime), @p4='?' (DbType = DateTime), @p5='?' (DbType = DateTime), @p6='?' (Size = 40), @p7='?' (Size = 17), @p8='?' (DbType = Boolean), @p9='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  31. ""UPDATE \"Devices\" SET \"AccessToken\" = @p0, \"AppName\" = @p1, \"AppVersion\" = @p2, \"DateCreated\" = @p3, \"DateLastActivity\" = @p4, \"DateModified\" = @p5, \"DeviceId\" = @p6, \"DeviceName\" = @p7, \"IsActive\" = @p8, \"UserId\" = @p9
  32. WHERE \"Id\" = @p10
  33. RETURNING 1;"
  34. [2025-09-16 03:09:00.737 +02:00] [ERR] An exception occurred in the database while saving changes for context type '"Jellyfin.Server.Implementations.JellyfinDbContext"'."
  35. ""Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details.
  36. ---> Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 10: 'disk I/O error'.
  37. at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  38. at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
  39. at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
  40. at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  41. at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  42. at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
  43. at Microsoft.Data.Sqlite.SqliteCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
  44. at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  45. at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  46. at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
  47. --- End of inner exception stack trace ---
  48. at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
  49. at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
  50. at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
  51. at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
  52. at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(IList`1 entriesToSave, CancellationToken cancellationToken)
  53. at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(StateManager stateManager, Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
  54. at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)"
  55. Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details.
  56. ---> Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 10: 'disk I/O error'.
  57. at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  58. at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
  59. at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
  60. at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  61. at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  62. at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReaderA[2025-09-16 06:49:00.552 +02:00] [INF] WS "192.168.0.79" request
  63. [2025-09-16 06:49:37.165 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Filme/Harry Potter und die Kammer des Schreckens (2002)/Harry Potter und die Kammer des Schreckens (2002) 2160p EAC3.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
  64. [2025-09-16 06:49:52.148 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  65. [2025-09-16 06:49:53.545 +02:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -f matroska -init_hw_device vaapi=va:/dev/dri/renderD128,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/media/Filme/Harry Potter und die Kammer des Schreckens (2002)/Harry Potter und die Kammer des Schreckens (2002) 2160p EAC3.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 h264_qsv -preset veryfast -b:v 34827535 -maxrate 34827535 -bufsize 69655070 -profile:v:0 high -level 41 -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 256000 -af \"volume=2\" -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 \"f811f7a1c1563a8f42ab178fd9763f8e-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/f811f7a1c1563a8f42ab178fd9763f8e%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/f811f7a1c1563a8f42ab178fd9763f8e.m3u8\""
  66. [2025-09-16 06:56:24.575 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  67. [2025-09-16 06:56:35.037 +02:00] [INF] Transcoding kill timer stopped for JobId "e311e3b2fbd64b0b9591ea7e8061732b" PlaySessionId "d7693cc8982140429d0cf20940a3cf1a". Killing transcoding
  68. [2025-09-16 06:56:35.042 +02:00] [INF] Stopping ffmpeg process with q command for "/var/cache/jellyfin/transcodes/f811f7a1c1563a8f42ab178fd9763f8e.m3u8"
  69. [2025-09-16 06:56:36.531 +02:00] [INF] FFmpeg exited with code 0
  70. [2025-09-16 06:56:36.534 +02:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/f811f7a1c1563a8f42ab178fd9763f8e.m3u8"
  71. [2025-09-16 06:56:36.575 +02:00] [INF] Lost 1 WebSockets.
  72. [2025-09-16 07:04:53.350 +02:00] [INF] Playback stopped reported by app "Jellyfin Web" "10.10.7" playing "Harry Potter und die Kammer des Schreckens". Stopped at "0" ms
  73. [2025-09-16 07:26:11.393 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
  74. [2025-09-16 07:26:11.395 +02:00] [INF] Stopping directory watching for path "/media/Filme"
  75. [2025-09-16 07:26:11.396 +02:00] [INF] Stopping directory watching for path "/media/Serien"
  76. [2025-09-16 07:26:11.396 +02:00] [INF] Validating media library
  77. [2025-09-16 07:26:11.458 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
  78. [2025-09-16 08:30:33.900 +02:00] [WRN] WS "192.168.0.79" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake."
  79. [2025-09-16 08:30:33.909 +02:00] [INF] WS "192.168.0.79" closed
  80. [2025-09-16 08:59:50.932 +02:00] [INF] WS "192.168.0.65" request
  81. [2025-09-16 09:18:34.633 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
  82. [2025-09-16 09:18:48.456 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
  83. [2025-09-16 09:19:14.958 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  84. [2025-09-16 09:23:02.958 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  85. [2025-09-16 09:26:50.957 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  86. [2025-09-16 09:31:14.958 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  87. [2025-09-16 09:34:35.637 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
  88. [2025-09-16 09:34:49.457 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
  89. [2025-09-16 09:35:02.957 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  90. [2025-09-16 09:36:23.072 +02:00] [INF] WS "192.168.0.65" closed
  91. [2025-09-16 09:36:23.423 +02:00] [INF] WS "192.168.0.65" request
  92. [2025-09-16 09:36:38.848 +02:00] [INF] Attempting to cancel Scheduled Task "Scanne Medien-Bibliothek"
  93. [2025-09-16 09:40:43.929 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  94. [2025-09-16 09:40:44.268 +02:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  95. [2025-09-16 09:40:44.269 +02:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -f matroska -init_hw_device vaapi=va:/dev/dri/renderD128,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/media/Serien/The Office (US) (2005)/Season 7/The Office (US) - S07E17 - Alarmstufe Mitternacht.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 h264_qsv -preset veryfast -b:v 4605638 -maxrate 4605638 -bufsize 9211276 -profile:v:0 high -level 51 -g:v:0 75 -keyint_min:v:0 75 -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 256000 -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 \"1813125fb8966cdabe402320dcf3427d-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/1813125fb8966cdabe402320dcf3427d%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/1813125fb8966cdabe402320dcf3427d.m3u8\""
  96. [2025-09-16 09:40:54.293 +02:00] [INF] Stopping ffmpeg process with q command for "/var/cache/jellyfin/transcodes/1813125fb8966cdabe402320dcf3427d.m3u8"
  97. [2025-09-16 09:40:54.299 +02:00] [ERR] Error processing request: "A task was canceled". URL "GET" "/videos/fa735de3-88b2-4a0a-7b90-44a96f1e9753/hls1/main/-1.mp4".
  98. [2025-09-16 09:40:55.115 +02:00] [INF] FFmpeg exited with code 0
  99. [2025-09-16 09:40:55.120 +02:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  100. [2025-09-16 09:40:55.121 +02:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -ss 00:08:36.000 -noaccurate_seek -f matroska -init_hw_device vaapi=va:/dev/dri/renderD128,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/media/Serien/The Office (US) (2005)/Season 7/The Office (US) - S07E17 - Alarmstufe Mitternacht.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 h264_qsv -preset veryfast -b:v 4605638 -maxrate 4605638 -bufsize 9211276 -profile:v:0 high -level 51 -g:v:0 75 -keyint_min:v:0 75 -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 256000 -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 \"1813125fb8966cdabe402320dcf3427d-1.mp4\" -start_number 172 -hls_segment_filename \"/var/cache/jellyfin/transcodes/1813125fb8966cdabe402320dcf3427d%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/1813125fb8966cdabe402320dcf3427d.m3u8\""
  101. [2025-09-16 09:41:14.032 +02:00] [INF] Stopping ffmpeg process with q command for "/var/cache/jellyfin/transcodes/1813125fb8966cdabe402320dcf3427d.m3u8"
  102. [2025-09-16 09:41:14.808 +02:00] [INF] FFmpeg exited with code 0
  103. [2025-09-16 09:41:14.809 +02:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/1813125fb8966cdabe402320dcf3427d.m3u8"
  104. [2025-09-16 09:41:16.520 +02:00] [INF] Playback stopped reported by app "Jellyfin Web" "10.10.7" playing "Alarmstufe Mitternacht". Stopped at "521848" ms
  105. [2025-09-16 09:41:42.388 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/theme.mp3\" -threads 0 -v warning -print_format json -show_streams -show_format"
  106. [2025-09-16 09:41:44.582 +02:00] [WRN] File "/media/Serien/The Walking Dead Daryl Dixon (2023)/theme.mp3" only has ID3v1 tags, some fields may be truncated
  107. [2025-09-16 09:42:03.217 +02:00] [INF] Creating Season "Staffel unbekannt" entry for "The Walking Dead: Daryl Dixon"
  108. [2025-09-16 09:42:05.246 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/Season 1/The Walking Dead Daryl Dixon - S01E01 - L'Ame Perdue.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
  109. [2025-09-16 09:42:06.373 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/Season 1/The Walking Dead Daryl Dixon - S01E02 - Alouette.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
  110. [2025-09-16 09:42:06.855 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/Season 1/The Walking Dead Daryl Dixon - S01E03 - Paris Sera Toujours Paris.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
  111. [2025-09-16 09:42:07.687 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/Season 1/The Walking Dead Daryl Dixon - S01E04 - La Dame de Fer.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
  112. [2025-09-16 09:42:08.737 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/Season 1/The Walking Dead Daryl Dixon - S01E05 - Deux Amours.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
  113. [2025-09-16 09:42:09.423 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/Season 1/The Walking Dead Daryl Dixon - S01E06 - the walking dead daryl dixon 2023 german eac3 web zerotwo.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
  114. [2025-09-16 09:42:10.239 +02:00] [INF] Removing virtual season null in series "The Walking Dead: Daryl Dixon"
  115. [2025-09-16 09:42:10.249 +02:00] [INF] Removing item, Type: "Season", Name: "Staffel unbekannt", Path: "", Id: 52b9f60b-3a41-9a96-d724-5e3dc7e6e0b4
  116. [2025-09-16 09:42:11.859 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  117. [2025-09-16 09:42:12.187 +02:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  118. [2025-09-16 09:42:12.187 +02:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -f matroska -init_hw_device vaapi=va:/dev/dri/renderD128,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/Season 1/The Walking Dead Daryl Dixon - S01E01 - L'Ame Perdue.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 h264_qsv -preset veryfast -b:v 10316002 -maxrate 10316002 -bufsize 20632004 -profile:v:0 high -level 51 -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 256000 -af \"volume=2\" -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 \"7f131adedb4edc9f26ab517d7b984395-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/7f131adedb4edc9f26ab517d7b984395%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/7f131adedb4edc9f26ab517d7b984395.m3u8\""
  119. [2025-09-16 09:42:13.649 +02:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-i file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/Season 1/The Walking Dead Daryl Dixon - S01E01 - L'Ame Perdue.mkv\" -copyts -map 0:3 -an -vn -c:s copy \"/var/lib/jellyfin/data/subtitles/2/2c76921f-eb58-fbff-cbd6-574dc7ff71d8.srt\" -map 0:4 -an -vn -c:s copy \"/var/lib/jellyfin/data/subtitles/8/814934db-2efd-dc22-74d3-214f85a5995a.srt\" -map 0:5 -an -vn -c:s copy \"/var/lib/jellyfin/data/subtitles/c/c430953a-e87f-f5f8-25ed-8e5610a4be0b.srt\" -map 0:6 -an -vn -c:s copy \"/var/lib/jellyfin/data/subtitles/c/ca655b37-8d5c-6d61-6352-dab73d67386b.srt\" -map 0:7 -an -vn -c:s copy \"/var/lib/jellyfin/data/subtitles/7/791df3a3-fa2d-ff1d-766a-81a947e3e222.srt\""
  120. [2025-09-16 09:42:28.047 +02:00] [INF] Stopping ffmpeg process with q command for "/var/cache/jellyfin/transcodes/7f131adedb4edc9f26ab517d7b984395.m3u8"
  121. [2025-09-16 09:42:28.521 +02:00] [INF] FFmpeg exited with code 0
  122. [2025-09-16 09:42:28.521 +02:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/7f131adedb4edc9f26ab517d7b984395.m3u8"
  123. [2025-09-16 09:42:30.080 +02:00] [INF] Playback stopped reported by app "Jellyfin Web" "10.10.7" playing "L'Âme Perdue". Stopped at "14191" ms
  124. [2025-09-16 09:47:03.839 +02:00] [INF] Creating Season "Staffel unbekannt" entry for "Malcolm mittendrin"
  125. [2025-09-16 09:47:05.814 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Serien/Malcolm mittendrin (2000)/Season 1/Malcolm mittendrin - S01E01 - Malcolm, der Held.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
  126. [2025-09-16 09:47:06.974 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Serien/Malcolm mittendrin (2000)/Season 1/Malcolm mittendrin - S01E02 - Lois sieht rot.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
  127. [2025-09-16 09:47:07.524 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Serien/Malcolm mittendrin (2000)/Season 1/Malcolm mittendrin - S01E03 - Allein zu Haus.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
  128. [2025-09-16 09:47:08.901 +02:00] [INF] Removing virtual season null in series "Malcolm mittendrin"
  129. [2025-09-16 09:47:08.901 +02:00] [INF] Removing item, Type: "Season", Name: "Staffel unbekannt", Path: "", Id: 9d962c09-dacb-3c22-e4cf-8c39354de908
  130. [2025-09-16 09:48:59.635 +02:00] [INF] ffmpeg subtitle extraction completed for "file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/Season 1/The Walking Dead Daryl Dixon - S01E01 - L'Ame Perdue.mkv\"" to "/var/lib/jellyfin/data/subtitles/2/2c76921f-eb58-fbff-cbd6-574dc7ff71d8.srt"
  131. [2025-09-16 09:48:59.635 +02:00] [INF] ffmpeg subtitle extraction completed for "file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/Season 1/The Walking Dead Daryl Dixon - S01E01 - L'Ame Perdue.mkv\"" to "/var/lib/jellyfin/data/subtitles/8/814934db-2efd-dc22-74d3-214f85a5995a.srt"
  132. [2025-09-16 09:48:59.635 +02:00] [INF] ffmpeg subtitle extraction completed for "file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/Season 1/The Walking Dead Daryl Dixon - S01E01 - L'Ame Perdue.mkv\"" to "/var/lib/jellyfin/data/subtitles/c/c430953a-e87f-f5f8-25ed-8e5610a4be0b.srt"
  133. [2025-09-16 09:48:59.636 +02:00] [INF] ffmpeg subtitle extraction completed for "file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/Season 1/The Walking Dead Daryl Dixon - S01E01 - L'Ame Perdue.mkv\"" to "/var/lib/jellyfin/data/subtitles/c/ca655b37-8d5c-6d61-6352-dab73d67386b.srt"
  134. [2025-09-16 09:48:59.636 +02:00] [INF] ffmpeg subtitle extraction completed for "file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/Season 1/The Walking Dead Daryl Dixon - S01E01 - L'Ame Perdue.mkv\"" to "/var/lib/jellyfin/data/subtitles/7/791df3a3-fa2d-ff1d-766a-81a947e3e222.srt"
  135. [2025-09-16 09:50:36.655 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
  136. [2025-09-16 09:50:50.458 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
  137. [2025-09-16 09:55:02.647 +02:00] [INF] Authentication request for "roy" has succeeded.
  138. [2025-09-16 09:55:02.648 +02:00] [INF] Current/Max sessions for user "roy": 2/0
  139. [2025-09-16 09:55:02.648 +02:00] [INF] Creating new access token for user 1316fcbd-5fdb-4fda-b488-8426583b2bdf
  140. [2025-09-16 09:55:02.720 +02:00] [INF] WS "192.168.0.22" request
  141. [2025-09-16 09:55:03.769 +02:00] [INF] WS "192.168.0.22" closed
  142. [2025-09-16 09:55:03.801 +02:00] [INF] WS "192.168.0.22" request
  143. [2025-09-16 09:55:25.584 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  144. [2025-09-16 09:59:11.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  145. [2025-09-16 10:02:59.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  146. [2025-09-16 10:06:37.642 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
  147. [2025-09-16 10:06:47.424 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  148. [2025-09-16 10:06:51.460 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
  149. [2025-09-16 10:11:11.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  150. [2025-09-16 10:14:59.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  151. [2025-09-16 10:15:11.424 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  152. [2025-09-16 10:15:23.425 +02:00] [INF] Lost 1 WebSockets.
  153. [2025-09-16 10:22:38.642 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
  154. [2025-09-16 10:22:52.462 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
  155. [2025-09-16 10:25:00.680 +02:00] [INF] "Scanne Mediensegmente" Completed after 0 minute(s) and 51 seconds
  156. [2025-09-16 10:38:39.657 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
  157. [2025-09-16 10:38:53.464 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
  158. [2025-09-16 10:54:40.642 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
  159. [2025-09-16 10:54:54.466 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
  160. [2025-09-16 11:06:48.150 +02:00] [INF] Playback stopped reported by app "Android TV" "0.18.11" playing "L'Âme Perdue". Stopped at "3582505" ms
  161. [2025-09-16 11:06:55.530 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  162. [2025-09-16 11:10:41.647 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
  163. [2025-09-16 11:10:55.466 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
  164. [2025-09-16 11:12:52.492 +02:00] [ERR] Error in "Dynamic Image Provider"
  165. System.IO.IOException: No space left on device
  166. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  167. at System.IO.FileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
  168. at Emby.Server.Implementations.Images.BaseDynamicImageProvider`1.CreateSingleImage(IEnumerable`1 itemsWithImages, String outputPathWithoutExtension, ImageType imageType)
  169. at Emby.Server.Implementations.Images.BaseFolderImageProvider`1.CreateImage(BaseItem item, IReadOnlyCollection`1 itemsWithImages, String outputPathWithoutExtension, ImageType imageType, Int32 imageIndex)
  170. at Emby.Server.Implementations.Images.BaseDynamicImageProvider`1.FetchToFileInternal(BaseItem item, IReadOnlyList`1 itemsWithImages, ImageType imageType, CancellationToken cancellationToken)
  171. at Emby.Server.Implementations.Images.BaseDynamicImageProvider`1.FetchAsync(T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  172. at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
  173. [2025-09-16 11:12:52.562 +02:00] [INF] "Scanne Medien-Bibliothek" Cancelled after 226 minute(s) and 41 seconds
  174. [2025-09-16 11:13:24.278 +02:00] [INF] Watching directory "/media/Serien"
  175. [2025-09-16 11:13:35.871 +02:00] [INF] Watching directory "/media/Filme"
  176. [2025-09-16 11:26:42.651 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
  177. [2025-09-16 11:26:56.468 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
  178. [2025-09-16 11:42:43.653 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
  179. [2025-09-16 11:42:57.470 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
  180. [2025-09-16 11:46:11.448 +02:00] [INF] Playback stopped reported by app "Android TV" "0.18.11" playing "Alouette". Stopped at "2354809" ms
  181. [2025-09-16 11:46:26.510 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  182. [2025-09-16 11:49:27.686 +02:00] [WRN] Compiling a query which loads related collections for more than one collection navigation, either via 'Include' or through projection, but no 'QuerySplittingBehavior' has been configured. By default, Entity Framework will use 'QuerySplittingBehavior.SingleQuery', which can potentially result in slow query performance. See https://go.microsoft.com/fwlink/?linkid=2134277 for more information. To identify the query that's triggering this warning call 'ConfigureWarnings(w => w.Throw(RelationalEventId.MultipleCollectionIncludeWarning))'.
  183. [2025-09-16 11:51:11.830 +02:00] [INF] WS "192.168.0.65" closed
  184. [2025-09-16 11:51:12.189 +02:00] [INF] WS "192.168.0.65" request
  185. [2025-09-16 11:54:59.424 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  186. [2025-09-16 11:58:44.649 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
  187. [2025-09-16 11:58:47.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  188. [2025-09-16 11:58:58.471 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
  189. [2025-09-16 12:03:11.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  190. [2025-09-16 12:06:59.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  191. [2025-09-16 12:09:02.456 +02:00] [INF] Playback stopped reported by app "Android TV" "0.18.11" playing "Malcolm, der Held". Stopped at "1355256" ms
  192. [2025-09-16 12:09:09.774 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  193. [2025-09-16 12:10:47.424 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  194. [2025-09-16 12:14:45.654 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
  195. [2025-09-16 12:14:59.471 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
  196. [2025-09-16 12:15:11.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  197. [2025-09-16 12:18:59.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  198. [2025-09-16 12:22:47.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  199. [2025-09-16 12:27:11.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  200. [2025-09-16 12:30:46.655 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
  201. [2025-09-16 12:30:59.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  202. [2025-09-16 12:31:00.471 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
  203. [2025-09-16 12:31:26.410 +02:00] [INF] Playback stopped reported by app "Android TV" "0.18.11" playing "Lois sieht rot". Stopped at "1336210" ms
  204. [2025-09-16 12:31:33.749 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  205. [2025-09-16 12:34:47.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  206. [2025-09-16 12:45:11.424 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  207. [2025-09-16 12:46:47.653 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
  208. [2025-09-16 12:47:01.472 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
  209. [2025-09-16 12:48:59.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  210. [2025-09-16 12:52:47.424 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  211. [2025-09-16 12:53:42.496 +02:00] [INF] Playback stopped reported by app "Android TV" "0.18.11" playing "Allein zu Haus". Stopped at "1328327" ms
  212. [2025-09-16 12:56:44.028 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  213. [2025-09-16 12:57:11.424 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  214. [2025-09-16 12:58:18.840 +02:00] [INF] Playback stopped reported by app "Android TV" "0.18.11" playing "Alarmstufe Mitternacht". Stopped at "615479" ms
  215. [2025-09-16 12:58:31.820 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  216. [2025-09-16 12:59:15.361 +02:00] [INF] Playback stopped reported by app "Android TV" "0.18.11" playing "Wicked". Stopped at "3981148" ms
  217. [2025-09-16 12:59:26.318 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Filme/Drachenzaehmen leicht gemacht (2025)/Drachenzaehmen leicht gemacht (2025) 2160p EAC3.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
  218. [2025-09-16 13:00:01.401 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Filme/Drachenzaehmen leicht gemacht (2025)/Drachenzaehmen leicht gemacht (2025) 2160p EAC3.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
  219. [2025-09-16 13:00:37.188 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  220. [2025-09-16 13:00:55.110 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  221. [2025-09-16 13:01:03.173 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  222. [2025-09-16 13:01:15.269 +02:00] [INF] Playback stopped reported by app "Android TV" "0.18.11" playing "Asterix & Obelix - Mission Kleopatra". Stopped at "10556" ms
  223. [2025-09-16 13:01:21.434 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  224. [2025-09-16 13:01:29.420 +02:00] [INF] Playback stopped reported by app "Android TV" "0.18.11" playing "Drachenzähmen leicht gemacht". Stopped at "6540" ms
  225. [2025-09-16 13:01:47.187 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  226. [2025-09-16 13:01:55.331 +02:00] [INF] WS "192.168.0.63" request
  227. [2025-09-16 13:01:59.184 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  228. [2025-09-16 13:01:59.489 +02:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -f matroska -init_hw_device vaapi=va:/dev/dri/renderD128,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/media/Filme/Wicked (2024)/Wicked (2024) 2160p AC3.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 h264_qsv -preset veryfast -b:v 43400212 -maxrate 43400212 -bufsize 86800424 -profile:v:0 high -level 41 -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 256000 -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 \"ab2b09e5780d394c5cb6386815b6cdab-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/ab2b09e5780d394c5cb6386815b6cdab%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/ab2b09e5780d394c5cb6386815b6cdab.m3u8\""
  229. [2025-09-16 13:02:05.984 +02:00] [INF] Stopping ffmpeg process with q command for "/var/cache/jellyfin/transcodes/ab2b09e5780d394c5cb6386815b6cdab.m3u8"
  230. [2025-09-16 13:02:07.427 +02:00] [INF] FFmpeg exited with code 0
  231. [2025-09-16 13:02:07.438 +02:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -ss 01:06:21.000 -noaccurate_seek -f matroska -init_hw_device vaapi=va:/dev/dri/renderD128,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/media/Filme/Wicked (2024)/Wicked (2024) 2160p AC3.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 h264_qsv -preset veryfast -b:v 43400212 -maxrate 43400212 -bufsize 86800424 -profile:v:0 high -level 41 -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 256000 -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 \"ab2b09e5780d394c5cb6386815b6cdab-1.mp4\" -start_number 1327 -hls_segment_filename \"/var/cache/jellyfin/transcodes/ab2b09e5780d394c5cb6386815b6cdab%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/ab2b09e5780d394c5cb6386815b6cdab.m3u8\""
  232. [2025-09-16 13:02:48.662 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
  233. [2025-09-16 13:03:02.473 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
  234. [2025-09-16 13:03:47.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  235. [2025-09-16 13:04:35.424 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  236. [2025-09-16 13:05:23.427 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  237. [2025-09-16 13:06:11.424 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  238. [2025-09-16 13:06:55.862 +02:00] [INF] Transcoding kill timer stopped for JobId "3c14b7319dfe405dbfd233c90fbf6f76" PlaySessionId "446fbb23afa74ee6beea7f2a55c5db0f". Killing transcoding
  239. [2025-09-16 13:06:55.864 +02:00] [INF] Stopping ffmpeg process with q command for "/var/cache/jellyfin/transcodes/ab2b09e5780d394c5cb6386815b6cdab.m3u8"
  240. [2025-09-16 13:06:57.160 +02:00] [INF] FFmpeg exited with code 0
  241. [2025-09-16 13:06:57.162 +02:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/ab2b09e5780d394c5cb6386815b6cdab.m3u8"
  242. [2025-09-16 13:06:59.425 +02:00] [INF] Sending ForceKeepAlive message to 2 inactive WebSockets.
  243. [2025-09-16 13:07:47.424 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  244. [2025-09-16 13:07:50.425 +02:00] [WRN] WS "192.168.0.63" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake."
  245. [2025-09-16 13:07:50.432 +02:00] [INF] WS "192.168.0.63" closed
  246. [2025-09-16 13:10:47.424 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  247. [2025-09-16 13:12:47.006 +02:00] [INF] Playback stopped reported by app "Android TV" "0.18.11" playing "Alarmstufe Mitternacht". Stopped at "1273549" ms
  248. [2025-09-16 13:12:54.621 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Serien/The Office (US) (2005)/Season 7/The Office (US) - S07E18 - Todd Packer.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
  249. [2025-09-16 13:13:04.168 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  250. [2025-09-16 13:13:04.619 +02:00] [INF] Playback stopped reported by app "Android TV" "0.18.11" playing "Todd Packer". Stopped at "0" ms
  251. [2025-09-16 13:13:04.645 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  252. [2025-09-16 13:15:11.424 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  253. [2025-09-16 13:18:49.660 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
  254. [2025-09-16 13:18:59.424 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  255. [2025-09-16 13:19:03.476 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
  256. [2025-09-16 13:21:46.753 +02:00] [INF] Playback stopped reported by app "Android TV" "0.18.11" playing "Todd Packer". Stopped at "521318" ms
  257. [2025-09-16 13:21:47.299 +02:00] [INF] Playback stopped reported by app "Jellyfin Android" "2.6.3" playing "Wicked". Stopped at "4014097" ms
  258. [2025-09-16 13:25:25.075 +02:00] [WRN] WS "192.168.0.22" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake."
  259. [2025-09-16 13:25:25.084 +02:00] [INF] WS "192.168.0.22" closed
  260. [2025-09-16 13:26:16.993 +02:00] [WRN] WS "192.168.0.65" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake."
  261. [2025-09-16 13:26:16.997 +02:00] [INF] WS "192.168.0.65" closed
  262. [2025-09-16 13:34:50.659 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
  263. [2025-09-16 13:35:04.482 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
  264. [2025-09-16 13:50:51.667 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
  265. [2025-09-16 13:51:05.484 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
  266. [2025-09-16 14:06:52.663 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
  267. [2025-09-16 14:07:06.488 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
  268. [2025-09-16 14:22:53.663 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
  269. [2025-09-16 14:23:07.545 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
  270. [2025-09-16 14:31:06.460 +02:00] [INF] Authentication request for "roy" has succeeded.
  271. [2025-09-16 14:31:06.461 +02:00] [INF] Current/Max sessions for user "roy": 3/0
  272. [2025-09-16 14:31:06.461 +02:00] [INF] Creating new access token for user 1316fcbd-5fdb-4fda-b488-8426583b2bdf
  273. [2025-09-16 14:31:06.618 +02:00] [INF] WS "192.168.0.63" request
  274. [2025-09-16 14:31:22.282 +02:00] [INF] Stopping directory watching for path "/media/Filme"
  275. [2025-09-16 14:31:22.286 +02:00] [INF] Stopping directory watching for path "/media/Serien"
  276. [2025-09-16 14:31:22.287 +02:00] [INF] Validating media library
  277. [2025-09-16 14:33:40.826 +02:00] [INF] WS "192.168.0.63" closed
  278. [2025-09-16 14:33:41.528 +02:00] [INF] WS "192.168.0.63" request
  279. [2025-09-16 14:35:00.936 +02:00] [INF] Attempting to cancel Scheduled Task "Scanne Medien-Bibliothek"
  280. [2025-09-16 14:37:29.531 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  281. [2025-09-16 14:37:34.779 +02:00] [INF] WS "192.168.0.63" closed
  282. [2025-09-16 14:37:35.516 +02:00] [INF] WS "192.168.0.63" request
  283. [2025-09-16 14:38:54.668 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
  284. [2025-09-16 14:38:59.517 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  285. [2025-09-16 14:39:08.547 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
  286. [2025-09-16 14:39:47.518 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  287. [2025-09-16 14:40:35.517 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  288. [2025-09-16 14:41:00.147 +02:00] [INF] WS "192.168.0.72" request
Advertisement
Add Comment
Please, Sign In to add comment