Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue]: After update to 10.9.1 nearly all movies and shows disappeared from my Library #11707

Open
1 task done
stpnwf opened this issue May 18, 2024 · 25 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@stpnwf
Copy link

stpnwf commented May 18, 2024

Please describe your bug

After updating to 10.9.1 from 10.8.12 most of my movies and TV shows disappeared. Only 10 on so show up now from around 100+ entries. All the files are still in the storage, in the format shown in the image below.

Scanning Libraries do nothing.
New movies don't get added.

Creating a new Library with the same path had no effect, but then AFTER I deleted the duplicate Library and rescanned it, 4 more movies were added strangely. Doing it again had no effect. I am able to play the files shown without a problem.

My Collections also disappeared, except for the ones that were empty.

I have since updated Jellyfin to 10.9.12 and I still have the same issue.

Reproduction Steps

  1. In CasaOS, install Jellyfin and set it up

It will use the docker compose below (plus my file paths):

  1. Change the branch from 10.8.12 to "latest" and update

  2. See issue

name: jellyfin
services:
  jellyfin:
    cpu_shares: 90
    command: []
    container_name: jellyfin
    deploy:
      resources:
        limits:
          memory: 5835M
        reservations:
          memory: "268435456"
    devices:
      - /dev/dri:/dev/dri
      - /dev/vcsm:/dev/vcsm
      - /dev/vchiq:/dev/vchiq
      - /dev/video10:/dev/video10
      - /dev/video11:/dev/video11
      - /dev/video12:/dev/video12
    environment:
      - PGID=1000
      - PUID=1000
      - TZ=Etc/UTC
    hostname: jellyfin
    image: linuxserver/jellyfin:10.8.12
    labels:
      icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/icon.png
    ports:
      - target: 8096
        published: "8096"
        protocol: tcp
      - target: 8920
        published: "8920"
        protocol: tcp
      - target: 7359
        published: "7359"
        protocol: tcp
      - target: 1900
        published: "1900"
        protocol: tcp
    restart: unless-stopped
    volumes:
      - type: bind
        source: /DATA/mergerFS/storage/DATA/AppData/jellyfin/config
        target: /config
      - type: bind
        source: /DATA/mergerFS/storage/DATA/Media
        target: /Media
      - type: bind
        source: /opt/vc/lib
        target: /opt/vc/lib
    x-casaos:
      envs:
        - container: TZ
          description:
            en_us: TimeZone
        - container: PUID
          description:
            en_us: Run Jellyfin as specified uid.
        - container: PGID
          description:
            en_us: Run Jellyfin as specified gid.
        - container: JELLYFIN_PublishedServerUrl
          description:
            en_us: The autodiscovery response domain or IP address.
      ports:
        - container: "8096"
          description:
            en_us: WebUI HTTP Port
            zh_cn: WebUI HTTP端口
        - container: "8920"
          description:
            en_us: WebUI HTTPS Port
            zh_cn: WebUI HTTPS端口
        - container: "7359"
          description:
            en_us: Jellyfin auto-discovery Port
            zh_cn: Jellyfin自动发现端口
        - container: "1900"
          description:
            en_us: Jellyfin DLNA Port
            zh_cn: Jellyfin DLNA端口
      volumes:
        - container: /config
          description:
            en_us: Jellyfin config directory.
            zh_cn: Jellyfin配置目录
        - container: /Media
          description:
            en_us: Jellyfin Media directory.
            zh_cn: Jellyfin媒体目录
        - container: /opt/vc/lib
          description:
            en_us: OpenMax libs
            zh_cn: OpenMax库
    cap_add: []
    network_mode: bridge
    privileged: false
x-casaos:
  architectures:
    - amd64
    - arm
    - arm64
  author: CasaOS Team
  category: Media
  developer: Jellyfin
  hostname: ""
  icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/icon.png
  index: /
  main: jellyfin
  port_map: "8096"
  scheme: http
  store_app_id: jellyfin
  thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/thumbnail.png
  tips: {}
  title:
    custom: ""
    en_us: Jellyfin

Jellyfin Version

10.9.0

if other:

10.9.2

Environment

- OS: Ubuntu 22.04 LTS
- Linux Kernel: 5.15.0-105-generic
- Virtualization: Docker
- Clients: Jellyfin Media Player (Flatpak), Android
- Browser: Librewolf 125.0.3-1
- FFmpeg Version: 4.4.2-0ubuntu0.22.04.1
- Playback Method: DP, DS
- Hardware Acceleration: none
- GPU Model:  Intel® HD Graphics 5500
- Plugins: Fanart, Open Subtitles, TMDB, The TVDB, Theme Songs, Trakt
- Reverse Proxy: none
- Base URL: local address
- Networking: Host
- Storage: Local

Jellyfin logs

AFTER UPDATING TO 10.9.2






[2024-05-17 23:24:57.363 +00:00] [INF] [36] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/Media/TV_Shows/Foundation (2021)/Season 01/Foundation (2021) - S01E10 - The Leap [WEBRip-1080p][AAC 5.1][x265].pl.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
[2024-05-17 23:24:57.386 +00:00] [INF] [36] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/Media/TV_Shows/Foundation (2021)/Season 01/Foundation (2021) - S01E10 - The Leap [WEBRip-1080p][AAC 5.1][x265].pt-BR.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
[2024-05-17 23:24:57.409 +00:00] [INF] [36] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/Media/TV_Shows/Foundation (2021)/Season 01/Foundation (2021) - S01E10 - The Leap [WEBRip-1080p][AAC 5.1][x265].ru.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
[2024-05-17 23:24:57.432 +00:00] [INF] [36] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/Media/TV_Shows/Foundation (2021)/Season 01/Foundation (2021) - S01E10 - The Leap [WEBRip-1080p][AAC 5.1][x265].sv.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
[2024-05-17 23:24:57.478 +00:00] [INF] [36] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/Media/TV_Shows/Foundation (2021)/Season 01/Foundation (2021) - S01E10 - The Leap [WEBRip-1080p][AAC 5.1][x265].tr.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
[2024-05-17 23:24:57.511 +00:00] [INF] [36] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/Media/TV_Shows/Foundation (2021)/Season 01/Foundation (2021) - S01E10 - The Leap [WEBRip-1080p][AAC 5.1][x265].uk.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
[2024-05-17 23:24:57.534 +00:00] [INF] [36] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/Media/TV_Shows/Foundation (2021)/Season 01/Foundation (2021) - S01E10 - The Leap [WEBRip-1080p][AAC 5.1][x265].vi.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
[2024-05-17 23:24:58.373 +00:00] [INF] [8] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Leap", Path: "", Id: 5ef142f6-22f9-91c0-420d-fd901c467a1f
[2024-05-17 23:24:58.391 +00:00] [INF] [8] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season null in series "Foundation"
[2024-05-17 23:24:58.391 +00:00] [INF] [8] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Season Unknown", Path: "", Id: f02dbaf0-3a3f-efa2-20c2-f3fc4df57dfc
[2024-05-17 23:25:08.379 +00:00] [INF] [20] Trakt.Helpers.LibraryManagerEventsHelper: Timer elapsed - processing queued items
[2024-05-17 23:25:08.379 +00:00] [INF] [20] Trakt.Helpers.LibraryManagerEventsHelper: No movies with event type Remove to process
[2024-05-17 23:25:08.405 +00:00] [INF] [20] Trakt.Helpers.LibraryManagerEventsHelper: No movies with event type Add to process
[2024-05-17 23:25:08.405 +00:00] [INF] [20] Trakt.Helpers.LibraryManagerEventsHelper: Processing 98 movies with event type Update
[2024-05-17 23:25:08.406 +00:00] [ERR] [20] Trakt.Helpers.LibraryManagerEventsHelper: Error in OnQueueTimerCallbackInternal
System.ArgumentNullException: Value cannot be null. (Parameter 'source')
   at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at Trakt.Helpers.LibraryManagerEventsHelper.<>c__DisplayClass9_0.<ProcessQueuedMovieEvents>b__1(Movie lev)
   at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
   at System.Collections.Generic.HashSet`1.UnionWith(IEnumerable`1 other)
   at System.Collections.Generic.HashSet`1..ctor(IEnumerable`1 collection, IEqualityComparer`1 comparer)
   at Trakt.Helpers.LibraryManagerEventsHelper.ProcessQueuedMovieEvents(IReadOnlyCollection`1 events, TraktUser traktUser, EventType eventType)
   at Trakt.Helpers.LibraryManagerEventsHelper.OnQueueTimerCallbackInternal()
   at Trakt.Helpers.LibraryManagerEventsHelper.OnQueueTimerCallback(Object state)
