Allow items with tags dont work if tag has a "space" in it #6258

Closed
opened 2026-02-07 03:21:21 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @Alacard on GitHub (Sep 9, 2024).

This issue respects the following points:

  • This is a bug, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot with volunteers, before creating a report. The links can be found here.
  • This issue is not already reported on GitHub (I've searched it).
  • I'm using an up to date version of Jellyfin Server stable, unstable or master; We generally do not support previous older versions. If possible, please update to the latest version before opening an issue.
  • I agree to follow Jellyfin's Code of Conduct.
  • This report addresses only a single issue; If you encounter multiple issues, kindly create separate reports for each one.

Description of the bug

If you use a tag like "Kids Safe" for Allow items with tags. it ill now work but "KidsSafe" will.

Reproduction steps

  1. Set "Kids Safe" as a tag for Allow items with tags for a user
  2. set "Kids Safe" to a movie/tv show

movies/tv shows will not be filtered but if you

  1. Set "KidsSafe" as a tag for Allow items with tags for a user
  2. set "KidsSafe" to a movie/tv show

movies/tv shows will be filtered

What is the current bug behavior?

If there a "space" in the tag your using for Allow items with tags, movie/tv shows will not be filtered

What is the expected correct behavior?

movie/tv shows be filtered, if tag has a "space" in it or not allowing "spaces" in tags

Jellyfin Server version

10.9.11+

Specify commit id

No response

Specify unstable release number

No response

Specify version number

No response

Specify the build version

10.9.11

Environment

- OS:Docker
- Linux Kernel: n/a
- Virtualization: n/a
- Clients: Android Tv
- Browser: Brave 1.69.162 / Edge 128.0.2739.67
- FFmpeg Version: n/a
- Playback Method: n/a
- Hardware Acceleration: n/a
- GPU Model: n/a
- Plugins: n/a
- Reverse Proxy: Traefik
- Base URL: /
- Networking: n/a
- Storage: n/a

Jellyfin logs

[2024-09-08 20:11:43.257 -05:00] [INF] [1] Main: Jellyfin version: "10.9.11"
[2024-09-08 20:11:43.276 -05:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_PublishedServerUrl, https://media.gamezonline.me]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_DATA_DIR, /config/data]", "[JELLYFIN_CONFIG_DIR, /config]", "[JELLYFIN_CACHE_DIR, /config/cache]", "[JELLYFIN_LOG_DIR, /config/log]"]
[2024-09-08 20:11:43.277 -05:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
[2024-09-08 20:11:43.277 -05:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)"
[2024-09-08 20:11:43.277 -05:00] [INF] [1] Main: Architecture: X64
[2024-09-08 20:11:43.278 -05:00] [INF] [1] Main: 64-Bit Process: True
[2024-09-08 20:11:43.278 -05:00] [INF] [1] Main: User Interactive: True
[2024-09-08 20:11:43.278 -05:00] [INF] [1] Main: Processor count: 48
[2024-09-08 20:11:43.278 -05:00] [INF] [1] Main: Program data path: "/config/data"
[2024-09-08 20:11:43.278 -05:00] [INF] [1] Main: Log directory path: "/config/log"
[2024-09-08 20:11:43.278 -05:00] [INF] [1] Main: Config directory path: "/config"
[2024-09-08 20:11:43.278 -05:00] [INF] [1] Main: Cache path: "/config/cache"
[2024-09-08 20:11:43.278 -05:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web"
[2024-09-08 20:11:43.278 -05:00] [INF] [1] Main: Application directory: "/jellyfin/"
[2024-09-08 20:11:43.382 -05:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/config/cache"
[2024-09-08 20:11:50.854 -05:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2024-09-08 20:11:50.881 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.AniDB, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/AniDB_9.0.0.0/Jellyfin.Plugin.AniDB.dll"
[2024-09-08 20:11:50.883 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.AniList, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/AniList_9.0.0.0/Jellyfin.Plugin.AniList.dll"
[2024-09-08 20:11:50.884 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.AniSearch, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/AniSearch_5.0.0.0/Jellyfin.Plugin.AniSearch.dll"
[2024-09-08 20:11:50.886 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Bookshelf, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Bookshelf_11.0.0.0/Jellyfin.Plugin.Bookshelf.dll"
[2024-09-08 20:11:50.887 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "ConfusedPolarBear.Plugin.IntroSkipper, Version=0.2.0.20, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Intro Skipper_0.2.0.20/ConfusedPolarBear.Plugin.IntroSkipper.dll"
[2024-09-08 20:11:50.888 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Kitsu, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Kitsu_5.0.0.0/Jellyfin.Plugin.Kitsu.dll"
[2024-09-08 20:11:50.889 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "LDAP-Auth, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/LDAP Authentication_19.0.0.0/LDAP-Auth.dll"
[2024-09-08 20:11:50.892 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Novell.Directory.Ldap.NETStandard, Version=3.6.0.0, Culture=neutral, PublicKeyToken=510c34e9dec7f86f" from "/config/data/plugins/LDAP Authentication_19.0.0.0/Novell.Directory.Ldap.NETStandard.dll"
[2024-09-08 20:11:50.893 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Opds, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/OPDS_5.0.0.0/Jellyfin.Plugin.Opds.dll"
[2024-09-08 20:11:50.895 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "SQLitePCL.pretty, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Playback Reporting_15.0.0.0/SQLitePCL.pretty.dll"
[2024-09-08 20:11:50.896 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.PlaybackReporting, Version=15.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Playback Reporting_15.0.0.0/Jellyfin.Plugin.PlaybackReporting.dll"
[2024-09-08 20:11:50.902 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Reports, Version=17.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Reports_17.0.0.0/Jellyfin.Plugin.Reports.dll"
[2024-09-08 20:11:50.903 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "ExcelNumberFormat, Version=1.1.0.0, Culture=neutral, PublicKeyToken=23c6f5d73be07eca" from "/config/data/plugins/Reports_17.0.0.0/ExcelNumberFormat.dll"
[2024-09-08 20:11:50.918 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "ClosedXML, Version=0.97.0.0, Culture=neutral, PublicKeyToken=fd1eb21b62ae805b" from "/config/data/plugins/Reports_17.0.0.0/ClosedXML.dll"
[2024-09-08 20:11:51.002 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "DocumentFormat.OpenXml, Version=2.16.0.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17" from "/config/data/plugins/Reports_17.0.0.0/DocumentFormat.OpenXml.dll"
[2024-09-08 20:11:51.008 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "SixLabors.Fonts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d998eea7b14cab13" from "/config/data/plugins/Reports_17.0.0.0/SixLabors.Fonts.dll"
[2024-09-08 20:11:51.009 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "System.IO.Packaging, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from "/config/data/plugins/Reports_17.0.0.0/System.IO.Packaging.dll"
[2024-09-08 20:11:51.009 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.SessionCleaner, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Session Cleaner_4.0.0.0/Jellyfin.Plugin.SessionCleaner.dll"
[2024-09-08 20:11:51.013 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Microsoft.AspNetCore.Http.Connections.Client, Version=8.0.7.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" from "/config/data/plugins/Shoko_4.1.1.30/Microsoft.AspNetCore.Http.Connections.Client.dll"
[2024-09-08 20:11:51.013 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Microsoft.AspNetCore.SignalR.Client, Version=8.0.7.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" from "/config/data/plugins/Shoko_4.1.1.30/Microsoft.AspNetCore.SignalR.Client.dll"
[2024-09-08 20:11:51.021 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Shokofin, Version=4.1.1.30, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Shoko_4.1.1.30/Shokofin.dll"
[2024-09-08 20:11:51.024 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Microsoft.AspNetCore.SignalR.Client.Core, Version=8.0.7.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" from "/config/data/plugins/Shoko_4.1.1.30/Microsoft.AspNetCore.SignalR.Client.Core.dll"
[2024-09-08 20:11:51.024 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.SubtitleExtract, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Subtitle Extract_4.0.0.0/Jellyfin.Plugin.SubtitleExtract.dll"
[2024-09-08 20:11:51.028 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Tvdb, Version=15.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/TheTVDB_15.0.0.0/Jellyfin.Plugin.Tvdb.dll"
[2024-09-08 20:11:51.035 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Tvdb.Sdk, Version=4.7.10.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/TheTVDB_15.0.0.0/Tvdb.Sdk.dll"
[2024-09-08 20:11:51.035 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.TranscodeKiller, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Transcode Killer_3.0.0.0/Jellyfin.Plugin.TranscodeKiller.dll"
[2024-09-08 20:11:51.039 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Flurl.Http, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/TVmaze_11.0.0.0/Flurl.Http.dll"
[2024-09-08 20:11:51.046 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Polly, Version=7.0.0.0, Culture=neutral, PublicKeyToken=c8a3ffc3f8f825cc" from "/config/data/plugins/TVmaze_11.0.0.0/Polly.dll"
[2024-09-08 20:11:51.047 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.TvMaze, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/TVmaze_11.0.0.0/Jellyfin.Plugin.TvMaze.dll"
[2024-09-08 20:11:51.048 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "TvMaze.Api.Client, Version=0.1.72.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/TVmaze_11.0.0.0/TvMaze.Api.Client.dll"
[2024-09-08 20:11:51.049 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Flurl, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/TVmaze_11.0.0.0/Flurl.dll"
[2024-09-08 20:11:51.100 -05:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["192.168.1.0/24"]
[2024-09-08 20:11:51.100 -05:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2024-09-08 20:11:51.100 -05:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["192.168.1.0/24"]
[2024-09-08 20:11:51.101 -05:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.20.0.31"]
[2024-09-08 20:11:51.101 -05:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[2024-09-08 20:11:51.101 -05:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2024-09-08 20:11:51.101 -05:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[2024-09-08 20:12:24.349 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AniDB" "9.0.0.0"
[2024-09-08 20:12:24.350 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AniList" "9.0.0.0"
[2024-09-08 20:12:24.351 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AniSearch" "5.0.0.0"
[2024-09-08 20:12:24.351 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Bookshelf" "11.0.0.0"
[2024-09-08 20:12:24.910 -05:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.Plugin: Skip button already added
[2024-09-08 20:12:25.028 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Intro Skipper" "0.2.0.20"
[2024-09-08 20:12:25.029 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Kitsu" "5.0.0.0"
[2024-09-08 20:12:25.030 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "LDAP-Auth" "19.0.0.0"
[2024-09-08 20:12:25.030 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OPDS Feed" "5.0.0.0"
[2024-09-08 20:12:25.031 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Playback Reporting" "15.0.0.0"
[2024-09-08 20:12:25.031 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Reports" "17.0.0.0"
[2024-09-08 20:12:25.032 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Session Cleaner" "4.0.0.0"
[2024-09-08 20:12:25.092 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Shoko" "4.1.1.30"
[2024-09-08 20:12:25.093 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Subtitle Extract" "4.0.0.0"
[2024-09-08 20:12:25.093 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TheTVDB" "15.0.0.0"
[2024-09-08 20:12:25.094 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Transcode Killer" "3.0.0.0"
[2024-09-08 20:12:25.094 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TVmaze" "11.0.0.0"
[2024-09-08 20:12:25.095 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.11.0"
[2024-09-08 20:12:25.095 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.11.0"
[2024-09-08 20:12:25.095 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.11.0"
[2024-09-08 20:12:25.103 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.11.0"
[2024-09-08 20:12:25.103 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.11.0"
[2024-09-08 20:12:25.242 -05:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
[2024-09-08 20:12:25.251 -05:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.Entrypoint: Running startup enqueue
[2024-09-08 20:12:25.361 -05:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Kids Tv Shows"
[2024-09-08 20:12:25.597 -05:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Cartoons"
[2024-09-08 20:12:27.469 -05:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Anime"
[2024-09-08 20:12:28.966 -05:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Movies"
[2024-09-08 20:12:28.969 -05:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Collections"
[2024-09-08 20:12:28.970 -05:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Tv Shows"
[2024-09-08 20:12:29.737 -05:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: EventMonitorEntryPoint Running
[2024-09-08 20:12:29.743 -05:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Sqlite version: 3.41.2
[2024-09-08 20:12:29.745 -05:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Sqlite compiler options: ATOMIC_INTRINSICS=1,COMPILER=gcc-9.4.0,DEFAULT_AUTOVACUUM,DEFAULT_CACHE_SIZE=-2000,DEFAULT_FILE_FORMAT=4,DEFAULT_FOREIGN_KEYS,DEFAULT_JOURNAL_SIZE_LIMIT=-1,DEFAULT_MMAP_SIZE=0,DEFAULT_PAGE_SIZE=4096,DEFAULT_PCACHE_INITSZ=20,DEFAULT_RECURSIVE_TRIGGERS,DEFAULT_SECTOR_SIZE=4096,DEFAULT_SYNCHRONOUS=2,DEFAULT_WAL_AUTOCHECKPOINT=1000,DEFAULT_WAL_SYNCHRONOUS=2,DEFAULT_WORKER_THREADS=0,ENABLE_COLUMN_METADATA,ENABLE_FTS3,ENABLE_FTS3_PARENTHESIS,ENABLE_FTS4,ENABLE_FTS5,ENABLE_MATH_FUNCTIONS,ENABLE_RTREE,ENABLE_SNAPSHOT,MALLOC_SOFT_LIMIT=1024,MAX_ATTACHED=10,MAX_COLUMN=2000,MAX_COMPOUND_SELECT=500,MAX_DEFAULT_PAGE_SIZE=8192,MAX_EXPR_DEPTH=1000,MAX_FUNCTION_ARG=127,MAX_LENGTH=1000000000,MAX_LIKE_PATTERN_LENGTH=50000,MAX_MMAP_SIZE=0x7fff0000,MAX_PAGE_COUNT=1073741823,MAX_PAGE_SIZE=65536,MAX_SQL_LENGTH=1000000000,MAX_TRIGGER_DEPTH=1000,MAX_VARIABLE_NUMBER=32766,MAX_VDBE_OP=250000000,MAX_WORKER_THREADS=8,MUTEX_PTHREADS,SYSTEM_MALLOC,TEMP_STORE=1,THREADSAFE=1
[2024-09-08 20:12:29.755 -05:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Default journal_mode for "/config/data/data/playback_reporting.db" is "delete"
[2024-09-08 20:12:29.755 -05:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Initialize PlaybackActivity Repository
[2024-09-08 20:12:29.757 -05:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: PlaybackActivity table schema OK
[2024-09-08 20:12:29.757 -05:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Expected : "datecreated:datetime|userid:text|itemid:text|itemtype:text|itemname:text|playbackmethod:text|clientname:text|devicename:text|playduration:int"
[2024-09-08 20:12:29.757 -05:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Received : "datecreated:datetime|userid:text|itemid:text|itemtype:text|itemname:text|playbackmethod:text|clientname:text|devicename:text|playduration:int"
[2024-09-08 20:12:30.103 -05:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable.
[2024-09-08 20:12:30.124 -05:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2024-09-08 20:12:30.128 -05:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.TaskCleanDb: TaskCleanDb Loaded
[2024-09-08 20:12:30.128 -05:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.TaskRunBackup: TaskRunBackup Loaded
[2024-09-08 20:12:30.144 -05:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Detect Intros and Credits" set to fire at 2024-09-09 00:00:00.000 -05:00, which is 03:47:29.8553533 from now.
[2024-09-08 20:12:30.147 -05:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Playback Reporting Trim Db" set to fire at 2024-09-09 00:00:00.000 -05:00, which is 03:47:29.8528233 from now.
[2024-09-08 20:12:30.153 -05:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Generate Trickplay Images" set to fire at 2024-09-09 03:00:00.000 -05:00, which is 06:47:29.8464879 from now.
[2024-09-08 20:12:30.154 -05:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2024-09-09 02:00:00.000 -05:00, which is 05:47:29.8455862 from now.
[2024-09-08 20:12:30.179 -05:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1"
[2024-09-08 20:12:30.212 -05: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-09-08 20:12:30.238 -05: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-09-08 20:12:30.265 -05: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-09-08 20:12:30.286 -05:00] [INF] [17] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/Kids Tv Shows"
[2024-09-08 20:12:30.419 -05:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
[2024-09-08 20:12:30.822 -05:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
[2024-09-08 20:12:30.823 -05:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "6e405e9e51364793b56d95417ffbb007"
[2024-09-08 20:12:30.823 -05:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2024-09-08 20:12:30.823 -05:00] [INF] [1] Main: Startup complete 0:00:55.4253106
[2024-09-08 20:12:30.849 -05:00] [INF] [19] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/Movies"
[2024-09-08 20:12:30.904 -05:00] [INF] [18] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/Light Novel"
[2024-09-08 20:12:31.521 -05:00] [INF] [21] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/Tv Shows"
[2024-09-08 20:12:31.664 -05:00] [INF] [13] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/Cartoons"
[2024-09-08 20:12:32.004 -05:00] [INF] [21] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "71.45.71.219" request
[2024-09-08 20:12:32.461 -05:00] [INF] [12] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/Anime"
[2024-09-08 20:12:33.238 -05:00] [INF] [13] Shokofin.Tasks.VersionCheckTask: Found new Shoko Server version; "Version 4.2.2.132 (Dev, 50be6e0, 2024-09-08T09:06:48Z)"
[2024-09-08 20:12:33.300 -05:00] [INF] [13] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Check Server Version" Completed after 0 minute(s) and 0 seconds
[2024-09-08 20:12:33.526 -05:00] [INF] [19] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean up collections and playlists" Completed after 0 minute(s) and 0 seconds
[2024-09-08 20:12:33.781 -05:00] [INF] [13] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.163" request
[2024-09-08 20:12:36.050 -05:00] [INF] [13] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Completed after 0 minute(s) and 2 seconds

FFmpeg logs

No response

Client / Browser logs

No response

Relevant screenshots or videos

No response

Additional information

No response

Originally created by @Alacard on GitHub (Sep 9, 2024). ### This issue respects the following points: - [X] This is a **bug**, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot with volunteers, before creating a report. The links can be found [here](https://jellyfin.org/contact/). - [X] This issue is **not** already reported on [GitHub](https://github.com/jellyfin/jellyfin/issues?q=is%3Aopen+is%3Aissue) _(I've searched it)_. - [X] I'm using an up to date version of Jellyfin Server stable, unstable or master; We generally do not support previous older versions. If possible, please update to the latest version before opening an issue. - [X] I agree to follow Jellyfin's [Code of Conduct](https://jellyfin.org/docs/general/community-standards.html#code-of-conduct). - [X] This report addresses only a single issue; If you encounter multiple issues, kindly create separate reports for each one. ### Description of the bug If you use a tag like "Kids Safe" for Allow items with tags. it ill now work but "KidsSafe" will. ### Reproduction steps 1) Set "Kids Safe" as a tag for Allow items with tags for a user 2) set "Kids Safe" to a movie/tv show movies/tv shows will not be filtered but if you 1) Set "KidsSafe" as a tag for Allow items with tags for a user 2) set "KidsSafe" to a movie/tv show movies/tv shows will be filtered ### What is the current _bug_ behavior? If there a "space" in the tag your using for Allow items with tags, movie/tv shows will not be filtered ### What is the expected _correct_ behavior? movie/tv shows be filtered, if tag has a "space" in it or not allowing "spaces" in tags ### Jellyfin Server version 10.9.11+ ### Specify commit id _No response_ ### Specify unstable release number _No response_ ### Specify version number _No response_ ### Specify the build version 10.9.11 ### Environment ```markdown - OS:Docker - Linux Kernel: n/a - Virtualization: n/a - Clients: Android Tv - Browser: Brave 1.69.162 / Edge 128.0.2739.67 - FFmpeg Version: n/a - Playback Method: n/a - Hardware Acceleration: n/a - GPU Model: n/a - Plugins: n/a - Reverse Proxy: Traefik - Base URL: / - Networking: n/a - Storage: n/a ``` ### Jellyfin logs ```shell [2024-09-08 20:11:43.257 -05:00] [INF] [1] Main: Jellyfin version: "10.9.11" [2024-09-08 20:11:43.276 -05:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_PublishedServerUrl, https://media.gamezonline.me]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_DATA_DIR, /config/data]", "[JELLYFIN_CONFIG_DIR, /config]", "[JELLYFIN_CACHE_DIR, /config/cache]", "[JELLYFIN_LOG_DIR, /config/log]"] [2024-09-08 20:11:43.277 -05:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] [2024-09-08 20:11:43.277 -05:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" [2024-09-08 20:11:43.277 -05:00] [INF] [1] Main: Architecture: X64 [2024-09-08 20:11:43.278 -05:00] [INF] [1] Main: 64-Bit Process: True [2024-09-08 20:11:43.278 -05:00] [INF] [1] Main: User Interactive: True [2024-09-08 20:11:43.278 -05:00] [INF] [1] Main: Processor count: 48 [2024-09-08 20:11:43.278 -05:00] [INF] [1] Main: Program data path: "/config/data" [2024-09-08 20:11:43.278 -05:00] [INF] [1] Main: Log directory path: "/config/log" [2024-09-08 20:11:43.278 -05:00] [INF] [1] Main: Config directory path: "/config" [2024-09-08 20:11:43.278 -05:00] [INF] [1] Main: Cache path: "/config/cache" [2024-09-08 20:11:43.278 -05:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" [2024-09-08 20:11:43.278 -05:00] [INF] [1] Main: Application directory: "/jellyfin/" [2024-09-08 20:11:43.382 -05:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/config/cache" [2024-09-08 20:11:50.854 -05:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies [2024-09-08 20:11:50.881 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.AniDB, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/AniDB_9.0.0.0/Jellyfin.Plugin.AniDB.dll" [2024-09-08 20:11:50.883 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.AniList, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/AniList_9.0.0.0/Jellyfin.Plugin.AniList.dll" [2024-09-08 20:11:50.884 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.AniSearch, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/AniSearch_5.0.0.0/Jellyfin.Plugin.AniSearch.dll" [2024-09-08 20:11:50.886 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Bookshelf, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Bookshelf_11.0.0.0/Jellyfin.Plugin.Bookshelf.dll" [2024-09-08 20:11:50.887 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "ConfusedPolarBear.Plugin.IntroSkipper, Version=0.2.0.20, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Intro Skipper_0.2.0.20/ConfusedPolarBear.Plugin.IntroSkipper.dll" [2024-09-08 20:11:50.888 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Kitsu, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Kitsu_5.0.0.0/Jellyfin.Plugin.Kitsu.dll" [2024-09-08 20:11:50.889 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "LDAP-Auth, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/LDAP Authentication_19.0.0.0/LDAP-Auth.dll" [2024-09-08 20:11:50.892 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Novell.Directory.Ldap.NETStandard, Version=3.6.0.0, Culture=neutral, PublicKeyToken=510c34e9dec7f86f" from "/config/data/plugins/LDAP Authentication_19.0.0.0/Novell.Directory.Ldap.NETStandard.dll" [2024-09-08 20:11:50.893 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Opds, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/OPDS_5.0.0.0/Jellyfin.Plugin.Opds.dll" [2024-09-08 20:11:50.895 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "SQLitePCL.pretty, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Playback Reporting_15.0.0.0/SQLitePCL.pretty.dll" [2024-09-08 20:11:50.896 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.PlaybackReporting, Version=15.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Playback Reporting_15.0.0.0/Jellyfin.Plugin.PlaybackReporting.dll" [2024-09-08 20:11:50.902 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Reports, Version=17.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Reports_17.0.0.0/Jellyfin.Plugin.Reports.dll" [2024-09-08 20:11:50.903 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "ExcelNumberFormat, Version=1.1.0.0, Culture=neutral, PublicKeyToken=23c6f5d73be07eca" from "/config/data/plugins/Reports_17.0.0.0/ExcelNumberFormat.dll" [2024-09-08 20:11:50.918 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "ClosedXML, Version=0.97.0.0, Culture=neutral, PublicKeyToken=fd1eb21b62ae805b" from "/config/data/plugins/Reports_17.0.0.0/ClosedXML.dll" [2024-09-08 20:11:51.002 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "DocumentFormat.OpenXml, Version=2.16.0.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17" from "/config/data/plugins/Reports_17.0.0.0/DocumentFormat.OpenXml.dll" [2024-09-08 20:11:51.008 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "SixLabors.Fonts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d998eea7b14cab13" from "/config/data/plugins/Reports_17.0.0.0/SixLabors.Fonts.dll" [2024-09-08 20:11:51.009 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "System.IO.Packaging, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from "/config/data/plugins/Reports_17.0.0.0/System.IO.Packaging.dll" [2024-09-08 20:11:51.009 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.SessionCleaner, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Session Cleaner_4.0.0.0/Jellyfin.Plugin.SessionCleaner.dll" [2024-09-08 20:11:51.013 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Microsoft.AspNetCore.Http.Connections.Client, Version=8.0.7.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" from "/config/data/plugins/Shoko_4.1.1.30/Microsoft.AspNetCore.Http.Connections.Client.dll" [2024-09-08 20:11:51.013 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Microsoft.AspNetCore.SignalR.Client, Version=8.0.7.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" from "/config/data/plugins/Shoko_4.1.1.30/Microsoft.AspNetCore.SignalR.Client.dll" [2024-09-08 20:11:51.021 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Shokofin, Version=4.1.1.30, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Shoko_4.1.1.30/Shokofin.dll" [2024-09-08 20:11:51.024 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Microsoft.AspNetCore.SignalR.Client.Core, Version=8.0.7.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" from "/config/data/plugins/Shoko_4.1.1.30/Microsoft.AspNetCore.SignalR.Client.Core.dll" [2024-09-08 20:11:51.024 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.SubtitleExtract, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Subtitle Extract_4.0.0.0/Jellyfin.Plugin.SubtitleExtract.dll" [2024-09-08 20:11:51.028 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Tvdb, Version=15.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/TheTVDB_15.0.0.0/Jellyfin.Plugin.Tvdb.dll" [2024-09-08 20:11:51.035 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Tvdb.Sdk, Version=4.7.10.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/TheTVDB_15.0.0.0/Tvdb.Sdk.dll" [2024-09-08 20:11:51.035 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.TranscodeKiller, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Transcode Killer_3.0.0.0/Jellyfin.Plugin.TranscodeKiller.dll" [2024-09-08 20:11:51.039 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Flurl.Http, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/TVmaze_11.0.0.0/Flurl.Http.dll" [2024-09-08 20:11:51.046 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Polly, Version=7.0.0.0, Culture=neutral, PublicKeyToken=c8a3ffc3f8f825cc" from "/config/data/plugins/TVmaze_11.0.0.0/Polly.dll" [2024-09-08 20:11:51.047 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.TvMaze, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/TVmaze_11.0.0.0/Jellyfin.Plugin.TvMaze.dll" [2024-09-08 20:11:51.048 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "TvMaze.Api.Client, Version=0.1.72.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/TVmaze_11.0.0.0/TvMaze.Api.Client.dll" [2024-09-08 20:11:51.049 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Flurl, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/TVmaze_11.0.0.0/Flurl.dll" [2024-09-08 20:11:51.100 -05:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["192.168.1.0/24"] [2024-09-08 20:11:51.100 -05:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] [2024-09-08 20:11:51.100 -05:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["192.168.1.0/24"] [2024-09-08 20:11:51.101 -05:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.20.0.31"] [2024-09-08 20:11:51.101 -05:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] [2024-09-08 20:11:51.101 -05:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" [2024-09-08 20:11:51.101 -05:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] [2024-09-08 20:12:24.349 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AniDB" "9.0.0.0" [2024-09-08 20:12:24.350 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AniList" "9.0.0.0" [2024-09-08 20:12:24.351 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AniSearch" "5.0.0.0" [2024-09-08 20:12:24.351 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Bookshelf" "11.0.0.0" [2024-09-08 20:12:24.910 -05:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.Plugin: Skip button already added [2024-09-08 20:12:25.028 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Intro Skipper" "0.2.0.20" [2024-09-08 20:12:25.029 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Kitsu" "5.0.0.0" [2024-09-08 20:12:25.030 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "LDAP-Auth" "19.0.0.0" [2024-09-08 20:12:25.030 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OPDS Feed" "5.0.0.0" [2024-09-08 20:12:25.031 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Playback Reporting" "15.0.0.0" [2024-09-08 20:12:25.031 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Reports" "17.0.0.0" [2024-09-08 20:12:25.032 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Session Cleaner" "4.0.0.0" [2024-09-08 20:12:25.092 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Shoko" "4.1.1.30" [2024-09-08 20:12:25.093 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Subtitle Extract" "4.0.0.0" [2024-09-08 20:12:25.093 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TheTVDB" "15.0.0.0" [2024-09-08 20:12:25.094 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Transcode Killer" "3.0.0.0" [2024-09-08 20:12:25.094 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TVmaze" "11.0.0.0" [2024-09-08 20:12:25.095 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.11.0" [2024-09-08 20:12:25.095 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.11.0" [2024-09-08 20:12:25.095 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.11.0" [2024-09-08 20:12:25.103 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.11.0" [2024-09-08 20:12:25.103 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.11.0" [2024-09-08 20:12:25.242 -05:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" [2024-09-08 20:12:25.251 -05:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.Entrypoint: Running startup enqueue [2024-09-08 20:12:25.361 -05:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Kids Tv Shows" [2024-09-08 20:12:25.597 -05:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Cartoons" [2024-09-08 20:12:27.469 -05:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Anime" [2024-09-08 20:12:28.966 -05:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Movies" [2024-09-08 20:12:28.969 -05:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Collections" [2024-09-08 20:12:28.970 -05:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Tv Shows" [2024-09-08 20:12:29.737 -05:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: EventMonitorEntryPoint Running [2024-09-08 20:12:29.743 -05:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Sqlite version: 3.41.2 [2024-09-08 20:12:29.745 -05:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Sqlite compiler options: ATOMIC_INTRINSICS=1,COMPILER=gcc-9.4.0,DEFAULT_AUTOVACUUM,DEFAULT_CACHE_SIZE=-2000,DEFAULT_FILE_FORMAT=4,DEFAULT_FOREIGN_KEYS,DEFAULT_JOURNAL_SIZE_LIMIT=-1,DEFAULT_MMAP_SIZE=0,DEFAULT_PAGE_SIZE=4096,DEFAULT_PCACHE_INITSZ=20,DEFAULT_RECURSIVE_TRIGGERS,DEFAULT_SECTOR_SIZE=4096,DEFAULT_SYNCHRONOUS=2,DEFAULT_WAL_AUTOCHECKPOINT=1000,DEFAULT_WAL_SYNCHRONOUS=2,DEFAULT_WORKER_THREADS=0,ENABLE_COLUMN_METADATA,ENABLE_FTS3,ENABLE_FTS3_PARENTHESIS,ENABLE_FTS4,ENABLE_FTS5,ENABLE_MATH_FUNCTIONS,ENABLE_RTREE,ENABLE_SNAPSHOT,MALLOC_SOFT_LIMIT=1024,MAX_ATTACHED=10,MAX_COLUMN=2000,MAX_COMPOUND_SELECT=500,MAX_DEFAULT_PAGE_SIZE=8192,MAX_EXPR_DEPTH=1000,MAX_FUNCTION_ARG=127,MAX_LENGTH=1000000000,MAX_LIKE_PATTERN_LENGTH=50000,MAX_MMAP_SIZE=0x7fff0000,MAX_PAGE_COUNT=1073741823,MAX_PAGE_SIZE=65536,MAX_SQL_LENGTH=1000000000,MAX_TRIGGER_DEPTH=1000,MAX_VARIABLE_NUMBER=32766,MAX_VDBE_OP=250000000,MAX_WORKER_THREADS=8,MUTEX_PTHREADS,SYSTEM_MALLOC,TEMP_STORE=1,THREADSAFE=1 [2024-09-08 20:12:29.755 -05:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Default journal_mode for "/config/data/data/playback_reporting.db" is "delete" [2024-09-08 20:12:29.755 -05:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Initialize PlaybackActivity Repository [2024-09-08 20:12:29.757 -05:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: PlaybackActivity table schema OK [2024-09-08 20:12:29.757 -05:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Expected : "datecreated:datetime|userid:text|itemid:text|itemtype:text|itemname:text|playbackmethod:text|clientname:text|devicename:text|playduration:int" [2024-09-08 20:12:29.757 -05:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Received : "datecreated:datetime|userid:text|itemid:text|itemtype:text|itemname:text|playbackmethod:text|clientname:text|devicename:text|playduration:int" [2024-09-08 20:12:30.103 -05:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. [2024-09-08 20:12:30.124 -05:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks [2024-09-08 20:12:30.128 -05:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.TaskCleanDb: TaskCleanDb Loaded [2024-09-08 20:12:30.128 -05:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.TaskRunBackup: TaskRunBackup Loaded [2024-09-08 20:12:30.144 -05:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Detect Intros and Credits" set to fire at 2024-09-09 00:00:00.000 -05:00, which is 03:47:29.8553533 from now. [2024-09-08 20:12:30.147 -05:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Playback Reporting Trim Db" set to fire at 2024-09-09 00:00:00.000 -05:00, which is 03:47:29.8528233 from now. [2024-09-08 20:12:30.153 -05:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Generate Trickplay Images" set to fire at 2024-09-09 03:00:00.000 -05:00, which is 06:47:29.8464879 from now. [2024-09-08 20:12:30.154 -05:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2024-09-09 02:00:00.000 -05:00, which is 05:47:29.8455862 from now. [2024-09-08 20:12:30.179 -05:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" [2024-09-08 20:12:30.212 -05: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-09-08 20:12:30.238 -05: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-09-08 20:12:30.265 -05: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-09-08 20:12:30.286 -05:00] [INF] [17] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/Kids Tv Shows" [2024-09-08 20:12:30.419 -05:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] [2024-09-08 20:12:30.822 -05:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" [2024-09-08 20:12:30.823 -05:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "6e405e9e51364793b56d95417ffbb007" [2024-09-08 20:12:30.823 -05:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete [2024-09-08 20:12:30.823 -05:00] [INF] [1] Main: Startup complete 0:00:55.4253106 [2024-09-08 20:12:30.849 -05:00] [INF] [19] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/Movies" [2024-09-08 20:12:30.904 -05:00] [INF] [18] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/Light Novel" [2024-09-08 20:12:31.521 -05:00] [INF] [21] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/Tv Shows" [2024-09-08 20:12:31.664 -05:00] [INF] [13] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/Cartoons" [2024-09-08 20:12:32.004 -05:00] [INF] [21] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "71.45.71.219" request [2024-09-08 20:12:32.461 -05:00] [INF] [12] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/Anime" [2024-09-08 20:12:33.238 -05:00] [INF] [13] Shokofin.Tasks.VersionCheckTask: Found new Shoko Server version; "Version 4.2.2.132 (Dev, 50be6e0, 2024-09-08T09:06:48Z)" [2024-09-08 20:12:33.300 -05:00] [INF] [13] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Check Server Version" Completed after 0 minute(s) and 0 seconds [2024-09-08 20:12:33.526 -05:00] [INF] [19] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean up collections and playlists" Completed after 0 minute(s) and 0 seconds [2024-09-08 20:12:33.781 -05:00] [INF] [13] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.163" request [2024-09-08 20:12:36.050 -05:00] [INF] [13] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Completed after 0 minute(s) and 2 seconds ``` ### FFmpeg logs _No response_ ### Client / Browser logs _No response_ ### Relevant screenshots or videos _No response_ ### Additional information _No response_
OVERLORD added the bugstale labels 2026-02-07 03:21:21 +03:00
Author
Owner

@crobibero commented on GitHub (Sep 11, 2024):

I am unable to reproduce this with latest unstable (10.10, c67b78bc68)

@crobibero commented on GitHub (Sep 11, 2024): I am unable to reproduce this with latest unstable (10.10, c67b78bc68317c66f3324230b2fc36918b2b9d70)
Author
Owner

@Alacard commented on GitHub (Dec 14, 2024):

I am unable to reproduce this with latest unstable (10.10, c67b78b)

sorry for the super late reply, im currently running 10.10.3 and still have this problem.

Example tag with a space

Image
Image
Image

Example tag with out space

Image
Image

@Alacard commented on GitHub (Dec 14, 2024): > I am unable to reproduce this with latest unstable (10.10, [c67b78b](https://github.com/jellyfin/jellyfin/commit/c67b78bc68317c66f3324230b2fc36918b2b9d70)) sorry for the super late reply, im currently running 10.10.3 and still have this problem. Example tag with a space ![Image](https://github.com/user-attachments/assets/8c2ca562-8403-48e4-a467-3d6e51f9c251) ![Image](https://github.com/user-attachments/assets/6ae6da22-4cbe-4117-af3c-d6e57da76d34) ![Image](https://github.com/user-attachments/assets/90a4e150-d282-4131-a0cf-a8fdf8a9d4a1) Example tag with out space ![Image](https://github.com/user-attachments/assets/6e679db9-7d15-44e4-bfa0-a7432d193ea6) ![Image](https://github.com/user-attachments/assets/14bfacfd-be59-47fa-93b8-5e6bccdbabd4)
Author
Owner

@jellyfin-bot commented on GitHub (Apr 14, 2025):

This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.

If you have any questions you can use one of several ways to contact us.

@jellyfin-bot commented on GitHub (Apr 14, 2025): This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs. If you have any questions you can use one of several ways to [contact us](https://jellyfin.org/contact).
Author
Owner

@jellyfin-bot commented on GitHub (May 5, 2025):

This issue was closed due to inactivity.

@jellyfin-bot commented on GitHub (May 5, 2025): This issue was closed due to inactivity.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#6258