[Issue]: Title not being processed correctly from filename #6103

Closed
opened 2026-02-07 03:03:54 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @Roboron3042 on GitHub (Jul 9, 2024).

Please describe your bug

When scanning a custom series I added to Jellyfin, episode titles were no processed correctly from the filenames, and were instead cropped to only the first characters.

This also caused the order to be wrong.

The name of the "season" (folder), which is pretty similar, was displayed fully, however.

Reproduction Steps

The path to an episode is /prueba/One Pace/[One Pace][801-822] Zou [720p]/[One Pace][804-805] Zou 02 [720p][32150FF4].mkv. The library was set to be a mix of series and movies. I also set it to be series only, but the result was the same.

Jellyfin Version

10.9.0

if other:

10.9.7

Environment

- OS: Debian
- Virtualization: Docker (linuxserver.io image)
- Clients: Browser
- Storage: Local (ZFS volume)

Jellyfin logs

I made Jellyfin update the metadata of the library in the following log

[2024-07-09 18:06:25.079 +02:00] [INF] [1] Main: Jellyfin version: "10.9.7"
[2024-07-09 18:06:25.095 +02:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CONFIG_DIR, /config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CACHE_DIR, /config/cache]", "[JELLYFIN_DATA_DIR, /config/data]", "[JELLYFIN_WEB_DIR, /usr/share/jellyfin/web]"]
[2024-07-09 18:06:25.097 +02:00] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
[2024-07-09 18:06:25.097 +02:00] [INF] [1] Main: Operating system: "Ubuntu 22.04.4 LTS"
[2024-07-09 18:06:25.097 +02:00] [INF] [1] Main: Architecture: X64
[2024-07-09 18:06:25.097 +02:00] [INF] [1] Main: 64-Bit Process: True
[2024-07-09 18:06:25.097 +02:00] [INF] [1] Main: User Interactive: True
[2024-07-09 18:06:25.097 +02:00] [INF] [1] Main: Processor count: 12
[2024-07-09 18:06:25.097 +02:00] [INF] [1] Main: Program data path: "/config/data"
[2024-07-09 18:06:25.097 +02:00] [INF] [1] Main: Log directory path: "/config/log"
[2024-07-09 18:06:25.097 +02:00] [INF] [1] Main: Config directory path: "/config"
[2024-07-09 18:06:25.097 +02:00] [INF] [1] Main: Cache path: "/config/cache"
[2024-07-09 18:06:25.097 +02:00] [INF] [1] Main: Web resources path: "/usr/share/jellyfin/web"
[2024-07-09 18:06:25.097 +02:00] [INF] [1] Main: Application directory: "/usr/lib/jellyfin/bin/"
[2024-07-09 18:06:25.185 +02:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/config/cache"
[2024-07-09 18:06:25.218 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2024-07-09 18:06:25.283 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-07-09 18:06:25.283 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2024-07-09 18:06:25.286 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-07-09 18:06:25.287 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.17.0.2"]
[2024-07-09 18:06:25.288 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[2024-07-09 18:06:25.288 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2024-07-09 18:06:25.288 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[2024-07-09 18:06:26.425 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.7.0"
[2024-07-09 18:06:26.425 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.7.0"
[2024-07-09 18:06:26.425 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.7.0"
[2024-07-09 18:06:26.442 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.7.0"
[2024-07-09 18:06:26.442 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.7.0"
[2024-07-09 18:06:26.479 +02:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository: Using an in-memory repository. Keys will not be persisted to storage.
[2024-07-09 18:06:26.479 +02:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits.
[2024-07-09 18:06:26.483 +02:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
[2024-07-09 18:06:26.493 +02:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {d64c4c1a-64fa-4e12-8be0-19f6ed16601c} may be persisted to storage in unencrypted form.
[2024-07-09 18:06:26.831 +02:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/run/s6-rc:s6-rc-init:kPhaAL/servicedirs/svc-jellyfin/wwwroot". Static files may be unavailable.
[2024-07-09 18:06:26.852 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2024-07-09 18:06:26.854 +02:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/prueba"
[2024-07-09 18:06:26.854 +02:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/series-anime"
[2024-07-09 18:06:26.854 +02:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/tv"
[2024-07-09 18:06:26.854 +02:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/movies"
[2024-07-09 18:06:26.870 +02:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Generar miniaturas de línea de tiempo" set to fire at 2024-07-10 03:00:00.000 +02:00, which is 08:53:33.1292262 from now.
[2024-07-09 18:06:26.904 +02:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extraer imágenes de los capítulos" set to fire at 2024-07-10 02:00:00.000 +02:00, which is 07:53:33.0957665 from now.
[2024-07-09 18:06:27.013 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1"
[2024-07-09 18:06:27.049 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"]
[2024-07-09 18:06:27.059 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
[2024-07-09 18:06:27.070 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
[2024-07-09 18:06:27.126 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
[2024-07-09 18:06:27.403 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: VAAPI device "/dev/dri/renderD128" is Intel GPU (iHD)
[2024-07-09 18:06:27.403 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: VAAPI device "/dev/dri/renderD128" supports Vulkan DRM interop
[2024-07-09 18:06:27.403 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
[2024-07-09 18:06:27.404 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "44119d9b35c1491db1be8185f816b8fe"
[2024-07-09 18:06:27.404 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2024-07-09 18:06:27.404 +02:00] [INF] [1] Main: Startup complete 0:00:02.4409696
[2024-07-09 18:06:29.926 +02:00] [INF] [16] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Limpiar colecciones y listas de reproducción" Completed after 0 minute(s) and 0 seconds
[2024-07-09 18:06:31.004 +02:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Actualizar extensiones" Completed after 0 minute(s) and 1 seconds
[2024-07-09 18:06:31.530 +02:00] [INF] [11] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "85.137.242.201" request
[2024-07-09 18:06:51.549 +02:00] [INF] [16] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/9f4af831597d48d5901543a665b1134b.png"
[2024-07-09 18:06:51.703 +02:00] [INF] [16] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/9f4af831597d48d5901543a665b1134b.png"
[2024-07-09 18:06:51.930 +02:00] [INF] [15] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/prueba/One Pace/[One Pace][801-822] Zou [720p]/[One Pace][814-815] Zou 07 [720p][55837445].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-07-09 18:06:51.930 +02:00] [INF] [11] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/prueba/One Pace/[One Pace][801-822] Zou [720p]/[One Pace][812-813] Zou 06 [720p][7F73DB45].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-07-09 18:06:51.930 +02:00] [INF] [24] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/prueba/One Pace/[One Pace][801-822] Zou [720p]/[One Pace][818-819] Zou 09 [720p][0880B38F].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-07-09 18:06:51.930 +02:00] [INF] [23] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/prueba/One Pace/[One Pace][801-822] Zou [720p]/[One Pace][801-803] Zou 01 [720p][E70913D9].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-07-09 18:06:51.930 +02:00] [INF] [27] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/prueba/One Pace/[One Pace][801-822] Zou [720p]/[One Pace][808-809] Zou 04 [720p][A4F76B13].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-07-09 18:06:51.930 +02:00] [INF] [16] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/prueba/One Pace/[One Pace][801-822] Zou [720p]/[One Pace][804-805] Zou 02 [720p][32150FF4].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-07-09 18:06:51.930 +02:00] [INF] [26] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/prueba/One Pace/[One Pace][801-822] Zou [720p]/[One Pace][806-807] Zou 03 [720p][E4B077F8].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-07-09 18:06:51.930 +02:00] [INF] [10] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/prueba/One Pace/[One Pace][801-822] Zou [720p]/[One Pace][816-817] Zou 08 [720p][5B2AAFBF].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-07-09 18:06:51.930 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/prueba/One Pace/[One Pace][801-822] Zou [720p]/[One Pace][820-822] Zou 10 [720p][4A52B138].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-07-09 18:06:51.930 +02:00] [INF] [28] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/prueba/One Pace/[One Pace][801-822] Zou [720p]/[One Pace][810-811] Zou 05 [720p][7149D13F].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"

FFmpeg logs

No response

Please attach any browser or client logs here

No response

Please attach any screenshots here

imagen

Code of Conduct

  • I agree to follow this project's Code of Conduct
Originally created by @Roboron3042 on GitHub (Jul 9, 2024). ### Please describe your bug When scanning a custom series I added to Jellyfin, episode titles were no processed correctly from the filenames, and were instead cropped to only the first characters. This also caused the order to be wrong. The name of the "season" (folder), which is pretty similar, was displayed fully, however. ### Reproduction Steps The path to an episode is `/prueba/One Pace/[One Pace][801-822] Zou [720p]/[One Pace][804-805] Zou 02 [720p][32150FF4].mkv`. The library was set to be a mix of series and movies. I also set it to be series only, but the result was the same. ### Jellyfin Version 10.9.0 ### if other: 10.9.7 ### Environment ```markdown - OS: Debian - Virtualization: Docker (linuxserver.io image) - Clients: Browser - Storage: Local (ZFS volume) ``` ### Jellyfin logs ```shell I made Jellyfin update the metadata of the library in the following log [2024-07-09 18:06:25.079 +02:00] [INF] [1] Main: Jellyfin version: "10.9.7" [2024-07-09 18:06:25.095 +02:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CONFIG_DIR, /config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CACHE_DIR, /config/cache]", "[JELLYFIN_DATA_DIR, /config/data]", "[JELLYFIN_WEB_DIR, /usr/share/jellyfin/web]"] [2024-07-09 18:06:25.097 +02:00] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"] [2024-07-09 18:06:25.097 +02:00] [INF] [1] Main: Operating system: "Ubuntu 22.04.4 LTS" [2024-07-09 18:06:25.097 +02:00] [INF] [1] Main: Architecture: X64 [2024-07-09 18:06:25.097 +02:00] [INF] [1] Main: 64-Bit Process: True [2024-07-09 18:06:25.097 +02:00] [INF] [1] Main: User Interactive: True [2024-07-09 18:06:25.097 +02:00] [INF] [1] Main: Processor count: 12 [2024-07-09 18:06:25.097 +02:00] [INF] [1] Main: Program data path: "/config/data" [2024-07-09 18:06:25.097 +02:00] [INF] [1] Main: Log directory path: "/config/log" [2024-07-09 18:06:25.097 +02:00] [INF] [1] Main: Config directory path: "/config" [2024-07-09 18:06:25.097 +02:00] [INF] [1] Main: Cache path: "/config/cache" [2024-07-09 18:06:25.097 +02:00] [INF] [1] Main: Web resources path: "/usr/share/jellyfin/web" [2024-07-09 18:06:25.097 +02:00] [INF] [1] Main: Application directory: "/usr/lib/jellyfin/bin/" [2024-07-09 18:06:25.185 +02:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/config/cache" [2024-07-09 18:06:25.218 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies [2024-07-09 18:06:25.283 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] [2024-07-09 18:06:25.283 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] [2024-07-09 18:06:25.286 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] [2024-07-09 18:06:25.287 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.17.0.2"] [2024-07-09 18:06:25.288 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] [2024-07-09 18:06:25.288 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" [2024-07-09 18:06:25.288 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] [2024-07-09 18:06:26.425 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.7.0" [2024-07-09 18:06:26.425 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.7.0" [2024-07-09 18:06:26.425 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.7.0" [2024-07-09 18:06:26.442 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.7.0" [2024-07-09 18:06:26.442 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.7.0" [2024-07-09 18:06:26.479 +02:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository: Using an in-memory repository. Keys will not be persisted to storage. [2024-07-09 18:06:26.479 +02:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. [2024-07-09 18:06:26.483 +02:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" [2024-07-09 18:06:26.493 +02:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {d64c4c1a-64fa-4e12-8be0-19f6ed16601c} may be persisted to storage in unencrypted form. [2024-07-09 18:06:26.831 +02:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/run/s6-rc:s6-rc-init:kPhaAL/servicedirs/svc-jellyfin/wwwroot". Static files may be unavailable. [2024-07-09 18:06:26.852 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks [2024-07-09 18:06:26.854 +02:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/prueba" [2024-07-09 18:06:26.854 +02:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/series-anime" [2024-07-09 18:06:26.854 +02:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/tv" [2024-07-09 18:06:26.854 +02:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/movies" [2024-07-09 18:06:26.870 +02:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Generar miniaturas de línea de tiempo" set to fire at 2024-07-10 03:00:00.000 +02:00, which is 08:53:33.1292262 from now. [2024-07-09 18:06:26.904 +02:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extraer imágenes de los capítulos" set to fire at 2024-07-10 02:00:00.000 +02:00, which is 07:53:33.0957665 from now. [2024-07-09 18:06:27.013 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" [2024-07-09 18:06:27.049 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] [2024-07-09 18:06:27.059 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] [2024-07-09 18:06:27.070 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] [2024-07-09 18:06:27.126 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] [2024-07-09 18:06:27.403 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: VAAPI device "/dev/dri/renderD128" is Intel GPU (iHD) [2024-07-09 18:06:27.403 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: VAAPI device "/dev/dri/renderD128" supports Vulkan DRM interop [2024-07-09 18:06:27.403 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" [2024-07-09 18:06:27.404 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "44119d9b35c1491db1be8185f816b8fe" [2024-07-09 18:06:27.404 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete [2024-07-09 18:06:27.404 +02:00] [INF] [1] Main: Startup complete 0:00:02.4409696 [2024-07-09 18:06:29.926 +02:00] [INF] [16] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Limpiar colecciones y listas de reproducción" Completed after 0 minute(s) and 0 seconds [2024-07-09 18:06:31.004 +02:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Actualizar extensiones" Completed after 0 minute(s) and 1 seconds [2024-07-09 18:06:31.530 +02:00] [INF] [11] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "85.137.242.201" request [2024-07-09 18:06:51.549 +02:00] [INF] [16] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/9f4af831597d48d5901543a665b1134b.png" [2024-07-09 18:06:51.703 +02:00] [INF] [16] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/9f4af831597d48d5901543a665b1134b.png" [2024-07-09 18:06:51.930 +02:00] [INF] [15] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/prueba/One Pace/[One Pace][801-822] Zou [720p]/[One Pace][814-815] Zou 07 [720p][55837445].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2024-07-09 18:06:51.930 +02:00] [INF] [11] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/prueba/One Pace/[One Pace][801-822] Zou [720p]/[One Pace][812-813] Zou 06 [720p][7F73DB45].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2024-07-09 18:06:51.930 +02:00] [INF] [24] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/prueba/One Pace/[One Pace][801-822] Zou [720p]/[One Pace][818-819] Zou 09 [720p][0880B38F].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2024-07-09 18:06:51.930 +02:00] [INF] [23] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/prueba/One Pace/[One Pace][801-822] Zou [720p]/[One Pace][801-803] Zou 01 [720p][E70913D9].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2024-07-09 18:06:51.930 +02:00] [INF] [27] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/prueba/One Pace/[One Pace][801-822] Zou [720p]/[One Pace][808-809] Zou 04 [720p][A4F76B13].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2024-07-09 18:06:51.930 +02:00] [INF] [16] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/prueba/One Pace/[One Pace][801-822] Zou [720p]/[One Pace][804-805] Zou 02 [720p][32150FF4].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2024-07-09 18:06:51.930 +02:00] [INF] [26] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/prueba/One Pace/[One Pace][801-822] Zou [720p]/[One Pace][806-807] Zou 03 [720p][E4B077F8].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2024-07-09 18:06:51.930 +02:00] [INF] [10] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/prueba/One Pace/[One Pace][801-822] Zou [720p]/[One Pace][816-817] Zou 08 [720p][5B2AAFBF].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2024-07-09 18:06:51.930 +02:00] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/prueba/One Pace/[One Pace][801-822] Zou [720p]/[One Pace][820-822] Zou 10 [720p][4A52B138].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" [2024-07-09 18:06:51.930 +02:00] [INF] [28] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/prueba/One Pace/[One Pace][801-822] Zou [720p]/[One Pace][810-811] Zou 05 [720p][7149D13F].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" ``` ### FFmpeg logs _No response_ ### Please attach any browser or client logs here _No response_ ### Please attach any screenshots here ![imagen](https://github.com/jellyfin/jellyfin/assets/22756082/1ac3fd15-f61e-4453-8830-f9efd9258a5d) ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
OVERLORD added the invalid label 2026-02-07 03:03:54 +03:00
Author
Owner

@jellyfin-bot commented on GitHub (Jul 9, 2024):

Hi, it seems like your issue report has the following item(s) that need to be addressed:

  • The format of the environment section has been altered from the template.

This is an automated message, currently under testing. Please file an issue here if you encounter any problems.

@jellyfin-bot commented on GitHub (Jul 9, 2024): Hi, it seems like your issue report has the following item(s) that need to be addressed: - The format of the environment section has been altered from the template. This is an automated message, currently under testing. Please file an issue [here](https://github.com/jellyfin/jellyfin-triage-scripts/issues) if you encounter any problems.
Author
Owner

@felix920506 commented on GitHub (Jul 10, 2024):

Please follow the naming convention. https://jellyfin.org/docs/general/server/media/shows

@felix920506 commented on GitHub (Jul 10, 2024): Please follow the naming convention. https://jellyfin.org/docs/general/server/media/shows
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#6103