[2024-05-17 23:25:10.818 +00:00] [INF] [8] Emby.Server.Implementations.Library.Validators.StudiosValidator: Deleting dead "Studio" "b6a873b0ef5feba2dd43788357491c64" "OCS Max"
[2024-05-17 23:25:10.818 +00:00] [INF] [8] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Studio", Name: "OCS Max", Path: "/config/data/metadata/Studio/OCS Max", Id: b6a873b0-ef5f-eba2-dd43-788357491c64
[2024-05-17 23:25:11.034 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Scan Media Library" Completed after 6 minute(s) and 58 seconds
[2024-05-17 23:25:11.246 +00:00] [INF] [20] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/config/data/data/collections"
[2024-05-17 23:25:13.876 +00:00] [INF] [36] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/Media/TV_Shows"
[2024-05-17 23:25:14.215 +00:00] [INF] [37] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/Media/Movies"
[2024-05-17 23:25:58.354 +00:00] [INF] [40] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "Dolores". EnableAudioPlaybackTranscoding: True
[2024-05-17 23:26:08.638 +00:00] [INF] [26] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Media Player" "1.10.0" playing "theme". Stopped at "7680" ms
[2024-05-17 23:27:54.109 +00:00] [INF] [40] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "Dolores". EnableAudioPlaybackTranscoding: True
[2024-05-17 23:28:01.994 +00:00] [ERR] [39] MediaBrowser.Providers.Manager.ProviderManager: "SeriesProvider" failed in GetImageInfos for type "Series" at "/Media/TV_Shows/Avatar - The Last Airbender (2005)"
System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
 ---> System.IO.IOException: Unable to read data from the transport connection: Connection reset by peer.
 ---> System.Net.Sockets.SocketException (104): Connection reset by peer
   at System.Net.Sockets.NetworkStream.ReadAsync(Memory`1 buffer, CancellationToken cancellationToken)
   at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Net.Sockets.SocketAsyncEventArgs.TransferCompletionCallbackCore(Int32 bytesTransferred, Memory`1 socketAddress, SocketFlags receivedFlags, SocketError socketError)
   at System.Net.Sockets.SocketAsyncEngine.System.Threading.IThreadPoolWorkItem.Execute()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
--- End of stack trace from previous location ---

   --- End of inner exception stack trace ---
   at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken)
   at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken)
   at System.Net.Http.ConnectHelper.EstablishSslConnectionAsync(SslClientAuthenticationOptions sslOptions, HttpRequestMessage request, Boolean async, Stream stream, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.ConnectHelper.EstablishSslConnectionAsync(SslClientAuthenticationOptions sslOptions, HttpRequestMessage request, Boolean async, Stream stream, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem)
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.<SendCoreAsync>g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.<SendCoreAsync>g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at Jellyfin.Plugin.Fanart.Providers.SeriesProvider.DownloadSeriesJson(String tvdbId, CancellationToken cancellationToken)
   at Jellyfin.Plugin.Fanart.Providers.SeriesProvider.DownloadSeriesJson(String tvdbId, CancellationToken cancellationToken)
   at Jellyfin.Plugin.Fanart.Providers.SeriesProvider.EnsureSeriesJson(String tvdbId, CancellationToken cancellationToken)
   at Jellyfin.Plugin.Fanart.Providers.SeriesProvider.GetImages(BaseItem item, CancellationToken cancellationToken)
   at MediaBrowser.Providers.Manager.ProviderManager.GetImages(BaseItem item, IRemoteImageProvider provider, String preferredLanguage, Boolean includeAllLanguages, CancellationToken cancellationToken, Nullable`1 type)
[2024-05-17 23:29:46.059 +00:00] [INF] [31] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Media Player" "1.10.0" playing "theme". Stopped at "110848" ms

FFmpeg logs

No response

Please attach any browser or client logs here

No response

Please attach any screenshots here

These are all the movies/shows "left". These are all that show up inside Movies or TV Shows.
Screenshot from 2024-05-17 14-50-30

Example of file structure used. Jellyfin only sees /Media folder and everything in it
Screenshot from 2024-05-17 15-56-53

Code of Conduct

  • I agree to follow this project's Code of Conduct
@stpnwf stpnwf added the bug Something isn't working label May 18, 2024
@gnattu
Copy link
Member

gnattu commented May 18, 2024

Please remove your outdated plugins and retry

@jellyfin-bot jellyfin-bot added this to Needs triage in Issue Triage for Main Repo May 18, 2024
@stpnwf
Copy link
Author

stpnwf commented May 18, 2024

Couldn't add all the logs on the main post, so had to split it up:

LOGS AFTER RESTARTING CONTAINER AND SCANNING LIBRARY @ 10.9.1

[2024-05-17 18:43:12.034 +00:00] [INF] [44] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications
[2024-05-17 18:43:12.039 +00:00] [INF] [42] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.0.69" closed
[2024-05-17 18:43:12.039 +00:00] [INF] [31] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery
[2024-05-17 18:43:12.041 +00:00] [INF] [42] Main: Running query planner optimizations in the database... This might take a while
[2024-05-17 18:43:12.049 +00:00] [INF] [60] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/Media/Movies"
[2024-05-17 18:43:12.050 +00:00] [INF] [60] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/config/data/data/collections"
[2024-05-17 18:43:12.050 +00:00] [INF] [60] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/Media/TV_Shows"
[2024-05-17 18:43:12.051 +00:00] [INF] [42] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
[2024-05-17 18:43:12.051 +00:00] [INF] [42] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
[2024-05-17 18:43:12.051 +00:00] [INF] [42] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
[2024-05-17 18:43:12.051 +00:00] [INF] [42] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
[2024-05-17 18:43:12.109 +00:00] [INF] [42] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/config/cache"
[2024-05-17 18:43:12.573 +00:00] [INF] [42] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2024-05-17 18:43:12.575 +00:00] [INF] [42] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Fanart, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Fanart_11.0.0.0/Jellyfin.Plugin.Fanart.dll"
[2024-05-17 18:43:12.578 +00:00] [INF] [42] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.OpenSubtitles, Version=20.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Open Subtitles_20.0.0.0/Jellyfin.Plugin.OpenSubtitles.dll"
[2024-05-17 18:43:12.580 +00:00] [ERR] [42] Emby.Server.Implementations.Plugins.PluginManager: Failed to load assembly "/config/data/plugins/Theme Songs_10.8.0.1/Jellyfin.Plugin.ThemeSongs.dll". This error occurs when a plugin references an incompatible version of one of the shared libraries. Disabling plugin
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Could not load type 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.RuntimeModule.GetTypes()
   at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
System.TypeLoadException: Could not load type 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
[2024-05-17 18:43:12.596 +00:00] [INF] [42] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Tvdb.Sdk, Version=4.7.9.1, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/TheTVDB_11.0.0.0/Tvdb.Sdk.dll"
[2024-05-17 18:43:12.599 +00:00] [INF] [42] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Tvdb, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/TheTVDB_11.0.0.0/Jellyfin.Plugin.Tvdb.dll"
[2024-05-17 18:43:12.605 +00:00] [INF] [42] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Trakt, Version=25.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Trakt_25.0.0.0/Trakt.dll"
[2024-05-17 18:43:12.619 +00:00] [INF] [42] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-05-17 18:43:12.620 +00:00] [INF] [42] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2024-05-17 18:43:12.620 +00:00] [INF] [42] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-05-17 18:43:12.620 +00:00] [INF] [42] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: ["127.0.0.1", "172.17.0.4"]
[2024-05-17 18:43:12.620 +00:00] [INF] [42] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2024-05-17 18:43:12.620 +00:00] [INF] [42] Jellyfin.Networking.Manager.NetworkManager: Filter list: []
[2024-05-17 18:43:19.718 +00:00] [INF] [42] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Fanart" "11.0.0.0"
[2024-05-17 18:43:19.732 +00:00] [INF] [42] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Open Subtitles" "20.0.0.0"
[2024-05-17 18:43:19.737 +00:00] [INF] [42] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TheTVDB" "11.0.0.0"
[2024-05-17 18:43:19.740 +00:00] [INF] [42] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Trakt" "25.0.0.0"
[2024-05-17 18:43:19.740 +00:00] [INF] [42] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.1.0"
[2024-05-17 18:43:19.740 +00:00] [INF] [42] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.1.0"
[2024-05-17 18:43:19.741 +00:00] [INF] [42] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.1.0"
[2024-05-17 18:43:19.759 +00:00] [INF] [42] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.1.0"
[2024-05-17 18:43:19.759 +00:00] [INF] [42] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.1.0"
[2024-05-17 18:43:19.798 +00:00] [WRN] [42] Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository: Using an in-memory repository. Keys will not be persisted to storage.
[2024-05-17 18:43:19.798 +00:00] [WRN] [42] 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-05-17 18:43:19.799 +00:00] [INF] [42] Main: Kestrel is listening on "127.0.0.1"
[2024-05-17 18:43:19.799 +00:00] [INF] [42] Main: Kestrel is listening on "172.17.0.4"
[2024-05-17 18:43:19.803 +00:00] [WRN] [42] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {e3abd25a-769a-4770-ba6c-3e2430b1efd5} may be persisted to storage in unencrypted form.
[2024-05-17 18:43:20.219 +00:00] [WRN] [42] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/run/s6-rc:s6-rc-init:pOhmKj/servicedirs/svc-jellyfin/wwwroot". Static files may be unavailable.
[2024-05-17 18:43:20.226 +00:00] [INF] [42] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2024-05-17 18:43:20.235 +00:00] [INF] [42] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Generate Trickplay Images" set to fire at 2024-05-18 03:00:00.000 +00:00, which is 08:16:39.7644495 from now.
[2024-05-17 18:43:20.248 +00:00] [INF] [60] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/config/data/data/collections"
[2024-05-17 18:43:20.262 +00:00] [INF] [31] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/Media/Movies"
[2024-05-17 18:43:20.282 +00:00] [INF] [44] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/Media/TV_Shows"
[2024-05-17 18:43:20.334 +00:00] [INF] [42] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2024-05-18 05:00:00.000 +00:00, which is 10:16:39.6653659 from now.
[2024-05-17 18:43:20.422 +00:00] [INF] [42] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Keyframe Extractor" set to fire at 2024-05-18 06:00:00.000 +00:00, which is 11:16:39.5771685 from now.
[2024-05-17 18:43:20.447 +00:00] [INF] [42] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1"
[2024-05-17 18:43:20.477 +00:00] [INF] [42] 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-05-17 18:43:20.504 +00:00] [INF] [42] 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-05-17 18:43:20.524 +00:00] [INF] [42] 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-05-17 18:43:20.667 +00:00] [INF] [42] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
[2024-05-17 18:43:20.937 +00:00] [INF] [42] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
[2024-05-17 18:43:20.974 +00:00] [INF] [42] Emby.Server.Implementations.ApplicationHost: ServerId: "70a575570aba45a3a94ccd82cac77715"
[2024-05-17 18:43:20.974 +00:00] [INF] [42] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2024-05-17 18:43:20.974 +00:00] [INF] [42] Main: Startup complete 0:00:08.9227432
[2024-05-17 18:43:23.400 +00:00] [INF] [44] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean up collections and playlists" Completed after 0 minute(s) and 0 seconds
[2024-05-17 18:43:26.020 +00:00] [INF] [31] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Completed after 0 minute(s) and 2 seconds
[2024-05-17 18:43:33.650 +00:00] [INF] [25] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.0.69" request
[2024-05-17 18:43:35.859 +00:00] [INF] [24] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/Media/Movies"
[2024-05-17 18:43:35.861 +00:00] [INF] [24] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/config/data/data/collections"
[2024-05-17 18:43:35.861 +00:00] [INF] [24] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/Media/TV_Shows"
[2024-05-17 18:43:35.862 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Validating media library
[2024-05-17 18:43:37.658 +00:00] [INF] [55] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Lake Laogai - Audio Commentary", Path: "", Id: f681b9a8-9f0d-5321-3126-475c529ee553
[2024-05-17 18:43:37.661 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Western Air Temple - Audio Commentary", Path: "", Id: b087a622-1aee-8f99-5d97-15f58056a7d8
[2024-05-17 18:43:37.663 +00:00] [INF] [31] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Avatar Pilot Episode with Audio Commentary", Path: "", Id: e15b25e6-636c-c7b1-6e25-0fd55ba001ba
[2024-05-17 18:43:37.818 +00:00] [INF] [55] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Earth King - Audio Commentary", Path: "", Id: 01a3aba7-29da-bf32-91d1-f2a3347db1dd
[2024-05-17 18:43:37.856 +00:00] [INF] [31] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Avatar: The Legend So Far", Path: "", Id: 2512e544-ba2a-bfa4-c7c2-f77081382897
[2024-05-17 18:43:37.862 +00:00] [INF] [44] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Scavengers", Path: "", Id: 57b500c9-69f2-cb0e-7d42-c393aa64f38e
[2024-05-17 18:43:37.878 +00:00] [INF] [31] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Chapters Twelve - The Serpent's Pass - Audio Commentary", Path: "", Id: 7a1a35e2-344c-f971-ccab-086b7e248d11
[2024-05-17 18:43:37.979 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Southern Raiders - Audio Commentary", Path: "", Id: 43ae5e36-c173-16f9-d0ec-dd00c1df1627
[2024-05-17 18:43:37.996 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Ember Island Players - Audio Commentary", Path: "", Id: a7a7ba42-5bd9-4835-aab4-8912c8a3b32b
[2024-05-17 18:43:38.013 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Day of The Black Sun Part 1 - Audio Commentary", Path: "", Id: b17ec735-fd53-0cb4-3303-b65146666fdd
[2024-05-17 18:43:38.032 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Day of The Black Sun Part 2 - Audio Commentary", Path: "", Id: b4e73dd2-8a5e-d4f4-c2c9-38193f9d2a65
[2024-05-17 18:43:38.052 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Sozin's Comet, Part 1: The Phoenix King - Audio Commentary", Path: "", Id: 5afe394f-2a2a-9f66-f805-7559327cbe13
[2024-05-17 18:43:38.068 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Sozin's Comet, Part 2: The Old Masters - Audio Commentary", Path: "", Id: dbeb6914-7804-8f4a-fc91-c259f2a44c7d
[2024-05-17 18:43:38.136 +00:00] [INF] [55] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Escape from the Spirit World: Animated Graphic Novel", Path: "", Id: bab7699b-f464-134a-ffb7-dc815832e298
[2024-05-17 18:43:38.153 +00:00] [INF] [55] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Chapter Twenty - The Crossroads of Destiny - Audio Commentary", Path: "", Id: 3b2c5bf3-5c98-c26f-876b-26aac3007b20
[2024-05-17 18:43:38.324 +00:00] [INF] [27] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode: Solaricks", Path: "", Id: c76992ed-3c99-cb63-a182-aecdfb65c0d4
[2024-05-17 18:43:38.332 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Rick and Morty in the Eternal Nightmare Machine", Path: "", Id: 2797c36e-fa2b-c130-d0b3-bf9346f15eab
[2024-05-17 18:43:38.391 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Overtime - January 19, 2024", Path: "", Id: b3012ef4-efea-e3ed-aecf-2696a9244964
[2024-05-17 18:43:38.496 +00:00] [INF] [20] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Rick and Morty Panel SDCC 2015", Path: "", Id: a527feb9-5aae-74ed-33cf-b78998f737e7
[2024-05-17 18:43:38.601 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Overtime - January 26, 2024", Path: "", Id: 4f062633-245c-ed22-b284-b09740f0208f
[2024-05-17 18:43:38.602 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Real Animated Adventures of Doc and Mharti", Path: "", Id: 45399c62-59cc-b267-21f1-5534c3936e49
[2024-05-17 18:43:38.695 +00:00] [INF] [27] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Summer's Sleepover", Path: "", Id: 23d0f1a0-2617-5a7e-9278-18cf92c89656
[2024-05-17 18:43:38.722 +00:00] [INF] [18] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Summer Meets God (Rick Meets Evil)", Path: "", Id: e3fb33b0-1f30-0125-5a98-63cf8cc00ff8
[2024-05-17 18:43:38.745 +00:00] [INF] [18] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Great Yokai Battle of Akihabara", Path: "", Id: 621a2c3d-e415-9d52-462c-33f91bd9bb60
[2024-05-17 18:43:38.768 +00:00] [INF] [18] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Samurai & Shogun Part 2", Path: "", Id: 09c2918e-9785-ab3d-b8c6-33f640695eec
[2024-05-17 18:43:38.787 +00:00] [INF] [18] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Rick and Morty + adidas X Speedportal | The Adventure", Path: "", Id: 518258d1-9884-5aa0-c35f-ba46d1ba0466
[2024-05-17 18:43:38.806 +00:00] [INF] [18] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Rick and Morty + Wendy’s | Choose Wisely", Path: "", Id: 483eb192-5ecb-3ad5-f48f-a99fb7b19439
[2024-05-17 18:43:38.835 +00:00] [INF] [18] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Rick and Morty x PlayStation | God of War Ragnarök", Path: "", Id: 37e28535-734e-e814-c19e-584bd92ee6e7
[2024-05-17 18:43:38.854 +00:00] [INF] [18] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Vindicators 2: First Love", Path: "", Id: 396267c0-caf3-7641-4a34-439fc453565c
[2024-05-17 18:43:38.932 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Overtime - February 2, 2024", Path: "", Id: 632ebffd-fe23-285f-88de-2430219aedde
[2024-05-17 18:43:39.159 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Rick and Morty Panel SDCC 2013", Path: "", Id: 07d7483f-ea2a-b3aa-c106-f522786ba293
[2024-05-17 18:43:39.375 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Overtime - February 9, 2024", Path: "", Id: 6ad1354c-a41d-77e1-33dc-fbc4024203c8
[2024-05-17 18:43:39.397 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Overtime - February 16, 2024", Path: "", Id: a720028b-399b-532b-d604-f063d98f6ae4
[2024-05-17 18:43:39.415 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Overtime - March 1, 2024", Path: "", Id: 8c0087d4-cf44-3731-555f-903025155352
[2024-05-17 18:43:39.674 +00:00] [INF] [42] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Stories from the Legendarium Featurette", Path: "", Id: c7f651aa-8f8f-b93e-b01a-af1f2a2fe3b7
[2024-05-17 18:43:39.689 +00:00] [INF] [42] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Making of The Rings of Power - Episode 1", Path: "", Id: c83fbbec-5749-06fb-9518-9bcb39384e3e
[2024-05-17 18:43:39.702 +00:00] [INF] [42] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Stories of the Second Age – Lindon", Path: "", Id: 0279daaf-ca86-c0b6-7819-077deedb5c3e
[2024-05-17 18:43:39.715 +00:00] [INF] [42] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Stories of the Second Age – Númenor", Path: "", Id: b837ed8f-afab-ac59-b077-391babaad7a4
[2024-05-17 18:43:39.729 +00:00] [INF] [42] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Stories of the Second Age – The Southlands", Path: "", Id: 66d6f8f3-7061-7bf2-25e5-9d3631f5dc68
[2024-05-17 18:43:39.742 +00:00] [INF] [42] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Stories of the Second Age – Rhovanion", Path: "", Id: 53b4536e-94ad-a4f6-65af-394ba4e3561f
[2024-05-17 18:43:39.756 +00:00] [INF] [42] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Making of The Rings of Power - Episode 2", Path: "", Id: 19fb3639-af79-034b-2723-c8932ef34f93
[2024-05-17 18:43:39.762 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Overtime - March 8, 2024", Path: "", Id: bdf09f56-3594-b0f5-e123-acc5a161afec
[2024-05-17 18:43:40.083 +00:00] [INF] [42] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Making of The Rings of Power - Episode 3", Path: "", Id: 21fdda0f-af74-5689-829a-9dc8bccd12ef
[2024-05-17 18:43:40.225 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Overtime - March 15, 2024", Path: "", Id: 30defe2b-0e9c-6ca6-454a-63e8b50650ed
[2024-05-17 18:43:40.237 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Overtime - March 22, 2024", Path: "", Id: 4756c822-fc28-ff9d-d04c-c97cd72cc78d
[2024-05-17 18:43:40.250 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Overtime - March 29, 2024", Path: "", Id: c2b261b2-4a64-80e2-50a9-80b98644d7aa
[2024-05-17 18:43:40.263 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Overtime - April 12, 2024", Path: "", Id: a96323f6-7320-4699-edda-65c7d532ae54
[2024-05-17 18:43:40.275 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Overtime - April 19, 2024", Path: "", Id: 1ff98c5e-2b0a-ed5a-0bd6-5691edf20288
[2024-05-17 18:43:40.289 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Overtime- April 26, 2024", Path: "", Id: 240df0e4-18f6-fbc1-c90e-49bd17d54069
[2024-05-17 18:43:40.300 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Overtime- May 3, 2024", Path: "", Id: 61174380-df30-3cc4-e708-c346176582b6
[2024-05-17 18:43:40.313 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Overtime- May 10, 2024", Path: "", Id: 2a50be54-fe29-9049-03c2-ecb53e05bbc5
[2024-05-17 18:43:40.324 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Overtime- May 17, 2024", Path: "", Id: 18e91b06-bb2c-3709-9d96-d634f58039a6
[2024-05-17 18:43:40.334 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Overtime- May 31, 2024", Path: "", Id: d1b4d74a-bde7-9a6c-87bd-70fa63a5fecf
[2024-05-17 18:43:40.398 +00:00] [INF] [42] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Making of The Rings of Power - Episode 4", Path: "", Id: 13475684-e3a5-11c1-7786-3e3c6d2cd8c7
[2024-05-17 18:43:40.412 +00:00] [INF] [42] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Making of The Rings of Power - Episode 5", Path: "", Id: 71404acd-9ce0-8a2a-6641-9ea980920b2f
[2024-05-17 18:43:40.425 +00:00] [INF] [42] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Making of The Rings of Power - Episode 6", Path: "", Id: a7aeeb17-0632-f4ca-25c6-b8e38bb0f172
[2024-05-17 18:43:40.438 +00:00] [INF] [42] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Making of The Rings of Power - Episode 7", Path: "", Id: b96af2b4-cbaa-b143-4901-6684fc5db87d
[2024-05-17 18:43:40.450 +00:00] [INF] [42] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Making of The Rings of Power - Episode 8", Path: "", Id: 4ffc4b99-da35-9731-4926-bd7890294c28
[2024-05-17 18:43:40.735 +00:00] [INF] [53] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "האמת מאחורי טהרן", Path: "", Id: a79a8e90-8bc9-2c10-1cb6-7233dab66746
[2024-05-17 18:43:41.347 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Battlestar Galactica: The Miniseries (1)", Path: "", Id: a96b96f6-c3c3-e2ae-00d9-fc4ac9a989eb
[2024-05-17 18:43:41.357 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Razor (1)", Path: "", Id: fd1e9fa2-4a18-147e-5cd7-655ef6bea5a6
[2024-05-17 18:43:41.375 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Battlestar Galactica: The Miniseries (2)", Path: "", Id: fa3155f6-86fc-e9ac-0994-0c2d1c84e585
[2024-05-17 18:43:41.391 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Lowdown", Path: "", Id: 15ec9534-f4ca-1602-07f1-63bc3d7d8196
[2024-05-17 18:43:41.411 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Story So Far", Path: "", Id: f7b3a846-5489-aca7-e6f5-4e69f77685a1
[2024-05-17 18:43:41.544 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Razor (2)", Path: "", Id: 1247b12c-90b1-f15e-0499-617d230f9003
[2024-05-17 18:43:41.549 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Making of Shōgun: First Look", Path: "", Id: ec80fc2d-f8be-9818-63fe-2c99b07802a8
[2024-05-17 18:43:41.563 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Revealed", Path: "", Id: 44813ab0-240f-c519-9d5b-f69388d56c9f
[2024-05-17 18:43:41.579 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Phenomenon", Path: "", Id: 3c32daf8-b2e8-be6e-6a63-8800488ac7fd
[2024-05-17 18:43:41.595 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Razor Minisode (1): Day 4,571", Path: "", Id: 9f09a1ed-8d85-f793-3f2e-22a8cb9142f3
[2024-05-17 18:43:41.609 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Razor Minisode (2): The Hangar", Path: "", Id: a1d2ae1a-4b6a-6df5-5490-eeb40f7954e2
[2024-05-17 18:43:41.709 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Razor Minisode (3): Operation Raptor Talon", Path: "", Id: 53786bea-9f60-e1af-d07a-6cd831e34995
[2024-05-17 18:43:41.909 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Resistance (1)", Path: "", Id: d6caeec2-476f-55a6-9767-b179f720876c
[2024-05-17 18:43:41.925 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Resistance (2)", Path: "", Id: 12729449-393b-e44d-46ab-3eba2eb32198
[2024-05-17 18:43:41.942 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Resistance (3)", Path: "", Id: 99729996-c7d5-8a14-f670-142dc206c17b
[2024-05-17 18:43:41.955 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Resistance (4)", Path: "", Id: fac6847a-8c47-e1a7-ecf7-540ea487b25c
[2024-05-17 18:43:41.973 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Resistance (5)", Path: "", Id: ccece92c-b105-74cd-502f-c63b08ad00fa
[2024-05-17 18:43:41.989 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Resistance (6)", Path: "", Id: 811d96bd-7511-6f05-82d8-39ed8621101c
[2024-05-17 18:43:42.003 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Resistance (7)", Path: "", Id: 791dfb9c-be36-9d3e-4f8f-8250ce839226
[2024-05-17 18:43:42.023 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Resistance (8)", Path: "", Id: 5f270466-1892-d842-c771-08dc2970e081
[2024-05-17 18:43:42.045 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Resistance (9)", Path: "", Id: 2b7ec3cf-81b8-f7de-e276-6c6d32369e5d
[2024-05-17 18:43:42.170 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Making of Shōgun: Action Authenticity", Path: "", Id: 618aca64-aa8e-6c9c-5c1d-ccc38ea062d4
[2024-05-17 18:43:42.171 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Resistance (10)", Path: "", Id: fe572478-fa53-8000-950d-b560be73224b
[2024-05-17 18:43:42.475 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The World of Shōgun: History & Backstory", Path: "", Id: e29a3f3e-a22f-c26a-b2e2-63df05bab5a1
[2024-05-17 18:43:42.797 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Razor Minisode (4): Free Fall", Path: "", Id: a33d2b4c-130e-0d45-d1ed-fc737a90a541
[2024-05-17 18:43:43.039 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episodes - Episode 1", Path: "", Id: f029c729-37be-7bbf-f0e3-4c26895f45bf
[2024-05-17 18:43:43.207 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Razor Minisode (5): The Lab", Path: "", Id: 8262f149-beee-6a69-c0fe-3d3891ca3bb4
[2024-05-17 18:43:43.227 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Razor Minisode (6): Survivors", Path: "", Id: 415b8d22-239e-a952-aee4-60f91f9e0bb9
[2024-05-17 18:43:43.248 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Razor Minisode (7): Escape", Path: "", Id: a209e5bb-7804-7ad4-ee5c-409ed38b9fc6
[2024-05-17 18:43:43.266 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Catch the Frak Up", Path: "", Id: f747c72b-acbe-37b9-fb10-067f7f14522b
[2024-05-17 18:43:43.285 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Face of the Enemy (1)", Path: "", Id: eacccab7-21c9-ba49-c081-e4b570e90f62
[2024-05-17 18:43:43.305 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Face of the Enemy (2)", Path: "", Id: 25729996-c537-3eda-a862-b8991c189d84
[2024-05-17 18:43:43.324 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Face of the Enemy (3)", Path: "", Id: fa381b04-b09f-bd7e-b052-39af09c70830
[2024-05-17 18:43:43.344 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Face of the Enemy (4)", Path: "", Id: 535b297e-56d0-a7f8-a243-279b78b54cda
[2024-05-17 18:43:43.362 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episodes - Episode 2", Path: "", Id: 3d17e866-d4a1-ffa9-db50-523b57c7574d
[2024-05-17 18:43:43.457 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Making of Shōgun – Chapter One: Honoring Authenticity", Path: "", Id: bac969cf-26ac-e640-79bb-d67966aa241a
[2024-05-17 18:43:43.483 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "FX's Shōgun: The Official Podcast - Episode 1 - Anjin", Path: "", Id: 96467034-ffd7-f55e-5dfa-b73cb7ff31e9
[2024-05-17 18:43:43.493 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Face of the Enemy (5)", Path: "", Id: 74c08a2f-accb-3848-740d-abc97ba3c5c3
[2024-05-17 18:43:43.602 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episodes - Episode 3", Path: "", Id: 35c481f2-3424-84ce-e0b2-f1e6ce725438
[2024-05-17 18:43:43.612 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "FX's Shōgun: The Official Podcast - Episode 2 - Servants of Two Masters", Path: "", Id: 3bad6cb6-e30a-b541-b0a6-0cb839534f7f
[2024-05-17 18:43:43.926 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episodes - Episode 4", Path: "", Id: 7e2c7a25-4767-6379-d4f1-efc418d919bd
[2024-05-17 18:43:44.105 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episodes - Episode 5", Path: "", Id: 30b6f48f-6956-10aa-5920-33fbec413166
[2024-05-17 18:43:44.134 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episodes - Episode 6", Path: "", Id: 64e2da88-c676-ddae-c5a7-79758c1d117e
[2024-05-17 18:43:44.155 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Making of Shōgun – Chapter Two: A Day with Hiroyuki Sanada", Path: "", Id: c6c84440-58dd-e058-b39e-df2471ea3f49
[2024-05-17 18:43:44.299 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Face of the Enemy (6)", Path: "", Id: 87622c47-44e4-8ed5-06ed-38ca7ad58372
[2024-05-17 18:43:44.325 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Face of the Enemy (7)", Path: "", Id: a95982d4-6ddb-b517-7b2a-58d3cfc77027
[2024-05-17 18:43:44.347 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Face of the Enemy (8)", Path: "", Id: 6f2d8c2d-cd8a-2138-874d-7dd2be17f84e
[2024-05-17 18:43:44.367 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Face of the Enemy (9)", Path: "", Id: 32c8b292-77c3-20d9-bb74-81b6e38e4f4c
[2024-05-17 18:43:44.386 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Face of the Enemy (10)", Path: "", Id: 68110bd5-1a70-631b-1369-4dc4cb6d3b9b
[2024-05-17 18:43:44.408 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Top 10 Things You Need To Know", Path: "", Id: b8b6dce1-6d91-a36a-493c-cf03c5a9a535
[2024-05-17 18:43:44.426 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Last Frakkin Special", Path: "", Id: 2d876164-f64e-7a5a-660e-411f12388b49
[2024-05-17 18:43:44.445 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Battlestar Galactica: The Plan", Path: "", Id: e81c36e0-e5c4-7769-cedb-e0ea2a8105b4
[2024-05-17 18:43:44.467 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Blood & Chrome", Path: "", Id: 34d174d4-a2a6-fac9-1e75-939b78f29542
[2024-05-17 18:43:44.480 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episodes - Episode 7", Path: "", Id: 27241976-1270-22af-e02a-13d74856c49c
[2024-05-17 18:43:44.672 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "FX's Shōgun: The Official Podcast - Episode 3 - Tomorrow is Tomorrow", Path: "", Id: 4acee2b0-f0db-3ae8-a4fe-5fd1f90efdb7
[2024-05-17 18:43:44.796 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Making of Shōgun – Chapter Three: Creating the Costumes", Path: "", Id: 90a90e95-e7b6-ed58-7183-592ee91117b0
[2024-05-17 18:43:45.015 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episodes - Episode 8", Path: "", Id: dcd22966-0e92-aaa2-676e-517e2df2e415
[2024-05-17 18:43:45.255 +00:00] [INF] [45] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Previously on X-Men", Path: "", Id: e4b46752-1691-f8dc-d0aa-1cbbf1e7bd17
[2024-05-17 18:43:45.576 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Crafting Shōgun | Behind the Epic Saga: Hiroyuki Sanada, Anna Sawai, Rachel Kondo, and More", Path: "", Id: 3ff4f0d4-3615-4522-321d-70b59a8ab2dd
[2024-05-17 18:43:46.052 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "FX's Shōgun: The Official Podcast - Episode 4 - The Eightfold Fence", Path: "", Id: 5caa72be-4079-68b9-a013-ff8be1bb4145
[2024-05-17 18:43:46.507 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Making of Shōgun – Chapter Four꞉ Creating the Look", Path: "", Id: 2a86b6ba-d16c-d5ea-9176-74748fe18732
[2024-05-17 18:43:46.904 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Invitation To Set", Path: "", Id: b5769127-366d-6a13-3808-03d9c1d2a710
[2024-05-17 18:43:46.956 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode: S1 E1", Path: "", Id: 6d8e1626-46b1-5606-55e6-cad9fcee4c47
[2024-05-17 18:43:46.991 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Episode 1 - “When You’re Lost in the Darkness” | The Last of Us Podcast", Path: "", Id: d9ca0263-1591-b27c-f977-1839e90306c1
[2024-05-17 18:43:46.995 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "FX's Shōgun: The Official Podcast - Episode 5 - Broken to the Fist", Path: "", Id: 46947eb9-3cbc-d869-6a1b-d120133c5df3
[2024-05-17 18:43:47.206 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Last of Us Debrief", Path: "", Id: 75fd6494-29ea-fa37-f9a2-60201a91e608
[2024-05-17 18:43:47.393 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode: S1 E2", Path: "", Id: fc3ebc85-0e02-4785-e272-f7d9e24b7688
[2024-05-17 18:43:47.409 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Episode 2 - “Infected” | The Last of Us Podcast", Path: "", Id: aef1b1da-9274-5878-a803-b9d5676b1cb7
[2024-05-17 18:43:47.426 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode: S1 E3", Path: "", Id: 405f977f-518b-581d-b635-346823742bca
[2024-05-17 18:43:47.442 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Episode 3 - “Long, Long Time” | The Last of Us Podcast", Path: "", Id: c5b21fe2-a014-6e3a-a231-f9aeb26f8c5a
[2024-05-17 18:43:47.459 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Queerness in Conversation - Bill and Frank", Path: "", Id: 54b457d4-d21d-3d82-e647-50af9c2beb73
[2024-05-17 18:43:47.476 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode: S1 E4", Path: "", Id: 074704b5-48bd-a3a1-d694-8392277d7859
[2024-05-17 18:43:47.642 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "FX's Shōgun: The Official Podcast - Episode 6 - Ladies of the Willow World", Path: "", Id: 3fa06a6d-0e34-d823-8399-bfa15c699c52
[2024-05-17 18:43:47.664 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Making of Shōgun – Chapter Five: Expanding the Vision with VFX", Path: "", Id: 6fe12065-568b-af4a-0012-5a056e84be29
[2024-05-17 18:43:47.681 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "FX's Shōgun: The Official Podcast - Episode 7 - A Stick of Time", Path: "", Id: d6651eed-0ae9-57a2-4332-6348fc7568ad
[2024-05-17 18:43:47.698 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "FX's Shōgun: The Official Podcast - Episode 8 - The Abyss of Life", Path: "", Id: 748e465b-d888-754c-06a5-cee5484aba93
[2024-05-17 18:43:47.716 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Making of Shōgun – Chapter Six: A Show Within A Show", Path: "", Id: 5e60b2ce-debf-01fc-9f7c-53bacb500c54
[2024-05-17 18:43:47.735 +00:00] [INF] [20] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Bloopers", Path: "", Id: 9ffbd2fd-5b17-12e2-4ef0-8248a5d8667f
[2024-05-17 18:43:47.737 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "FX's Shōgun: The Official Podcast - Episode 9 - Crimson Sky", Path: "", Id: 9705e1e9-8094-645a-c15b-049e2cafb3a9
[2024-05-17 18:43:47.754 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Making of Shōgun – Chapter Seven: Battle Cry", Path: "", Id: 0875d29e-d165-254a-6ab8-d91ca863beaf
[2024-05-17 18:43:47.760 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Episode 4 - “Please Hold to My Hand” | The Last of Us Podcast", Path: "", Id: 3e2f0708-e3f5-4d4b-4f99-38121f606edd
[2024-05-17 18:43:48.149 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "FX's Shōgun: The Official Podcast - Episode 10 - A Dream of a Dream", Path: "", Id: 6d77e392-603f-9912-619f-d8446b3bb646
[2024-05-17 18:43:48.349 +00:00] [INF] [60] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Making of Shōgun – Chapter Eight: Building the World", Path: "", Id: fc669394-23e0-6f7f-0aad-211c49bdff14
[2024-05-17 18:43:48.639 +00:00] [INF] [27] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "PRESENTING ATOM EVE SPECIAL EPISODE", Path: "", Id: dfa2d71c-bce2-11ee-bb48-d04e149b67f1
[2024-05-17 18:43:48.682 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Last of Us Debrief Part 2", Path: "", Id: 890a9535-cca4-b678-262f-c6bd95ee3d55
[2024-05-17 18:43:48.702 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode: S1 E5", Path: "", Id: 67a3c0d8-d113-f13c-f393-27719471df14
[2024-05-17 18:43:49.000 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Episode 5 - “Endure and Survive” | The Last of Us Podcast", Path: "", Id: c7901b9c-f442-b6aa-e319-46a8e897c7b9
[2024-05-17 18:43:49.467 +00:00] [INF] [53] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Shades of Green", Path: "", Id: 85dc601f-22a8-dc84-aaeb-b7b74f871471
[2024-05-17 18:43:49.504 +00:00] [INF] [53] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "This is a True Story", Path: "", Id: ede8655f-0596-b542-b1f8-784c30280766
[2024-05-17 18:43:49.529 +00:00] [INF] [53] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Greetings from Bemidji", Path: "", Id: 633d7591-a876-ffd4-5b26-6c207fe6b54a
[2024-05-17 18:43:49.675 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Scene in Black - Keivonn Woodard and CJ Jones", Path: "", Id: 7d3127a3-d3a5-403d-473a-d68d7c3b8ae6
[2024-05-17 18:43:49.959 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode: S1 E6", Path: "", Id: cb0d6e83-d5e9-0892-f8de-a85fd8c2db9e
[2024-05-17 18:43:50.007 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Episode 6 - \"Kin\" | The Last of Us Podcast", Path: "", Id: 07ac8bee-cdd0-d802-65f1-4751e2284af9
[2024-05-17 18:43:50.025 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode: S1 E7", Path: "", Id: 05ee7a3b-92f7-f0bb-047c-bf9cafa64e5d
[2024-05-17 18:43:50.044 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Episode 7 - \"Left Behind\" | The Last of Us Podcast", Path: "", Id: 039b5d64-7c5e-5bf3-9773-e8085011f79f
[2024-05-17 18:43:50.056 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode: S1 E8", Path: "", Id: 6ba3757b-50e6-2d99-a9df-405bb36d23e1
[2024-05-17 18:43:50.070 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Episode 8 - \"When We Are in Need\" | The Last of Us Podcast", Path: "", Id: c09a4381-d775-872c-f75e-04e9add5ffd5
[2024-05-17 18:43:50.083 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Last of Us Debrief - Episode 8", Path: "", Id: d8f74ada-9e86-3dd6-ee28-aa6fd8a843d3
[2024-05-17 18:43:50.096 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode: S1 E9", Path: "", Id: e50f773c-1d3d-5765-2acb-41737f33c623
[2024-05-17 18:43:50.112 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Episode 9 - \"Look for the Light\" | The Last of Us Podcast", Path: "", Id: 0c6420d8-2488-0f90-da40-32105aa7093d
[2024-05-17 18:43:50.133 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Making of The Last of Us", Path: "", Id: fcb4bbb5-e4ab-7e0b-73f0-6c0247fdfeba
[2024-05-17 18:43:50.157 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Get To Know Me - Gabriel Luna", Path: "", Id: 869fe860-d315-0578-f1a5-002133b16a8e
[2024-05-17 18:43:50.174 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Get to Know Me - Merle Dandridge", Path: "", Id: ec8b3791-7b84-75e4-05a1-7e0dc2ea78b4
[2024-05-17 18:43:50.187 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Get to Know Me - Nick Offerman & Murray Bartlett", Path: "", Id: 3fab0ecc-5d79-fee3-9ab2-20a96362185a
[2024-05-17 18:43:50.202 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Get to Know Me - Pedro Pascal and Bella Ramsey", Path: "", Id: 2c5913a4-c8d0-f021-d2da-1bb87e4f8d18
[2024-05-17 18:43:50.215 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Is This a the Last of Us Line? - Pedro Pascal & Bella Ramsey", Path: "", Id: 298180c0-759e-fb35-9228-c1c9f480e51e
[2024-05-17 18:43:50.221 +00:00] [INF] [31] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "A Special LIVE Report from Galaxy News", Path: "", Id: 61f6d7b0-60ef-4f37-9f6e-e7c7bd373685
[2024-05-17 18:43:50.230 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Is This a the Last of Us Line? - Merle Dandridge & Gabriel Luna", Path: "", Id: d007611b-998a-892e-e3c5-9aa4ca4ba079
[2024-05-17 18:43:50.245 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Last of Us Debrief - Finale Part 1", Path: "", Id: aaae0f8b-d432-906b-b69f-9e3aa9a9cdee
[2024-05-17 18:43:50.260 +00:00] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Last of Us Debrief - Finale Part 2", Path: "", Id: 8a4f5224-e29d-743a-ae97-cc2b65e22dfc
[2024-05-17 18:43:50.388 +00:00] [INF] [53] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Enter the House of the Dragon", Path: "", Id: 992a2092-bca7-f64c-6718-4630d1c3ac0d
[2024-05-17 18:43:50.412 +00:00] [INF] [53] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Premiere Special", Path: "", Id: c6804a1d-7e22-4c5b-56ca-1db9a251b7ef
[2024-05-17 18:43:50.431 +00:00] [INF] [53] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - The Heirs of the Dragon", Path: "", Id: e9997316-29f3-bd3e-29d7-61c561e50b89
[2024-05-17 18:43:50.446 +00:00] [INF] [53] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - The Rogue Prince", Path: "", Id: 34db8ae2-30e9-d245-148a-d051c5f29163
[2024-05-17 18:43:50.633 +00:00] [INF] [53] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - Second of His Name", Path: "", Id: 01dcbb77-357b-dd69-98e2-c270a59ddde5
[2024-05-17 18:43:51.044 +00:00] [INF] [53] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - King of the Narrow Sea", Path: "", Id: 2937f8bf-b13b-769d-2acc-f6e1d5292dac
[2024-05-17 18:43:51.089 +00:00] [INF] [53] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - We Light the Way", Path: "", Id: ab95c210-8e07-732c-a163-aabdd1708d31
[2024-05-17 18:43:51.107 +00:00] [INF] [53] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - The Princess and the Queen", Path: "", Id: bbcc99a2-397e-4086-8fe0-d1b6e84b3be8
[2024-05-17 18:43:51.127 +00:00] [INF] [53] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - Driftmark", Path: "", Id: 80ac1ece-226b-1f1a-6d4f-460ba1f67308
[2024-05-17 18:43:51.144 +00:00] [INF] [53] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - The Lord of the Tides", Path: "", Id: 9790a875-e6c2-718f-3a45-e19a35102aee
[2024-05-17 18:43:51.158 +00:00] [INF] [53] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - The Green Council", Path: "", Id: ee6df0c8-5ca9-54c6-f24f-12239d0901fa
[2024-05-17 18:43:51.323 +00:00] [INF] [53] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Inside the Episode - The Black Queen", Path: "", Id: d0505454-acec-b7b7-bee7-6c91e8bda04a
[2024-05-17 18:43:51.339 +00:00] [INF] [53] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Finale Special", Path: "", Id: 7f7ae547-0cda-35a8-7412-c77588098b1e
[2024-05-17 18:43:51.350 +00:00] [INF] [53] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Introducing the Characters", Path: "", Id: 26a07c19-3b77-ec94-28af-5a9e72379abe
[2024-05-17 18:43:51.363 +00:00] [INF] [53] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Return to the Seven Kingdoms", Path: "", Id: d46cfc3f-5e4c-821e-e2d1-46ecfc38601e
[2024-05-17 18:43:51.372 +00:00] [INF] [53] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Welcome to Westeros", Path: "", Id: e4b581e4-15f4-32cb-7562-acd3cfd89131
[2024-05-17 18:43:51.389 +00:00] [INF] [53] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "A New Reign", Path: "", Id: cd20f9f3-2a88-b64c-a34d-39fc0eeee4a4
[2024-05-17 18:43:51.402 +00:00] [INF] [53] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Returning to Westeros", Path: "", Id: 222efb83-c731-421e-c2ab-69720cf28809
[2024-05-17 18:43:51.416 +00:00] [INF] [53] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Before the Dance: An Illustrated History with George R.R. Martin", Path: "", Id: 5734eae3-1a38-c031-3fe8-e23e87d4dc88
[2024-05-17 18:43:51.429 +00:00] [INF] [53] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Height of an Empire", Path: "", Id: e0a15671-f5b9-ec9a-c645-5ee7bafdc70a
[2024-05-17 18:43:51.439 +00:00] [INF] [53] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Noble Houses", Path: "", Id: 1ee4eeec-626f-8115-9ddb-39c511332e7c
[2024-05-17 18:43:51.451 +00:00] [INF] [53] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Familiar Places", Path: "", Id: 10ae4944-7ee6-ac72-ab64-b393b436d5a7
[2024-05-17 18:43:51.498 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Our Planet - Behind The Scenes", Path: "", Id: 2dcc3998-09d1-f510-5d2a-6de0dbb33cbd
[2024-05-17 18:43:51.685 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "The Buzz: On The Red Carpet", Path: "", Id: 08dd077f-b029-8c1c-0289-21162e8fe1b0
[2024-05-17 18:43:51.702 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Return to Westworld", Path: "", Id: 04e3e2b3-109a-d81e-9649-9ddb9dc3b264
[2024-05-17 18:43:51.723 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Creating Westworld's Reality: The Drone Hosts", Path: "", Id: dd0323bc-baa4-c6e0-1516-ce20c3910df0
[2024-05-17 18:43:51.739 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: " Creating Westworld's Reality: An Evocative Location", Path: "", Id: 71f1faa5-44e3-296c-a182-dee1c9f7fd85
[2024-05-17 18:43:51.758 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Creating Westworld's Reality: Inside the Cradle", Path: "", Id: a47f181f-2a83-9b89-657c-4af6be959d4f
[2024-05-17 18:43:51.783 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: " Creating Westworld's Reality: Chaos In The Mesa", Path: "", Id: 0c0858d3-3dcc-778b-50d1-7c44a6e86435
[2024-05-17 18:43:51.799 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Creating Westworld's Reality: Ghost Nation", Path: "", Id: 1d117a8b-24fc-12d5-209f-6d3253f5631a
[2024-05-17 18:43:51.815 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: " Bring Yourself Back Online: Reflections on Season 2", Path: "", Id: 72467e46-08e7-c630-752f-95acc3e8e951
[2024-05-17 18:43:51.831 +00:00] [INF] [46] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Episode", Name: "Creating Westworld's Reality: The Valley Beyond", Path: "", Id: 82bb2553-7230-fafa-bafb-57fb441c8e78
[2024-05-17 18:44:08.775 +00:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Scan Media Library" Completed after 0 minute(s) and 32 seconds
[2024-05-17 18:44:08.917 +00:00] [INF] [27] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/config/data/data/collections"
[2024-05-17 18:44:08.932 +00:00] [INF] [20] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/Media/Movies"
[2024-05-17 18:44:08.945 +00:00] [INF] [44] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/Media/TV_Shows"

@stpnwf
Copy link
Author

stpnwf commented May 18, 2024

Please remove your outdated plugins and retry

You mean Theme Songs?

Screenshot from 2024-05-17 15-18-16

@gnattu
Copy link
Member

gnattu commented May 18, 2024

Please remove your outdated plugins and retry

You mean Theme Songs?

Screenshot from 2024-05-17 15-18-16

I mean all of them

@stpnwf
Copy link
Author

stpnwf commented May 18, 2024

I mean all of them

Deleted them all except for the ones without pics (that can't be deleted), restarted and rescanned my library. Issue persists.

Screenshot from 2024-05-17 21-51-27

@gnattu
Copy link
Member

gnattu commented May 18, 2024

If you remove the current library and add a new one will it add your items?

@stpnwf
Copy link
Author

stpnwf commented May 18, 2024

If you remove the current library and add a new one will it add your items?

Removed Movies lib and readded it. Issue persists. There was no difference

@oddstr13
Copy link
Member

Can you verify that the jf container does indeed see the files?

@gnattu
Copy link
Member

gnattu commented May 18, 2024

I'm not able to reproduce this with a simple library. Starting ubuntu22.04 vm, install casaOS, uploading some videos and upgrade. Will try to reproduce with larger libraries.

@stpnwf
Copy link
Author

stpnwf commented May 18, 2024

All files are in the structure I sent in the screenshot (ALL of them inside folders). I can play the media that shows up in Jellyfin. In the add new Library dialog, I can navigate to all their folders. So it has access to them.

If I go to Administration > Metadata > Movies (img below), I only see the folders of Movies that are empty inside (the ones I deleted the media file after I watched it). I don't see there the folders of Movies that are not empty. The movies that were added by Jellyfin are shown as if not inside of folders (despite them all being in folders).

This is all very weird. Just now I tried adding a new movie and Jellyfin added it to the library. Unsure what makes it recognize a movie or not.

Screenshot from 2024-05-17 22-37-46

@gnattu
Copy link
Member

gnattu commented May 18, 2024

Screenshot from 2024-05-17 22-37-46

I replicated the structure of this folder, upgraded from 10.8.13 using casaOS in a ubuntu 22.04 vm, with the folder The Creator (2023) intentionally empty to simulate your empty folder behavior:

image

And this is what I got:

image

So I lost nothing in your exact setup (maybe?), and the empty folder the creator does not affect other things.

Yes this is super weird, but we can help very little if we cannot reproduce this on our side.

@gnattu
Copy link
Member

gnattu commented May 18, 2024

What I do notice what is different is that, the compose yml it generated for me has a different mount point:

- type: bind
        source: /DATA/Media
        target: /Media

@DenisBY
Copy link

DenisBY commented May 18, 2024

I have the similar issue #11701. Also, new items do not appear, however .nfo created.

@DenisBY
Copy link

DenisBY commented May 18, 2024

I can see the picture from Halo on Library, but I don't see Halo in Library

изображение

изображение

@NickCloudAT
Copy link

Hey,

I just upgraded from 10.8.13 to 10.9.2 and now have a simillar problem!
After the upgrade, a whole folder just got "ghosted" by Jellyfin and will not even appear anymore.......

I found this in my log:
[INF] Removing item, Type: "Folder", Name: "Other", Path: "/media/nas220jf/Jellyfin/FilmeDE/Other", Id: 9afa82ae-3765-e1d3-30a3-de270ab4f2fe
That folder called "Other" is full of movies with already populated Data and has always worked.. Just after the Update its ghosted.. Even here:
image

I host it on Ubuntu 22.04.4, not in Docker.

@DW4y
Copy link

DW4y commented May 18, 2024

I have the same problem with a barebone installation after the update.

@stpnwf
Copy link
Author

stpnwf commented May 18, 2024

I replicated the structure of this folder, upgraded from 10.8.13 using casaOS in a ubuntu 22.04 vm, with the folder The Creator (2023) intentionally empty to simulate your empty folder behavior:

So I lost nothing in your exact setup (maybe?), and the empty folder the creator does not affect other things.

Yes this is super weird, but we can help very little if we cannot reproduce this on our side.

Screencast.from.2024-05-18.13-16-44.webm

Blade Runner 2048 Nowhere to Hide has a movie file as shown, but it doesn't show up in Administration > Metadata or is added to my Jellyfin Library
6 Underground & Ant-Man & the Wast Quantumania are empty, but they show up in Metadata
Aladdin movie file is inside a folder, but Metadata - like all the movies Jellyfin did add to my Library - shows it being outside of one.
The Dave Chappele standups all have files inside their folders as shown, but only a few were added to Jellyfin. The rest, like 2048 Nowhere to Hide and many others are not added to Jellyfin.
I didn't open their folders, but from the video you can see that Belladonna of Sadness, Bab'Aziz all are inside folders.

I don't know if any of this is relevant. But I do find this odd. Could this provide any clues?

@schmidek
Copy link

schmidek commented May 18, 2024

I have the same issue on 10.9.2 using docker (using no plugins), updated from 10.8. Some shows don't show both after migration and still don't show if removing them and adding them back.

Logs when adding the show and scanning:

[18:21:14] [INF] [25] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season Season Unknown entry for SHOW_NAME
[18:21:15] [INF] [30] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/media/TV Shows/SHOW_NAME/Season 1/SHOW_NAME S01E06.mkv" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
...
[18:21:18] [INF] [36] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season null in series SHOW_NAME
[18:21:18] [INF] [36] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: Season, Name: Season Unknown, Path: , Id: 84cebc80-4208-e373-dfbf-743c41efc690

Season being detected as Season Unknown seems to be the problem?

edit: Creating a brand new install with only that single show, I still get the above Season Unknown logs but the show shows up correctly in jellyfin so it seems that's not the problem and instead it's a problem with upgrading.

@DW4y
Copy link

DW4y commented May 19, 2024

For me it was the user, noticed that in my browser (user admin) everything was shown, but my media users don't see the most of the stuff. Removed the user and made a new one since I couldn't sort out the problem in the user settings, and everything works fine again.

@stpnwf
Copy link
Author

stpnwf commented May 19, 2024

For me it was the user, noticed that in my browser (user admin) everything was shown, but my media users don't see the most of the stuff. Removed the user and made a new one since I couldn't sort out the problem in the user settings, and everything works fine again.

When I SSH into my server with the user that the Jellyfin container runs as, I am able to all the files. So I guess this isn't my issue, as other than root, it is the only user in the server, and all files are owned by it.

@stpnwf
Copy link
Author

stpnwf commented May 19, 2024

A fresh install of Jellyfin, without any of the configs does not have these problems... I am guessing that the update messed up my configs and caused this to happen.

@NickCloudAT
Copy link

Hey,

I just upgraded from 10.8.13 to 10.9.2 and now have a simillar problem! After the upgrade, a whole folder just got "ghosted" by Jellyfin and will not even appear anymore.......

I found this in my log: [INF] Removing item, Type: "Folder", Name: "Other", Path: "/media/nas220jf/Jellyfin/FilmeDE/Other", Id: 9afa82ae-3765-e1d3-30a3-de270ab4f2fe That folder called "Other" is full of movies with already populated Data and has always worked.. Just after the Update its ghosted.. Even here: image

I host it on Ubuntu 22.04.4, not in Docker.

Just to respond to my problem here: I renamed the folder from "Other" to "Others" and now it found it again... I dont know if Jellyfin ignores folders called "Other" for some reason but yeah.. Maybe somebody else can try that?

@DenisBY
Copy link

DenisBY commented May 23, 2024

For me it was the user, noticed that in my browser (user admin) everything was shown, but my media users don't see the most of the stuff. Removed the user and made a new one since I couldn't sort out the problem in the user settings, and everything works fine again.

Thanks, it helped me as well. I tried with my kids account, and this account see all movies. But my admin account sees them only partially.

UPDATE: or maybe not. The new user also sees episodes from a season only partially, despite .nfo files are generated.

@RamboGecko
Copy link

I am having the same issue and I am not able to roll back. When I change my docker compose tag from latest to 10.8.13 I get "System.InvalidOperationException: There is an error in XML document (20, 6)." in the container logs. Am I doing something wrong?

@DenisBY
Copy link

DenisBY commented Jun 2, 2024

No solution yet? I had to stick to 10.8.13 and do everything from scratch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

8 participants