Giter Site home page Giter Site logo

jellyfin-qnap's Introduction

logo Jellyfin for QNAP  

compatibility icon Compatibility arrow

  • See Compatibility list and please add a comment if compatible or not with yours.
  • Releases are created automatically from the latest jellyfin releases and are not field-tested nor official ones from Jellyfin or QNAP.
  • The latest release with my 👍 is deployed on my QNAP and working properly.

hardware icon Installation arrow

  • Download the .qpkg from the releases
  • On the Qnap QTS > App Center > Install Manually. then choose the downloaded .qpkg.

hardware icon Enable Video Acceleration in Jellyfin arrow

(中文)

Go to Admin > Dashboard Server > Playback

  • Transcoding > Hardware acceleration : Video Acceleration API (VAAPI)
  • Transcoding > VA API Device: /dev/dri/renderD128

This shall be OK, but maybe not.

Troubleshooting while trancoding

Go to Admin > Dashboard

  • You can find a log of vainfo of your NAS under Advanced > Logs > vainfo-*.log. It will helps you to find which driver or options to enable.

  • A dedicated plugin is now installed by default on the Jellyfin server (Plugins > QNAP.Configuration), you can change the default vaapi driver used while loading a video. (from defaultValue to iHD or i965).

  • Ensure that Transcoding > FFmpeg path is not empty. If empty, you can set it to /usr/lib/jellyfin-ffmpeg/ffmpeg

  • Disable some unexpected enabled options Server > Playback > Transcoding:

    • On TS-253A, the option Enable 10-Bit hardware decoding for HEVC shall be disabled

hybriddesk icon HybridDesk Station arrow

To add a shortcut onto the HybridDesk Station, you can use @pdulvp/jellyfin-qnap-hd

updates icon Automatic updates arrow

You can use my alternative store link on the App Center to retrieve automatic updates. See pdulvp.fr/qnap-store

build icon Build arrow

Requirements

How to

  • Launch a Release build of the configuration/Jellyfin.Plugin.QnapConfiguration.sln under Visual Studio. It will create two releases, for net5.0 and net6.0 that will be embedded afterwards.
  • Launch ./make.sh (note that the script will try to push it on this repository. push.sh can be disabled in subscripts fetch-stable.sh and fetch-stable-pre.sh)
  • If there is some 'File not found' while downloading dependencies, just launch a sudo apt-get update on your WSL and relaunch the build
  • The build is verbose and raises some logs on tar operations but shall not ring a bell

jellyfin-qnap's People

Contributors

matt-baker-trafficgroup-technology avatar nyanmisaka avatar pdulvp avatar pdulvp-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jellyfin-qnap's Issues

QPKG version on prereleases are cut

With a version like 10.8.0-alpha5, the output version will be 10.8.0-alp, which is misleading as several alpha exists.
10.8.0-a5 is better

I want to build it myself

Hello,
can someone guide me how to build jellyfin in the latest version fow the qnap nas?
the hints in the readme are not enough for me.
THX

Changing the port doesn't propagate to the QNAP app launch settings

I changed the networking port in the Jellyfin dashboard, saved the settings and restarted the app/service from the QNAP App Center. The launcher tries to use the default/old port instead of the new one. If I manually specify the new port in the URL it works as expected.

Error in "ffprobe"

Hello,
I have a TS-464C.
I have reinstalled the last version of the server (QNAP Version : 10.8.1) and now I can't run any video.
There is no error on the client but there is no video either.
In the log, I have the following error:

[2022-07-02 09:10:39.464 +08:00] [ERR] [62] MediaBrowser.Providers.TV.EpisodeMetadataService: Error in "ffprobe"
System.Text.Json.JsonException: 'L' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
---> System.Text.Json.JsonReaderException: 'L' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.
at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan1 bytes) at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte marker) at System.Text.Json.Utf8JsonReader.ReadFirstToken(Byte first) at System.Text.Json.Utf8JsonReader.ReadSingleSegment() at System.Text.Json.Utf8JsonReader.Read() at System.Text.Json.Serialization.JsonConverter1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
--- End of inner exception stack trace ---
at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, JsonReaderException ex)
at System.Text.Json.Serialization.JsonConverter1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state) at System.Text.Json.JsonSerializer.ReadCore[TValue](JsonReaderState& readerState, Boolean isFinalBlock, ReadOnlySpan1 buffer, JsonSerializerOptions options, ReadStack& state, JsonConverter converterBase)
at System.Text.Json.JsonSerializer.ContinueDeserialize[TValue](ReadBufferState& bufferState, JsonReaderState& jsonReaderState, ReadStack& readStack, JsonConverter converter, JsonSerializerOptions options)
at System.Text.Json.JsonSerializer.ReadAllAsync[TValue](Stream utf8Json, JsonTypeInfo jsonTypeInfo, CancellationToken cancellationToken)
at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable1 videoType, Boolean forceEnableLogging, CancellationToken cancellationToken) at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable1 videoType, Boolean forceEnableLogging, CancellationToken cancellationToken)
at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
at MediaBrowser.Providers.Manager.MetadataService2.RunCustomProvider(ICustomMetadataProvider1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)

Is there a way to reset the configuration of the server ?
Thank you for your help.
BR,

Compatibility list

Compatible
Probably only x64 versions.
👍 TS-253A (intel) (fw 4.5.4.1723)
👍 TS-251+ (intel)

Not compatible
🍂 arm64 QNAP
🌵 All others ?

Port issue

I am getting the following issue when i install and try to open jellyfin. QNAP TS-453 Pro.

Could not find a part of the path '/dashboard-ui/index.html'.

Is there any plan to adapt to QTS5.1?

App Status Change [App Center] Failed to start jellyfin. QTS does not support this jellyfin version. Check for updates in "App Center" or on the official app website.

Error message saying that server is on 10.7.7 despite upgrade to 10.8.7

On a Qnap TBS-453DX the version 10.8.7 has been loaded. On an Android box LEAP-S1, app jellyfin-androidtv 0.14.5 release, the app gives an error message saying that the server uses the old version 10.7.7 and must be upgraded to 10.8.1.

Server app stopped on the QNAP and relaunched; QNAP rebooted: no changes, the error message message is still raised.
Is there a buffer or a file, not correctly cleaned during the upgrade, to delete?

hardware-acceleration does not work with nvidia GTX 1650

OS Version: QTS 5.0.1
JELLYFIN Version: 10.8.9-1
Problems:
I had install 'NVIDIA GPU Driver' and 'NvKernelDriver' in App Center. Then I set 'hardware-acceleration' options in Jellyfin to 'Nvidia NVENC'. But it not works. The movies could not play in these options.

Install fail in QTS 5.0.1

错误 2022-06-03 12:24:05 Web Desktop App Center App Installation [App Center] Failed to install jellyfin. Downgrade QTS to 5.0.0 or an older compatible version.

QNAP won't start Jellyfin 10.8.9-1 after firmware update to 5.1.1.2491

Just updated QNAP TS-453Be to firmware ver 5.1.1.2491(20230815) from ver 5.0.1.2376(20230421) and now Jellyfin 10.8.9-1 will not start.

The log gives the error:
"Failed to start jellyfin. QTS does not support this jellyfin version. Check for updates in "App Center" or on the official app website."

This client isn't compatible with Kodi m3u file

Im trying to get Jellyfin (on my QNAP) to stream these IPTV streams. I get the dreaded
"This client isn't compatible with the media and the server isn't sending a compatible media format."

Heres the guide:
https://www.matthuisman.nz/2017/06/kodi-freeview-nz-iptv-setup-with-full-guide.html?m=1
But in a nutshell:
http://i.mjh.nz/nz/kodi.m3u8
and
http://i.mjh.nz/nz/epg.xml

It loads the guide and it all looks good, but it wont play back a channel given the error.

The logs have this error at the end:

[https @ 0x555556585140] HTTP error 404 Not Found
https://i.mjh.nz/tvnz-1.m3u8|user-agent=Mozilla/5.0%20%28Windows%20NT%2010.0%3B%20Win64%3B%20x64%29%20AppleWebKit/537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome/98.0.4758.102%20Safari/537.36&seekable=0&referer=%20: Server returned 404 Not Found

I have tried all the suggestions on the readme about transcoding etc but to no avail.

BTW with other apps (sparkle tv, Next PVR, and my mi box) all can stream from these channels, just not Jelly.

Full log:

/videos/1bab461b-6e4d-ab6b-914e-482774c8629f/live.m3u8

{"Protocol":1,"Id":"1a855dfe3e99c654ba007164fbce916b","Path":"https://i.mjh.nz/tvnz-1.m3u8|user-agent=Mozilla/5.0%20%28Windows%20NT%2010.0%3B%20Win64%3B%20x64%29%20AppleWebKit/537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome/98.0.4758.102%20Safari/537.36\u0026seekable=0\u0026referer=%20","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":null,"Size":null,"Name":null,"IsRemote":true,"ETag":null,"RunTimeTicks":null,"ReadAtNativeFramerate":false,"IgnoreDts":true,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":false,"SupportsDirectPlay":false,"IsInfiniteStream":true,"RequiresOpening":true,"OpenToken":null,"RequiresClosing":true,"LiveStreamId":"a17c75760a04e99b68cf766e11316e1c_09efa0d56b934a82adec00a87b837fb0_1a855dfe3e99c654ba007164fbce916b","BufferMs":null,"RequiresLooping":true,"SupportsProbing":true,"VideoType":null,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":null,"CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":null,"CodecTimeBase":null,"Title":null,"VideoRange":"SDR","VideoRangeType":"SDR","VideoDoViTitle":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"SDR","NalLengthSize":null,"IsInterlaced":true,"IsAVC":null,"ChannelLayout":null,"BitRate":20000000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":1,"AspectRatio":null,"Index":-1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":null,"IsAnamorphic":null},{"Codec":null,"CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":null,"CodecTimeBase":null,"Title":null,"VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":-1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":null,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":20000000,"Timestamp":null,"RequiredHttpHeaders":{"User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.85 Safari/537.36"},"TranscodingUrl":null,"TranscodingSubProtocol":null,"TranscodingContainer":null,"AnalyzeDurationMs":3000,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null}

/share/CACHEDEV3_DATA/.qpkg/jellyfin/jellyfin-ffmpeg/ffmpeg -analyzeduration 3000000 -user_agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.85 Safari/537.36" -fflags +igndts -stream_loop -1 -reconnect_at_eof 1 -reconnect_streamed 1 -reconnect_delay_max 2 -autorotate 0 -i "https://i.mjh.nz/tvnz-1.m3u8|user-agent=Mozilla/5.0%20%28Windows%20NT%2010.0%3B%20Win64%3B%20x64%29%20AppleWebKit/537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome/98.0.4758.102%20Safari/537.36&seekable=0&referer=%20" -map_metadata -1 -map_chapters -1 -threads 0 -sn -codec:v:0 h264_v4l2m2m -b:v 20000000 -maxrate 20000000 -bufsize 40000000 -level 51 -force_key_frames:0 "expr:gte(t,n_forced*3)" -vf "setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,yadif=0:-1:0,format=yuv420p" -flags -global_header -codec:a:0 libfdk_aac -ac 2 -ab 384000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 0 -hls_base_url "hls/824b14fe3da7bd985ed91ee78278dd17/" -hls_segment_filename "/share/CACHEDEV3_DATA/.qpkg/jellyfin/database/transcodes/824b14fe3da7bd985ed91ee78278dd17%d.ts" -hls_playlist_type event -hls_list_size 0 -y "/share/CACHEDEV3_DATA/.qpkg/jellyfin/database/transcodes/824b14fe3da7bd985ed91ee78278dd17.m3u8"


shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
ffmpeg version 5.1.2-Jellyfin Copyright (c) 2000-2022 the FFmpeg developers
  built with gcc 10 (Debian 10.2.1-6)
  configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-libs=-lfftw3f --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-shared --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-static --enable-gmp --enable-gnutls --enable-chromaprint --enable-libdrm --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libdav1d --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libsvtav1 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-opencl --enable-vaapi --enable-amf --enable-libmfx --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
  libavutil      57. 28.100 / 57. 28.100
  libavcodec     59. 37.100 / 59. 37.100
  libavformat    59. 27.100 / 59. 27.100
  libavdevice    59.  7.100 / 59.  7.100
  libavfilter     8. 44.100 /  8. 44.100
  libswscale      6.  7.100 /  6.  7.100
  libswresample   4.  7.100 /  4.  7.100
  libpostproc    56.  6.100 / 56.  6.100
[https @ 0x555556585140] HTTP error 404 Not Found
https://i.mjh.nz/tvnz-1.m3u8|user-agent=Mozilla/5.0%20%28Windows%20NT%2010.0%3B%20Win64%3B%20x64%29%20AppleWebKit/537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome/98.0.4758.102%20Safari/537.36&seekable=0&referer=%20: Server returned 404 Not Found

SSL certificate issues, no available plugins

I can't install plugins because of certificate issues.
I attempted to install a ca-bundle based on these instructions, but nothing changed

[2023-01-29 13:56:04.918 -08:00] [ERR] [11] Emby.Server.Implementations.Updates.InstallationManager: An error occurred while accessing the plugin manifest: "https://repo.jellyfin.org/releases/plugin/manifest-stable.json"
System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
 ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid because of errors in the certificate chain: NotTimeValid
   at System.Net.Security.SslStream.SendAuthResetSignal(ProtocolToken message, ExceptionDispatchInfo exception)
   at System.Net.Security.SslStream.CompleteHandshake(SslAuthenticationOptions sslAuthenticationOptions)
   at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](TIOAdapter adapter, Boolean receiveFirst, Byte[] reAuthenticationData, Boolean isApm)
   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(HttpRequestMessage request)
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, 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.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, 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 System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsyncCore[T](Task`1 taskResponse, JsonSerializerOptions options, CancellationToken cancellationToken)
   at Emby.Server.Implementations.Updates.InstallationManager.GetPackages(String manifestName, String manifest, Boolean filterIncompatible, CancellationToken cancellationToken)

I have the same issue

Hi i have the same issue with no fanart
Also i have iptv installed and it used to show a preview of what was on the channel but it doesnt do this now. Does this bug still apply on the version in testing the new .1 version

Error during build

Whenever I try to build Jellyfin for Qnap, the tar application gives errors. I have followed all instructions. It shoots out errors like:
--- ./libcrypt1_1%3a4.4.18-4_amd64.deb tar: ./usr/lib/x86_64-linux-gnu: Not found in archive tar: Exiting with failure status due to previous errors

full CPU with 462C

jellyfin version is 10.8.10-1
firmware version is 5.1.1.2491

cpu is full when running the 4K HEVC

Problem with Anton Lesser name

Hello, I installed Jellyfin on a Qnap TS-253D and everything works fine. Except that I am unable to add the name of Anton Lesser (actor who plays in the series Endeavour) to the list of actors. When I click on 'save' it never appears in the bottom list. I tried several times and it doesn't work. This is the only artist name that I am unable to add. Really weird...

Enable System Globalization

System.Globalization.Invariant has been enabled otherwise jellyfin doesn't launch.
https://github.com/pdulvp/jellyfin-qnap/blob/master/jellyfin-server.sh#L38-L42

This is probably why it seems impossible to change the UI language of jellyfin.

[/share/CACHEDEV1_DATA/.qpkg/jellyfin] # ./jellyfin.sh start
ln: /opt/jellyfin/jellyfin: File exists
libva info: VA-API version 1.15.0
libva info: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_15
libva error: /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so init failed
libva info: va_openDriver() returns 1
libva info: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_1_15
libva info: va_openDriver() returns 0
Process terminated. Couldn't find a valid ICU package installed on the system. Set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support.
   at System.Environment.FailFast(System.String)
   at System.Globalization.GlobalizationMode.GetGlobalizationInvariantMode()
   at System.Globalization.GlobalizationMode..cctor()
   at System.Globalization.CultureData.CreateCultureWithInvariantData()
   at System.Globalization.CultureData.get_Invariant()
   at System.Globalization.CultureInfo..cctor()
   at System.Globalization.CultureInfo.get_InvariantCulture()
   at CommandLine.ParserSettings..ctor()
   at CommandLine.Parser+<>c.<.cctor>b__20_0()
   at System.Lazy`1[[System.__Canon, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].ViaFactory(System.Threading.LazyThreadSafetyMode)
   at System.Lazy`1[[System.__Canon, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].ExecutionAndPublication(System.LazyHelper, Boolean)
   at System.Lazy`1[[System.__Canon, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].CreateValue()
   at System.Lazy`1[[System.__Canon, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].get_Value()
   at CommandLine.Parser.get_Default()
   at Jellyfin.Server.Program.Main(System.String[])
   at Jellyfin.Server.Program.<Main>(System.String[])
./jellyfin.sh: line 10: 16563 Aborted                 $QPKG_ROOT/jellyfin/bin/jellyfin --datadir=$QPKG_ROOT/database --cachedir=$QPKG_ROOT/cache --webdir=$QPKG_ROOT/jellyfin-web --configdir=$QPKG_ROOT/conf --logdir=$QPKG_ROOT/logs --ffmpeg=$QPKG_ROOT/jellyfin-ffmpeg/ffmpeg --restartpath=/etc/init.d/jellyfin.sh --restartargs=restart --package-name=pdulvp

https://docs.microsoft.com/en-us/dotnet/core/runtime-config/globalization

full cpu with ts464c

Hello developer, I installed jellyfin10.8.1-1Pre-release on my TS464C. After turning on hardware acceleration, the cpu usage is always 100%

Problems building using instructions

After getting wsl Debian installed, the repo cloned inside the wsl instance (to prevent bash - $'\r': command not found errors due to line endings) and changing all scripts to executable with chmod, I attempted to build the release version of the configuration in Visual Studio. However it seems that copy.bat is using Debug. So you have to build debug, then build release and then run make.sh with the last line which calls push.sh commented out. If you just build debug and then run make.sh it complains about a missing Release directory.

Should copy.bat be using the debug directory?

Seems binutils is also required for the ar command.

Full output from make.sh
debian@AGD-Y9lglCoT7aq:~/jellyfin-qnap$ ./make.sh
SERVER_VERSION=10.8.4-1
WEB_VERSION=10.8.4-1
FFMPEG_VERSION=4.4.1-4
CURRENT_VERSION=10841.10841.511
CURRENT_SHA=f2f79ea894ca48379cc7f3ce6cf14e7a
NEXT_VERSION=10841.10841.4414
NEXT_SHA=7f4391aa3aa5b10d78bc6835bcbacd05
QPKG_VER=10.8.4-1
Download new release
jellyfin-web_10.8.4-1_all.deb jellyfin-web found.
jellyfin-server_10.8.4-1_amd64.deb found.
./usr/lib/
./usr/lib/jellyfin/
./usr/lib/jellyfin/bin/
./usr/lib/jellyfin/bin/BDInfo.dll
./usr/lib/jellyfin/bin/BlurHashSharp.SkiaSharp.dll
./usr/lib/jellyfin/bin/BlurHashSharp.dll
./usr/lib/jellyfin/bin/CommandLine.dll
./usr/lib/jellyfin/bin/DiscUtils.Core.dll
./usr/lib/jellyfin/bin/DiscUtils.Iso9660.dll
./usr/lib/jellyfin/bin/DiscUtils.Streams.dll
./usr/lib/jellyfin/bin/DiscUtils.Udf.dll
./usr/lib/jellyfin/bin/DotNet.Glob.dll
./usr/lib/jellyfin/bin/DvdLib.dll
./usr/lib/jellyfin/bin/DvdLib.xml
./usr/lib/jellyfin/bin/Emby.Dlna.dll
./usr/lib/jellyfin/bin/Emby.Dlna.xml
./usr/lib/jellyfin/bin/Emby.Drawing.dll
./usr/lib/jellyfin/bin/Emby.Drawing.xml
./usr/lib/jellyfin/bin/Emby.Naming.dll
./usr/lib/jellyfin/bin/Emby.Naming.xml
./usr/lib/jellyfin/bin/Emby.Notifications.dll
./usr/lib/jellyfin/bin/Emby.Notifications.xml
./usr/lib/jellyfin/bin/Emby.Photos.dll
./usr/lib/jellyfin/bin/Emby.Photos.xml
./usr/lib/jellyfin/bin/Emby.Server.Implementations.dll
./usr/lib/jellyfin/bin/Emby.Server.Implementations.xml
./usr/lib/jellyfin/bin/Jellyfin.Api.dll
./usr/lib/jellyfin/bin/Jellyfin.Api.xml
./usr/lib/jellyfin/bin/Jellyfin.Data.dll
./usr/lib/jellyfin/bin/Jellyfin.Data.xml
./usr/lib/jellyfin/bin/Jellyfin.Drawing.Skia.dll
./usr/lib/jellyfin/bin/Jellyfin.Drawing.Skia.xml
./usr/lib/jellyfin/bin/Jellyfin.Extensions.dll
./usr/lib/jellyfin/bin/Jellyfin.Extensions.xml
./usr/lib/jellyfin/bin/Jellyfin.MediaEncoding.Hls.dll
./usr/lib/jellyfin/bin/Jellyfin.MediaEncoding.Hls.xml
./usr/lib/jellyfin/bin/Jellyfin.MediaEncoding.Keyframes.dll
./usr/lib/jellyfin/bin/Jellyfin.MediaEncoding.Keyframes.xml
./usr/lib/jellyfin/bin/Jellyfin.Networking.dll
./usr/lib/jellyfin/bin/Jellyfin.Networking.xml
./usr/lib/jellyfin/bin/Jellyfin.Server.Implementations.dll
./usr/lib/jellyfin/bin/Jellyfin.Server.Implementations.xml
./usr/lib/jellyfin/bin/Jellyfin.XmlTv.dll
./usr/lib/jellyfin/bin/MediaBrowser.Common.dll
./usr/lib/jellyfin/bin/MediaBrowser.Common.xml
./usr/lib/jellyfin/bin/MediaBrowser.Controller.dll
./usr/lib/jellyfin/bin/MediaBrowser.Controller.xml
./usr/lib/jellyfin/bin/MediaBrowser.LocalMetadata.dll
./usr/lib/jellyfin/bin/MediaBrowser.LocalMetadata.xml
./usr/lib/jellyfin/bin/MediaBrowser.MediaEncoding.dll
./usr/lib/jellyfin/bin/MediaBrowser.MediaEncoding.xml
./usr/lib/jellyfin/bin/MediaBrowser.Model.dll
./usr/lib/jellyfin/bin/MediaBrowser.Model.xml
./usr/lib/jellyfin/bin/MediaBrowser.Providers.dll
./usr/lib/jellyfin/bin/MediaBrowser.Providers.xml
./usr/lib/jellyfin/bin/MediaBrowser.XbmcMetadata.dll
./usr/lib/jellyfin/bin/MediaBrowser.XbmcMetadata.xml
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Antiforgery.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Authentication.Abstractions.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Authentication.Cookies.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Authentication.Core.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Authentication.OAuth.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Authentication.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Authorization.Policy.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Authorization.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Components.Authorization.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Components.Forms.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Components.Server.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Components.Web.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Components.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Connections.Abstractions.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.CookiePolicy.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Cors.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Cryptography.Internal.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.DataProtection.Abstractions.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.DataProtection.Extensions.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.DataProtection.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Diagnostics.Abstractions.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Diagnostics.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.HostFiltering.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Hosting.Abstractions.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Hosting.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Html.Abstractions.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Http.Abstractions.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Http.Connections.Common.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Http.Connections.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Http.Extensions.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Http.Features.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Http.Results.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Http.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.HttpLogging.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.HttpOverrides.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.HttpsPolicy.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Identity.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Localization.Routing.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Localization.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Metadata.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Mvc.Abstractions.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Mvc.ApiExplorer.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Mvc.Core.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Mvc.Cors.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Mvc.DataAnnotations.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Mvc.Formatters.Json.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Mvc.Localization.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Mvc.Razor.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Mvc.RazorPages.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Mvc.TagHelpers.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Mvc.ViewFeatures.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Mvc.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Razor.Runtime.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Razor.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.ResponseCaching.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.ResponseCompression.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Rewrite.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Routing.Abstractions.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Routing.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Server.HttpSys.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Server.IIS.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Server.IISIntegration.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Server.Kestrel.Core.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Server.Kestrel.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.Session.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.SignalR.Common.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.SignalR.Core.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.SignalR.Protocols.Json.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.SignalR.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.StaticFiles.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.WebSockets.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.WebUtilities.dll
./usr/lib/jellyfin/bin/Microsoft.AspNetCore.dll
./usr/lib/jellyfin/bin/Microsoft.Bcl.AsyncInterfaces.dll
./usr/lib/jellyfin/bin/Microsoft.CSharp.dll
./usr/lib/jellyfin/bin/Microsoft.Data.Sqlite.dll
./usr/lib/jellyfin/bin/Microsoft.EntityFrameworkCore.Abstractions.dll
./usr/lib/jellyfin/bin/Microsoft.EntityFrameworkCore.Relational.dll
./usr/lib/jellyfin/bin/Microsoft.EntityFrameworkCore.Sqlite.dll
./usr/lib/jellyfin/bin/Microsoft.EntityFrameworkCore.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Caching.Abstractions.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Caching.Memory.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Configuration.Abstractions.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Configuration.Binder.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Configuration.CommandLine.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Configuration.EnvironmentVariables.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Configuration.FileExtensions.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Configuration.Ini.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Configuration.Json.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Configuration.KeyPerFile.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Configuration.UserSecrets.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Configuration.Xml.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Configuration.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.DependencyInjection.Abstractions.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.DependencyInjection.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.DependencyModel.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Diagnostics.HealthChecks.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Features.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.FileProviders.Abstractions.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.FileProviders.Composite.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.FileProviders.Embedded.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.FileProviders.Physical.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.FileSystemGlobbing.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Hosting.Abstractions.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Hosting.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Http.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Identity.Core.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Identity.Stores.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Localization.Abstractions.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Localization.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Logging.Abstractions.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Logging.Configuration.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Logging.Console.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Logging.Debug.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Logging.EventLog.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Logging.EventSource.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Logging.TraceSource.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Logging.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.ObjectPool.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Options.ConfigurationExtensions.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Options.DataAnnotations.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Options.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.Primitives.dll
./usr/lib/jellyfin/bin/Microsoft.Extensions.WebEncoders.dll
./usr/lib/jellyfin/bin/Microsoft.JSInterop.dll
./usr/lib/jellyfin/bin/Microsoft.Net.Http.Headers.dll
./usr/lib/jellyfin/bin/Microsoft.OpenApi.dll
./usr/lib/jellyfin/bin/Microsoft.VisualBasic.Core.dll
./usr/lib/jellyfin/bin/Microsoft.VisualBasic.dll
./usr/lib/jellyfin/bin/Microsoft.Win32.Primitives.dll
./usr/lib/jellyfin/bin/Microsoft.Win32.Registry.dll
./usr/lib/jellyfin/bin/Microsoft.Win32.SystemEvents.dll
./usr/lib/jellyfin/bin/Mono.Nat.dll
./usr/lib/jellyfin/bin/NEbml.Core.dll
./usr/lib/jellyfin/bin/Newtonsoft.Json.dll
./usr/lib/jellyfin/bin/PlaylistsNET.dll
./usr/lib/jellyfin/bin/PriorityQueue.dll
./usr/lib/jellyfin/bin/Prometheus.AspNetCore.dll
./usr/lib/jellyfin/bin/Prometheus.NetCore.dll
./usr/lib/jellyfin/bin/Prometheus.NetStandard.dll
./usr/lib/jellyfin/bin/RSSDP.dll
./usr/lib/jellyfin/bin/Resources/
./usr/lib/jellyfin/bin/Resources/Configuration/
./usr/lib/jellyfin/bin/Resources/Configuration/logging.json
./usr/lib/jellyfin/bin/SQLitePCL.pretty.dll
./usr/lib/jellyfin/bin/SQLitePCLRaw.batteries_v2.dll
./usr/lib/jellyfin/bin/SQLitePCLRaw.core.dll
./usr/lib/jellyfin/bin/SQLitePCLRaw.provider.e_sqlite3.dll
./usr/lib/jellyfin/bin/Serilog.AspNetCore.dll
./usr/lib/jellyfin/bin/Serilog.Enrichers.Thread.dll
./usr/lib/jellyfin/bin/Serilog.Extensions.Hosting.dll
./usr/lib/jellyfin/bin/Serilog.Extensions.Logging.dll
./usr/lib/jellyfin/bin/Serilog.Formatting.Compact.dll
./usr/lib/jellyfin/bin/Serilog.Settings.Configuration.dll
./usr/lib/jellyfin/bin/Serilog.Sinks.Async.dll
./usr/lib/jellyfin/bin/Serilog.Sinks.Console.dll
./usr/lib/jellyfin/bin/Serilog.Sinks.Debug.dll
./usr/lib/jellyfin/bin/Serilog.Sinks.File.dll
./usr/lib/jellyfin/bin/Serilog.Sinks.Graylog.Core.dll
./usr/lib/jellyfin/bin/Serilog.Sinks.Graylog.dll
./usr/lib/jellyfin/bin/Serilog.dll
./usr/lib/jellyfin/bin/SharpCompress.dll
./usr/lib/jellyfin/bin/SkiaSharp.Extended.Svg.dll
./usr/lib/jellyfin/bin/SkiaSharp.dll
./usr/lib/jellyfin/bin/Swashbuckle.AspNetCore.ReDoc.dll
./usr/lib/jellyfin/bin/Swashbuckle.AspNetCore.Swagger.dll
./usr/lib/jellyfin/bin/Swashbuckle.AspNetCore.SwaggerGen.dll
./usr/lib/jellyfin/bin/Swashbuckle.AspNetCore.SwaggerUI.dll
./usr/lib/jellyfin/bin/System.AppContext.dll
./usr/lib/jellyfin/bin/System.Buffers.dll
./usr/lib/jellyfin/bin/System.Collections.Concurrent.dll
./usr/lib/jellyfin/bin/System.Collections.Immutable.dll
./usr/lib/jellyfin/bin/System.Collections.NonGeneric.dll
./usr/lib/jellyfin/bin/System.Collections.Specialized.dll
./usr/lib/jellyfin/bin/System.Collections.dll
./usr/lib/jellyfin/bin/System.ComponentModel.Annotations.dll
./usr/lib/jellyfin/bin/System.ComponentModel.DataAnnotations.dll
./usr/lib/jellyfin/bin/System.ComponentModel.EventBasedAsync.dll
./usr/lib/jellyfin/bin/System.ComponentModel.Primitives.dll
./usr/lib/jellyfin/bin/System.ComponentModel.TypeConverter.dll
./usr/lib/jellyfin/bin/System.ComponentModel.dll
./usr/lib/jellyfin/bin/System.Configuration.dll
./usr/lib/jellyfin/bin/System.Console.dll
./usr/lib/jellyfin/bin/System.Core.dll
./usr/lib/jellyfin/bin/System.Data.Common.dll
./usr/lib/jellyfin/bin/System.Data.DataSetExtensions.dll
./usr/lib/jellyfin/bin/System.Data.dll
./usr/lib/jellyfin/bin/System.Diagnostics.Contracts.dll
./usr/lib/jellyfin/bin/System.Diagnostics.Debug.dll
./usr/lib/jellyfin/bin/System.Diagnostics.DiagnosticSource.dll
./usr/lib/jellyfin/bin/System.Diagnostics.EventLog.dll
./usr/lib/jellyfin/bin/System.Diagnostics.FileVersionInfo.dll
./usr/lib/jellyfin/bin/System.Diagnostics.Process.dll
./usr/lib/jellyfin/bin/System.Diagnostics.StackTrace.dll
./usr/lib/jellyfin/bin/System.Diagnostics.TextWriterTraceListener.dll
./usr/lib/jellyfin/bin/System.Diagnostics.Tools.dll
./usr/lib/jellyfin/bin/System.Diagnostics.TraceSource.dll
./usr/lib/jellyfin/bin/System.Diagnostics.Tracing.dll
./usr/lib/jellyfin/bin/System.Drawing.Common.dll
./usr/lib/jellyfin/bin/System.Drawing.Primitives.dll
./usr/lib/jellyfin/bin/System.Drawing.dll
./usr/lib/jellyfin/bin/System.Dynamic.Runtime.dll
./usr/lib/jellyfin/bin/System.Formats.Asn1.dll
./usr/lib/jellyfin/bin/System.Globalization.Calendars.dll
./usr/lib/jellyfin/bin/System.Globalization.Extensions.dll
./usr/lib/jellyfin/bin/System.Globalization.dll
./usr/lib/jellyfin/bin/System.IO.Compression.Brotli.dll
./usr/lib/jellyfin/bin/System.IO.Compression.FileSystem.dll
./usr/lib/jellyfin/bin/System.IO.Compression.ZipFile.dll
./usr/lib/jellyfin/bin/System.IO.Compression.dll
./usr/lib/jellyfin/bin/System.IO.FileSystem.AccessControl.dll
./usr/lib/jellyfin/bin/System.IO.FileSystem.DriveInfo.dll
./usr/lib/jellyfin/bin/System.IO.FileSystem.Primitives.dll
./usr/lib/jellyfin/bin/System.IO.FileSystem.Watcher.dll
./usr/lib/jellyfin/bin/System.IO.FileSystem.dll
./usr/lib/jellyfin/bin/System.IO.IsolatedStorage.dll
./usr/lib/jellyfin/bin/System.IO.MemoryMappedFiles.dll
./usr/lib/jellyfin/bin/System.IO.Pipelines.dll
./usr/lib/jellyfin/bin/System.IO.Pipes.AccessControl.dll
./usr/lib/jellyfin/bin/System.IO.Pipes.dll
./usr/lib/jellyfin/bin/System.IO.UnmanagedMemoryStream.dll
./usr/lib/jellyfin/bin/System.IO.dll
./usr/lib/jellyfin/bin/System.Linq.Async.dll
./usr/lib/jellyfin/bin/System.Linq.Expressions.dll
./usr/lib/jellyfin/bin/System.Linq.Parallel.dll
./usr/lib/jellyfin/bin/System.Linq.Queryable.dll
./usr/lib/jellyfin/bin/System.Linq.dll
./usr/lib/jellyfin/bin/System.Memory.dll
./usr/lib/jellyfin/bin/System.Net.Http.Json.dll
./usr/lib/jellyfin/bin/System.Net.Http.dll
./usr/lib/jellyfin/bin/System.Net.HttpListener.dll
./usr/lib/jellyfin/bin/System.Net.Mail.dll
./usr/lib/jellyfin/bin/System.Net.NameResolution.dll
./usr/lib/jellyfin/bin/System.Net.NetworkInformation.dll
./usr/lib/jellyfin/bin/System.Net.Ping.dll
./usr/lib/jellyfin/bin/System.Net.Primitives.dll
./usr/lib/jellyfin/bin/System.Net.Quic.dll
./usr/lib/jellyfin/bin/System.Net.Requests.dll
./usr/lib/jellyfin/bin/System.Net.Security.dll
./usr/lib/jellyfin/bin/System.Net.ServicePoint.dll
./usr/lib/jellyfin/bin/System.Net.Sockets.dll
./usr/lib/jellyfin/bin/System.Net.WebClient.dll
./usr/lib/jellyfin/bin/System.Net.WebHeaderCollection.dll
./usr/lib/jellyfin/bin/System.Net.WebProxy.dll
./usr/lib/jellyfin/bin/System.Net.WebSockets.Client.dll
./usr/lib/jellyfin/bin/System.Net.WebSockets.dll
./usr/lib/jellyfin/bin/System.Net.dll
./usr/lib/jellyfin/bin/System.Numerics.Vectors.dll
./usr/lib/jellyfin/bin/System.Numerics.dll
./usr/lib/jellyfin/bin/System.ObjectModel.dll
./usr/lib/jellyfin/bin/System.Private.CoreLib.dll
./usr/lib/jellyfin/bin/System.Private.DataContractSerialization.dll
./usr/lib/jellyfin/bin/System.Private.Uri.dll
./usr/lib/jellyfin/bin/System.Private.Xml.Linq.dll
./usr/lib/jellyfin/bin/System.Private.Xml.dll
./usr/lib/jellyfin/bin/System.Reflection.DispatchProxy.dll
./usr/lib/jellyfin/bin/System.Reflection.Emit.ILGeneration.dll
./usr/lib/jellyfin/bin/System.Reflection.Emit.Lightweight.dll
./usr/lib/jellyfin/bin/System.Reflection.Emit.dll
./usr/lib/jellyfin/bin/System.Reflection.Extensions.dll
./usr/lib/jellyfin/bin/System.Reflection.Metadata.dll
./usr/lib/jellyfin/bin/System.Reflection.Primitives.dll
./usr/lib/jellyfin/bin/System.Reflection.TypeExtensions.dll
./usr/lib/jellyfin/bin/System.Reflection.dll
./usr/lib/jellyfin/bin/System.Resources.Reader.dll
./usr/lib/jellyfin/bin/System.Resources.ResourceManager.dll
./usr/lib/jellyfin/bin/System.Resources.Writer.dll
./usr/lib/jellyfin/bin/System.Runtime.CompilerServices.Unsafe.dll
./usr/lib/jellyfin/bin/System.Runtime.CompilerServices.VisualC.dll
./usr/lib/jellyfin/bin/System.Runtime.Extensions.dll
./usr/lib/jellyfin/bin/System.Runtime.Handles.dll
./usr/lib/jellyfin/bin/System.Runtime.InteropServices.RuntimeInformation.dll
./usr/lib/jellyfin/bin/System.Runtime.InteropServices.dll
./usr/lib/jellyfin/bin/System.Runtime.Intrinsics.dll
./usr/lib/jellyfin/bin/System.Runtime.Loader.dll
./usr/lib/jellyfin/bin/System.Runtime.Numerics.dll
./usr/lib/jellyfin/bin/System.Runtime.Serialization.Formatters.dll
./usr/lib/jellyfin/bin/System.Runtime.Serialization.Json.dll
./usr/lib/jellyfin/bin/System.Runtime.Serialization.Primitives.dll
./usr/lib/jellyfin/bin/System.Runtime.Serialization.Xml.dll
./usr/lib/jellyfin/bin/System.Runtime.Serialization.dll
./usr/lib/jellyfin/bin/System.Runtime.dll
./usr/lib/jellyfin/bin/System.Security.AccessControl.dll
./usr/lib/jellyfin/bin/System.Security.Claims.dll
./usr/lib/jellyfin/bin/System.Security.Cryptography.Algorithms.dll
./usr/lib/jellyfin/bin/System.Security.Cryptography.Cng.dll
./usr/lib/jellyfin/bin/System.Security.Cryptography.Csp.dll
./usr/lib/jellyfin/bin/System.Security.Cryptography.Encoding.dll
./usr/lib/jellyfin/bin/System.Security.Cryptography.OpenSsl.dll
./usr/lib/jellyfin/bin/System.Security.Cryptography.Pkcs.dll
./usr/lib/jellyfin/bin/System.Security.Cryptography.Primitives.dll
./usr/lib/jellyfin/bin/System.Security.Cryptography.X509Certificates.dll
./usr/lib/jellyfin/bin/System.Security.Cryptography.Xml.dll
./usr/lib/jellyfin/bin/System.Security.Principal.Windows.dll
./usr/lib/jellyfin/bin/System.Security.Principal.dll
./usr/lib/jellyfin/bin/System.Security.SecureString.dll
./usr/lib/jellyfin/bin/System.Security.dll
./usr/lib/jellyfin/bin/System.ServiceModel.Web.dll
./usr/lib/jellyfin/bin/System.ServiceProcess.dll
./usr/lib/jellyfin/bin/System.Text.Encoding.CodePages.dll
./usr/lib/jellyfin/bin/System.Text.Encoding.Extensions.dll
./usr/lib/jellyfin/bin/System.Text.Encoding.dll
./usr/lib/jellyfin/bin/System.Text.Encodings.Web.dll
./usr/lib/jellyfin/bin/System.Text.Json.dll
./usr/lib/jellyfin/bin/System.Text.RegularExpressions.dll
./usr/lib/jellyfin/bin/System.Threading.Channels.dll
./usr/lib/jellyfin/bin/System.Threading.Overlapped.dll
./usr/lib/jellyfin/bin/System.Threading.Tasks.Dataflow.dll
./usr/lib/jellyfin/bin/System.Threading.Tasks.Extensions.dll
./usr/lib/jellyfin/bin/System.Threading.Tasks.Parallel.dll
./usr/lib/jellyfin/bin/System.Threading.Tasks.dll
./usr/lib/jellyfin/bin/System.Threading.Thread.dll
./usr/lib/jellyfin/bin/System.Threading.ThreadPool.dll
./usr/lib/jellyfin/bin/System.Threading.Timer.dll
./usr/lib/jellyfin/bin/System.Threading.dll
./usr/lib/jellyfin/bin/System.Transactions.Local.dll
./usr/lib/jellyfin/bin/System.Transactions.dll
./usr/lib/jellyfin/bin/System.ValueTuple.dll
./usr/lib/jellyfin/bin/System.Web.HttpUtility.dll
./usr/lib/jellyfin/bin/System.Web.dll
./usr/lib/jellyfin/bin/System.Windows.dll
./usr/lib/jellyfin/bin/System.Xml.Linq.dll
./usr/lib/jellyfin/bin/System.Xml.ReaderWriter.dll
./usr/lib/jellyfin/bin/System.Xml.Serialization.dll
./usr/lib/jellyfin/bin/System.Xml.XDocument.dll
./usr/lib/jellyfin/bin/System.Xml.XPath.XDocument.dll
./usr/lib/jellyfin/bin/System.Xml.XPath.dll
./usr/lib/jellyfin/bin/System.Xml.XmlDocument.dll
./usr/lib/jellyfin/bin/System.Xml.XmlSerializer.dll
./usr/lib/jellyfin/bin/System.Xml.dll
./usr/lib/jellyfin/bin/System.dll
./usr/lib/jellyfin/bin/TMDbLib.dll
./usr/lib/jellyfin/bin/TagLibSharp.dll
./usr/lib/jellyfin/bin/UtfUnknown.dll
./usr/lib/jellyfin/bin/WindowsBase.dll
./usr/lib/jellyfin/bin/createdump
./usr/lib/jellyfin/bin/jellyfin
./usr/lib/jellyfin/bin/jellyfin.deps.json
./usr/lib/jellyfin/bin/jellyfin.dll
./usr/lib/jellyfin/bin/jellyfin.runtimeconfig.json
./usr/lib/jellyfin/bin/jellyfin.xml
./usr/lib/jellyfin/bin/libSkiaSharp.so
./usr/lib/jellyfin/bin/libSystem.Globalization.Native.so
./usr/lib/jellyfin/bin/libSystem.IO.Compression.Native.so
./usr/lib/jellyfin/bin/libSystem.Native.so
./usr/lib/jellyfin/bin/libSystem.Net.Security.Native.so
./usr/lib/jellyfin/bin/libSystem.Security.Cryptography.Native.OpenSsl.so
./usr/lib/jellyfin/bin/libclrjit.so
./usr/lib/jellyfin/bin/libcoreclr.so
./usr/lib/jellyfin/bin/libcoreclrtraceptprovider.so
./usr/lib/jellyfin/bin/libdbgshim.so
./usr/lib/jellyfin/bin/libe_sqlite3.so
./usr/lib/jellyfin/bin/libhostfxr.so
./usr/lib/jellyfin/bin/libhostpolicy.so
./usr/lib/jellyfin/bin/libmscordaccore.so
./usr/lib/jellyfin/bin/libmscordbi.so
./usr/lib/jellyfin/bin/libse.dll
./usr/lib/jellyfin/bin/mscorlib.dll
./usr/lib/jellyfin/bin/netstandard.dll
./usr/lib/jellyfin/bin/prometheus-net.DotNetRuntime.dll
./usr/lib/jellyfin/bin/wwwroot/
./usr/lib/jellyfin/bin/wwwroot/api-docs/
./usr/lib/jellyfin/bin/wwwroot/api-docs/banner-dark.svg
./usr/lib/jellyfin/bin/wwwroot/api-docs/redoc/
./usr/lib/jellyfin/bin/wwwroot/api-docs/redoc/custom.css
./usr/lib/jellyfin/bin/wwwroot/api-docs/swagger/
./usr/lib/jellyfin/bin/wwwroot/api-docs/swagger/custom.css
./usr/lib/jellyfin/bin/zlib.net.dll
./usr/lib/jellyfin/restart.sh
./usr/share/jellyfin/
./usr/share/jellyfin/web/
./usr/share/jellyfin/web/00ba85c0ee4e5fa95518.woff2
./usr/share/jellyfin/web/00e179283dcbeb75a765.woff2
./usr/share/jellyfin/web/014f4284992c2fee595f.woff2
./usr/share/jellyfin/web/01cdd11d0f1b21d93a30.woff2
./usr/share/jellyfin/web/01db87186b25bab45522.woff2
./usr/share/jellyfin/web/0206df33bab9a7d25316.woff2
./usr/share/jellyfin/web/024bb6be81397e3cf2f6.woff2
./usr/share/jellyfin/web/02cbfd56570eb9cf43d4.woff2
./usr/share/jellyfin/web/02f68352af629b04bccb.woff2
./usr/share/jellyfin/web/03006ac8a2f394a5afa7.woff2
./usr/share/jellyfin/web/031327648e7a447d0874.woff2
./usr/share/jellyfin/web/037fcd9bd3d2346c65a9.woff2
./usr/share/jellyfin/web/03816665d661f6d3c2f1.woff2
./usr/share/jellyfin/web/03bf7e4cb70e9da0e279.woff2
./usr/share/jellyfin/web/03f75dfcbb1068d90d80.woff2
./usr/share/jellyfin/web/047323808c9ee6fe2ef7.woff2
./usr/share/jellyfin/web/0499141be459e807090f.woff2
./usr/share/jellyfin/web/04baa27f48bc61614a18.woff2
./usr/share/jellyfin/web/04c2df186277ee1eae9c.woff2
./usr/share/jellyfin/web/04c5b2653b873cbb7388.woff2
./usr/share/jellyfin/web/050d409bf235fa166f03.woff2
./usr/share/jellyfin/web/05c4f31cc8a16acba441.woff2
./usr/share/jellyfin/web/05ce956e7fb34303e89b.woff2
./usr/share/jellyfin/web/05cf39c0c16eb7083067.woff2
./usr/share/jellyfin/web/06087505694a181fdf1f.woff2
./usr/share/jellyfin/web/063a5db683b7cba193ba.woff2
./usr/share/jellyfin/web/063eb1998fca023658b6.woff2
./usr/share/jellyfin/web/06504a88e4f52e2690bf.woff2
./usr/share/jellyfin/web/0674cdf070471e6f6bd0.woff2
./usr/share/jellyfin/web/067dfd39d6a79d491201.woff2
./usr/share/jellyfin/web/0694ee8153ae75d6c9fd.woff2
./usr/share/jellyfin/web/07950e26aee7c2f3010b.woff2
./usr/share/jellyfin/web/07e8f9caf72ac25ab4c3.woff2
./usr/share/jellyfin/web/07ed8410766fa832f94d.woff2
./usr/share/jellyfin/web/0815c98100e30502f9d2.woff2
./usr/share/jellyfin/web/0842e82b7ab70c770d78.woff2
./usr/share/jellyfin/web/0853e46a5169e8157c0a.woff2
./usr/share/jellyfin/web/086261955ebcd1e7bb88.woff2
./usr/share/jellyfin/web/0899554aedc9179277be.woff2
./usr/share/jellyfin/web/08b20180e8c60324aa93.woff2
./usr/share/jellyfin/web/09338b0ad9049bdabc2c.woff2
./usr/share/jellyfin/web/0968e37fbb5142d14898.woff2
./usr/share/jellyfin/web/097088c0ffc365cd783e.woff2
./usr/share/jellyfin/web/09d00e6919fe26bd024b.woff2
./usr/share/jellyfin/web/0a402f23da34765a1aaa.woff2
./usr/share/jellyfin/web/0aa37cebf13ec8fe4a1e.woff2
./usr/share/jellyfin/web/0b37f660ac0f7f01ab41.png
./usr/share/jellyfin/web/0b5a4d4790dc287a30ef.woff2
./usr/share/jellyfin/web/0bc37f088f0cf95b680f.woff2
./usr/share/jellyfin/web/0be53743e5af154e0aa4.woff2
./usr/share/jellyfin/web/0be6e8ce39528d572b45.woff2
./usr/share/jellyfin/web/0bf9cb9f68db6c624f48.woff2
./usr/share/jellyfin/web/0c1242a77002305354f4.woff2
./usr/share/jellyfin/web/0c46cb9bd34e756a5000.woff2
./usr/share/jellyfin/web/0c7193b28e95aa80899b.woff2
./usr/share/jellyfin/web/0c9aeb6254f84a67f378.woff2
./usr/share/jellyfin/web/0cc9376d476810b7b6e1.woff2
./usr/share/jellyfin/web/0ce09a4e86743f475ce6.woff2
./usr/share/jellyfin/web/0d2b37694d352e7e4c59.svg
./usr/share/jellyfin/web/0d82132cef805bb45a87.woff2
./usr/share/jellyfin/web/0d9249a23396590e9eb1.woff2
./usr/share/jellyfin/web/0db4f5d8ade473d23fba.woff2
./usr/share/jellyfin/web/0ddfe46ad1cd6c7cbd3c.woff2
./usr/share/jellyfin/web/0df719b48efcaef953df.png
./usr/share/jellyfin/web/0e411e3167676f90a3ee.woff2
./usr/share/jellyfin/web/0eaf4943128fa27dbbd1.woff2
./usr/share/jellyfin/web/0ed6e440f971f62ff18e.woff2
./usr/share/jellyfin/web/0f78fce4b6ea725487f8.woff2
./usr/share/jellyfin/web/0fd7f567a29e06f0240a.woff2
./usr/share/jellyfin/web/1015.0bf5ad25d447fb7157f0.chunk.js
./usr/share/jellyfin/web/1059df9b653bf978e27c.woff2
./usr/share/jellyfin/web/105c01e29b13cc236e08.woff2
./usr/share/jellyfin/web/1065ac5c6ddf7b2a1513.woff2
./usr/share/jellyfin/web/106a7abc109fb5e78742.png
./usr/share/jellyfin/web/107.c3f1c150b97e988cc00c.chunk.js
./usr/share/jellyfin/web/1074.c45b36f8a574656b1b26.chunk.js
./usr/share/jellyfin/web/108073e0282d71a0dc56.woff2
./usr/share/jellyfin/web/10820c05dae0a1f61b4b.woff2
./usr/share/jellyfin/web/10ac57cdee93cccaa945.woff2
./usr/share/jellyfin/web/10db1edf9731d044d2df.woff2
./usr/share/jellyfin/web/1121.2dfd80ff2a9d89beb043.chunk.js
./usr/share/jellyfin/web/1130.b35a39f4227746874020.chunk.js
./usr/share/jellyfin/web/114499fe23bc68f6ae66.woff2
./usr/share/jellyfin/web/114b8712d485891fdc64.woff2
./usr/share/jellyfin/web/1163ad57994cea43c5d8.woff2
./usr/share/jellyfin/web/116cebf2afeca043dfed.woff2
./usr/share/jellyfin/web/1186.fe92c54f5144fba0083b.chunk.js
./usr/share/jellyfin/web/118cca49079e0ed79f2a.woff2
./usr/share/jellyfin/web/118f9ab2bb4f3aae8016.woff2
./usr/share/jellyfin/web/1253.68c8a8e9eebc46382060.chunk.js
./usr/share/jellyfin/web/128e20c3c52cf5461ca0.woff2
./usr/share/jellyfin/web/12c667a7bb07d361a55d.woff2
./usr/share/jellyfin/web/13668a4264ae87f196b7.woff2
./usr/share/jellyfin/web/138dc0f969d42e093b69.woff2
./usr/share/jellyfin/web/1392.1de9ddfea6f0ba8ac4a8.chunk.js
./usr/share/jellyfin/web/13bdf74f61438b04b0ee.woff2
./usr/share/jellyfin/web/142d834c201895a46a01.png
./usr/share/jellyfin/web/1453ac4625df4601fd77.woff2
./usr/share/jellyfin/web/1495.d09fa2b5f9be87134a77.chunk.js
./usr/share/jellyfin/web/149900c44675a56e590d.woff2
./usr/share/jellyfin/web/14ae6b3618e228425f84.woff2
./usr/share/jellyfin/web/14df01103d94d2841d7e.woff2
./usr/share/jellyfin/web/14dff4a39f5aad4fa9d6.woff2
./usr/share/jellyfin/web/14fb05ece8f0da67d9da.woff2
./usr/share/jellyfin/web/1551105116609ee0c354.woff2
./usr/share/jellyfin/web/156a2454e38669551de3.woff2
./usr/share/jellyfin/web/15a323fbb23f1ea1941d.woff2
./usr/share/jellyfin/web/15a69df52a1ebaa7fad2.woff2
./usr/share/jellyfin/web/15dd2f01242dbcf45810.woff2
./usr/share/jellyfin/web/161ebbb7a394185348ef.woff2
./usr/share/jellyfin/web/1629.943bb3078d0efbc593a4.chunk.js
./usr/share/jellyfin/web/1638.f3ca709b8a34b0cb58c8.chunk.js
./usr/share/jellyfin/web/164.0257ea1d4e9cb16923fe.chunk.js
./usr/share/jellyfin/web/1647bc850e1d51920b25.woff2
./usr/share/jellyfin/web/1656eae7a848abaef2b0.woff2
./usr/share/jellyfin/web/165dfcf148c81ab5bb2a.woff2
./usr/share/jellyfin/web/166199c0c71791cdd8a8.woff2
./usr/share/jellyfin/web/16643e2cb56f854177fe.woff2
./usr/share/jellyfin/web/16a4f975a02e060143d7.woff2
./usr/share/jellyfin/web/16fc81178d1aee54f6cc.png
./usr/share/jellyfin/web/17067557934379f69275.woff2
./usr/share/jellyfin/web/1722ed5f2da4b95f333e.woff2
./usr/share/jellyfin/web/1723.29204828b48738ba3291.chunk.js
./usr/share/jellyfin/web/1723.29204828b48738ba3291.chunk.js.LICENSE.txt
./usr/share/jellyfin/web/17636faa72e21c8c8a94.woff2
./usr/share/jellyfin/web/17691e41b9dea9660ac5.woff2
./usr/share/jellyfin/web/179456a5d37d63a3db15.woff2
./usr/share/jellyfin/web/1797.0b11f2f6f5073594d135.chunk.js
./usr/share/jellyfin/web/17a86b8e3fc104a76019.woff2
./usr/share/jellyfin/web/17e4ddcb4e4dc7381817.woff2
./usr/share/jellyfin/web/182ee77f824606084a1f.woff2
./usr/share/jellyfin/web/1893f523d6b8e183bd39.woff2
./usr/share/jellyfin/web/18ec9fada126cc3d31d2.woff2
./usr/share/jellyfin/web/1916.1d5c5908a8de0a32dbd9.chunk.js
./usr/share/jellyfin/web/194d1b9ef54d0014b3c4.ttf
./usr/share/jellyfin/web/195af585cc5b18510c3b.woff2
./usr/share/jellyfin/web/1975.ed792ec5cb0fef66ea79.chunk.js
./usr/share/jellyfin/web/1994.5d3fb2d5a8d21a134550.chunk.js
./usr/share/jellyfin/web/19c1d5474574043b9918.woff2
./usr/share/jellyfin/web/19c5a24be5f674583ed8.woff2
./usr/share/jellyfin/web/19e94a171ad39c828010.woff2
./usr/share/jellyfin/web/1ab0ea3799a577a398e7.woff2
./usr/share/jellyfin/web/1ad67f2d2d0e335120f0.woff2
./usr/share/jellyfin/web/1b23c0a089bdb20ec6c3.woff2
./usr/share/jellyfin/web/1bddfb89a3ac1c248483.woff2
./usr/share/jellyfin/web/1c4adae934403b336833.woff2
./usr/share/jellyfin/web/1cdd852efe637a928b38.woff2
./usr/share/jellyfin/web/1d0febcd6b40c426fd90.woff2
./usr/share/jellyfin/web/1d9b93d0cc8caf3ea8e3.woff2
./usr/share/jellyfin/web/1da15d2ee46a63ee63ca.woff2
./usr/share/jellyfin/web/1dab23bdb1013876ea75.woff2
./usr/share/jellyfin/web/1decee026c328a8665a1.woff2
./usr/share/jellyfin/web/1ebf2d3d7a6f5ecf69b5.woff2
./usr/share/jellyfin/web/1ed160b098d8491388ec.woff2
./usr/share/jellyfin/web/1f0f6cdb23348c639cc5.woff2
./usr/share/jellyfin/web/1f173fcca2582cf6e726.woff2
./usr/share/jellyfin/web/1f31a63d8369415148f9.woff2
./usr/share/jellyfin/web/2014.7e48b377462ef85fcb6a.chunk.js
./usr/share/jellyfin/web/202b0fda56543e35f735.woff2
./usr/share/jellyfin/web/2045bd0c346f0c20f1e3.woff2
./usr/share/jellyfin/web/204d568dbb67a5f26e64.woff2
./usr/share/jellyfin/web/20f4d09514711af2b846.woff2
./usr/share/jellyfin/web/20fe05c178ab281fdf9b.woff2
./usr/share/jellyfin/web/21173d2d262774f87ec6.woff2
./usr/share/jellyfin/web/2137f56f468284c6e377.woff2
./usr/share/jellyfin/web/2158378931dd443eb112.woff2
./usr/share/jellyfin/web/2177.6d46dbb6a95623ab7179.chunk.js
./usr/share/jellyfin/web/22466fd2a985adcd6051.woff2
./usr/share/jellyfin/web/2294303301ea62be5f04.woff2
./usr/share/jellyfin/web/22a298f5d51750b0cbe1.woff2
./usr/share/jellyfin/web/22be27ff4462eac38463.woff2
./usr/share/jellyfin/web/22d90cda9580f99c0a6b.woff2
./usr/share/jellyfin/web/22f11519ac568ea0679c.woff2
./usr/share/jellyfin/web/23576d3f69385c6854b2.woff2
./usr/share/jellyfin/web/2357982aa14974aa5910.woff2
./usr/share/jellyfin/web/23a72f5d56f82554aeab.png
./usr/share/jellyfin/web/23c6d376dd3727382483.woff2
./usr/share/jellyfin/web/23dec9c1fc5c32faa079.woff2
./usr/share/jellyfin/web/23e7aba024d449a63eb3.woff2
./usr/share/jellyfin/web/23fdd77c96367ee47f99.woff2
./usr/share/jellyfin/web/242920341b9a34eb3c07.woff2
./usr/share/jellyfin/web/2447.5b21d4c79c513ae78504.chunk.js
./usr/share/jellyfin/web/2458d9af0362902e25cf.woff2
./usr/share/jellyfin/web/2471.783cab7f8664594b5a9a.chunk.js
./usr/share/jellyfin/web/247ccbd69cf05c0bd60c.woff2
./usr/share/jellyfin/web/247d5f26f612f4264a3c.woff2
./usr/share/jellyfin/web/2480.a8aff5afff4ada6a0319.chunk.js
./usr/share/jellyfin/web/2480d49e5c7ca7a7f5a5.woff2
./usr/share/jellyfin/web/249.07a41234a268b28676ba.chunk.js
./usr/share/jellyfin/web/2498a5a4116741727fc1.woff2
./usr/share/jellyfin/web/2529c99f26dd547d4e4d.woff2
./usr/share/jellyfin/web/256fa175b81e9216b212.woff2
./usr/share/jellyfin/web/2574.72b76a11a087fc6a887e.chunk.js
./usr/share/jellyfin/web/25da0890fd511bd53dc5.woff2
./usr/share/jellyfin/web/2633.a3eb9de55bb356e92a7d.chunk.js
./usr/share/jellyfin/web/26a1e6825f292041aec5.woff2
./usr/share/jellyfin/web/26ccfa584909866167f7.woff2
./usr/share/jellyfin/web/26d6a84bcc915ad6b631.woff2
./usr/share/jellyfin/web/26e5fbb0db7f7647a4aa.woff2
./usr/share/jellyfin/web/274c8ffff914125e8070.woff2
./usr/share/jellyfin/web/275624eff0eb7b78d94e.woff2
./usr/share/jellyfin/web/276100397c30001329ab.woff2
./usr/share/jellyfin/web/2764aee7e7dfa5a30fb9.woff2
./usr/share/jellyfin/web/2789feea64b47513a61d.woff2
./usr/share/jellyfin/web/2794beefa7541dec6b96.woff2
./usr/share/jellyfin/web/28398aac45fb675826d2.woff2
./usr/share/jellyfin/web/2861a1b6f36f898b951b.woff2
./usr/share/jellyfin/web/2873681cd40e65429713.woff2
./usr/share/jellyfin/web/2886.92c21bb89ace19b0f325.chunk.js
./usr/share/jellyfin/web/2910.5bfa21f160e80b1e7abe.chunk.js
./usr/share/jellyfin/web/2912.2aa61c9a7dfa62ca61d5.chunk.js
./usr/share/jellyfin/web/294.fae645a32cc459e122f3.chunk.js
./usr/share/jellyfin/web/2966.1d7984c46bb173d43b28.chunk.js
./usr/share/jellyfin/web/2968.83d49d65dbe977407edf.chunk.js
./usr/share/jellyfin/web/2971.1fa034fd8b9df5847ba0.chunk.js
./usr/share/jellyfin/web/2987.5824fb3ed97bd7682d69.chunk.js
./usr/share/jellyfin/web/299f1800e48878acdebb.woff2
./usr/share/jellyfin/web/29aaf3f8bd18499b6862.woff2
./usr/share/jellyfin/web/29b78c91690778319b21.woff2
./usr/share/jellyfin/web/29ca1450cbfe2741bc5f.woff2
./usr/share/jellyfin/web/2a1728cb7882b14a097e.woff2
./usr/share/jellyfin/web/2a6a34d88475ab17f369.woff2
./usr/share/jellyfin/web/2a6aa1e32b6744c4374e.woff2
./usr/share/jellyfin/web/2a7070f73554e4b758d0.woff2
./usr/share/jellyfin/web/2a9d975ce7940b53eb18.woff2
./usr/share/jellyfin/web/2aa0355396e87f58c17b.woff2
./usr/share/jellyfin/web/2b177cd262fcb7ffda81.woff2
./usr/share/jellyfin/web/2b74f17efe286f31217a.woff2
./usr/share/jellyfin/web/2bac0a2023f4336ad641.woff2
./usr/share/jellyfin/web/2bd96ef55e5a852b7ad4.woff2
./usr/share/jellyfin/web/2bedd7a38a283ac9a0af.woff2
./usr/share/jellyfin/web/2c0ee60975847734ef3e.woff2
./usr/share/jellyfin/web/2c1545acfaf6aee50ae0.woff2
./usr/share/jellyfin/web/2c77638fa860e6280cb5.woff2
./usr/share/jellyfin/web/2c9124a3ca881c130ca7.woff2
./usr/share/jellyfin/web/2cb65cb1b71bc1db27d2.woff2
./usr/share/jellyfin/web/2cb8ac05f1eda3dc8360.woff2
./usr/share/jellyfin/web/2cd44c070f572678bc3d.woff2
./usr/share/jellyfin/web/2d3967a7ce2ed03f996d.woff2
./usr/share/jellyfin/web/2d751b4ec158d3afbadc.woff2
./usr/share/jellyfin/web/2d9730f8d79336ab732d.woff2
./usr/share/jellyfin/web/2df0b63c10d28f2d5703.woff2
./usr/share/jellyfin/web/2e175edcb1465e14d138.woff2
./usr/share/jellyfin/web/2e3a8b29cebd9345197a.woff2
./usr/share/jellyfin/web/2e53fab52522d161a25d.woff2
./usr/share/jellyfin/web/2e627ce29f0380684e97.woff2
./usr/share/jellyfin/web/2e7d2a6bfff87184f914.woff2
./usr/share/jellyfin/web/2edacb325ed3c216e8c7.woff2
./usr/share/jellyfin/web/2f2f08b5ee81d9ef1d75.woff2
./usr/share/jellyfin/web/2f72292f0004a474d19b.woff2
./usr/share/jellyfin/web/2fa57b4877c5b635be04.woff2
./usr/share/jellyfin/web/2fac4e1e2f9c6bfdbbf3.woff2
./usr/share/jellyfin/web/2fd255ef78d55e25911d.woff2
./usr/share/jellyfin/web/301f64e0988884b108b7.woff2
./usr/share/jellyfin/web/3052.c7c3a2dd04a0e90574a9.chunk.js
./usr/share/jellyfin/web/30b6999c99620ce06fc4.woff2
./usr/share/jellyfin/web/3106.7b1a8e3374b3c5b3a2bb.chunk.js
./usr/share/jellyfin/web/3112652ddbf23489b098.woff2
./usr/share/jellyfin/web/314c807d695734ae6b98.woff2
./usr/share/jellyfin/web/315cd54847c2a00268e8.woff2
./usr/share/jellyfin/web/31656cd1009552576ed1.woff2
./usr/share/jellyfin/web/31844583f1a3b0c39e9b.woff2
./usr/share/jellyfin/web/319.fe24f447e7d05a44eadb.chunk.js
./usr/share/jellyfin/web/31bdc4cb67fe2cf354bf.woff2
./usr/share/jellyfin/web/3202.9f50fa95ecee0f0da1a6.chunk.js
./usr/share/jellyfin/web/320a408d6d7d9d8829ab.woff2
./usr/share/jellyfin/web/3302.6f073ae885487f7f8361.chunk.js
./usr/share/jellyfin/web/3308a88cf7452dca2dc2.woff2
./usr/share/jellyfin/web/333790433edeccefc28d.woff2
./usr/share/jellyfin/web/3339e7e924801a34fb21.woff2
./usr/share/jellyfin/web/33587f1eebca94571814.woff2
./usr/share/jellyfin/web/33a722d0a9598cf29af0.woff2
./usr/share/jellyfin/web/33b04ba592abc68c06af.woff2
./usr/share/jellyfin/web/33b22879bf191a7230a2.woff2
./usr/share/jellyfin/web/33b4b957e4f6fac5ff80.woff2
./usr/share/jellyfin/web/33bd9d752a0311e9dba8.woff2
./usr/share/jellyfin/web/342492b1404e6bb33ba3.woff2
./usr/share/jellyfin/web/3428dfddf83532b3c890.woff2
./usr/share/jellyfin/web/3446f6519756de032d2c.woff2
./usr/share/jellyfin/web/3462.a0a889d8f36dd2749ace.chunk.js
./usr/share/jellyfin/web/34a5698f547103618565.woff2
./usr/share/jellyfin/web/34a8e99c88da3c7fdf14.woff2
./usr/share/jellyfin/web/34e92b4355e1e53bb8b2.woff2
./usr/share/jellyfin/web/3520ae3957a2d8a832de.woff2
./usr/share/jellyfin/web/3555fea12c2afd18c876.woff2
./usr/share/jellyfin/web/3585.47e5b3f83703fc252a4d.chunk.js
./usr/share/jellyfin/web/35f465c284a9a24ed585.woff2
./usr/share/jellyfin/web/35f96ed66f2a29a0959a.woff2
./usr/share/jellyfin/web/36.7d76806520249ebc3459.chunk.js
./usr/share/jellyfin/web/3604.036f7d3912ddd97551dd.chunk.js
./usr/share/jellyfin/web/36270bc2cc622195f234.woff2
./usr/share/jellyfin/web/3629.fa631940ac05e9f453f0.chunk.js
./usr/share/jellyfin/web/3651.1a659b128d15f5488ba5.chunk.js
./usr/share/jellyfin/web/367153c38d80af087e4f.woff2
./usr/share/jellyfin/web/3675215a5e70969a0652.woff2
./usr/share/jellyfin/web/3690006fe4e087a680c8.woff2
./usr/share/jellyfin/web/36968bc9f110b2f047a6.woff2
./usr/share/jellyfin/web/36a957b077a6f4f06caf.woff2
./usr/share/jellyfin/web/36f23ff824bc2111e5ba.woff2
./usr/share/jellyfin/web/3733.ded63077eb83a51625af.chunk.js
./usr/share/jellyfin/web/37386c7711a04455567d.woff2
./usr/share/jellyfin/web/3793.d0b3a6a1e2ba5944f89e.chunk.js
./usr/share/jellyfin/web/379bab68d056910336f9.png
./usr/share/jellyfin/web/37acbd41c8b2310ec981.woff2
./usr/share/jellyfin/web/37d38717686aa679068e.woff2
./usr/share/jellyfin/web/3800.8530c66fa98e791ccde3.chunk.js
./usr/share/jellyfin/web/385d31ae18ca56944598.woff2
./usr/share/jellyfin/web/3897.a1f49ef69c45028e3ad3.chunk.js
./usr/share/jellyfin/web/38a43a6ce08a85bcdd02.woff2
./usr/share/jellyfin/web/38c749fd22bd3de10a0a.woff2
./usr/share/jellyfin/web/3914173e93f7adad0687.woff2
./usr/share/jellyfin/web/39209dd2362c0db7c673.png
./usr/share/jellyfin/web/3929.c59ea1f5eace443cafec.chunk.js
./usr/share/jellyfin/web/3940.b9080bb12fc6778223d4.chunk.js
./usr/share/jellyfin/web/3989.ae3a8a482c4f70fbcdd7.chunk.js
./usr/share/jellyfin/web/399255bfc1e43c46db48.woff2
./usr/share/jellyfin/web/39ad19f097b2795aef79.woff2
./usr/share/jellyfin/web/39bbe3f6a422f12462f2.woff2
./usr/share/jellyfin/web/3a17ac00d905a838a5b2.woff2
./usr/share/jellyfin/web/3a3bcfcf67ef612f6f5b.woff2
./usr/share/jellyfin/web/3a6749d65507519b67a6.woff2
./usr/share/jellyfin/web/3a9a2a79ffabd486bd6d.woff2
./usr/share/jellyfin/web/3aef578c4e8f633e8037.woff2
./usr/share/jellyfin/web/3b50b1e7b9226eb05823.woff2
./usr/share/jellyfin/web/3b54aabf79197080a31a.woff2
./usr/share/jellyfin/web/3bfecbfa7a5146fc3968.woff2
./usr/share/jellyfin/web/3c6ca3cf906a3cadc4ef.woff2
./usr/share/jellyfin/web/3ca5d499fdaaf7c00239.woff2
./usr/share/jellyfin/web/3d518c14578297f3fe30.woff2
./usr/share/jellyfin/web/3d6265b8c6ea84dcf2d1.woff2
./usr/share/jellyfin/web/3e048325f324bb5797cc.woff2
./usr/share/jellyfin/web/3e06b975592bc3eef4bc.woff2
./usr/share/jellyfin/web/3e1422fbde278e1e7c01.woff2
./usr/share/jellyfin/web/3e3e3bb8a5f7a313a4f8.woff2
./usr/share/jellyfin/web/3e97b9ab49aa431dfc2a.woff2
./usr/share/jellyfin/web/3f3fe0fd3a0b637b5030.png
./usr/share/jellyfin/web/3f782eb0a0b31f092aa6.woff2
./usr/share/jellyfin/web/3f9cf8e421e72dd86621.woff2
./usr/share/jellyfin/web/3fa90c593184d5737eb3.png
./usr/share/jellyfin/web/3fd77986ba3ad574c799.woff2
./usr/share/jellyfin/web/402a35420fd8073e1882.woff2
./usr/share/jellyfin/web/408c8f81f93039c80b6f.woff2
./usr/share/jellyfin/web/40a85ad58d176dd022e9.woff2
./usr/share/jellyfin/web/4111.5d5f967b5eafd7a8d971.chunk.js
./usr/share/jellyfin/web/411c2e94d41be7c0174a.woff2
./usr/share/jellyfin/web/4136.2e3527457708556946b5.chunk.js
./usr/share/jellyfin/web/413f295e5a7a88c47fd8.woff2
./usr/share/jellyfin/web/415f56c1857f53f54d90.woff2
./usr/share/jellyfin/web/4176.8adb2a4923ae38222783.chunk.js
./usr/share/jellyfin/web/418dda919b98cf1e7631.woff2
./usr/share/jellyfin/web/418e9e9ec7e9d26f9353.woff2
./usr/share/jellyfin/web/41a621ae8cfe20d8cee3.woff2
./usr/share/jellyfin/web/41c28b875107b43eefa9.woff2
./usr/share/jellyfin/web/41d30898b11834bf82bc.woff2
./usr/share/jellyfin/web/4231.838d088fc5720ab423f8.chunk.js
./usr/share/jellyfin/web/4258.7eafeb978a4a336c8222.chunk.js
./usr/share/jellyfin/web/4268.ae930337a9cf5e3c3b63.chunk.js
./usr/share/jellyfin/web/4291.b963b8b61cf8a9570109.chunk.js
./usr/share/jellyfin/web/4291.b963b8b61cf8a9570109.chunk.js.LICENSE.txt
./usr/share/jellyfin/web/4293d79aaa7196eb9ea3.woff2
./usr/share/jellyfin/web/42ca3809491d486ebbab.woff2
./usr/share/jellyfin/web/42d2cf9236a2fb79f559.woff2
./usr/share/jellyfin/web/42f2229d8b30538ae470.woff2
./usr/share/jellyfin/web/4316.eb0b394196b0f5b0eece.chunk.js
./usr/share/jellyfin/web/43200a393655112b7825.woff2
./usr/share/jellyfin/web/4333.cfb1664db2e629f294eb.chunk.js
./usr/share/jellyfin/web/4337.872fd4b02b75a54a5df9.chunk.js
./usr/share/jellyfin/web/433803f3e5e8fa3a41bd.woff2
./usr/share/jellyfin/web/4373.98e74466306fce90e225.chunk.js
./usr/share/jellyfin/web/43a0931b165f996655fc.woff2
./usr/share/jellyfin/web/43d27aeff3b57a77de99.woff2
./usr/share/jellyfin/web/43fb0e8af9561e3859a7.woff2
./usr/share/jellyfin/web/4420.79562385ea0048518f92.chunk.js
./usr/share/jellyfin/web/4431.3f5838536a35fec80a8b.chunk.js
./usr/share/jellyfin/web/44afb823c25c57fbad4c.woff2
./usr/share/jellyfin/web/44bd6487b4528325247b.woff2
./usr/share/jellyfin/web/44d3856e1f76f7a0ff2c.woff2
./usr/share/jellyfin/web/44e21235d4207f8b6961.woff2
./usr/share/jellyfin/web/4503.9ea1fd12b3f5afb186b4.chunk.js
./usr/share/jellyfin/web/4557.8bd11bd0dd29f19fe1cc.chunk.js
./usr/share/jellyfin/web/455ee4f33f6d125f40a2.woff2
./usr/share/jellyfin/web/45aaad07976d68caac2d.woff2
./usr/share/jellyfin/web/46.e190b7a5c796a76caf0b.chunk.js
./usr/share/jellyfin/web/4602.d2bd494203b9d0d8456f.chunk.js
./usr/share/jellyfin/web/4608.60447c4220898c4d73bc.chunk.js
./usr/share/jellyfin/web/4609.63d4dd28702eba339ddc.chunk.js
./usr/share/jellyfin/web/4614.d45ef1058782abaeada5.chunk.js
./usr/share/jellyfin/web/4615.cb8e223f554f92832acc.chunk.js
./usr/share/jellyfin/web/4656.9348e2941c892598e761.chunk.js
./usr/share/jellyfin/web/468bb7404fe3b3637932.woff2
./usr/share/jellyfin/web/4693cd7479607a5a53ae.woff2
./usr/share/jellyfin/web/46b78ee4f93764420617.woff2
./usr/share/jellyfin/web/471.d67bce425535bea6ec56.chunk.js
./usr/share/jellyfin/web/4727.6b541647f617bab871c1.chunk.js
./usr/share/jellyfin/web/474d9fc3bd5eb784adcd.woff2
./usr/share/jellyfin/web/47b25878887ef87ed9ed.woff2
./usr/share/jellyfin/web/47d3ea13726c9fbe0163.woff2
./usr/share/jellyfin/web/47db78aed771d3d5275a.woff2
./usr/share/jellyfin/web/47fba15e3417448ce703.woff2
./usr/share/jellyfin/web/4829.06c2d6044083e74d3684.chunk.js
./usr/share/jellyfin/web/4867.b3159a20ebe938de37fb.chunk.js
./usr/share/jellyfin/web/487f73dcef4bd9806e4d.woff2
./usr/share/jellyfin/web/48dc106250bad3c0b8ed.woff2
./usr/share/jellyfin/web/48dd9dff47abd15b12b5.woff2
./usr/share/jellyfin/web/48f6a9d8dd2075e64ab6.woff2
./usr/share/jellyfin/web/492.87c6efa70bba9de87897.chunk.js
./usr/share/jellyfin/web/4946af81aa7ba1544221.woff2
./usr/share/jellyfin/web/4987.f0606e40b76c1ea2e8a4.chunk.js
./usr/share/jellyfin/web/499788bbc5231e765bde.woff2
./usr/share/jellyfin/web/49c4a3594dc04b70de29.woff2
./usr/share/jellyfin/web/49c64f2a04b513866e5f.woff2
./usr/share/jellyfin/web/49cdd1cae3abc3fffe68.woff2
./usr/share/jellyfin/web/49d14d0eb7bcdf6f2d1b.png
./usr/share/jellyfin/web/49e327431385289765c6.woff2
./usr/share/jellyfin/web/4a5dd5df319dedadb388.woff2
./usr/share/jellyfin/web/4a5ebedd1e793be619a1.woff2
./usr/share/jellyfin/web/4a5f3b6a4de38815ca2c.woff2
./usr/share/jellyfin/web/4a7a6449a2edd06cdaa5.woff2
./usr/share/jellyfin/web/4a838ecb37707f4756ff.woff2
./usr/share/jellyfin/web/4aa6e527680b42467da0.woff2
./usr/share/jellyfin/web/4b2888a8ea6826dcc63c.woff2
./usr/share/jellyfin/web/4b2fe7e69a05d239fbf6.woff2
./usr/share/jellyfin/web/4b3a8298c4338680f261.woff2
./usr/share/jellyfin/web/4b7bcb362cda32269026.woff2
./usr/share/jellyfin/web/4bd2058cc6ffa49642da.woff2
./usr/share/jellyfin/web/4c0fe176697a234606ca.woff2
./usr/share/jellyfin/web/4c681156cb4425b9ffb5.woff2
./usr/share/jellyfin/web/4c6ec96a4e2e1b2f2b09.woff2
./usr/share/jellyfin/web/4d039a13416949bbb782.woff2
./usr/share/jellyfin/web/4d12cb3cca29af3e2aa9.woff2
./usr/share/jellyfin/web/4d16e435e6bfd83c9172.woff2
./usr/share/jellyfin/web/4d81af7f0fbf996caf23.woff2
./usr/share/jellyfin/web/4d9db26bf4ea7ab3e536.woff2
./usr/share/jellyfin/web/4df4acb7c184133c924c.woff2
./usr/share/jellyfin/web/4e1d0c01c23c62fe6ae8.woff2
./usr/share/jellyfin/web/4e37809cc0347e1838f9.woff2
./usr/share/jellyfin/web/4ebfc43c2901dfe34c81.woff2
./usr/share/jellyfin/web/4ede8f6c845621b8f176.woff2
./usr/share/jellyfin/web/4ee4a92dbb5612b50f2c.woff2
./usr/share/jellyfin/web/4f2a39a7f41e3dabdb28.woff2
./usr/share/jellyfin/web/4f2afeb2c2c8814acf56.woff2
./usr/share/jellyfin/web/4f68a2ff0923a5a0620a.woff2
./usr/share/jellyfin/web/4f83ca88bb8a4e216a4a.woff2
./usr/share/jellyfin/web/4f961e457c407c2fa36c.woff2
./usr/share/jellyfin/web/4fa7bba9ab9d75bc3c79.woff2
./usr/share/jellyfin/web/4faf56c7f3f67ad0e36f.woff2
./usr/share/jellyfin/web/5048ca8358b998ed49d8.woff2
./usr/share/jellyfin/web/5058.9f338115ce120ead687f.chunk.js
./usr/share/jellyfin/web/5058a1145e2c69eec64c.woff2
./usr/share/jellyfin/web/507fee561c9edc372663.woff2
./usr/share/jellyfin/web/512.95fe79f27fe4dd82b7fc.chunk.js
./usr/share/jellyfin/web/514fa94782ef6e557adf.woff2
./usr/share/jellyfin/web/5150.15865c773d74b47a2d61.chunk.js
./usr/share/jellyfin/web/5161.09b8433aa6f204cd8033.chunk.js
./usr/share/jellyfin/web/5184.821885c9949145381069.chunk.js
./usr/share/jellyfin/web/51b35eb1734fb316b8c4.woff2
./usr/share/jellyfin/web/51b3d2b0dfaba6650275.woff2
./usr/share/jellyfin/web/51e4d1f47fca1c5529b7.woff2
./usr/share/jellyfin/web/51f178b61e1587c4aeff.woff2
./usr/share/jellyfin/web/5222.5f1fb3876fc6fcdf0907.chunk.js
./usr/share/jellyfin/web/522fa270807b7b12a9ba.png
./usr/share/jellyfin/web/5275.1361a1791898a4a4f0f0.chunk.js
./usr/share/jellyfin/web/527ea11013cdc0132ebd.woff2
./usr/share/jellyfin/web/528.77e39a8fe119c30348ee.chunk.js
./usr/share/jellyfin/web/5282.f47793bcd628ec53c889.chunk.js
./usr/share/jellyfin/web/52c1b605e0ff7f8bc4c9.woff2
./usr/share/jellyfin/web/52e0195dec9449519b0c.woff2
./usr/share/jellyfin/web/531482127e93d955b5df.woff2
./usr/share/jellyfin/web/532a3192551480ecffc0.woff2
./usr/share/jellyfin/web/5344.ba39498f5437b10527d7.chunk.js
./usr/share/jellyfin/web/534cc40e20870d0399a0.woff2
./usr/share/jellyfin/web/5350e4b63548b08011ad.woff2
./usr/share/jellyfin/web/5356.f165d25623c79a4e3676.chunk.js
./usr/share/jellyfin/web/53ae1f3b45691c0501b4.woff2
./usr/share/jellyfin/web/53e1c46684eb302180d3.woff2
./usr/share/jellyfin/web/5410.d6807619628b8886fa78.chunk.js
./usr/share/jellyfin/web/5410.d6807619628b8886fa78.chunk.js.LICENSE.txt
./usr/share/jellyfin/web/5428c1a9fa4a1e7cf649.woff2
./usr/share/jellyfin/web/5487.a6e79037c4e3cc8353ff.chunk.js
./usr/share/jellyfin/web/5487.a6e79037c4e3cc8353ff.chunk.js.LICENSE.txt
./usr/share/jellyfin/web/54e01e0b8a04ec186860.woff2
./usr/share/jellyfin/web/5523571f6f5453df2e64.woff2
./usr/share/jellyfin/web/554300d8e9865234a84d.woff2
./usr/share/jellyfin/web/55477d54c83325d623bc.woff2
./usr/share/jellyfin/web/556e68b7e1edbb060975.woff2
./usr/share/jellyfin/web/5584.4b1f320d197467589a54.chunk.js
./usr/share/jellyfin/web/558e282bad64a92c39f6.woff2
./usr/share/jellyfin/web/55c97dc85e6c5cb36138.woff2
./usr/share/jellyfin/web/55f63ebf37a4d9ca69cc.woff2
./usr/share/jellyfin/web/5649.d0d55274d7aeed4f2e64.chunk.js
./usr/share/jellyfin/web/5653.666747ecc77046fed177.chunk.js
./usr/share/jellyfin/web/5661.26be9ac19ca3358066ae.chunk.js
./usr/share/jellyfin/web/5672.845d051c6e12784c35b1.chunk.js
./usr/share/jellyfin/web/567cc045bd5b98b49c90.woff2
./usr/share/jellyfin/web/568c45009f5bb341256b.woff2
./usr/share/jellyfin/web/569e36a7b6bf748ad40f.woff2
./usr/share/jellyfin/web/56b05ae3ffb5f69670db.woff2
./usr/share/jellyfin/web/56d28e8ac6ebcdf00aa2.woff2
./usr/share/jellyfin/web/5717.836f03859624421dc426.chunk.js
./usr/share/jellyfin/web/5717e312c1e208b7fb51.woff2
./usr/share/jellyfin/web/5725.c402f1e3be6526de2c24.chunk.js
./usr/share/jellyfin/web/572a3c0c20ecf02746a7.woff2
./usr/share/jellyfin/web/574.c2a1067664b21842ccb2.chunk.js
./usr/share/jellyfin/web/5740.a144cbe15436c67c4387.chunk.js
./usr/share/jellyfin/web/5765.1cf15c4cc2fac20cdf52.chunk.js
./usr/share/jellyfin/web/5781805130f711eb4d24.woff2
./usr/share/jellyfin/web/57bdbd5a17acded44aa2.woff2
./usr/share/jellyfin/web/57f0d02741ca25fad2af.woff2
./usr/share/jellyfin/web/58b794efe72af29a9d32.woff2
./usr/share/jellyfin/web/5936.1927638f756c51297e09.chunk.js
./usr/share/jellyfin/web/5937d4b8cc9bc446b61b.woff2
./usr/share/jellyfin/web/59cbfc2ee8aa00ea6fbb.woff2
./usr/share/jellyfin/web/59f943cf8e9e8ba5f3d3.woff2
./usr/share/jellyfin/web/5a06baf4a414d3caafc2.woff2
./usr/share/jellyfin/web/5a5544028eb8f113b964.woff2
./usr/share/jellyfin/web/5a56d1afc0cec93479a2.woff2
./usr/share/jellyfin/web/5a9ce280a56930137328.woff2
./usr/share/jellyfin/web/5aabb7d0aadbcf8399bd.woff2
./usr/share/jellyfin/web/5ad6fd282da19dc89718.woff2
./usr/share/jellyfin/web/5af0e8e0cedf5c801e72.woff2
./usr/share/jellyfin/web/5bbfff17682ff95a5387.woff2
./usr/share/jellyfin/web/5be7969ca2aa21ac837e.woff2
./usr/share/jellyfin/web/5c064b2e0b952a72ccba.woff2
./usr/share/jellyfin/web/5c824039c9288092730c.woff2
./usr/share/jellyfin/web/5ccb9e2036ade531aaba.woff2
./usr/share/jellyfin/web/5ce0bf41ce84d815b291.woff2
./usr/share/jellyfin/web/5d83139f266cfb398ebe.woff2
./usr/share/jellyfin/web/5e8f77dbf711d4ea2e9a.woff2
./usr/share/jellyfin/web/5eb8fe45cd9184bacc43.woff2
./usr/share/jellyfin/web/5ede88c26add83a3a17b.woff2
./usr/share/jellyfin/web/5ee9271f54b2c7871d8f.woff2
./usr/share/jellyfin/web/5f29f85ca30bdec03a66.woff2
./usr/share/jellyfin/web/5f5fd628c197272e6d81.woff2
./usr/share/jellyfin/web/5f8674dbf17f97b966ea.woff2
./usr/share/jellyfin/web/5f9bcc9789ecd1adde5d.woff2
./usr/share/jellyfin/web/5fc2c5bfdfdf02ab5c34.woff2
./usr/share/jellyfin/web/5fd99aec589b127e435e.woff2
./usr/share/jellyfin/web/60067984582ecba15475.woff2
./usr/share/jellyfin/web/6018e17b9197fb625d2f.woff2
./usr/share/jellyfin/web/6021.0c7b5908c69424803713.chunk.js
./usr/share/jellyfin/web/6056.8523e548045542f04e77.chunk.js
./usr/share/jellyfin/web/605666dbb1821a8b47a5.woff2
./usr/share/jellyfin/web/6064310fa03553fbd65a.woff2
./usr/share/jellyfin/web/6066.e7a401c37dea7ee795d8.chunk.js
./usr/share/jellyfin/web/6078.2ac60950bd76f20e8255.chunk.js
./usr/share/jellyfin/web/607c518bb0e78484ce8f.woff2
./usr/share/jellyfin/web/60930209f3303b3558d3.woff2
./usr/share/jellyfin/web/609cd0e39c88c808ebba.woff2
./usr/share/jellyfin/web/60be37fe1b69e1bc1db3.woff2
./usr/share/jellyfin/web/60d67353a80da4e2d0d7.woff2
./usr/share/jellyfin/web/60e94475431ef19c7c1b.woff2
./usr/share/jellyfin/web/611c4bf9d7bc2967ffcf.woff2
./usr/share/jellyfin/web/6129b3f03253e017f19d.woff2
./usr/share/jellyfin/web/6180.41b4b7d8cac38e292c44.chunk.js
./usr/share/jellyfin/web/6185.b48780097585dc61a177.chunk.js
./usr/share/jellyfin/web/61d738d4ab443d604c28.woff2
./usr/share/jellyfin/web/62192f0360ad766c901e.woff2
./usr/share/jellyfin/web/6249.22baa96b692ff4696c54.chunk.js
./usr/share/jellyfin/web/624eaa2977a0aa8e51bc.woff2
./usr/share/jellyfin/web/624ec23c4e22fc2a84b2.woff2
./usr/share/jellyfin/web/6281.3a004033ecd56092f22f.chunk.js
./usr/share/jellyfin/web/62bd2586f493262d0479.woff2
./usr/share/jellyfin/web/6324321a750e90ca32b5.woff2
./usr/share/jellyfin/web/6332f6c5f6a5c8355741.woff2
./usr/share/jellyfin/web/633b353167d76d93b1b5.woff2
./usr/share/jellyfin/web/6343bc74ec6f2b547428.woff2
./usr/share/jellyfin/web/634f7533936860596ea0.woff2
./usr/share/jellyfin/web/6372.d6913143db9abe36f7bb.chunk.js
./usr/share/jellyfin/web/63892040a56b199695df.woff2
./usr/share/jellyfin/web/63a725fe1cf89cb9f7dc.woff2
./usr/share/jellyfin/web/63c0cc206c2abb3c2008.woff2
./usr/share/jellyfin/web/642d3bc678e5fd3c124a.woff2
./usr/share/jellyfin/web/643d53ec0131306becc7.woff2
./usr/share/jellyfin/web/648c25fffbbc9503cb5f.woff2
./usr/share/jellyfin/web/649dc8de760f327967fa.woff2
./usr/share/jellyfin/web/64cf906fb0240d24a316.woff2
./usr/share/jellyfin/web/64d966784cd77b03a79c.json
./usr/share/jellyfin/web/65514675c22b85967b15.woff2
./usr/share/jellyfin/web/6558.a4cc1e95c82507ec2819.chunk.js
./usr/share/jellyfin/web/6560.1c740c7543b9ae7f4f89.chunk.js
./usr/share/jellyfin/web/656ca25cf03c99f3d45c.woff2
./usr/share/jellyfin/web/65a5bfab58ebc61e6a07.woff2
./usr/share/jellyfin/web/65de49033adc007a8dae.woff2
./usr/share/jellyfin/web/6641.df1707c3fa544ffd12b6.chunk.js
./usr/share/jellyfin/web/664409414259e8d780b1.woff2
./usr/share/jellyfin/web/6666196d27dbf1fc98c0.woff2
./usr/share/jellyfin/web/6668.195d5ffa301ac0ece5b4.chunk.js
./usr/share/jellyfin/web/6708.f700d3bdaddc4e5f7014.chunk.js
./usr/share/jellyfin/web/672a6c47dbd9977c5738.woff2
./usr/share/jellyfin/web/675403a0cf9ec56723a1.woff2
./usr/share/jellyfin/web/67662fd9e021578917b9.woff2
./usr/share/jellyfin/web/67669bb16a3348771a23.woff2
./usr/share/jellyfin/web/67740341818b8cfb1eee.woff2
./usr/share/jellyfin/web/6776cdcefb24162b61aa.woff2
./usr/share/jellyfin/web/6787.52ae5f823378b8442d5e.chunk.js
./usr/share/jellyfin/web/679.0891029ce5764866e367.chunk.js
./usr/share/jellyfin/web/679.0891029ce5764866e367.chunk.js.LICENSE.txt
./usr/share/jellyfin/web/67a32172c109532fca2a.woff2
./usr/share/jellyfin/web/67c4ec0fb78ff1162508.woff2
./usr/share/jellyfin/web/67e70711cd8a378a3ee2.woff2
./usr/share/jellyfin/web/680e7ddeb3a091e1c892.woff2
./usr/share/jellyfin/web/6842e887e0cde979889d.woff2
./usr/share/jellyfin/web/685f2f3333429e8c6620.woff2
./usr/share/jellyfin/web/6860.2a1db91db01f62d4b8a5.chunk.js
./usr/share/jellyfin/web/6885.5c8ce6633ad9116bdc7f.chunk.js
./usr/share/jellyfin/web/68d8f22313e87e264536.woff2
./usr/share/jellyfin/web/68dad57e0f6bd7b9ebea.woff2
./usr/share/jellyfin/web/6948.129ef78ccec127f98072.chunk.js
./usr/share/jellyfin/web/69970b01403ff687e984.woff2
./usr/share/jellyfin/web/69cf12e50e3a804d09bb.woff2
./usr/share/jellyfin/web/69d93558357e585334be.woff2
./usr/share/jellyfin/web/69ec94918e485f814116.woff2
./usr/share/jellyfin/web/6a2e2e6b4186720e5d4f.png
./usr/share/jellyfin/web/6a798a8311b2874361d7.woff2
./usr/share/jellyfin/web/6aed78cf0282e8d461b3.woff2
./usr/share/jellyfin/web/6b38dfeee44f0b09eca8.woff2
./usr/share/jellyfin/web/6b8e79f5d9522467abb1.woff2
./usr/share/jellyfin/web/6bd69c8c7ee74f006e56.woff2
./usr/share/jellyfin/web/6c13de4eabadd6fecab3.woff2
./usr/share/jellyfin/web/6c87f14ad87f26d9f82b.woff2
./usr/share/jellyfin/web/6ca1668b9b105ed97b7c.woff2
./usr/share/jellyfin/web/6cedce2f3e0523c35293.woff2
./usr/share/jellyfin/web/6cf016238dc5134398a8.woff2
./usr/share/jellyfin/web/6d2d11f59546a5a668dd.woff2
./usr/share/jellyfin/web/6d60df8b787784c65893.woff2
./usr/share/jellyfin/web/6d63916d40c7d54069e2.woff2
./usr/share/jellyfin/web/6d8e5d87d1c770625e04.woff2
./usr/share/jellyfin/web/6dc940845eb90bc42f5a.woff2
./usr/share/jellyfin/web/6de874568a98308c4a74.png
./usr/share/jellyfin/web/6dff9c88a24d84731f39.woff2
./usr/share/jellyfin/web/6e32c743a8d324c2ebd0.woff2
./usr/share/jellyfin/web/6ea762a6750616a08aa5.woff2
./usr/share/jellyfin/web/6f0fdf3d0940f6364c9b.woff2
./usr/share/jellyfin/web/6f45a8bf898d8e48786a.woff2
./usr/share/jellyfin/web/6f7d58782be9d308999d.woff2
./usr/share/jellyfin/web/6f86365b64a0ab6d273f.woff2
./usr/share/jellyfin/web/70094791867e95fad2e3.woff2
./usr/share/jellyfin/web/701cf6c618cbb835b0fa.woff2
./usr/share/jellyfin/web/7031f5c5f8e4f21e2c59.woff2
./usr/share/jellyfin/web/7046.e40be1a1a18eb7064fc7.chunk.js
./usr/share/jellyfin/web/704d4289cd6af4dd1c14.woff2
./usr/share/jellyfin/web/7057.9660e63d08405b02fa85.chunk.js
./usr/share/jellyfin/web/70865eb33506e84dc3ac.woff2
./usr/share/jellyfin/web/709f759e8f5900c5fc10.woff2
./usr/share/jellyfin/web/70a363a4c14a0d76f15f.woff2
./usr/share/jellyfin/web/70e0d9b7f93e36e9110e.woff2
./usr/share/jellyfin/web/70f4eca20bf535460b0a.woff2
./usr/share/jellyfin/web/71058c319cfbad453d7c.woff2
./usr/share/jellyfin/web/7114.45a2b4e313851560cf66.chunk.js
./usr/share/jellyfin/web/713a2067d095d88b1797.woff2
./usr/share/jellyfin/web/7147.e14fc911fe48bac04b06.chunk.js
./usr/share/jellyfin/web/7159956e33dc3e3e707a.woff2
./usr/share/jellyfin/web/71f122221fdbded08dc8.woff2
./usr/share/jellyfin/web/71fb7fb7b9568b93c6b8.woff2
./usr/share/jellyfin/web/7206447cf82c6cb96875.woff2
./usr/share/jellyfin/web/7216.c44fc07f8a77e7dde5c9.chunk.js
./usr/share/jellyfin/web/7219.acd780ee80361fb47de1.chunk.js
./usr/share/jellyfin/web/72203afe3cb3e32018b6.woff2
./usr/share/jellyfin/web/72442838bd9c527e9aa2.woff2
./usr/share/jellyfin/web/7265fcda3ecb4789af35.woff2
./usr/share/jellyfin/web/7267608a18f83e55a624.woff2
./usr/share/jellyfin/web/7277.f8ac82783a023dc1d2e9.chunk.js
./usr/share/jellyfin/web/7282.fb356d4e2f76f65e6dea.chunk.js
./usr/share/jellyfin/web/72c1406a7a5d3a335d78.woff2
./usr/share/jellyfin/web/72d44d530e08b940e603.woff2
./usr/share/jellyfin/web/72ec4c02180a8298b214.woff2
./usr/share/jellyfin/web/72fbee828395ff11b5c9.woff2
./usr/share/jellyfin/web/7307.9caa46eae9fa21f68117.chunk.js
./usr/share/jellyfin/web/73370761592b61c21032.woff2
./usr/share/jellyfin/web/734d04fcab4be1e12f60.woff2
./usr/share/jellyfin/web/735567272a980a802d6f.woff2
./usr/share/jellyfin/web/738a3e9a5dc835152df5.woff2
./usr/share/jellyfin/web/7390fc49a7b5039c644e.woff2
./usr/share/jellyfin/web/73a178bd8f97d83b3ed4.woff2
./usr/share/jellyfin/web/73b0c520a21c03957722.woff2
./usr/share/jellyfin/web/741ae8aa81b6b026491e.woff2
./usr/share/jellyfin/web/7436593dbbde17766579.woff2
./usr/share/jellyfin/web/7478b5615077b6ec7a19.woff2
./usr/share/jellyfin/web/7487812b5bb65d1a80e6.woff2
./usr/share/jellyfin/web/74ce2b743c33a4197e5c.gif
./usr/share/jellyfin/web/7507.437962d91a460df2ecbf.chunk.js
./usr/share/jellyfin/web/753d58fe88f32e748a1d.woff2
./usr/share/jellyfin/web/757.88cafa47f16afbf076f3.chunk.js
./usr/share/jellyfin/web/75856e74dc4561bea142.woff2
./usr/share/jellyfin/web/75a26880cc0c62243629.woff2
./usr/share/jellyfin/web/75b3df7478f9ee4354a5.woff2
./usr/share/jellyfin/web/75b9f108fcb3da70d1f3.woff2
./usr/share/jellyfin/web/762605e7532a5acab20b.woff2
./usr/share/jellyfin/web/7686f6a8a990e381d4be.woff2
./usr/share/jellyfin/web/768810fe851e9d4a5dd8.woff2
./usr/share/jellyfin/web/76aba4e1921c8c50f55c.woff2
./usr/share/jellyfin/web/76fd096dd9d5e67a7273.woff2
./usr/share/jellyfin/web/7800f7f232a983980676.woff2
./usr/share/jellyfin/web/7829cecd99313609f0c3.woff2
./usr/share/jellyfin/web/784a2398ae2659fbeb38.woff2
./usr/share/jellyfin/web/785cf0062307651f7d38.woff2
./usr/share/jellyfin/web/7860.6d6adc949fc3e4f6a82f.chunk.js
./usr/share/jellyfin/web/7876c9f0d9154830fc7c.woff2
./usr/share/jellyfin/web/78b7846fdfc6ffae4cbb.woff2
./usr/share/jellyfin/web/7923.ac1408a8be794a464d81.chunk.js
./usr/share/jellyfin/web/79b24539b956fca1fb89.woff2
./usr/share/jellyfin/web/79be4e9c5dfd16090054.woff2
./usr/share/jellyfin/web/79ecba9fcfe1b4ab8502.woff2
./usr/share/jellyfin/web/7a80c22de8565ba9ec24.woff2
./usr/share/jellyfin/web/7ab5533187dc246238f6.woff2
./usr/share/jellyfin/web/7adefaa09a51d1fcdb02.woff2
./usr/share/jellyfin/web/7afafb81199d8c8198b0.woff2
./usr/share/jellyfin/web/7b04d12d6778f67f5e84.woff2
./usr/share/jellyfin/web/7b196848cd4a28a17fb7.woff2
./usr/share/jellyfin/web/7b57674d7b559b496fe4.woff2
./usr/share/jellyfin/web/7b5eb6dd19455f92600b.woff2
./usr/share/jellyfin/web/7b689e9c7ef9844c9565.woff2
./usr/share/jellyfin/web/7b8ef9809145cfec0aa6.png
./usr/share/jellyfin/web/7c10ea2940ac43f9e007.woff2
./usr/share/jellyfin/web/7c1f74c957c812af8b3b.woff2
./usr/share/jellyfin/web/7c296e0db9aef0b0079f.woff2
./usr/share/jellyfin/web/7cbf93eb3439ce199a4a.woff2
./usr/share/jellyfin/web/7ce6cbed7f9390aed8f1.woff2
./usr/share/jellyfin/web/7d178327085e684d15e5.woff2
./usr/share/jellyfin/web/7d66b726e2cbc6c7b2f3.woff2
./usr/share/jellyfin/web/7d6d2a44042722675463.woff2
./usr/share/jellyfin/web/7d6f46c1878ed593b420.woff2
./usr/share/jellyfin/web/7d99987de27ac3500fbf.woff2
./usr/share/jellyfin/web/7e15a8c6ecdf19a7bb11.woff2
./usr/share/jellyfin/web/7e6d5ac2370be948fe4c.woff2
./usr/share/jellyfin/web/7ea1099dff9ffdc54fc2.woff2
./usr/share/jellyfin/web/7f23ea92461056e530d6.woff2
./usr/share/jellyfin/web/7f65400c6b61f9dd1187.woff2
./usr/share/jellyfin/web/7f710822fa35e19bdcef.woff2
./usr/share/jellyfin/web/7f7d360817a87fe48d36.woff2
./usr/share/jellyfin/web/7f9ca3381c6f669cbffa.woff2
./usr/share/jellyfin/web/7f9e84325f1a67094f70.woff2
./usr/share/jellyfin/web/7fd056648da065782dcc.woff2
./usr/share/jellyfin/web/8000.5ab9c5012856fa89518c.chunk.js
./usr/share/jellyfin/web/8013.a7a620c47f27bdc1b322.chunk.js
./usr/share/jellyfin/web/8037.8cf125e4bd5ebe0a117f.chunk.js
./usr/share/jellyfin/web/80371478e7f1f080aa03.woff2
./usr/share/jellyfin/web/808f82bf68372ea6dfd6.woff2
./usr/share/jellyfin/web/80ec7b7b581431ffdd7b.woff2
./usr/share/jellyfin/web/80fbdc75370a5e23e654.woff2
./usr/share/jellyfin/web/8103d264ae00203c2665.woff2
./usr/share/jellyfin/web/8129.79716e4e35b7343748e9.chunk.js
./usr/share/jellyfin/web/81a315fdb7630d3cae9d.woff2
./usr/share/jellyfin/web/81a4a3f25d3b8d1fda93.woff2
./usr/share/jellyfin/web/81aed0fadaebc2c9125c.woff2
./usr/share/jellyfin/web/81ce428db1a9a998fc0d.woff2
./usr/share/jellyfin/web/81d08a3b6da0b2068e67.woff2
./usr/share/jellyfin/web/81e1ea2d0d1412afb557.woff2
./usr/share/jellyfin/web/822deea797ca34f96f03.woff2
./usr/share/jellyfin/web/8233.82228f339f6ae66a80d5.chunk.js
./usr/share/jellyfin/web/8233.82228f339f6ae66a80d5.chunk.js.LICENSE.txt
./usr/share/jellyfin/web/82675d8db70d7b612bcd.woff2
./usr/share/jellyfin/web/8276.0dc6051919d35535189d.chunk.js
./usr/share/jellyfin/web/82b4503dd0cc7277f718.woff2
./usr/share/jellyfin/web/82bd3f6c967de642d00e.woff2
./usr/share/jellyfin/web/82fe1d679c293fe88ff8.woff2
./usr/share/jellyfin/web/831293a96137b72b85fa.woff2
./usr/share/jellyfin/web/832.7571973c499e99883a68.chunk.js
./usr/share/jellyfin/web/835543aa7ec123238dc9.woff2
./usr/share/jellyfin/web/83839de69f6aa3c00023.woff2
./usr/share/jellyfin/web/8397.9e3cb2ea6b4f6f33b35f.chunk.js
./usr/share/jellyfin/web/83aa1a642dbd68239b77.woff2
./usr/share/jellyfin/web/83fe061c2d558f5ee23c.woff2
./usr/share/jellyfin/web/842077e9b365a97cb536.woff2
./usr/share/jellyfin/web/845df535e7caf87a6753.woff2
./usr/share/jellyfin/web/84830cfd1652a5f8f4c7.woff2
./usr/share/jellyfin/web/84a2553b2d140a931ff3.woff2
./usr/share/jellyfin/web/84bbba58119359db3696.woff2
./usr/share/jellyfin/web/84ff580f775112d8be1a.woff2
./usr/share/jellyfin/web/8504.2db13a89f6ff6a44e615.chunk.js
./usr/share/jellyfin/web/8537.e871787c68882af3c8d7.chunk.js
./usr/share/jellyfin/web/85963d3a540139a0e896.woff2
./usr/share/jellyfin/web/860bd1305613c438188c.woff2
./usr/share/jellyfin/web/860e442ec5e345416975.woff2
./usr/share/jellyfin/web/860f08428f959867d7a1.woff2
./usr/share/jellyfin/web/8626.526fb3bf6f48072dc352.chunk.js
./usr/share/jellyfin/web/867cab7fbdaa90ae8d70.woff2
./usr/share/jellyfin/web/8692.fbecb48c3d6b151c5c54.chunk.js
./usr/share/jellyfin/web/8699ac24556c0ac7b657.woff2
./usr/share/jellyfin/web/86c035956cd93a07ab07.woff2
./usr/share/jellyfin/web/86f6b0f51b4d216d435a.woff2
./usr/share/jellyfin/web/8706.b016f57e2ceec9d94269.chunk.js
./usr/share/jellyfin/web/872.8adb3ac7d3a4135c5f23.chunk.js
./usr/share/jellyfin/web/875589f87fa3bb1b6167.woff2
./usr/share/jellyfin/web/876c8ad7bff13b444cd2.woff2
./usr/share/jellyfin/web/87ddf157413af9175eed.woff2
./usr/share/jellyfin/web/8806.ec2b50c21ecd06d43f54.chunk.js
./usr/share/jellyfin/web/8828bc44e22bf7481e3c.woff2
./usr/share/jellyfin/web/884c38b33526cd62e83a.woff2
./usr/share/jellyfin/web/88531351a5930a3d2cf9.woff2
./usr/share/jellyfin/web/886cb8ee38342e844d9d.woff2
./usr/share/jellyfin/web/8872.af01f38827899f440345.chunk.js
./usr/share/jellyfin/web/88cb5baf7e467e5a442a.woff2
./usr/share/jellyfin/web/89062f6f21352518656d.woff2
./usr/share/jellyfin/web/8995.1f32057f557fb0fbc74b.chunk.js
./usr/share/jellyfin/web/89c689f127f0109ea5e1.woff2
./usr/share/jellyfin/web/8a52b42ca2a3e15ab233.woff2
./usr/share/jellyfin/web/8a53d8c4656e10b429d0.woff2
./usr/share/jellyfin/web/8a564d456131fcf391ba.woff2
./usr/share/jellyfin/web/8a821f71e1b93b7981d1.woff2
./usr/share/jellyfin/web/8b3b8b3a62f62177d66f.woff2
./usr/share/jellyfin/web/8b44afb041ce7c26e02a.woff2
./usr/share/jellyfin/web/8b6cc9eec941d321de6f.woff2
./usr/share/jellyfin/web/8c7081a9ede2a0ffc1c0.woff2
./usr/share/jellyfin/web/8cff34fbe6de6933d502.woff2
./usr/share/jellyfin/web/8d09dafee460384f846e.woff2
./usr/share/jellyfin/web/8d12361895887ed27c5c.woff2
./usr/share/jellyfin/web/8d2a95d02ba8bde08bfe.woff2
./usr/share/jellyfin/web/8d454dbef7b7d62610ec.woff2
./usr/share/jellyfin/web/8e7d099aa48b74d21943.woff2
./usr/share/jellyfin/web/8ea016db6d5639236192.woff2
./usr/share/jellyfin/web/8edab46e0613bf2590ff.woff2
./usr/share/jellyfin/web/8f233aa6b9f478d82229.woff2
./usr/share/jellyfin/web/8f7f41c31a92c21385f5.woff2
./usr/share/jellyfin/web/8f84a2085142bf86060b.woff2
./usr/share/jellyfin/web/8f90657001348d5886db.woff2
./usr/share/jellyfin/web/8f94a8a857b404040cfe.woff2
./usr/share/jellyfin/web/8fa7af9cdc3602d83403.woff2
./usr/share/jellyfin/web/8fbee7ab6f135c916cc7.woff2
./usr/share/jellyfin/web/90066f43753e73ad42dd.woff2
./usr/share/jellyfin/web/9022e0a2a847d56ccc9a.woff2
./usr/share/jellyfin/web/90471e989e93c6f2f5bf.woff2
./usr/share/jellyfin/web/9066be49e0766a0f97b8.woff2
./usr/share/jellyfin/web/906a02d75b8440ab351d.woff2
./usr/share/jellyfin/web/90bac85639bd265347bb.woff2
./usr/share/jellyfin/web/9165.277616214c098c84902d.chunk.js
./usr/share/jellyfin/web/91d1ec0022cbe483026a.woff2
./usr/share/jellyfin/web/91d6c2eef5e18c45300b.woff2
./usr/share/jellyfin/web/9204.5fcf43a5a03ce5554a48.chunk.js
./usr/share/jellyfin/web/9310afd765d3e3e59ded.woff2
./usr/share/jellyfin/web/93163993ede57c3b3f81.woff2
./usr/share/jellyfin/web/934a621a2e27805b1158.woff2
./usr/share/jellyfin/web/9368.c8a47b39dd4cdedf4c9d.chunk.js
./usr/share/jellyfin/web/939d512a4163b4b766e2.woff2
./usr/share/jellyfin/web/93c67f46e03f8cc4a1ee.woff2
./usr/share/jellyfin/web/943cd28d8619da5efe90.woff2
./usr/share/jellyfin/web/9440.e9b0ba5367358d862b89.chunk.js
./usr/share/jellyfin/web/9446.0de19fc1e1795712d9c8.chunk.js
./usr/share/jellyfin/web/9451.f6c20398eb08116243f2.chunk.js
./usr/share/jellyfin/web/945e49c83bcc86c69596.woff2
./usr/share/jellyfin/web/94a7706ebf336dbab6bb.woff2
./usr/share/jellyfin/web/94ee7bd90aaab40f0612.woff2
./usr/share/jellyfin/web/951de3a544f9985694fa.woff2
./usr/share/jellyfin/web/954974164f19b165f834.woff2
./usr/share/jellyfin/web/9560.753c4a148659310e1326.chunk.js
./usr/share/jellyfin/web/9606.d848194b7280afdcc8da.chunk.js
./usr/share/jellyfin/web/960a4b0bd822d93cd272.woff2
./usr/share/jellyfin/web/962e657ca16c3beedc4f.woff2
./usr/share/jellyfin/web/964.9c7b49a22ac5255746a9.chunk.js
./usr/share/jellyfin/web/971b479e312d38a9f698.woff2
./usr/share/jellyfin/web/972363dbecd3b5cb5003.woff2
./usr/share/jellyfin/web/9789.8359b1c51d230841f66b.chunk.js
./usr/share/jellyfin/web/97adcb22ddd0b0d7d464.woff2
./usr/share/jellyfin/web/97df86f6112687ccacd9.woff2
./usr/share/jellyfin/web/97f9211576d8856f9886.woff2
./usr/share/jellyfin/web/97fa76690355b20182b6.woff2
./usr/share/jellyfin/web/9800.ca719c365fb298aec137.chunk.js
./usr/share/jellyfin/web/982.bcca4c0f82d88f93d3e4.chunk.js
./usr/share/jellyfin/web/984502137f13717ffce1.woff2
./usr/share/jellyfin/web/986126509865265d5af7.woff2
./usr/share/jellyfin/web/98f33bada94d2956aabf.woff2
./usr/share/jellyfin/web/9904.308cec8501101778c445.chunk.js
./usr/share/jellyfin/web/9944.cbb0feb1a224d2040a2e.chunk.js
./usr/share/jellyfin/web/994dc55535710eb869df.woff2
./usr/share/jellyfin/web/9961656782570d55cfb8.woff2
./usr/share/jellyfin/web/9965ff8df0362b66ae08.woff2
./usr/share/jellyfin/web/9969.f509eca5817a8a38255e.chunk.js
./usr/share/jellyfin/web/9974.3b1bf88d70fa7e52a5fc.chunk.js
./usr/share/jellyfin/web/99ff2c4541b0651e5150.woff2
./usr/share/jellyfin/web/9a221aad50b5129fa877.woff2
./usr/share/jellyfin/web/9a23779ec4c6352e301e.woff2
./usr/share/jellyfin/web/9a3cfd9fbc0920b976db.woff2
./usr/share/jellyfin/web/9a401523d0397317388d.woff2
./usr/share/jellyfin/web/9a5d1d02ae526c656954.woff2
./usr/share/jellyfin/web/9b536b2d79d9048e4e28.woff2
./usr/share/jellyfin/web/9b67c90897bf4878f168.woff2
./usr/share/jellyfin/web/9b88e07341540368636c.woff2
./usr/share/jellyfin/web/9bf3444225d1831929e9.woff2
./usr/share/jellyfin/web/9c240ed0448222923c71.woff2
./usr/share/jellyfin/web/9ca3865b69a6638d3b0d.woff2
./usr/share/jellyfin/web/9ca3dc388da9afdabe79.woff2
./usr/share/jellyfin/web/9cb303ac9e587d1d34ea.woff2
./usr/share/jellyfin/web/9cc80869c201f0da5ce6.woff2
./usr/share/jellyfin/web/9cd3d4a2e5005ade8daa.woff2
./usr/share/jellyfin/web/9d147657bab43dc15c14.woff2
./usr/share/jellyfin/web/9d20e38ac67af4fce39d.woff2
./usr/share/jellyfin/web/9d4053f8f867039234d7.woff2
./usr/share/jellyfin/web/9d5e8bb58af9a3f9eb91.woff2
./usr/share/jellyfin/web/9d614e1456d42c96692e.woff2
./usr/share/jellyfin/web/9d7151811580facd9cbf.woff2
./usr/share/jellyfin/web/9dcfacc808f63a216c52.woff2
./usr/share/jellyfin/web/9e7a8bdf9e0f6c55e14c.woff2
./usr/share/jellyfin/web/9e8f5032924d1d02fcd9.woff2
./usr/share/jellyfin/web/9f7c8d97bc9387660fdc.woff2
./usr/share/jellyfin/web/9f7e03c88d5adb435698.woff2
./usr/share/jellyfin/web/9fa19bf2bd6c23a055e4.woff2
./usr/share/jellyfin/web/9fa5f7bd0fa2652867e6.woff2
./usr/share/jellyfin/web/9fcfebc7e5a6bc598474.woff2
./usr/share/jellyfin/web/NewUserPage.2cea142d4f66ba17a150.chunk.js
./usr/share/jellyfin/web/NewUserPage.2cea142d4f66ba17a150.chunk.js.LICENSE.txt
./usr/share/jellyfin/web/SearchPage.cfb9e3d421eb3859f24a.chunk.js
./usr/share/jellyfin/web/SearchPage.cfb9e3d421eb3859f24a.chunk.js.LICENSE.txt
./usr/share/jellyfin/web/UserEditPage.4f6ef466462ef46af1d8.chunk.js
./usr/share/jellyfin/web/UserEditPage.4f6ef466462ef46af1d8.chunk.js.LICENSE.txt
./usr/share/jellyfin/web/UserLibraryAccessPage.f92659ced2e34f704e70.chunk.js
./usr/share/jellyfin/web/UserLibraryAccessPage.f92659ced2e34f704e70.chunk.js.LICENSE.txt
./usr/share/jellyfin/web/UserParentalControl.4264d1ffc2aed2a6250a.chunk.js
./usr/share/jellyfin/web/UserPasswordPage.e6b5bcea2de7832e7808.chunk.js
./usr/share/jellyfin/web/UserPasswordPage.e6b5bcea2de7832e7808.chunk.js.LICENSE.txt
./usr/share/jellyfin/web/UserProfilePage.dd793e61122093652bba.chunk.js
./usr/share/jellyfin/web/UserProfilesPage.a9801944ada38abe9c03.chunk.js
./usr/share/jellyfin/web/UserProfilesPage.a9801944ada38abe9c03.chunk.js.LICENSE.txt
./usr/share/jellyfin/web/a011f56ebc551121c500.woff2
./usr/share/jellyfin/web/a024b5f582be60a79ab8.woff2
./usr/share/jellyfin/web/a02a04b12eaf315d697d.woff2
./usr/share/jellyfin/web/a0398bdbebd9aa8826e3.woff2
./usr/share/jellyfin/web/a0962c370dd75ee08cc6.woff2
./usr/share/jellyfin/web/a0a20baf48f695ec3a2d.woff2
./usr/share/jellyfin/web/a0ab7e852914a766067f.woff2
./usr/share/jellyfin/web/a0e4059d81c4ca5012e2.woff2
./usr/share/jellyfin/web/a0edd8efc05c1f6923bb.woff2
./usr/share/jellyfin/web/a12eb158a4113ee68ede.woff2
./usr/share/jellyfin/web/a1556d07d81363b1a37e.woff2
./usr/share/jellyfin/web/a213d04e0ffa1d94da19.woff2
./usr/share/jellyfin/web/a2419acdc97a4c3823df.woff2
./usr/share/jellyfin/web/a29624a3ee9e17d56705.woff2
./usr/share/jellyfin/web/a305fef0b462b0fe39e1.woff2
./usr/share/jellyfin/web/a332fba223aa7bb15680.woff2
./usr/share/jellyfin/web/a34734f499b38354c11e.woff2
./usr/share/jellyfin/web/a353a1db51c3dedf1068.woff2
./usr/share/jellyfin/web/a3643d92acd4d6076cf7.woff2
./usr/share/jellyfin/web/a3720b5c9cf90c14a2a8.woff2
./usr/share/jellyfin/web/a38381d23c5b358c02b6.woff2
./usr/share/jellyfin/web/a45326079a168accecf9.woff2
./usr/share/jellyfin/web/a4773317f9348ab37a60.woff2
./usr/share/jellyfin/web/a4aa323dfefcebd79358.woff2
./usr/share/jellyfin/web/a50663fd866798345c75.woff2
./usr/share/jellyfin/web/a55f214b3f05f3d41afa.woff2
./usr/share/jellyfin/web/a590dd6346172d16a247.woff2
./usr/share/jellyfin/web/a6aac7bd528feb72e943.woff2
./usr/share/jellyfin/web/a6b3ad288720a3626da0.woff2
./usr/share/jellyfin/web/a6bac16af7b7abcc621f.woff2
./usr/share/jellyfin/web/a704db4187b5f10a3b28.woff2
./usr/share/jellyfin/web/a730d95da2f7406c1690.woff2
./usr/share/jellyfin/web/a78520db9363c06bdb2e.woff2
./usr/share/jellyfin/web/a7916f741fb1cb45b8a3.woff2
./usr/share/jellyfin/web/a8048b8c480a39601b52.woff2
./usr/share/jellyfin/web/a84cc54a1b57d30f308b.woff2
./usr/share/jellyfin/web/a894b0745dced00fa584.woff2
./usr/share/jellyfin/web/a8c4ac9528856f15ab2a.woff2
./usr/share/jellyfin/web/a8dc923fbf3b43db3cec.woff2
./usr/share/jellyfin/web/a94d5f97274c94ca8bff.woff2
./usr/share/jellyfin/web/a954861314517e5f15cd.woff2
./usr/share/jellyfin/web/a96221312e0d84f11e00.woff2
./usr/share/jellyfin/web/a962662957ebbb8eb436.png
./usr/share/jellyfin/web/a99efa629d3e88829929.woff2
./usr/share/jellyfin/web/a9cce5245c0e5946a8b3.woff2
./usr/share/jellyfin/web/aa7511364f2ab0215a4f.woff2
./usr/share/jellyfin/web/aa966500df02e3282d3d.woff2
./usr/share/jellyfin/web/ab211827eb8768935733.woff2
./usr/share/jellyfin/web/ab3b29b5bb19d28b3eea.woff2
./usr/share/jellyfin/web/ab71cf50ee077c211a7f.woff2
./usr/share/jellyfin/web/ab9d62ff8cd8bc5ddd9a.woff2
./usr/share/jellyfin/web/aba5a52b7bea72efce7e.woff2
./usr/share/jellyfin/web/ac11f2429e04c0aa2423.woff2
./usr/share/jellyfin/web/ac5c4946fda41796ab0b.woff2
./usr/share/jellyfin/web/aca4ce10ac7f2fde1313.woff2
./usr/share/jellyfin/web/ad54c668878984808ce0.woff2
./usr/share/jellyfin/web/ade7110afae9ca41546b.woff2
./usr/share/jellyfin/web/ae65ac9b6fdd970a4aa9.woff2
./usr/share/jellyfin/web/aee11122dbe80c64fddb.woff2
./usr/share/jellyfin/web/aef30bd507a35c7688c7.woff
./usr/share/jellyfin/web/af3ad1acfb4daf41c4c4.woff2
./usr/share/jellyfin/web/af45fd9d002e003b50f1.woff2
./usr/share/jellyfin/web/af70e923b2eb6ffeafd0.woff2
./usr/share/jellyfin/web/af915d7cb9cf382caecc.woff2
./usr/share/jellyfin/web/afaf4f2ac88e8dab66ec.woff2
./usr/share/jellyfin/web/apiclient.d.ts
./usr/share/jellyfin/web/assets/
./usr/share/jellyfin/web/assets/audio/
./usr/share/jellyfin/web/assets/audio/silence.mp3
./usr/share/jellyfin/web/assets/img/
./usr/share/jellyfin/web/assets/img/avatar.png
./usr/share/jellyfin/web/assets/img/banner-dark.png
./usr/share/jellyfin/web/assets/img/banner-light.png
./usr/share/jellyfin/web/assets/img/devices/
./usr/share/jellyfin/web/assets/img/devices/android.svg
./usr/share/jellyfin/web/assets/img/devices/apple.svg
./usr/share/jellyfin/web/assets/img/devices/chrome.svg
./usr/share/jellyfin/web/assets/img/devices/edge.svg
./usr/share/jellyfin/web/assets/img/devices/edgechromium.svg
./usr/share/jellyfin/web/assets/img/devices/firefox.svg
./usr/share/jellyfin/web/assets/img/devices/html5.svg
./usr/share/jellyfin/web/assets/img/devices/kodi.svg
./usr/share/jellyfin/web/assets/img/devices/msie.svg
./usr/share/jellyfin/web/assets/img/devices/opera.svg
./usr/share/jellyfin/web/assets/img/devices/other.svg
./usr/share/jellyfin/web/assets/img/devices/playstation.svg
./usr/share/jellyfin/web/assets/img/devices/safari.svg
./usr/share/jellyfin/web/assets/img/devices/samsungtv.svg
./usr/share/jellyfin/web/assets/img/devices/windows.svg
./usr/share/jellyfin/web/assets/img/devices/xbox.svg
./usr/share/jellyfin/web/assets/img/equalizer.gif
./usr/share/jellyfin/web/assets/img/fresh.svg
./usr/share/jellyfin/web/assets/img/icon-transparent.png
./usr/share/jellyfin/web/assets/img/rotten.svg
./usr/share/jellyfin/web/assets/splash/
./usr/share/jellyfin/web/assets/splash/ipad_splash.png
./usr/share/jellyfin/web/assets/splash/ipad_splash_l.png
./usr/share/jellyfin/web/assets/splash/ipadpro1_splash.png
./usr/share/jellyfin/web/assets/splash/ipadpro1_splash_l.png
./usr/share/jellyfin/web/assets/splash/ipadpro2_splash.png
./usr/share/jellyfin/web/assets/splash/ipadpro2_splash_l.png
./usr/share/jellyfin/web/assets/splash/ipadpro3_splash.png
./usr/share/jellyfin/web/assets/splash/ipadpro3_splash_l.png
./usr/share/jellyfin/web/assets/splash/iphone5_splash.png
./usr/share/jellyfin/web/assets/splash/iphone5_splash_l.png
./usr/share/jellyfin/web/assets/splash/iphone6_splash.png
./usr/share/jellyfin/web/assets/splash/iphone6_splash_l.png
./usr/share/jellyfin/web/assets/splash/iphoneplus_splash.png
./usr/share/jellyfin/web/assets/splash/iphoneplus_splash_l.png
./usr/share/jellyfin/web/assets/splash/iphonex_splash.png
./usr/share/jellyfin/web/assets/splash/iphonex_splash_l.png
./usr/share/jellyfin/web/assets/splash/iphonexr_splash.png
./usr/share/jellyfin/web/assets/splash/iphonexr_splash_l.png
./usr/share/jellyfin/web/assets/splash/iphonexsmax_splash.png
./usr/share/jellyfin/web/assets/splash/iphonexsmax_splash_l.png
./usr/share/jellyfin/web/b0b5d7b45bf99fd74ab6.woff2
./usr/share/jellyfin/web/b0c02df0a36b25aa7f6b.woff2
./usr/share/jellyfin/web/b0c70447f78f04253517.woff2
./usr/share/jellyfin/web/b0ca610ca80901202f2b.woff2
./usr/share/jellyfin/web/b0e2612fa20f5735701c.woff2
./usr/share/jellyfin/web/b10580d1baac9625edfd.woff2
./usr/share/jellyfin/web/b1221b20d15be61b8cda.woff2
./usr/share/jellyfin/web/b1572bac6c40a00e0738.woff2
./usr/share/jellyfin/web/b1a26761df02629d57a8.woff2
./usr/share/jellyfin/web/b1bbef969b74609447d6.woff2
./usr/share/jellyfin/web/b1c676e7afe15ddaf247.woff2
./usr/share/jellyfin/web/b1cc95249b4872ebe338.woff2
./usr/share/jellyfin/web/b1ec90a45cd3c90fe3bb.woff2
./usr/share/jellyfin/web/b22d23232b9cbb5ae4bd.woff2
./usr/share/jellyfin/web/b28274941b2ab84851ae.woff2
./usr/share/jellyfin/web/b342b07f01a1758ec6e5.woff2
./usr/share/jellyfin/web/b37d320194b55b0f0654.woff2
./usr/share/jellyfin/web/b392134c75b256499e42.woff2
./usr/share/jellyfin/web/b3a953f7867ea0e92797.woff2
./usr/share/jellyfin/web/b3b7f728b0a4556aa4a6.woff2
./usr/share/jellyfin/web/b431ec581214a85b9955.woff2
./usr/share/jellyfin/web/b452b12d530410e7ef62.woff2
./usr/share/jellyfin/web/b59ada8f3931fa0d3377.woff2
./usr/share/jellyfin/web/b5bc13b4dc5cd6cef49f.woff2
./usr/share/jellyfin/web/b5c1267edb88996875c6.woff2
./usr/share/jellyfin/web/b62b284d05477cce9108.woff2
./usr/share/jellyfin/web/b63a66e538e57d1b0e89.woff2
./usr/share/jellyfin/web/b63e01da5ade7df922f5.woff2
./usr/share/jellyfin/web/b660a5dfa8923ae5e19f.woff2
./usr/share/jellyfin/web/b694f808c07822ab5927.woff2
./usr/share/jellyfin/web/b6ef2d87c5ecc21c1311.woff2
./usr/share/jellyfin/web/b70d9b81814f7ac09a45.woff2
./usr/share/jellyfin/web/b7a29eabc5b513f7a841.woff2
./usr/share/jellyfin/web/b82dcfcfa71359fb7d7f.woff2
./usr/share/jellyfin/web/b83e7a88381c42995530.woff2
./usr/share/jellyfin/web/b84cba06c4090a80f41f.woff2
./usr/share/jellyfin/web/b85638fac92fb9c40af1.woff2
./usr/share/jellyfin/web/b89df67e89ea87ef70b7.woff2
./usr/share/jellyfin/web/b8abdc4aa8a6690313b0.woff2
./usr/share/jellyfin/web/b8c79e4f31a329b9253f.woff2
./usr/share/jellyfin/web/b96b711aec5cc3d60d87.woff2
./usr/share/jellyfin/web/b9929e251bc3cec482d0.woff2
./usr/share/jellyfin/web/b9e80ff144bfe12fa796.woff2
./usr/share/jellyfin/web/ba154d95a85f35c26fea.woff2
./usr/share/jellyfin/web/ba1bf47c53f46253d9e2.woff2
./usr/share/jellyfin/web/ba2162fa343f79114863.woff2
./usr/share/jellyfin/web/ba927e247364333d9b5b.woff2
./usr/share/jellyfin/web/baa7dfd4fe822662bef0.woff2
./usr/share/jellyfin/web/baafa93a783b76e667ec.png
./usr/share/jellyfin/web/bac5157b92fe92ff1456.woff2
./usr/share/jellyfin/web/backdropScreensaver-plugin.8af771f13a14b5a05c74.chunk.js
./usr/share/jellyfin/web/bb40b2c3d56c27b64798.woff2
./usr/share/jellyfin/web/bbb3e6d43389ba0d436c.png
./usr/share/jellyfin/web/bbe546c2ffc3cd8bfcdb.woff2
./usr/share/jellyfin/web/bbfd637564542aff1ee5.woff2
./usr/share/jellyfin/web/bbfe93da850668814376.woff2
./usr/share/jellyfin/web/bc19b48fc89dffbcb064.woff2
./usr/share/jellyfin/web/bc20c8e46fc95999cbff.woff2
./usr/share/jellyfin/web/bc81f68aeb8bd2e80b55.woff2
./usr/share/jellyfin/web/bc8d51405ec040305a87.ico
./usr/share/jellyfin/web/bcb7eddc9fb326ec6bf8.woff2
./usr/share/jellyfin/web/bd04f7f58813a4025247.woff2
./usr/share/jellyfin/web/bd33f2fb8f1b76fb1835.woff2
./usr/share/jellyfin/web/bd71c59e4c281208ae4d.woff2
./usr/share/jellyfin/web/bd8872c08189deda282a.woff2
./usr/share/jellyfin/web/bdb95967291ebee44ec3.woff2
./usr/share/jellyfin/web/bdc0745d8e0868784043.woff2
./usr/share/jellyfin/web/be14bc614e55c636e568.woff2
./usr/share/jellyfin/web/be6c1556ab3ed32961e5.woff2
./usr/share/jellyfin/web/bee6e2e45e4537b645a2.woff2
./usr/share/jellyfin/web/bf19bb33465e1c0572c9.woff2
./usr/share/jellyfin/web/bf7af2b7590e214060bf.woff2
./usr/share/jellyfin/web/bf925263d775d762781f.woff2
./usr/share/jellyfin/web/bf9cede86fca54ce4e3d.woff2
./usr/share/jellyfin/web/bfa829511b718a28966c.woff2
./usr/share/jellyfin/web/blurhash.worker.jellyfin.bundle.worker.js
./usr/share/jellyfin/web/bookPlayer-plugin.90fe01346e3144eeca2e.chunk.js
./usr/share/jellyfin/web/bookPlayer-style-scss.d0ac7766e169e83c7f1d.chunk.js
./usr/share/jellyfin/web/bookPlayer-tableOfContents.8d78491762669d30918f.chunk.js
./usr/share/jellyfin/web/bookPlayer-template-html.78a5c4e0905e44f3d68b.chunk.js
./usr/share/jellyfin/web/c0049ebc795d0b3e7b1c.woff2
./usr/share/jellyfin/web/c02e2c7e208e11ec81a9.woff2
./usr/share/jellyfin/web/c046bda4249deacfa8e7.woff2
./usr/share/jellyfin/web/c0f3b0a43c2477ff5240.woff2
./usr/share/jellyfin/web/c115481cba1a17de35de.woff2
./usr/share/jellyfin/web/c1cb440f1b38a0ea4fe9.woff2
./usr/share/jellyfin/web/c1d709cc73ee373aa4a7.woff2
./usr/share/jellyfin/web/c1e4b189f1e34831a17a.woff2
./usr/share/jellyfin/web/c2024ec790c014de521c.woff2
./usr/share/jellyfin/web/c20eb411034500f117f9.woff2
./usr/share/jellyfin/web/c22bbf63eadb5acc94ef.woff2
./usr/share/jellyfin/web/c23645e174e75523e243.woff2
./usr/share/jellyfin/web/c24edf7afa8d8e1ea69f.woff2
./usr/share/jellyfin/web/c2985939197b0bc96ae2.woff2
./usr/share/jellyfin/web/c2d20e3abd5cb69c03c4.woff2
./usr/share/jellyfin/web/c2f0c825b5b1fb716280.woff2
./usr/share/jellyfin/web/c30a2daa6040ebad3fab.woff2
./usr/share/jellyfin/web/c3188fd0c6b14f58d88d.woff2
./usr/share/jellyfin/web/c327e2b16383db0201fc.woff2
./usr/share/jellyfin/web/c33dbdf2fc99ea26edcb.woff2
./usr/share/jellyfin/web/c368a9a9d47cc67db800.woff2
./usr/share/jellyfin/web/c36975a74ef451c401f0.woff2
./usr/share/jellyfin/web/c37305b8755143d8f22a.woff2
./usr/share/jellyfin/web/c3a8b55b7a328b2a979a.woff2
./usr/share/jellyfin/web/c3ab17e3d7c362aac0b5.woff2
./usr/share/jellyfin/web/c4375eb740b588d0ec53.woff2
./usr/share/jellyfin/web/c46d31a9791e2d263a11.woff2
./usr/share/jellyfin/web/c4849f0d1f33633434fd.woff2
./usr/share/jellyfin/web/c48557b7ab88eaa1c925.woff2
./usr/share/jellyfin/web/c4dac66977e8a757a3ca.eot
./usr/share/jellyfin/web/c51bb07559d1e75b73d1.woff2
./usr/share/jellyfin/web/c5939db9128ad6a428db.woff2
./usr/share/jellyfin/web/c59781755e4bdfe93cec.woff2
./usr/share/jellyfin/web/c64fe6cd5c0e8d2d9911.woff2
./usr/share/jellyfin/web/c70d69984ab42352bbdd.woff2
./usr/share/jellyfin/web/c731d3b7c93ef9150ec3.woff2
./usr/share/jellyfin/web/c75fa732cf4b72df0b28.woff2
./usr/share/jellyfin/web/c7723575abf454509d97.woff2
./usr/share/jellyfin/web/c7b3b6e92830ce57a8fa.woff2
./usr/share/jellyfin/web/c7e33941720fb24cb0b4.woff2
./usr/share/jellyfin/web/c84013156d9a5ff0f8aa.woff2
./usr/share/jellyfin/web/c88ad18f487998bf5d86.woff2
./usr/share/jellyfin/web/c88b03370aaaf1cbc3e8.woff2
./usr/share/jellyfin/web/c93da0317c64cb073b2f.woff2
./usr/share/jellyfin/web/c97f9ae6cc6d782e36c8.woff2
./usr/share/jellyfin/web/c9953b4fd048df52975b.woff2
./usr/share/jellyfin/web/c9a6742a91ae5968f95c.woff2
./usr/share/jellyfin/web/ca325fb3b72c8e9102e3.woff2
./usr/share/jellyfin/web/cae598c6ca62691fbc6a.woff2
./usr/share/jellyfin/web/cb603f082084fae68e23.woff2
./usr/share/jellyfin/web/cb6cdb397b7d43227bd3.woff2
./usr/share/jellyfin/web/cb6e840e08726299bf8f.svg
./usr/share/jellyfin/web/cb7221f1de8d8db8abf2.woff2
./usr/share/jellyfin/web/cbba64b05900ec75bfb6.woff2
./usr/share/jellyfin/web/cbcda8e2e392297f2e2b.woff2
./usr/share/jellyfin/web/cbf4d2b7fb71a37fd960.woff2
./usr/share/jellyfin/web/cc19243093ecdc6cd755.woff2
./usr/share/jellyfin/web/ccb44dc9db13cbf0ab2a.woff2
./usr/share/jellyfin/web/cd0c52e0ba34b5c0414c.woff2
./usr/share/jellyfin/web/cd1a9a62ad4dd98ca316.woff2
./usr/share/jellyfin/web/cd21fa3844925404c151.woff2
./usr/share/jellyfin/web/cd4797e1d2e454996017.woff2
./usr/share/jellyfin/web/cd663d591658f086cc61.woff2
./usr/share/jellyfin/web/cd855a81305724d871c4.woff2
./usr/share/jellyfin/web/cdbfca63968f616b8219.woff2
./usr/share/jellyfin/web/ce2fdeae2464153f4b35.woff2
./usr/share/jellyfin/web/ce34184a3fa0a02847a7.woff2
./usr/share/jellyfin/web/ce430f6cc7981c1ca443.woff2
./usr/share/jellyfin/web/ce548f8f9df42e08bc7d.woff2
./usr/share/jellyfin/web/ce5a878b28c8a4594460.woff2
./usr/share/jellyfin/web/ce84f92a0937d605990d.woff2
./usr/share/jellyfin/web/cea8bb47625ea3e8894b.woff2
./usr/share/jellyfin/web/cf723e618f634dfc35c1.woff2
./usr/share/jellyfin/web/cfedc7ec6c911e37b147.woff2
./usr/share/jellyfin/web/cff52566df75f15f29dd.woff2
./usr/share/jellyfin/web/chromecastPlayer-plugin.2dedfdab139185b94249.chunk.js
./usr/share/jellyfin/web/comicsPlayer-plugin.2b2266924a6a8b36836f.chunk.js
./usr/share/jellyfin/web/comicsPlayer-style-scss.134a8d476fc08f48a9cd.chunk.js
./usr/share/jellyfin/web/config.json
./usr/share/jellyfin/web/d017c680b535fe8af37e.woff2
./usr/share/jellyfin/web/d01c216db3e131237418.woff2
./usr/share/jellyfin/web/d03d8d28f139d24ab0b0.woff2
./usr/share/jellyfin/web/d09486c5f016a9e982c6.woff2
./usr/share/jellyfin/web/d0ae219a37de0b14c99f.woff2
./usr/share/jellyfin/web/d0e56683308a17dba86d.png
./usr/share/jellyfin/web/d0e81f1f68ad4bd5a6f8.woff2
./usr/share/jellyfin/web/d12b157650fa515a5370.woff2
./usr/share/jellyfin/web/d15b20efec0c4dc609d0.woff2
./usr/share/jellyfin/web/d17b56f924bede45cacc.woff2
./usr/share/jellyfin/web/d19804d3ff8ba1c5a440.woff2
./usr/share/jellyfin/web/d1f40f05ff6168099a04.woff2
./usr/share/jellyfin/web/d1f5710e77518548d42b.woff2
./usr/share/jellyfin/web/d200fa3d4322515f7833.woff2
./usr/share/jellyfin/web/d26236f2d653ab9b12f8.woff2
./usr/share/jellyfin/web/d274d3ba34218049e93a.woff2
./usr/share/jellyfin/web/d28a57b1e61f9f0dabd9.png
./usr/share/jellyfin/web/d2bf87436d6e1d5aaec1.woff2
./usr/share/jellyfin/web/d31413d3f03c0873ccbb.png
./usr/share/jellyfin/web/d36a35c5be95855a20c6.woff2
./usr/share/jellyfin/web/d38287ed1916375241ff.woff2
./usr/share/jellyfin/web/d3953f5eb107df3e111e.woff2
./usr/share/jellyfin/web/d39e4518b5bb016833d2.woff2
./usr/share/jellyfin/web/d3f03e70a4c35b25257f.woff2
./usr/share/jellyfin/web/d45cf18a1712401294ea.woff2
./usr/share/jellyfin/web/d46590cf279b34c79d1e.woff2
./usr/share/jellyfin/web/d4cad13b38f8ac207c0e.woff2
./usr/share/jellyfin/web/d517e1173e9cbcda800b.woff2
./usr/share/jellyfin/web/d5342811810af6f0c73c.woff2
./usr/share/jellyfin/web/d5b0a7b783a410f8eaa0.woff2
./usr/share/jellyfin/web/d5be32c9d1ac7c6ad9c7.woff2
./usr/share/jellyfin/web/d60f0fa0b1f4c31f5031.woff2
./usr/share/jellyfin/web/d6ecf2254db85ff3b545.png
./usr/share/jellyfin/web/d6fee1ea292832d87250.woff2
./usr/share/jellyfin/web/d8265f32b54ba0d501db.woff2
./usr/share/jellyfin/web/d8343c992e0afe127df4.woff2
./usr/share/jellyfin/web/d845734018ae9a7b66c9.woff2
./usr/share/jellyfin/web/d87af88a7c5e90d13d7b.woff2
./usr/share/jellyfin/web/d8939868e2490ee3843c.woff2
./usr/share/jellyfin/web/d8a537612381a520a97e.woff2
./usr/share/jellyfin/web/d9568adcc1cb7b5cc888.woff2
./usr/share/jellyfin/web/d9d022e29743d9e8edc2.woff2
./usr/share/jellyfin/web/da1017887be7493cabcd.woff2
./usr/share/jellyfin/web/da6046d408c6386438d3.woff2
./usr/share/jellyfin/web/da7db52bda663318104f.woff2
./usr/share/jellyfin/web/da9a0cc5e3cf320c92a2.woff2
./usr/share/jellyfin/web/dashboard-apikeys-html.f20c9d8f44aef487a94b.chunk.js
./usr/share/jellyfin/web/dashboard-apikeys.ef7e19df22d2f88c261b.chunk.js
./usr/share/jellyfin/web/dashboard-dashboard-html.5d7d806dc0f4836f83d8.chunk.js
./usr/share/jellyfin/web/dashboard-dashboard.d243be916af47f4da5de.chunk.js
./usr/share/jellyfin/web/dashboard-devices-device-html.1fa5745b5bf60c7e629f.chunk.js
./usr/share/jellyfin/web/dashboard-devices-device.50f5a6ccc75caa26eb73.chunk.js
./usr/share/jellyfin/web/dashboard-devices-devices-html.ad578ea782c421a65247.chunk.js
./usr/share/jellyfin/web/dashboard-devices-devices.e696deae03d8cdd7333b.chunk.js
./usr/share/jellyfin/web/dashboard-dlna-profile-html.01df76f0741872e5f88a.chunk.js
./usr/share/jellyfin/web/dashboard-dlna-profile.49aa06fcb46539d8c945.chunk.js
./usr/share/jellyfin/web/dashboard-dlna-profiles-html.01e56bc108e027a21f86.chunk.js
./usr/share/jellyfin/web/dashboard-dlna-profiles.83697207f7af9065bfc4.chunk.js
./usr/share/jellyfin/web/dashboard-dlna-settings-html.0c4d7f145a13e599efe0.chunk.js
./usr/share/jellyfin/web/dashboard-dlna-settings.f9e8919985aa9e92a997.chunk.js
./usr/share/jellyfin/web/dashboard-encodingsettings-html.a48bd27cee0212779bfe.chunk.js
./usr/share/jellyfin/web/dashboard-encodingsettings.378c698b08ad58c047c5.chunk.js
./usr/share/jellyfin/web/dashboard-general-html.2f0ee9487692434444ed.chunk.js
./usr/share/jellyfin/web/dashboard-general.ef98fbaaa6c223e8dbe0.chunk.js
./usr/share/jellyfin/web/dashboard-library-html.b3aef6e29b5bbc35fba1.chunk.js
./usr/share/jellyfin/web/dashboard-library.4028bc31c59bed2f2804.chunk.js
./usr/share/jellyfin/web/dashboard-librarydisplay-html.bf9ae63f1209c6467f9b.chunk.js
./usr/share/jellyfin/web/dashboard-librarydisplay.9b3ac0e95926f035da69.chunk.js
./usr/share/jellyfin/web/dashboard-logs-html.f8214e8c7e43e00b595c.chunk.js
./usr/share/jellyfin/web/dashboard-logs.ca17ec390d0f22e06a35.chunk.js
./usr/share/jellyfin/web/dashboard-metadataImages.2f16c9f7f4fb2eaa1c9f.chunk.js
./usr/share/jellyfin/web/dashboard-metadataimages-html.58943341467fc8fb4ed6.chunk.js
./usr/share/jellyfin/web/dashboard-metadatanfo-html.430929152ae54d68e3be.chunk.js
./usr/share/jellyfin/web/dashboard-metadatanfo.42cfaa722db252b3fba3.chunk.js
./usr/share/jellyfin/web/dashboard-networking-html.e36220ee45ae330d3c78.chunk.js
./usr/share/jellyfin/web/dashboard-networking.7f53ff5943e663096733.chunk.js
./usr/share/jellyfin/web/dashboard-notifications-notification-index-html.c74f462dcabb38516743.chunk.js
./usr/share/jellyfin/web/dashboard-notifications-notification.123bf271400b67e3cad4.chunk.js
./usr/share/jellyfin/web/dashboard-notifications-notifications-index-html.e0bbcc28943844401095.chunk.js
./usr/share/jellyfin/web/dashboard-notifications-notifications.0a5ffb39d4a35023ee83.chunk.js
./usr/share/jellyfin/web/dashboard-playback-html.eef48bd2dd79806ca2ae.chunk.js
./usr/share/jellyfin/web/dashboard-playback.285ac94dc83a9e6996ce.chunk.js
./usr/share/jellyfin/web/dashboard-plugins-add-index-html.b1905ce07b7f5197317b.chunk.js
./usr/share/jellyfin/web/dashboard-plugins-add.b407d186545c248e0d10.chunk.js
./usr/share/jellyfin/web/dashboard-plugins-available-index-html.56475134dc38d38a83fe.chunk.js
./usr/share/jellyfin/web/dashboard-plugins-available.eeac82e2e11cc6f3b41e.chunk.js
./usr/share/jellyfin/web/dashboard-plugins-installed-index-html.4217592f5cf158b166ca.chunk.js
./usr/share/jellyfin/web/dashboard-plugins-installed.d4ef656d475d620bde18.chunk.js
./usr/share/jellyfin/web/dashboard-plugins-repositories-index-html.e52c23df6de0a6c3123e.chunk.js
./usr/share/jellyfin/web/dashboard-plugins-repositories.28effb1098e4247de868.chunk.js
./usr/share/jellyfin/web/dashboard-scheduledtasks-scheduledtask-html.1ff5620ccff487f31c9a.chunk.js
./usr/share/jellyfin/web/dashboard-scheduledtasks-scheduledtask.12ff7e43a20a0193fcaf.chunk.js
./usr/share/jellyfin/web/dashboard-scheduledtasks-scheduledtasks-html.601afbb8de4832d4021f.chunk.js
./usr/share/jellyfin/web/dashboard-scheduledtasks-scheduledtasks.ae9e3d4ef80806a87c09.chunk.js
./usr/share/jellyfin/web/dashboard-serveractivity-html.907df4be93c82320812d.chunk.js
./usr/share/jellyfin/web/dashboard-serveractivity.dd24c83d387e00d6d407.chunk.js
./usr/share/jellyfin/web/dashboard-streaming-html.6c434344327d8ed04eb4.chunk.js
./usr/share/jellyfin/web/dashboard-streaming.8b7de3f0918fb7354599.chunk.js
./usr/share/jellyfin/web/dashboard-users-useredit-html.f447688e1b0a5bc4601e.chunk.js
./usr/share/jellyfin/web/dashboard-users-userlibraryaccess-html.aa49659d2ef882ef43c4.chunk.js
./usr/share/jellyfin/web/dashboard-users-usernew-html.ddaad2b2da463ee2836e.chunk.js
./usr/share/jellyfin/web/dashboard-users-userparentalcontrol-html.8c7ce939fd4d23899240.chunk.js
./usr/share/jellyfin/web/dashboard-users-userpassword-html.30203e428c1f3a7d0d80.chunk.js
./usr/share/jellyfin/web/dashboard-users-userprofiles-html.39ef9201e88e2218404e.chunk.js
./usr/share/jellyfin/web/db8b5c649f605b724840.woff2
./usr/share/jellyfin/web/dbdb31f3a9a6fdf5b75a.woff2
./usr/share/jellyfin/web/dc20a2ba4b6b1b7cd681.woff2
./usr/share/jellyfin/web/dc48b3629c85bdc4b1f3.woff2
./usr/share/jellyfin/web/dcc7adaaa731c3af427f.woff2
./usr/share/jellyfin/web/dd0662e9aab8b9705e16.woff2
./usr/share/jellyfin/web/dd327a5a50732deb721e.woff2
./usr/share/jellyfin/web/ddefed44bbf13cb477bf.woff2
./usr/share/jellyfin/web/de183566fba5ecb66470.woff2
./usr/share/jellyfin/web/de20aa06c04d6c0a812a.woff2
./usr/share/jellyfin/web/de23e2ac02976b08503e.woff2
./usr/share/jellyfin/web/de35adfd6d81b6fa790a.woff2
./usr/share/jellyfin/web/de373a548980da8e9fe2.woff2
./usr/share/jellyfin/web/de5990ba249e53a6931f.woff2
./usr/share/jellyfin/web/df421938942541dba028.woff2
./usr/share/jellyfin/web/df6cdfbe2fbb8cef2033.woff2
./usr/share/jellyfin/web/df7a67f22d61869d91c8.woff2
./usr/share/jellyfin/web/dfc03017ce93332ca28e.woff2
./usr/share/jellyfin/web/dff59b4c70ce9e602db0.woff2
./usr/share/jellyfin/web/e032246dfd4c3714d1c1.woff2
./usr/share/jellyfin/web/e06911a9c00f79afae2a.woff2
./usr/share/jellyfin/web/e07f125def54aa6df33c.woff2
./usr/share/jellyfin/web/e0a2fdcbca4d5c39956c.woff2
./usr/share/jellyfin/web/e0dc59e7a3f2973244b7.woff2
./usr/share/jellyfin/web/e0ecff4e1ddfc9fa290f.woff2
./usr/share/jellyfin/web/e10ab13617273b79c811.woff2
./usr/share/jellyfin/web/e12d6649999842137e43.woff2
./usr/share/jellyfin/web/e16a93c72384b7491abd.woff2
./usr/share/jellyfin/web/e197bf2425f241f10d07.woff2
./usr/share/jellyfin/web/e1ffd5926197dad19fb8.woff2
./usr/share/jellyfin/web/e234ca7acee81ef5423f.woff2
./usr/share/jellyfin/web/e247e64446e3a25e5f16.woff2
./usr/share/jellyfin/web/e27a5bed27390398c6d4.woff2
./usr/share/jellyfin/web/e2ada927a630369d2960.woff2
./usr/share/jellyfin/web/e3052e6543a608a58ccb.woff2
./usr/share/jellyfin/web/e3229bb5e42e2f2a9c44.woff2
./usr/share/jellyfin/web/e3a077c3b506b1cba6ae.woff2
./usr/share/jellyfin/web/e3b2a9db535230b2b80b.woff2
./usr/share/jellyfin/web/e3b7835988700eef7122.woff2
./usr/share/jellyfin/web/e3d860f2bb7a89e12f16.woff2
./usr/share/jellyfin/web/e42e22f61673c3bdf55a.woff2
./usr/share/jellyfin/web/e4aa219ac4928b421821.woff2
./usr/share/jellyfin/web/e4aba13f48955f3b4710.woff2
./usr/share/jellyfin/web/e55ad1b1e4f577fa0d7e.woff2
./usr/share/jellyfin/web/e564916e58c336238e03.woff2
./usr/share/jellyfin/web/e5d31ff17dfc5a435c4b.woff2
./usr/share/jellyfin/web/e5f995c236445967edbc.woff2
./usr/share/jellyfin/web/e62987a12a58b24f383a.png
./usr/share/jellyfin/web/e69242e68be1fbd23e41.woff2
./usr/share/jellyfin/web/e6985f09c1cf8c020e0f.woff2
./usr/share/jellyfin/web/e6e7c54ac96ac4c977ad.woff2
./usr/share/jellyfin/web/e75af4d6e395347b2fac.woff2
./usr/share/jellyfin/web/e77a7605d6b3b5f3308a.woff2
./usr/share/jellyfin/web/e78f64e6326a19090840.woff2
./usr/share/jellyfin/web/e7efb21e6f1e244ce01a.woff2
./usr/share/jellyfin/web/e7f1f2f8443030560172.woff2
./usr/share/jellyfin/web/e80707a34571b725e616.woff2
./usr/share/jellyfin/web/e80c1df687fb3fdffd73.woff2
./usr/share/jellyfin/web/e84048bf55ab90e79be5.woff2
./usr/share/jellyfin/web/e840be8ef17d3a32cff5.woff2
./usr/share/jellyfin/web/e86a1ba21f687702a82f.woff2
./usr/share/jellyfin/web/e88e6bd73c44ad2f352c.woff2
./usr/share/jellyfin/web/e8b9070638184614de79.woff2
./usr/share/jellyfin/web/e8cdd6a5f0b771aa433c.woff2
./usr/share/jellyfin/web/e8d25ff6213bd032afbe.woff2
./usr/share/jellyfin/web/e8ed0b375068a3bef9da.woff2
./usr/share/jellyfin/web/e9ae2a9cd7b76130d3fc.woff2
./usr/share/jellyfin/web/e9d867de4cfbc6616bf7.woff2
./usr/share/jellyfin/web/ea035359bb14a630fc72.woff2
./usr/share/jellyfin/web/ea593e8648cc022d9572.woff2
./usr/share/jellyfin/web/ea747e33eac97d293a2d.woff2
./usr/share/jellyfin/web/eabc9dd8c97c3b738cac.woff2
./usr/share/jellyfin/web/eaf269a56f56c08e89c9.woff2
./usr/share/jellyfin/web/eb8bef4f19b6ad227f46.png
./usr/share/jellyfin/web/ebee7918d76f0ad43d30.woff2
./usr/share/jellyfin/web/ec01acb6354adbe1541c.woff2
./usr/share/jellyfin/web/ec372129e66a57146f5f.woff2
./usr/share/jellyfin/web/ec37e6dd721912ac8223.woff2
./usr/share/jellyfin/web/ed5ec6f9b6adddf50dbc.woff2
./usr/share/jellyfin/web/ed985b7c0683eebb5523.woff2
./usr/share/jellyfin/web/edaacaa266aee9facda3.woff2
./usr/share/jellyfin/web/edb2ed604a6d090eb1cc.woff2
./usr/share/jellyfin/web/edd14035c3b6107810a5.woff2
./usr/share/jellyfin/web/edee67646614bce0fab4.woff2
./usr/share/jellyfin/web/edititemmetadata-html.d1175a56f639a4424be0.chunk.js
./usr/share/jellyfin/web/edititemmetadata.33ba304eb3f4cd08bb66.chunk.js
./usr/share/jellyfin/web/ee3804fff8ae1221b8a5.woff2
./usr/share/jellyfin/web/ee4045ff0a18e27a0004.woff2
./usr/share/jellyfin/web/ee670a6e4a25596006ad.woff2
./usr/share/jellyfin/web/eeb1c4269b926559113a.woff2
./usr/share/jellyfin/web/ef90ba8f791117e6ad4b.woff2
./usr/share/jellyfin/web/ef9b01cfdf5f4054961c.woff2
./usr/share/jellyfin/web/efe936390979e8a9adef.woff2
./usr/share/jellyfin/web/effc94e4513cd3175bd8.woff2
./usr/share/jellyfin/web/experimentalWarnings-plugin.e26361d864eaf4da0881.chunk.js
./usr/share/jellyfin/web/f1516abe6d5aa7f08ae3.woff2
./usr/share/jellyfin/web/f2d6fd83444a1ea085c3.woff2
./usr/share/jellyfin/web/f2d888bd1f86b71ae43c.woff2
./usr/share/jellyfin/web/f327e78a8499963aeb88.woff2
./usr/share/jellyfin/web/f390112c6e85bd05995a.woff2
./usr/share/jellyfin/web/f3a16a6f6fd0be7a1b4a.woff2
./usr/share/jellyfin/web/f3bc149017432b87da2e.gif
./usr/share/jellyfin/web/f4172d47241b610c9fed.woff2
./usr/share/jellyfin/web/f4ac706e02896150a368.woff2
./usr/share/jellyfin/web/f50de0dc92e6c7e11640.woff2
./usr/share/jellyfin/web/f54b9f63ad922daefac3.woff2
./usr/share/jellyfin/web/f5530ad9eb3ad3507e2e.woff2
./usr/share/jellyfin/web/f56735531ff9118b0ee2.woff2
./usr/share/jellyfin/web/f573f09ad5fa61c81bdb.woff2
./usr/share/jellyfin/web/f5bbb798cb2c65908633.png
./usr/share/jellyfin/web/f5bcdc60fce9a03dee81.woff2
./usr/share/jellyfin/web/f5bd76e73bf9db8ffe66.woff2
./usr/share/jellyfin/web/f66b0a00ae593b6cf613.woff2
./usr/share/jellyfin/web/f68e10f30f3079dcffd2.woff2
./usr/share/jellyfin/web/f6a75a7695f7a9083c71.woff2
./usr/share/jellyfin/web/f6c7b9a0262e8063ddcd.woff2
./usr/share/jellyfin/web/f6ca1b851f5b9e131c7b.woff2
./usr/share/jellyfin/web/f70206d36bd9b8e02209.woff2
./usr/share/jellyfin/web/f76f52feaf29e047fec1.woff2
./usr/share/jellyfin/web/f79f5a2c1f37b7c69a76.woff2
./usr/share/jellyfin/web/f7ab1f864493a7ee4000.woff2
./usr/share/jellyfin/web/f7b084b66ffd825f8fbe.woff2
./usr/share/jellyfin/web/f7b0ac76c55b29307dde.woff2
./usr/share/jellyfin/web/f7c7314cb9eaf69f144c.woff2
./usr/share/jellyfin/web/f80c55876841b36ee7aa.woff2
./usr/share/jellyfin/web/f84cf259da81cce5dcf2.woff2
./usr/share/jellyfin/web/f8ad07e524b13df2993d.woff2
./usr/share/jellyfin/web/f90cb2a96d67b133d243.woff2
./usr/share/jellyfin/web/f94c9e6b50ccd2992f03.woff2
./usr/share/jellyfin/web/f94ebf203ea0c91a47c6.png
./usr/share/jellyfin/web/f96e2f68d9ea412cb69f.woff2
./usr/share/jellyfin/web/f96f9814abcfff143fcc.woff2
./usr/share/jellyfin/web/f9932a2f5ed3b5c28fb3.woff2
./usr/share/jellyfin/web/f9d57b41290595d67f3e.woff2
./usr/share/jellyfin/web/fa1da259ae05aeddb773.woff2
./usr/share/jellyfin/web/fa296c44e36d8bcbb747.woff2
./usr/share/jellyfin/web/fa83d2e590121c8642ad.woff2
./usr/share/jellyfin/web/fa9074d7c255836534be.woff2
./usr/share/jellyfin/web/fadebe2305a9fbec4a75.woff2
./usr/share/jellyfin/web/favicon.ico
./usr/share/jellyfin/web/favicon.png
./usr/share/jellyfin/web/favorites.8b87661c99b55bec3f1c.chunk.js
./usr/share/jellyfin/web/fb365b4ccbb60b2260d9.woff2
./usr/share/jellyfin/web/fb4a8c03425f36b9c148.woff2
./usr/share/jellyfin/web/fb649dacf5bc855b609e.woff2
./usr/share/jellyfin/web/fbf479faed4b3157fb44.woff2
./usr/share/jellyfin/web/fc1f2a681d7bd377ab6c.woff2
./usr/share/jellyfin/web/fc25e49fd62cc81c9764.woff2
./usr/share/jellyfin/web/fcfbc89140ac2a9fb629.woff2
./usr/share/jellyfin/web/fd1120eb039af88e28c7.woff2
./usr/share/jellyfin/web/fdaea3c4c26688ae9116.woff2
./usr/share/jellyfin/web/fdb08b5778c30518e778.woff2
./usr/share/jellyfin/web/fdb9e1ce65c876db7f83.woff2
./usr/share/jellyfin/web/fdd9985e4129e3fc47a0.woff2
./usr/share/jellyfin/web/fe9c4954936416fe27db.woff2
./usr/share/jellyfin/web/ff0a27be5e2d89b4babf.woff2
./usr/share/jellyfin/web/ff8bcb88227510f2802a.woff2
./usr/share/jellyfin/web/ffacff5f9e4db9c6c965.woff2
./usr/share/jellyfin/web/ffd74f0d59db5c81a7cc.woff2
./usr/share/jellyfin/web/ffe57b21bb0afddccadf.woff2
./usr/share/jellyfin/web/global.d.ts
./usr/share/jellyfin/web/home-html.5c3fff1ba3bf5ae955e7.chunk.js
./usr/share/jellyfin/web/home.4b3e34ee8d1232d66dec.chunk.js
./usr/share/jellyfin/web/hometab.40e087bf64c11da2f1f3.chunk.js
./usr/share/jellyfin/web/htmlAudioPlayer-plugin.c5b2001e4020ba039b8e.chunk.js
./usr/share/jellyfin/web/htmlVideoPlayer-plugin.d48e81e0acf6416cd31e.chunk.js
./usr/share/jellyfin/web/htmlVideoPlayer-style-scss.e47b5994f02548612f69.chunk.js
./usr/share/jellyfin/web/index.html
./usr/share/jellyfin/web/itemDetails-index-html.be1ec4217c8c085ef141.chunk.js
./usr/share/jellyfin/web/itemDetails.bf6f7025b261f3e8fd41.chunk.js
./usr/share/jellyfin/web/libraries/
./usr/share/jellyfin/web/libraries/npo.js
./usr/share/jellyfin/web/libraries/npo.js.LICENSE.txt
./usr/share/jellyfin/web/libraries/pdf.worker.js
./usr/share/jellyfin/web/libraries/pdf.worker.js.LICENSE.txt
./usr/share/jellyfin/web/libraries/subtitles-octopus-worker-legacy.data
./usr/share/jellyfin/web/libraries/subtitles-octopus-worker-legacy.js
./usr/share/jellyfin/web/libraries/subtitles-octopus-worker-legacy.js.mem
./usr/share/jellyfin/web/libraries/subtitles-octopus-worker.data
./usr/share/jellyfin/web/libraries/subtitles-octopus-worker.js
./usr/share/jellyfin/web/libraries/subtitles-octopus-worker.wasm
./usr/share/jellyfin/web/libraries/wasm-gen/
./usr/share/jellyfin/web/libraries/wasm-gen/libarchive.js
./usr/share/jellyfin/web/libraries/wasm-gen/libarchive.wasm
./usr/share/jellyfin/web/libraries/worker-bundle.js
./usr/share/jellyfin/web/list-html.51a2a5ed60374cd9d710.chunk.js
./usr/share/jellyfin/web/list.a5037f941cad3f4ecdab.chunk.js
./usr/share/jellyfin/web/livetv-html.52ba6ba9adf8c4a3e363.chunk.js
./usr/share/jellyfin/web/livetv-livetvchannels.2df04b0bffd3c4087b51.chunk.js
./usr/share/jellyfin/web/livetv-livetvguide.39bca2f338b006388c48.chunk.js
./usr/share/jellyfin/web/livetv-livetvrecordings.5f5a816ad21bccc6b01d.chunk.js
./usr/share/jellyfin/web/livetv-livetvschedule.3259155ff66414cf28bd.chunk.js
./usr/share/jellyfin/web/livetv-livetvseriestimers.a410b2f161583d3ae2c8.chunk.js
./usr/share/jellyfin/web/livetv-livetvsuggested.40a5196b57ba3100d8bc.chunk.js
./usr/share/jellyfin/web/livetvguideprovider-html.6842559804f0eb15e1fb.chunk.js
./usr/share/jellyfin/web/livetvguideprovider.87b482a85489eb5996bb.chunk.js
./usr/share/jellyfin/web/livetvsettings-html.fa90231cebaf1a081c69.chunk.js
./usr/share/jellyfin/web/livetvsettings.7d4a7089e10462351ec2.chunk.js
./usr/share/jellyfin/web/livetvstatus-html.1b1282ac30abe009d60f.chunk.js
./usr/share/jellyfin/web/livetvstatus.c5b9fbcd12d1446a867c.chunk.js
./usr/share/jellyfin/web/livetvtuner-html.57b7939d070a0a95e100.chunk.js
./usr/share/jellyfin/web/livetvtuner.5fea30179d4855de714b.chunk.js
./usr/share/jellyfin/web/logoScreensaver-plugin.9c3d151dc04d7d1419d4.chunk.js
./usr/share/jellyfin/web/logoScreensaver-style-scss.b57b0631c4edad83a587.chunk.js
./usr/share/jellyfin/web/main.jellyfin.bundle.js
./usr/share/jellyfin/web/main.jellyfin.bundle.js.LICENSE.txt
./usr/share/jellyfin/web/manifest.json
./usr/share/jellyfin/web/movies-moviecollections.ae2ff8ca663d5500e064.chunk.js
./usr/share/jellyfin/web/movies-moviegenres.41672540c2bf88ac0b46.chunk.js
./usr/share/jellyfin/web/movies-movies-html.882a1ec9e80e1f4fbbe5.chunk.js
./usr/share/jellyfin/web/movies-movies.a75abb486e4e5aeb3aee.chunk.js
./usr/share/jellyfin/web/movies-moviesrecommended.9a566bc19ef8fae6a431.chunk.js
./usr/share/jellyfin/web/movies-movietrailers.0c453eed501ac7b82c8c.chunk.js
./usr/share/jellyfin/web/music-music-html.a9d5a25c65d7246fc09e.chunk.js
./usr/share/jellyfin/web/music-musicalbums.d268c9ddfe3668a46eea.chunk.js
./usr/share/jellyfin/web/music-musicartists.25506f5f1c5a4bd5294f.chunk.js
./usr/share/jellyfin/web/music-musicgenres.53352058a7598439408d.chunk.js
./usr/share/jellyfin/web/music-musicplaylists.982d4989aa13959e6291.chunk.js
./usr/share/jellyfin/web/music-musicrecommended.8338bb3e354eba28d832.chunk.js
./usr/share/jellyfin/web/music-songs.8efbf247e9f235f8191f.chunk.js
./usr/share/jellyfin/web/pdfPlayer-plugin.e750ca6752958867017d.chunk.js
./usr/share/jellyfin/web/pdfPlayer-style-scss.278d0ec29f1137a8aa8c.chunk.js
./usr/share/jellyfin/web/photoPlayer-plugin.93906d26e0e9a298402e.chunk.js
./usr/share/jellyfin/web/playAccessValidation-plugin.695eda17b6e1ebc3974e.chunk.js
./usr/share/jellyfin/web/playback-queue-index-html.31a57fe231d5dd629c60.chunk.js
./usr/share/jellyfin/web/playback-queue.e05defd45bfd917bb643.chunk.js
./usr/share/jellyfin/web/playback-video-index-html.567cd42a012609e0c376.chunk.js
./usr/share/jellyfin/web/playback-video.579827b3ba8d3c62c6e5.chunk.js
./usr/share/jellyfin/web/robots.txt
./usr/share/jellyfin/web/search-html.6152db51c3a6438b695a.chunk.js
./usr/share/jellyfin/web/serviceworker.js
./usr/share/jellyfin/web/session-addServer-index-html.28e070990ef55fe32f03.chunk.js
./usr/share/jellyfin/web/session-addServer.c9babf898edf18873bf7.chunk.js
./usr/share/jellyfin/web/session-forgotPassword-index-html.83b7639c1ba4763bb4cb.chunk.js
./usr/share/jellyfin/web/session-forgotPassword.54f623a1afe597430958.chunk.js
./usr/share/jellyfin/web/session-login-index-html.384c1886b01202a35d87.chunk.js
./usr/share/jellyfin/web/session-login-login-scss.2b08c881a9882b4e0d7e.chunk.js
./usr/share/jellyfin/web/session-login.c88fc4019dc5f2693ced.chunk.js
./usr/share/jellyfin/web/session-resetPassword-index-html.3f403c0642ca76462b3f.chunk.js
./usr/share/jellyfin/web/session-resetPassword.fb31de20ee8660385080.chunk.js
./usr/share/jellyfin/web/session-selectServer-index-html.695ec2a8b39d67e4a89c.chunk.js
./usr/share/jellyfin/web/session-selectServer.8e308b60713734ecb74b.chunk.js
./usr/share/jellyfin/web/sessionPlayer-plugin.75dd900fb9b57981bae4.chunk.js
./usr/share/jellyfin/web/shows-episodes.68121c7853a129c0b61d.chunk.js
./usr/share/jellyfin/web/shows-tvgenres.a65ef704dfb67474eb93.chunk.js
./usr/share/jellyfin/web/shows-tvrecommended-html.30eaf8fcedc868691a07.chunk.js
./usr/share/jellyfin/web/shows-tvrecommended.18c0bb007bf970ca033e.chunk.js
./usr/share/jellyfin/web/shows-tvshows.db823ca7e50954195ed0.chunk.js
./usr/share/jellyfin/web/shows-tvstudios.390d6424bdd24756eaf4.chunk.js
./usr/share/jellyfin/web/shows-tvupcoming.8b837fd85fa9cbc2af47.chunk.js
./usr/share/jellyfin/web/themes/
./usr/share/jellyfin/web/themes/appletv/
./usr/share/jellyfin/web/themes/appletv/theme.css
./usr/share/jellyfin/web/themes/blueradiance/
./usr/share/jellyfin/web/themes/blueradiance/bg.jpg
./usr/share/jellyfin/web/themes/blueradiance/theme.css
./usr/share/jellyfin/web/themes/dark/
./usr/share/jellyfin/web/themes/dark/theme.css
./usr/share/jellyfin/web/themes/light/
./usr/share/jellyfin/web/themes/light/theme.css
./usr/share/jellyfin/web/themes/purplehaze/
./usr/share/jellyfin/web/themes/purplehaze/bg.jpg
./usr/share/jellyfin/web/themes/purplehaze/theme.css
./usr/share/jellyfin/web/themes/wmc/
./usr/share/jellyfin/web/themes/wmc/theme.css
./usr/share/jellyfin/web/touchicon.png
./usr/share/jellyfin/web/touchicon114.png
./usr/share/jellyfin/web/touchicon144.png
./usr/share/jellyfin/web/touchicon512.png
./usr/share/jellyfin/web/touchicon72.png
./usr/share/jellyfin/web/user-controls-index-html.210d69c57d0f4c477edc.chunk.js
./usr/share/jellyfin/web/user-controls.496dcfe6eb8a3c5e71a1.chunk.js
./usr/share/jellyfin/web/user-display-index-html.b5c028fe812b8ad94bff.chunk.js
./usr/share/jellyfin/web/user-display.4314c7d88522db2e01e3.chunk.js
./usr/share/jellyfin/web/user-home-index-html.09311e427516b580e484.chunk.js
./usr/share/jellyfin/web/user-home.3ae5df2f66113d873698.chunk.js
./usr/share/jellyfin/web/user-menu-index-html.c0af2989877b8ad83d77.chunk.js
./usr/share/jellyfin/web/user-menu.56fc5037d303653a9320.chunk.js
./usr/share/jellyfin/web/user-playback-index-html.c05b7d476f9bc28a1dc1.chunk.js
./usr/share/jellyfin/web/user-playback.f5fc24121a38de82ffc7.chunk.js
./usr/share/jellyfin/web/user-profile-index-html.6ad8e603f1a938d5f053.chunk.js
./usr/share/jellyfin/web/user-quickConnect-helper.187e698c7a5fc2b67983.chunk.js
./usr/share/jellyfin/web/user-quickConnect-index-html.ee266bc0b18f76d5e3ed.chunk.js
./usr/share/jellyfin/web/user-quickConnect.56d0b7d1f709017712e8.chunk.js
./usr/share/jellyfin/web/user-subtitles-index-html.ef131e12e04ebdee47a9.chunk.js
./usr/share/jellyfin/web/user-subtitles.b3701e17cead195769f3.chunk.js
./usr/share/jellyfin/web/wizard-finish-index-html.5575074ae1a5da7be31d.chunk.js
./usr/share/jellyfin/web/wizard-finish.c364b4f5001f1b799e80.chunk.js
./usr/share/jellyfin/web/wizard-library-html.a43305e040f3ad5796e0.chunk.js
./usr/share/jellyfin/web/wizard-remote-index-html.8ab9f3013ef17eb88e4e.chunk.js
./usr/share/jellyfin/web/wizard-remote.dce1868ea07487f781a4.chunk.js
./usr/share/jellyfin/web/wizard-settings-index-html.ac4f3af70e18de998571.chunk.js
./usr/share/jellyfin/web/wizard-settings.d22481665c81ac76e538.chunk.js
./usr/share/jellyfin/web/wizard-start-index-html.2fc08e91053db501e6f3.chunk.js
./usr/share/jellyfin/web/wizard-start.253389909e90b3b26c2d.chunk.js
./usr/share/jellyfin/web/wizard-user-index-html.ba36cd232892c0f1fae7.chunk.js
./usr/share/jellyfin/web/wizard-user.4d371212cb581460c325.chunk.js
./usr/share/jellyfin/web/youtubePlayer-plugin.349c2da925a48ef5b55f.chunk.js
./usr/share/jellyfin/web/youtubePlayer-style-scss.6e734c08fd76dc8497b6.chunk.js
NETVERSION=net6.0
Jellyfin.Plugin.QnapConfiguration.deps.json  Jellyfin.Plugin.QnapConfiguration.pdb
Jellyfin.Plugin.QnapConfiguration.dll
jellyfin-ffmpeg_4.4.1-4-bullseye_amd64.deb found.
./usr/lib/
./usr/lib/jellyfin-ffmpeg/
./usr/lib/jellyfin-ffmpeg/ffmpeg
./usr/lib/jellyfin-ffmpeg/ffprobe
./usr/lib/jellyfin-ffmpeg/lib/
./usr/lib/jellyfin-ffmpeg/lib/dri/
./usr/lib/jellyfin-ffmpeg/lib/dri/i965_drv_video.so
./usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
./usr/lib/jellyfin-ffmpeg/lib/libdav1d.so
./usr/lib/jellyfin-ffmpeg/lib/libdav1d.so.6
./usr/lib/jellyfin-ffmpeg/lib/libdav1d.so.6.6.0
./usr/lib/jellyfin-ffmpeg/lib/libigdgmm.so.12.0.0
./usr/lib/jellyfin-ffmpeg/lib/libigfxcmrt.so.7.2.0
./usr/lib/jellyfin-ffmpeg/lib/libmfx-gen/
./usr/lib/jellyfin-ffmpeg/lib/libmfx-gen/enctools.so
./usr/lib/jellyfin-ffmpeg/lib/libmfx-gen.so.1.2.7
./usr/lib/jellyfin-ffmpeg/lib/libmfx.so.1.35
./usr/lib/jellyfin-ffmpeg/lib/libmfxhw64.so.1.35
./usr/lib/jellyfin-ffmpeg/lib/libva-drm.so.2.1500.0
./usr/lib/jellyfin-ffmpeg/lib/libva.so.2.1500.0
./usr/lib/jellyfin-ffmpeg/lib/libzimg.so.2.0.0
./usr/lib/jellyfin-ffmpeg/lib/mfx/
./usr/lib/jellyfin-ffmpeg/lib/mfx/libmfx_h264la_hw64.so
./usr/lib/jellyfin-ffmpeg/lib/mfx/libmfx_hevc_fei_hw64.so
./usr/lib/jellyfin-ffmpeg/lib/mfx/libmfx_hevcd_hw64.so
./usr/lib/jellyfin-ffmpeg/lib/mfx/libmfx_hevce_hw64.so
./usr/lib/jellyfin-ffmpeg/lib/mfx/libmfx_vp8d_hw64.so
./usr/lib/jellyfin-ffmpeg/lib/mfx/libmfx_vp9d_hw64.so
./usr/lib/jellyfin-ffmpeg/lib/mfx/libmfx_vp9e_hw64.so
./usr/lib/jellyfin-ffmpeg/lib/mfx/plugins.cfg
./usr/lib/jellyfin-ffmpeg/vainfo
./usr/lib/jellyfin-ffmpeg/lib/libigdgmm.so
./usr/lib/jellyfin-ffmpeg/lib/libigdgmm.so.12
./usr/lib/jellyfin-ffmpeg/lib/libigfxcmrt.so
./usr/lib/jellyfin-ffmpeg/lib/libigfxcmrt.so.7
./usr/lib/jellyfin-ffmpeg/lib/libmfx-gen.so
./usr/lib/jellyfin-ffmpeg/lib/libmfx-gen.so.1.2
./usr/lib/jellyfin-ffmpeg/lib/libmfx.so
./usr/lib/jellyfin-ffmpeg/lib/libmfx.so.1
./usr/lib/jellyfin-ffmpeg/lib/libmfxhw64.so
./usr/lib/jellyfin-ffmpeg/lib/libmfxhw64.so.1
./usr/lib/jellyfin-ffmpeg/lib/libva-drm.so
./usr/lib/jellyfin-ffmpeg/lib/libva-drm.so.2
./usr/lib/jellyfin-ffmpeg/lib/libva.so
./usr/lib/jellyfin-ffmpeg/lib/libva.so.2
./usr/lib/jellyfin-ffmpeg/lib/libzimg.so
./usr/lib/jellyfin-ffmpeg/lib/libzimg.so.2
cat: dependencies2.txt: No such file or directory
       #########################
d41d8cd98f00b204e9800998ecf8427e 5c478364c3638d8acbacf69e1d497312
       #########################
./jellyfin-ffmpeg_4.4.1-4-bullseye_amd64.deb
E: Unable to locate package libass9
E: Unable to locate package libbluray2
Get:1 http://deb.debian.org/debian stretch/main amd64 libc6 amd64 2.24-11+deb9u4 [2,694 kB]
Fetched 2,694 kB in 0s (8,080 kB/s)
Get:1 http://deb.debian.org/debian stretch/main amd64 libdrm2 amd64 2.4.74-1 [36.2 kB]
Fetched 36.2 kB in 0s (837 kB/s)
Get:1 http://deb.debian.org/debian stretch/main amd64 libdrm-intel1 amd64 2.4.74-1 [68.7 kB]
Fetched 68.7 kB in 0s (1,470 kB/s)
Get:1 http://deb.debian.org/debian stretch/main amd64 libfontconfig1 amd64 2.11.0-6.7+b1 [331 kB]
Fetched 331 kB in 0s (3,888 kB/s)
Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libfreetype6 amd64 2.6.3-3.2+deb9u2 [438 kB]
Fetched 438 kB in 0s (3,335 kB/s)
Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libfribidi0 amd64 0.19.7-1+deb9u2 [45.7 kB]
Fetched 45.7 kB in 0s (1,017 kB/s)
E: Unable to locate package libgcc-s1
Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libgmp10 amd64 2:6.1.2+dfsg-1+deb9u1 [253 kB]
Fetched 253 kB in 0s (2,481 kB/s)
Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libgnutls30 amd64 3.5.8-5+deb9u6 [897 kB]
Fetched 897 kB in 0s (7,206 kB/s)
Get:1 http://deb.debian.org/debian stretch/main amd64 libmp3lame0 amd64 3.99.5+repack1-9+b2 [354 kB]
Fetched 354 kB in 0s (4,056 kB/s)
Get:1 http://deb.debian.org/debian stretch/main amd64 libopus0 amd64 1.2~alpha2-1 [171 kB]
Fetched 171 kB in 0s (2,747 kB/s)
Get:1 http://deb.debian.org/debian stretch/main amd64 libstdc++6 amd64 6.3.0-18+deb9u1 [396 kB]
Fetched 396 kB in 0s (4,680 kB/s)
Get:1 http://deb.debian.org/debian stretch/main amd64 libtheora0 amd64 1.1.1+dfsg.1-14+b1 [177 kB]
Fetched 177 kB in 0s (2,994 kB/s)
Get:1 http://deb.debian.org/debian stretch/main amd64 libvdpau1 amd64 1.1.1-6 [41.2 kB]
Fetched 41.2 kB in 0s (886 kB/s)
Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libvorbis0a amd64 1.3.5-4+deb9u3 [91.5 kB]
Fetched 91.5 kB in 0s (1,522 kB/s)
Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libvorbisenc2 amd64 1.3.5-4+deb9u3 [79.3 kB]
Fetched 79.3 kB in 0s (1,597 kB/s)
E: Unable to locate package libvpx6
Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libwebp6 amd64 0.5.2-1+deb9u1 [235 kB]
Fetched 235 kB in 0s (3,490 kB/s)
E: Unable to locate package libwebpmux3
Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libx11-6 amd64 2:1.6.4-3+deb9u4 [748 kB]
Fetched 748 kB in 0s (8,373 kB/s)
E: Unable to locate package libx264-160
E: Unable to locate package libx265-192
Get:1 http://deb.debian.org/debian stretch/main amd64 libzvbi0 amd64 0.2.35-13 [268 kB]
Fetched 268 kB in 0s (3,093 kB/s)
Get:1 http://deb.debian.org/debian stretch/main amd64 ocl-icd-libopencl1 amd64 2.2.11-1 [36.8 kB]
Fetched 36.8 kB in 0s (1,018 kB/s)
Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 zlib1g amd64 1:1.2.8.dfsg-5+deb9u1 [87.8 kB]
Fetched 87.8 kB in 0s (1,773 kB/s)
5c478364c3638d8acbacf69e1d497312 da99b4d2c4408ee387b53a2a674b38ff
       #########################
./ocl-icd-libopencl1_2.2.11-1_amd64.deb
./libwebp6_0.5.2-1+deb9u1_amd64.deb
./libvorbisenc2_1.3.5-4+deb9u3_amd64.deb
./zlib1g_1%3a1.2.8.dfsg-5+deb9u1_amd64.deb
./libgnutls30_3.5.8-5+deb9u6_amd64.deb
./libfribidi0_0.19.7-1+deb9u2_amd64.deb
./libzvbi0_0.2.35-13_amd64.deb
./libopus0_1.2~alpha2-1_amd64.deb
./libvorbis0a_1.3.5-4+deb9u3_amd64.deb
./libdrm2_2.4.74-1_amd64.deb
./libgmp10_2%3a6.1.2+dfsg-1+deb9u1_amd64.deb
./libtheora0_1.1.1+dfsg.1-14+b1_amd64.deb
./libx11-6_2%3a1.6.4-3+deb9u4_amd64.deb
./libstdc++6_6.3.0-18+deb9u1_amd64.deb
./libfreetype6_2.6.3-3.2+deb9u2_amd64.deb
./libfontconfig1_2.11.0-6.7+b1_amd64.deb
./libvdpau1_1.1.1-6_amd64.deb
./libc6_2.24-11+deb9u4_amd64.deb
./libdrm-intel1_2.4.74-1_amd64.deb
./libmp3lame0_3.99.5+repack1-9+b2_amd64.deb
./jellyfin-ffmpeg_4.4.1-4-bullseye_amd64.deb
Get:1 http://deb.debian.org/debian stretch/main amd64 libogg0 amd64 1.3.2-1 [19.9 kB]
Fetched 19.9 kB in 0s (649 kB/s)
Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libhogweed4 amd64 3.3-1+deb9u1 [136 kB]
Fetched 136 kB in 0s (1,851 kB/s)
Get:1 http://deb.debian.org/debian stretch/main amd64 libidn11 amd64 1.33-1+deb9u1 [115 kB]
Fetched 115 kB in 0s (1,675 kB/s)
Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libnettle6 amd64 3.3-1+deb9u1 [192 kB]
Fetched 192 kB in 0s (3,088 kB/s)
Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libp11-kit0 amd64 0.23.3-2+deb9u1 [112 kB]
Fetched 112 kB in 0s (1,469 kB/s)
Get:1 http://deb.debian.org/debian stretch/main amd64 libtasn1-6 amd64 4.10-1.1+deb9u1 [50.6 kB]
Fetched 50.6 kB in 0s (1,077 kB/s)
Get:1 http://deb.debian.org/debian stretch/main amd64 libpng16-16 amd64 1.6.28-1+deb9u1 [280 kB]
Fetched 280 kB in 0s (3,634 kB/s)
Get:1 http://deb.debian.org/debian stretch/main amd64 libzvbi-common all 0.2.35-13 [63.7 kB]
Fetched 63.7 kB in 0s (1,158 kB/s)
Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libcairo2 amd64 1.14.8-1+deb9u1 [771 kB]
Fetched 771 kB in 0s (7,119 kB/s)
Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libx11-data all 2:1.6.4-3+deb9u4 [291 kB]
Fetched 291 kB in 0s (4,103 kB/s)
Get:1 http://deb.debian.org/debian stretch/main amd64 libxcb1 amd64 1.12-1 [133 kB]
Fetched 133 kB in 0s (2,120 kB/s)
Get:1 http://deb.debian.org/debian stretch/main amd64 gcc-6-base amd64 6.3.0-18+deb9u1 [180 kB]
Fetched 180 kB in 0s (2,295 kB/s)
Get:1 http://deb.debian.org/debian stretch/main amd64 libgcc1 amd64 1:6.3.0-18+deb9u1 [38.0 kB]
Fetched 38.0 kB in 0s (981 kB/s)
Get:1 http://deb.debian.org/debian stretch/main amd64 fontconfig-config all 2.11.0-6.7 [271 kB]
Fetched 271 kB in 0s (3,641 kB/s)
Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libexpat1 amd64 2.2.0-2+deb9u5 [84.7 kB]
Fetched 84.7 kB in 0s (1,798 kB/s)
Get:1 http://deb.debian.org/debian stretch/main amd64 libxext6 amd64 2:1.3.3-1+b2 [52.5 kB]
Fetched 52.5 kB in 0s (1,151 kB/s)
Get:1 http://deb.debian.org/debian stretch/main amd64 libpciaccess0 amd64 0.13.4-1+b2 [50.0 kB]
Fetched 50.0 kB in 0s (1,126 kB/s)
./jellyfin-ffmpeg_4.4.1-4-bullseye_amd64.deb
da99b4d2c4408ee387b53a2a674b38ff f252fe8c0a392244ac7e098e141df0de
       #########################
./libzvbi-common_0.2.35-13_all.deb
./libogg0_1.3.2-1_amd64.deb
./libxext6_2%3a1.3.3-1+b2_amd64.deb
./ocl-icd-libopencl1_2.2.11-1_amd64.deb
./libwebp6_0.5.2-1+deb9u1_amd64.deb
./libvorbisenc2_1.3.5-4+deb9u3_amd64.deb
./zlib1g_1%3a1.2.8.dfsg-5+deb9u1_amd64.deb
./libgnutls30_3.5.8-5+deb9u6_amd64.deb
./libfribidi0_0.19.7-1+deb9u2_amd64.deb
./libzvbi0_0.2.35-13_amd64.deb
./libtasn1-6_4.10-1.1+deb9u1_amd64.deb
./libopus0_1.2~alpha2-1_amd64.deb
./libvorbis0a_1.3.5-4+deb9u3_amd64.deb
./libdrm2_2.4.74-1_amd64.deb
./libgmp10_2%3a6.1.2+dfsg-1+deb9u1_amd64.deb
./libtheora0_1.1.1+dfsg.1-14+b1_amd64.deb
./libexpat1_2.2.0-2+deb9u5_amd64.deb
./libx11-6_2%3a1.6.4-3+deb9u4_amd64.deb
./libhogweed4_3.3-1+deb9u1_amd64.deb
./libxcb1_1.12-1_amd64.deb
./libnettle6_3.3-1+deb9u1_amd64.deb
./libcairo2_1.14.8-1+deb9u1_amd64.deb
./libstdc++6_6.3.0-18+deb9u1_amd64.deb
./libgcc1_1%3a6.3.0-18+deb9u1_amd64.deb
./libidn11_1.33-1+deb9u1_amd64.deb
./libfreetype6_2.6.3-3.2+deb9u2_amd64.deb
./libfontconfig1_2.11.0-6.7+b1_amd64.deb
./libpciaccess0_0.13.4-1+b2_amd64.deb
./libvdpau1_1.1.1-6_amd64.deb
./libc6_2.24-11+deb9u4_amd64.deb
./gcc-6-base_6.3.0-18+deb9u1_amd64.deb
./libx11-data_2%3a1.6.4-3+deb9u4_all.deb
./libdrm-intel1_2.4.74-1_amd64.deb
./libmp3lame0_3.99.5+repack1-9+b2_amd64.deb
./libpng16-16_1.6.28-1+deb9u1_amd64.deb
./jellyfin-ffmpeg_4.4.1-4-bullseye_amd64.deb
./libp11-kit0_0.23.3-2+deb9u1_amd64.deb
./fontconfig-config_2.11.0-6.7_all.deb
./ocl-icd-libopencl1_2.2.11-1_amd64.deb
./libwebp6_0.5.2-1+deb9u1_amd64.deb
./libvorbisenc2_1.3.5-4+deb9u3_amd64.deb
./zlib1g_1%3a1.2.8.dfsg-5+deb9u1_amd64.deb
./libgnutls30_3.5.8-5+deb9u6_amd64.deb
./libfribidi0_0.19.7-1+deb9u2_amd64.deb
./libzvbi0_0.2.35-13_amd64.deb
./libopus0_1.2~alpha2-1_amd64.deb
./libvorbis0a_1.3.5-4+deb9u3_amd64.deb
./libdrm2_2.4.74-1_amd64.deb
./libgmp10_2%3a6.1.2+dfsg-1+deb9u1_amd64.deb
./libtheora0_1.1.1+dfsg.1-14+b1_amd64.deb
./libx11-6_2%3a1.6.4-3+deb9u4_amd64.deb
Get:1 http://deb.debian.org/debian stretch/main amd64 libxau6 amd64 1:1.0.8-1 [20.7 kB]
Fetched 20.7 kB in 0s (96.9 kB/s)
Get:1 http://deb.debian.org/debian stretch/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
Fetched 26.3 kB in 0s (634 kB/s)
Get:1 http://deb.debian.org/debian stretch/main amd64 libpixman-1-0 amd64 0.34.0-1 [530 kB]
Fetched 530 kB in 0s (5,238 kB/s)
Get:1 http://deb.debian.org/debian stretch/main amd64 libxcb-render0 amd64 1.12-1 [105 kB]
Fetched 105 kB in 0s (1,379 kB/s)
Get:1 http://deb.debian.org/debian stretch/main amd64 libxcb-shm0 amd64 1.12-1 [95.9 kB]
Fetched 95.9 kB in 0s (1,410 kB/s)
Get:1 http://deb.debian.org/debian stretch/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB]
Fetched 33.0 kB in 0s (1,017 kB/s)
./libstdc++6_6.3.0-18+deb9u1_amd64.deb
./libfreetype6_2.6.3-3.2+deb9u2_amd64.deb
./libfontconfig1_2.11.0-6.7+b1_amd64.deb
./libvdpau1_1.1.1-6_amd64.deb
./libc6_2.24-11+deb9u4_amd64.deb
./libdrm-intel1_2.4.74-1_amd64.deb
./libmp3lame0_3.99.5+repack1-9+b2_amd64.deb
./jellyfin-ffmpeg_4.4.1-4-bullseye_amd64.deb
Get:1 http://deb.debian.org/debian stretch/main amd64 libffi6 amd64 3.2.1-6 [20.4 kB]
Fetched 20.4 kB in 0s (595 kB/s)
Get:1 http://deb.debian.org/debian stretch/main amd64 debconf all 1.5.61 [159 kB]
Fetched 159 kB in 0s (2,531 kB/s)
Get:1 http://deb.debian.org/debian stretch/main amd64 fonts-dejavu-core all 2.37-1 [1,068 kB]
Get:2 http://deb.debian.org/debian stretch/main amd64 fonts-freefont-otf all 20120503-6 [3,168 kB]
Get:3 http://deb.debian.org/debian stretch/main amd64 fonts-freefont-ttf all 20120503-6 [4,316 kB]
Get:4 http://deb.debian.org/debian stretch/main amd64 fonts-liberation all 1:1.07.4-2 [827 kB]
Get:5 http://deb.debian.org/debian stretch/main amd64 fonts-liberation2 all 2.00.1-3 [1,455 kB]
Get:6 http://deb.debian.org/debian stretch/main amd64 ttf-bitstream-vera all 1.10-8 [352 kB]
Fetched 11.2 MB in 0s (37.1 MB/s)
Get:1 http://deb.debian.org/debian stretch/main amd64 ucf all 3.0036 [70.2 kB]
Fetched 70.2 kB in 0s (915 kB/s)
f252fe8c0a392244ac7e098e141df0de 74a89475855afd0ae2f170f4a4a245cd
       #########################
./libzvbi-common_0.2.35-13_all.deb
./libxdmcp6_1%3a1.1.2-3_amd64.deb
./libogg0_1.3.2-1_amd64.deb
./libxext6_2%3a1.3.3-1+b2_amd64.deb
./ocl-icd-libopencl1_2.2.11-1_amd64.deb
./libwebp6_0.5.2-1+deb9u1_amd64.deb
./fonts-freefont-otf_20120503-6_all.deb
./libvorbisenc2_1.3.5-4+deb9u3_amd64.deb
./zlib1g_1%3a1.2.8.dfsg-5+deb9u1_amd64.deb
./fonts-liberation2_2.00.1-3_all.deb
./libgnutls30_3.5.8-5+deb9u6_amd64.deb
./libpixman-1-0_0.34.0-1_amd64.deb
./libfribidi0_0.19.7-1+deb9u2_amd64.deb
./libzvbi0_0.2.35-13_amd64.deb
./libtasn1-6_4.10-1.1+deb9u1_amd64.deb
./libopus0_1.2~alpha2-1_amd64.deb
./libvorbis0a_1.3.5-4+deb9u3_amd64.deb
./libdrm2_2.4.74-1_amd64.deb
./libgmp10_2%3a6.1.2+dfsg-1+deb9u1_amd64.deb
./libxcb-shm0_1.12-1_amd64.deb
./libtheora0_1.1.1+dfsg.1-14+b1_amd64.deb
./libexpat1_2.2.0-2+deb9u5_amd64.deb
./libx11-6_2%3a1.6.4-3+deb9u4_amd64.deb
./libxau6_1%3a1.0.8-1_amd64.deb
./libhogweed4_3.3-1+deb9u1_amd64.deb
./ttf-bitstream-vera_1.10-8_all.deb
./fonts-liberation_1%3a1.07.4-2_all.deb
./libxcb1_1.12-1_amd64.deb
./fonts-dejavu-core_2.37-1_all.deb
./libnettle6_3.3-1+deb9u1_amd64.deb
./libxcb-render0_1.12-1_amd64.deb
./libcairo2_1.14.8-1+deb9u1_amd64.deb
./libstdc++6_6.3.0-18+deb9u1_amd64.deb
./libgcc1_1%3a6.3.0-18+deb9u1_amd64.deb
./fonts-freefont-ttf_20120503-6_all.deb
./libidn11_1.33-1+deb9u1_amd64.deb
./libfreetype6_2.6.3-3.2+deb9u2_amd64.deb
./ucf_3.0036_all.deb
./libfontconfig1_2.11.0-6.7+b1_amd64.deb
./libpciaccess0_0.13.4-1+b2_amd64.deb
./libvdpau1_1.1.1-6_amd64.deb
./libffi6_3.2.1-6_amd64.deb
./libc6_2.24-11+deb9u4_amd64.deb
./debconf_1.5.61_all.deb
./libxrender1_1%3a0.9.10-1_amd64.deb
./gcc-6-base_6.3.0-18+deb9u1_amd64.deb
./libx11-data_2%3a1.6.4-3+deb9u4_all.deb
./libdrm-intel1_2.4.74-1_amd64.deb
./libmp3lame0_3.99.5+repack1-9+b2_amd64.deb
./libpng16-16_1.6.28-1+deb9u1_amd64.deb
./jellyfin-ffmpeg_4.4.1-4-bullseye_amd64.deb
./libp11-kit0_0.23.3-2+deb9u1_amd64.deb
./fontconfig-config_2.11.0-6.7_all.deb
./libzvbi-common_0.2.35-13_all.deb
Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libbsd0 amd64 0.8.3-1+deb9u1 [82.9 kB]
Fetched 82.9 kB in 0s (1,650 kB/s)
./libogg0_1.3.2-1_amd64.deb
./libxext6_2%3a1.3.3-1+b2_amd64.deb
./ocl-icd-libopencl1_2.2.11-1_amd64.deb
./libwebp6_0.5.2-1+deb9u1_amd64.deb
./libvorbisenc2_1.3.5-4+deb9u3_amd64.deb
./zlib1g_1%3a1.2.8.dfsg-5+deb9u1_amd64.deb
./libgnutls30_3.5.8-5+deb9u6_amd64.deb
./libfribidi0_0.19.7-1+deb9u2_amd64.deb
./libzvbi0_0.2.35-13_amd64.deb
./libtasn1-6_4.10-1.1+deb9u1_amd64.deb
./libopus0_1.2~alpha2-1_amd64.deb
./libvorbis0a_1.3.5-4+deb9u3_amd64.deb
./libdrm2_2.4.74-1_amd64.deb
./libgmp10_2%3a6.1.2+dfsg-1+deb9u1_amd64.deb
./libtheora0_1.1.1+dfsg.1-14+b1_amd64.deb
./libexpat1_2.2.0-2+deb9u5_amd64.deb
./libx11-6_2%3a1.6.4-3+deb9u4_amd64.deb
./libhogweed4_3.3-1+deb9u1_amd64.deb
./libxcb1_1.12-1_amd64.deb
./libnettle6_3.3-1+deb9u1_amd64.deb
./libcairo2_1.14.8-1+deb9u1_amd64.deb
./libstdc++6_6.3.0-18+deb9u1_amd64.deb
./libgcc1_1%3a6.3.0-18+deb9u1_amd64.deb
./libidn11_1.33-1+deb9u1_amd64.deb
./libfreetype6_2.6.3-3.2+deb9u2_amd64.deb
Get:1 http://deb.debian.org/debian stretch/main amd64 coreutils amd64 8.26-3 [2,870 kB]
Fetched 2,870 kB in 0s (18.8 MB/s)
./libfontconfig1_2.11.0-6.7+b1_amd64.deb
./libpciaccess0_0.13.4-1+b2_amd64.deb
./libvdpau1_1.1.1-6_amd64.deb
./libc6_2.24-11+deb9u4_amd64.deb
./gcc-6-base_6.3.0-18+deb9u1_amd64.deb
./libx11-data_2%3a1.6.4-3+deb9u4_all.deb
./libdrm-intel1_2.4.74-1_amd64.deb
./libmp3lame0_3.99.5+repack1-9+b2_amd64.deb
./libpng16-16_1.6.28-1+deb9u1_amd64.deb
./jellyfin-ffmpeg_4.4.1-4-bullseye_amd64.deb
./libp11-kit0_0.23.3-2+deb9u1_amd64.deb
./fontconfig-config_2.11.0-6.7_all.deb
74a89475855afd0ae2f170f4a4a245cd a9c3563908df428a3d454249a87d1242
       #########################
./libbsd0_0.8.3-1+deb9u1_amd64.deb
./libzvbi-common_0.2.35-13_all.deb
./libxdmcp6_1%3a1.1.2-3_amd64.deb
./libogg0_1.3.2-1_amd64.deb
./libxext6_2%3a1.3.3-1+b2_amd64.deb
./ocl-icd-libopencl1_2.2.11-1_amd64.deb
./libwebp6_0.5.2-1+deb9u1_amd64.deb
./fonts-freefont-otf_20120503-6_all.deb
./libvorbisenc2_1.3.5-4+deb9u3_amd64.deb
./zlib1g_1%3a1.2.8.dfsg-5+deb9u1_amd64.deb
./fonts-liberation2_2.00.1-3_all.deb
./libgnutls30_3.5.8-5+deb9u6_amd64.deb
./libpixman-1-0_0.34.0-1_amd64.deb
./libfribidi0_0.19.7-1+deb9u2_amd64.deb
./libzvbi0_0.2.35-13_amd64.deb
./libtasn1-6_4.10-1.1+deb9u1_amd64.deb
./libopus0_1.2~alpha2-1_amd64.deb
./libvorbis0a_1.3.5-4+deb9u3_amd64.deb
./libdrm2_2.4.74-1_amd64.deb
./libgmp10_2%3a6.1.2+dfsg-1+deb9u1_amd64.deb
./libxcb-shm0_1.12-1_amd64.deb
./libtheora0_1.1.1+dfsg.1-14+b1_amd64.deb
./libexpat1_2.2.0-2+deb9u5_amd64.deb
./libx11-6_2%3a1.6.4-3+deb9u4_amd64.deb
./libxau6_1%3a1.0.8-1_amd64.deb
./libhogweed4_3.3-1+deb9u1_amd64.deb
./ttf-bitstream-vera_1.10-8_all.deb
./coreutils_8.26-3_amd64.deb
./fonts-liberation_1%3a1.07.4-2_all.deb
./libxcb1_1.12-1_amd64.deb
./fonts-dejavu-core_2.37-1_all.deb
./libnettle6_3.3-1+deb9u1_amd64.deb
./libxcb-render0_1.12-1_amd64.deb
./libcairo2_1.14.8-1+deb9u1_amd64.deb
./libstdc++6_6.3.0-18+deb9u1_amd64.deb
./libgcc1_1%3a6.3.0-18+deb9u1_amd64.deb
./fonts-freefont-ttf_20120503-6_all.deb
./libidn11_1.33-1+deb9u1_amd64.deb
./libfreetype6_2.6.3-3.2+deb9u2_amd64.deb
./ucf_3.0036_all.deb
./libfontconfig1_2.11.0-6.7+b1_amd64.deb
./libpciaccess0_0.13.4-1+b2_amd64.deb
./libvdpau1_1.1.1-6_amd64.deb
./libffi6_3.2.1-6_amd64.deb
./libc6_2.24-11+deb9u4_amd64.deb
./debconf_1.5.61_all.deb
./libxrender1_1%3a0.9.10-1_amd64.deb
./gcc-6-base_6.3.0-18+deb9u1_amd64.deb
./libx11-data_2%3a1.6.4-3+deb9u4_all.deb
./libdrm-intel1_2.4.74-1_amd64.deb
./libmp3lame0_3.99.5+repack1-9+b2_amd64.deb
./libpng16-16_1.6.28-1+deb9u1_amd64.deb
./jellyfin-ffmpeg_4.4.1-4-bullseye_amd64.deb
./libp11-kit0_0.23.3-2+deb9u1_amd64.deb
./fontconfig-config_2.11.0-6.7_all.deb
./libzvbi-common_0.2.35-13_all.deb
./libxdmcp6_1%3a1.1.2-3_amd64.deb
./libogg0_1.3.2-1_amd64.deb
./libxext6_2%3a1.3.3-1+b2_amd64.deb
./ocl-icd-libopencl1_2.2.11-1_amd64.deb
./libwebp6_0.5.2-1+deb9u1_amd64.deb
./fonts-freefont-otf_20120503-6_all.deb
./libvorbisenc2_1.3.5-4+deb9u3_amd64.deb
./zlib1g_1%3a1.2.8.dfsg-5+deb9u1_amd64.deb
./fonts-liberation2_2.00.1-3_all.deb
./libgnutls30_3.5.8-5+deb9u6_amd64.deb
./libpixman-1-0_0.34.0-1_amd64.deb
./libfribidi0_0.19.7-1+deb9u2_amd64.deb
./libzvbi0_0.2.35-13_amd64.deb
./libtasn1-6_4.10-1.1+deb9u1_amd64.deb
./libopus0_1.2~alpha2-1_amd64.deb
./libvorbis0a_1.3.5-4+deb9u3_amd64.deb
./libdrm2_2.4.74-1_amd64.deb
./libgmp10_2%3a6.1.2+dfsg-1+deb9u1_amd64.deb
./libxcb-shm0_1.12-1_amd64.deb
./libtheora0_1.1.1+dfsg.1-14+b1_amd64.deb
./libexpat1_2.2.0-2+deb9u5_amd64.deb
./libx11-6_2%3a1.6.4-3+deb9u4_amd64.deb
./libxau6_1%3a1.0.8-1_amd64.deb
./libhogweed4_3.3-1+deb9u1_amd64.deb
./ttf-bitstream-vera_1.10-8_all.deb
./fonts-liberation_1%3a1.07.4-2_all.deb
./libxcb1_1.12-1_amd64.deb
./fonts-dejavu-core_2.37-1_all.deb
./libnettle6_3.3-1+deb9u1_amd64.deb
./libxcb-render0_1.12-1_amd64.deb
./libcairo2_1.14.8-1+deb9u1_amd64.deb
./libstdc++6_6.3.0-18+deb9u1_amd64.deb
./libgcc1_1%3a6.3.0-18+deb9u1_amd64.deb
./fonts-freefont-ttf_20120503-6_all.deb
./libidn11_1.33-1+deb9u1_amd64.deb
./libfreetype6_2.6.3-3.2+deb9u2_amd64.deb
./ucf_3.0036_all.deb
./libfontconfig1_2.11.0-6.7+b1_amd64.deb
./libpciaccess0_0.13.4-1+b2_amd64.deb
./libvdpau1_1.1.1-6_amd64.deb
./libffi6_3.2.1-6_amd64.deb
./libc6_2.24-11+deb9u4_amd64.deb
./debconf_1.5.61_all.deb
./libxrender1_1%3a0.9.10-1_amd64.deb
./gcc-6-base_6.3.0-18+deb9u1_amd64.deb
./libx11-data_2%3a1.6.4-3+deb9u4_all.deb
./libdrm-intel1_2.4.74-1_amd64.deb
./libmp3lame0_3.99.5+repack1-9+b2_amd64.deb
./libpng16-16_1.6.28-1+deb9u1_amd64.deb
./jellyfin-ffmpeg_4.4.1-4-bullseye_amd64.deb
./libp11-kit0_0.23.3-2+deb9u1_amd64.deb
./fontconfig-config_2.11.0-6.7_all.deb
a9c3563908df428a3d454249a87d1242 a9c3563908df428a3d454249a87d1242
       #########################
--- ./libbsd0_0.8.3-1+deb9u1_amd64.deb
tar: ./usr/lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
./lib/x86_64-linux-gnu/
./lib/x86_64-linux-gnu/libbsd.so.0.8.3
./lib/x86_64-linux-gnu/libbsd.so.0
--- ./libzvbi-common_0.2.35-13_all.deb
tar: ./usr/lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libxdmcp6_1%3a1.1.2-3_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
./usr/lib/x86_64-linux-gnu/libXdmcp.so.6
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libogg0_1.3.2-1_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libogg.so.0.8.2
./usr/lib/x86_64-linux-gnu/libogg.so.0
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libxext6_2%3a1.3.3-1+b2_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
./usr/lib/x86_64-linux-gnu/libXext.so.6
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./ocl-icd-libopencl1_2.2.11-1_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0
./usr/lib/x86_64-linux-gnu/libOpenCL.so.1
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libwebp6_0.5.2-1+deb9u1_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libwebp.so.6.0.2
./usr/lib/x86_64-linux-gnu/libwebp.so.6
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./fonts-freefont-otf_20120503-6_all.deb
tar: ./usr/lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libvorbisenc2_1.3.5-4+deb9u3_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.11
./usr/lib/x86_64-linux-gnu/libvorbisenc.so.2
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./zlib1g_1%3a1.2.8.dfsg-5+deb9u1_amd64.deb
tar: ./usr/lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
./lib/x86_64-linux-gnu/
./lib/x86_64-linux-gnu/libz.so.1.2.8
./lib/x86_64-linux-gnu/libz.so.1
--- ./fonts-liberation2_2.00.1-3_all.deb
tar: ./usr/lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libgnutls30_3.5.8-5+deb9u6_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libgnutls.so.30.13.1
./usr/lib/x86_64-linux-gnu/libgnutls.so.30
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libpixman-1-0_0.34.0-1_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0
./usr/lib/x86_64-linux-gnu/libpixman-1.so.0
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libfribidi0_0.19.7-1+deb9u2_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libfribidi.so.0.3.6
./usr/lib/x86_64-linux-gnu/libfribidi.so.0
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libzvbi0_0.2.35-13_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libzvbi-chains.so.0.0.0
./usr/lib/x86_64-linux-gnu/libzvbi.so.0.13.2
./usr/lib/x86_64-linux-gnu/libzvbi-chains.so.0
./usr/lib/x86_64-linux-gnu/libzvbi.so.0
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libtasn1-6_4.10-1.1+deb9u1_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.3
./usr/lib/x86_64-linux-gnu/libtasn1.so.6
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libopus0_1.2~alpha2-1_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libopus.so.0.5.3
./usr/lib/x86_64-linux-gnu/libopus.so.0
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libvorbis0a_1.3.5-4+deb9u3_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.8
./usr/lib/x86_64-linux-gnu/libvorbis.so.0
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libdrm2_2.4.74-1_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
./usr/lib/x86_64-linux-gnu/libdrm.so.2
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libgmp10_2%3a6.1.2+dfsg-1+deb9u1_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libgmp.so.10.3.2
./usr/lib/x86_64-linux-gnu/libgmp.so.10
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libxcb-shm0_1.12-1_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
./usr/lib/x86_64-linux-gnu/libxcb-shm.so.0
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libtheora0_1.1.1+dfsg.1-14+b1_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libtheora.so.0.3.10
./usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
./usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
./usr/lib/x86_64-linux-gnu/libtheora.so.0
./usr/lib/x86_64-linux-gnu/libtheoradec.so.1
./usr/lib/x86_64-linux-gnu/libtheoraenc.so.1
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libexpat1_2.2.0-2+deb9u5_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libexpatw.so.1.6.2
./usr/lib/x86_64-linux-gnu/libexpatw.so.1
./lib/x86_64-linux-gnu/
./lib/x86_64-linux-gnu/libexpat.so.1.6.2
./lib/x86_64-linux-gnu/libexpat.so.1
--- ./libx11-6_2%3a1.6.4-3+deb9u4_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
./usr/lib/x86_64-linux-gnu/libX11.so.6
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libxau6_1%3a1.0.8-1_amd64.deb
no entry data.tar.xz in archive
tar: data.tar.xz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: data.tar.xz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
--- ./libhogweed4_3.3-1+deb9u1_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libhogweed.so.4.3
./usr/lib/x86_64-linux-gnu/libhogweed.so.4
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./ttf-bitstream-vera_1.10-8_all.deb
no entry data.tar.xz in archive
tar: data.tar.xz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: data.tar.xz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
--- ./coreutils_8.26-3_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/coreutils/
./usr/lib/x86_64-linux-gnu/coreutils/libstdbuf.so
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./fonts-liberation_1%3a1.07.4-2_all.deb
tar: ./usr/lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libxcb1_1.12-1_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
./usr/lib/x86_64-linux-gnu/libxcb.so.1
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./fonts-dejavu-core_2.37-1_all.deb
tar: ./usr/lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libnettle6_3.3-1+deb9u1_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libnettle.so.6.3
./usr/lib/x86_64-linux-gnu/libnettle.so.6
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libxcb-render0_1.12-1_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
./usr/lib/x86_64-linux-gnu/libxcb-render.so.0
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libcairo2_1.14.8-1+deb9u1_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8
./usr/lib/x86_64-linux-gnu/libcairo.so.2
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libstdc++6_6.3.0-18+deb9u1_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
./usr/lib/x86_64-linux-gnu/libstdc++.so.6
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libgcc1_1%3a6.3.0-18+deb9u1_amd64.deb
tar: ./usr/lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
./lib/x86_64-linux-gnu/
./lib/x86_64-linux-gnu/libgcc_s.so.1
--- ./fonts-freefont-ttf_20120503-6_all.deb
tar: ./usr/lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libidn11_1.33-1+deb9u1_amd64.deb
tar: ./usr/lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
./lib/x86_64-linux-gnu/
./lib/x86_64-linux-gnu/libidn.so.11.6.16
./lib/x86_64-linux-gnu/libidn.so.11
--- ./libfreetype6_2.6.3-3.2+deb9u2_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3
./usr/lib/x86_64-linux-gnu/libfreetype.so.6
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./ucf_3.0036_all.deb
tar: ./usr/lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libfontconfig1_2.11.0-6.7+b1_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0
./usr/lib/x86_64-linux-gnu/libfontconfig.so.1
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libpciaccess0_0.13.4-1+b2_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libpciaccess.so.0.11.1
./usr/lib/x86_64-linux-gnu/libpciaccess.so.0
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libvdpau1_1.1.1-6_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libvdpau.so.1.0.0
./usr/lib/x86_64-linux-gnu/vdpau/
./usr/lib/x86_64-linux-gnu/vdpau/libvdpau_trace.so.1.0.0
./usr/lib/x86_64-linux-gnu/libvdpau.so.1
./usr/lib/x86_64-linux-gnu/vdpau/libvdpau_trace.so.1
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libffi6_3.2.1-6_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
./usr/lib/x86_64-linux-gnu/libffi.so.6
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libc6_2.24-11+deb9u4_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/audit/
./usr/lib/x86_64-linux-gnu/audit/sotruss-lib.so
./usr/lib/x86_64-linux-gnu/gconv/
./usr/lib/x86_64-linux-gnu/gconv/ANSI_X3.110.so
./usr/lib/x86_64-linux-gnu/gconv/ARMSCII-8.so
./usr/lib/x86_64-linux-gnu/gconv/ASMO_449.so
./usr/lib/x86_64-linux-gnu/gconv/BIG5.so
./usr/lib/x86_64-linux-gnu/gconv/BIG5HKSCS.so
./usr/lib/x86_64-linux-gnu/gconv/BRF.so
./usr/lib/x86_64-linux-gnu/gconv/CP10007.so
./usr/lib/x86_64-linux-gnu/gconv/CP1125.so
./usr/lib/x86_64-linux-gnu/gconv/CP1250.so
./usr/lib/x86_64-linux-gnu/gconv/CP1251.so
./usr/lib/x86_64-linux-gnu/gconv/CP1252.so
./usr/lib/x86_64-linux-gnu/gconv/CP1253.so
./usr/lib/x86_64-linux-gnu/gconv/CP1254.so
./usr/lib/x86_64-linux-gnu/gconv/CP1255.so
./usr/lib/x86_64-linux-gnu/gconv/CP1256.so
./usr/lib/x86_64-linux-gnu/gconv/CP1257.so
./usr/lib/x86_64-linux-gnu/gconv/CP1258.so
./usr/lib/x86_64-linux-gnu/gconv/CP737.so
./usr/lib/x86_64-linux-gnu/gconv/CP770.so
./usr/lib/x86_64-linux-gnu/gconv/CP771.so
./usr/lib/x86_64-linux-gnu/gconv/CP772.so
./usr/lib/x86_64-linux-gnu/gconv/CP773.so
./usr/lib/x86_64-linux-gnu/gconv/CP774.so
./usr/lib/x86_64-linux-gnu/gconv/CP775.so
./usr/lib/x86_64-linux-gnu/gconv/CP932.so
./usr/lib/x86_64-linux-gnu/gconv/CSN_369103.so
./usr/lib/x86_64-linux-gnu/gconv/CWI.so
./usr/lib/x86_64-linux-gnu/gconv/DEC-MCS.so
./usr/lib/x86_64-linux-gnu/gconv/EBCDIC-AT-DE-A.so
./usr/lib/x86_64-linux-gnu/gconv/EBCDIC-AT-DE.so
./usr/lib/x86_64-linux-gnu/gconv/EBCDIC-CA-FR.so
./usr/lib/x86_64-linux-gnu/gconv/EBCDIC-DK-NO-A.so
./usr/lib/x86_64-linux-gnu/gconv/EBCDIC-DK-NO.so
./usr/lib/x86_64-linux-gnu/gconv/EBCDIC-ES-A.so
./usr/lib/x86_64-linux-gnu/gconv/EBCDIC-ES-S.so
./usr/lib/x86_64-linux-gnu/gconv/EBCDIC-ES.so
./usr/lib/x86_64-linux-gnu/gconv/EBCDIC-FI-SE-A.so
./usr/lib/x86_64-linux-gnu/gconv/EBCDIC-FI-SE.so
./usr/lib/x86_64-linux-gnu/gconv/EBCDIC-FR.so
./usr/lib/x86_64-linux-gnu/gconv/EBCDIC-IS-FRISS.so
./usr/lib/x86_64-linux-gnu/gconv/EBCDIC-IT.so
./usr/lib/x86_64-linux-gnu/gconv/EBCDIC-PT.so
./usr/lib/x86_64-linux-gnu/gconv/EBCDIC-UK.so
./usr/lib/x86_64-linux-gnu/gconv/EBCDIC-US.so
./usr/lib/x86_64-linux-gnu/gconv/ECMA-CYRILLIC.so
./usr/lib/x86_64-linux-gnu/gconv/EUC-CN.so
./usr/lib/x86_64-linux-gnu/gconv/EUC-JISX0213.so
./usr/lib/x86_64-linux-gnu/gconv/EUC-JP-MS.so
./usr/lib/x86_64-linux-gnu/gconv/EUC-JP.so
./usr/lib/x86_64-linux-gnu/gconv/EUC-KR.so
./usr/lib/x86_64-linux-gnu/gconv/EUC-TW.so
./usr/lib/x86_64-linux-gnu/gconv/GB18030.so
./usr/lib/x86_64-linux-gnu/gconv/GBBIG5.so
./usr/lib/x86_64-linux-gnu/gconv/GBGBK.so
./usr/lib/x86_64-linux-gnu/gconv/GBK.so
./usr/lib/x86_64-linux-gnu/gconv/GEORGIAN-ACADEMY.so
./usr/lib/x86_64-linux-gnu/gconv/GEORGIAN-PS.so
./usr/lib/x86_64-linux-gnu/gconv/GOST_19768-74.so
./usr/lib/x86_64-linux-gnu/gconv/GREEK-CCITT.so
./usr/lib/x86_64-linux-gnu/gconv/GREEK7-OLD.so
./usr/lib/x86_64-linux-gnu/gconv/GREEK7.so
./usr/lib/x86_64-linux-gnu/gconv/HP-GREEK8.so
./usr/lib/x86_64-linux-gnu/gconv/HP-ROMAN8.so
./usr/lib/x86_64-linux-gnu/gconv/HP-ROMAN9.so
./usr/lib/x86_64-linux-gnu/gconv/HP-THAI8.so
./usr/lib/x86_64-linux-gnu/gconv/HP-TURKISH8.so
./usr/lib/x86_64-linux-gnu/gconv/IBM037.so
./usr/lib/x86_64-linux-gnu/gconv/IBM038.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1004.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1008.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1008_420.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1025.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1026.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1046.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1047.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1097.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1112.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1122.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1123.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1124.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1129.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1130.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1132.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1133.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1137.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1140.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1141.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1142.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1143.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1144.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1145.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1146.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1147.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1148.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1149.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1153.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1154.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1155.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1156.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1157.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1158.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1160.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1161.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1162.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1163.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1164.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1166.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1167.so
./usr/lib/x86_64-linux-gnu/gconv/IBM12712.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1364.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1371.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1388.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1390.so
./usr/lib/x86_64-linux-gnu/gconv/IBM1399.so
./usr/lib/x86_64-linux-gnu/gconv/IBM16804.so
./usr/lib/x86_64-linux-gnu/gconv/IBM256.so
./usr/lib/x86_64-linux-gnu/gconv/IBM273.so
./usr/lib/x86_64-linux-gnu/gconv/IBM274.so
./usr/lib/x86_64-linux-gnu/gconv/IBM275.so
./usr/lib/x86_64-linux-gnu/gconv/IBM277.so
./usr/lib/x86_64-linux-gnu/gconv/IBM278.so
./usr/lib/x86_64-linux-gnu/gconv/IBM280.so
./usr/lib/x86_64-linux-gnu/gconv/IBM281.so
./usr/lib/x86_64-linux-gnu/gconv/IBM284.so
./usr/lib/x86_64-linux-gnu/gconv/IBM285.so
./usr/lib/x86_64-linux-gnu/gconv/IBM290.so
./usr/lib/x86_64-linux-gnu/gconv/IBM297.so
./usr/lib/x86_64-linux-gnu/gconv/IBM420.so
./usr/lib/x86_64-linux-gnu/gconv/IBM423.so
./usr/lib/x86_64-linux-gnu/gconv/IBM424.so
./usr/lib/x86_64-linux-gnu/gconv/IBM437.so
./usr/lib/x86_64-linux-gnu/gconv/IBM4517.so
./usr/lib/x86_64-linux-gnu/gconv/IBM4899.so
./usr/lib/x86_64-linux-gnu/gconv/IBM4909.so
./usr/lib/x86_64-linux-gnu/gconv/IBM4971.so
./usr/lib/x86_64-linux-gnu/gconv/IBM500.so
./usr/lib/x86_64-linux-gnu/gconv/IBM5347.so
./usr/lib/x86_64-linux-gnu/gconv/IBM803.so
./usr/lib/x86_64-linux-gnu/gconv/IBM850.so
./usr/lib/x86_64-linux-gnu/gconv/IBM851.so
./usr/lib/x86_64-linux-gnu/gconv/IBM852.so
./usr/lib/x86_64-linux-gnu/gconv/IBM855.so
./usr/lib/x86_64-linux-gnu/gconv/IBM856.so
./usr/lib/x86_64-linux-gnu/gconv/IBM857.so
./usr/lib/x86_64-linux-gnu/gconv/IBM860.so
./usr/lib/x86_64-linux-gnu/gconv/IBM861.so
./usr/lib/x86_64-linux-gnu/gconv/IBM862.so
./usr/lib/x86_64-linux-gnu/gconv/IBM863.so
./usr/lib/x86_64-linux-gnu/gconv/IBM864.so
./usr/lib/x86_64-linux-gnu/gconv/IBM865.so
./usr/lib/x86_64-linux-gnu/gconv/IBM866.so
./usr/lib/x86_64-linux-gnu/gconv/IBM866NAV.so
./usr/lib/x86_64-linux-gnu/gconv/IBM868.so
./usr/lib/x86_64-linux-gnu/gconv/IBM869.so
./usr/lib/x86_64-linux-gnu/gconv/IBM870.so
./usr/lib/x86_64-linux-gnu/gconv/IBM871.so
./usr/lib/x86_64-linux-gnu/gconv/IBM874.so
./usr/lib/x86_64-linux-gnu/gconv/IBM875.so
./usr/lib/x86_64-linux-gnu/gconv/IBM880.so
./usr/lib/x86_64-linux-gnu/gconv/IBM891.so
./usr/lib/x86_64-linux-gnu/gconv/IBM901.so
./usr/lib/x86_64-linux-gnu/gconv/IBM902.so
./usr/lib/x86_64-linux-gnu/gconv/IBM903.so
./usr/lib/x86_64-linux-gnu/gconv/IBM9030.so
./usr/lib/x86_64-linux-gnu/gconv/IBM904.so
./usr/lib/x86_64-linux-gnu/gconv/IBM905.so
./usr/lib/x86_64-linux-gnu/gconv/IBM9066.so
./usr/lib/x86_64-linux-gnu/gconv/IBM918.so
./usr/lib/x86_64-linux-gnu/gconv/IBM921.so
./usr/lib/x86_64-linux-gnu/gconv/IBM922.so
./usr/lib/x86_64-linux-gnu/gconv/IBM930.so
./usr/lib/x86_64-linux-gnu/gconv/IBM932.so
./usr/lib/x86_64-linux-gnu/gconv/IBM933.so
./usr/lib/x86_64-linux-gnu/gconv/IBM935.so
./usr/lib/x86_64-linux-gnu/gconv/IBM937.so
./usr/lib/x86_64-linux-gnu/gconv/IBM939.so
./usr/lib/x86_64-linux-gnu/gconv/IBM943.so
./usr/lib/x86_64-linux-gnu/gconv/IBM9448.so
./usr/lib/x86_64-linux-gnu/gconv/IEC_P27-1.so
./usr/lib/x86_64-linux-gnu/gconv/INIS-8.so
./usr/lib/x86_64-linux-gnu/gconv/INIS-CYRILLIC.so
./usr/lib/x86_64-linux-gnu/gconv/INIS.so
./usr/lib/x86_64-linux-gnu/gconv/ISIRI-3342.so
./usr/lib/x86_64-linux-gnu/gconv/ISO-2022-CN-EXT.so
./usr/lib/x86_64-linux-gnu/gconv/ISO-2022-CN.so
./usr/lib/x86_64-linux-gnu/gconv/ISO-2022-JP-3.so
./usr/lib/x86_64-linux-gnu/gconv/ISO-2022-JP.so
./usr/lib/x86_64-linux-gnu/gconv/ISO-2022-KR.so
./usr/lib/x86_64-linux-gnu/gconv/ISO-IR-197.so
./usr/lib/x86_64-linux-gnu/gconv/ISO-IR-209.so
./usr/lib/x86_64-linux-gnu/gconv/ISO646.so
./usr/lib/x86_64-linux-gnu/gconv/ISO8859-1.so
./usr/lib/x86_64-linux-gnu/gconv/ISO8859-10.so
./usr/lib/x86_64-linux-gnu/gconv/ISO8859-11.so
./usr/lib/x86_64-linux-gnu/gconv/ISO8859-13.so
./usr/lib/x86_64-linux-gnu/gconv/ISO8859-14.so
./usr/lib/x86_64-linux-gnu/gconv/ISO8859-15.so
./usr/lib/x86_64-linux-gnu/gconv/ISO8859-16.so
./usr/lib/x86_64-linux-gnu/gconv/ISO8859-2.so
./usr/lib/x86_64-linux-gnu/gconv/ISO8859-3.so
./usr/lib/x86_64-linux-gnu/gconv/ISO8859-4.so
./usr/lib/x86_64-linux-gnu/gconv/ISO8859-5.so
./usr/lib/x86_64-linux-gnu/gconv/ISO8859-6.so
./usr/lib/x86_64-linux-gnu/gconv/ISO8859-7.so
./usr/lib/x86_64-linux-gnu/gconv/ISO8859-8.so
./usr/lib/x86_64-linux-gnu/gconv/ISO8859-9.so
./usr/lib/x86_64-linux-gnu/gconv/ISO8859-9E.so
./usr/lib/x86_64-linux-gnu/gconv/ISO_10367-BOX.so
./usr/lib/x86_64-linux-gnu/gconv/ISO_11548-1.so
./usr/lib/x86_64-linux-gnu/gconv/ISO_2033.so
./usr/lib/x86_64-linux-gnu/gconv/ISO_5427-EXT.so
./usr/lib/x86_64-linux-gnu/gconv/ISO_5427.so
./usr/lib/x86_64-linux-gnu/gconv/ISO_5428.so
./usr/lib/x86_64-linux-gnu/gconv/ISO_6937-2.so
./usr/lib/x86_64-linux-gnu/gconv/ISO_6937.so
./usr/lib/x86_64-linux-gnu/gconv/JOHAB.so
./usr/lib/x86_64-linux-gnu/gconv/KOI-8.so
./usr/lib/x86_64-linux-gnu/gconv/KOI8-R.so
./usr/lib/x86_64-linux-gnu/gconv/KOI8-RU.so
./usr/lib/x86_64-linux-gnu/gconv/KOI8-T.so
./usr/lib/x86_64-linux-gnu/gconv/KOI8-U.so
./usr/lib/x86_64-linux-gnu/gconv/LATIN-GREEK-1.so
./usr/lib/x86_64-linux-gnu/gconv/LATIN-GREEK.so
./usr/lib/x86_64-linux-gnu/gconv/MAC-CENTRALEUROPE.so
./usr/lib/x86_64-linux-gnu/gconv/MAC-IS.so
./usr/lib/x86_64-linux-gnu/gconv/MAC-SAMI.so
./usr/lib/x86_64-linux-gnu/gconv/MAC-UK.so
./usr/lib/x86_64-linux-gnu/gconv/MACINTOSH.so
./usr/lib/x86_64-linux-gnu/gconv/MIK.so
./usr/lib/x86_64-linux-gnu/gconv/NATS-DANO.so
./usr/lib/x86_64-linux-gnu/gconv/NATS-SEFI.so
./usr/lib/x86_64-linux-gnu/gconv/PT154.so
./usr/lib/x86_64-linux-gnu/gconv/RK1048.so
./usr/lib/x86_64-linux-gnu/gconv/SAMI-WS2.so
./usr/lib/x86_64-linux-gnu/gconv/SHIFT_JISX0213.so
./usr/lib/x86_64-linux-gnu/gconv/SJIS.so
./usr/lib/x86_64-linux-gnu/gconv/T.61.so
./usr/lib/x86_64-linux-gnu/gconv/TCVN5712-1.so
./usr/lib/x86_64-linux-gnu/gconv/TIS-620.so
./usr/lib/x86_64-linux-gnu/gconv/TSCII.so
./usr/lib/x86_64-linux-gnu/gconv/UHC.so
./usr/lib/x86_64-linux-gnu/gconv/UNICODE.so
./usr/lib/x86_64-linux-gnu/gconv/UTF-16.so
./usr/lib/x86_64-linux-gnu/gconv/UTF-32.so
./usr/lib/x86_64-linux-gnu/gconv/UTF-7.so
./usr/lib/x86_64-linux-gnu/gconv/VISCII.so
./usr/lib/x86_64-linux-gnu/gconv/gconv-modules
./usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
./usr/lib/x86_64-linux-gnu/gconv/libCNS.so
./usr/lib/x86_64-linux-gnu/gconv/libGB.so
./usr/lib/x86_64-linux-gnu/gconv/libISOIR165.so
./usr/lib/x86_64-linux-gnu/gconv/libJIS.so
./usr/lib/x86_64-linux-gnu/gconv/libJISX0213.so
./usr/lib/x86_64-linux-gnu/gconv/libKSC.so
./lib/x86_64-linux-gnu/
./lib/x86_64-linux-gnu/ld-2.24.so
./lib/x86_64-linux-gnu/libBrokenLocale-2.24.so
./lib/x86_64-linux-gnu/libSegFault.so
./lib/x86_64-linux-gnu/libanl-2.24.so
./lib/x86_64-linux-gnu/libc-2.24.so
./lib/x86_64-linux-gnu/libcidn-2.24.so
./lib/x86_64-linux-gnu/libcrypt-2.24.so
./lib/x86_64-linux-gnu/libdl-2.24.so
./lib/x86_64-linux-gnu/libm-2.24.so
./lib/x86_64-linux-gnu/libmemusage.so
./lib/x86_64-linux-gnu/libmvec-2.24.so
./lib/x86_64-linux-gnu/libnsl-2.24.so
./lib/x86_64-linux-gnu/libnss_compat-2.24.so
./lib/x86_64-linux-gnu/libnss_dns-2.24.so
./lib/x86_64-linux-gnu/libnss_files-2.24.so
./lib/x86_64-linux-gnu/libnss_hesiod-2.24.so
./lib/x86_64-linux-gnu/libnss_nis-2.24.so
./lib/x86_64-linux-gnu/libnss_nisplus-2.24.so
./lib/x86_64-linux-gnu/libpcprofile.so
./lib/x86_64-linux-gnu/libpthread-2.24.so
./lib/x86_64-linux-gnu/libresolv-2.24.so
./lib/x86_64-linux-gnu/librt-2.24.so
./lib/x86_64-linux-gnu/libthread_db-1.0.so
./lib/x86_64-linux-gnu/libutil-2.24.so
./lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
./lib/x86_64-linux-gnu/libBrokenLocale.so.1
./lib/x86_64-linux-gnu/libanl.so.1
./lib/x86_64-linux-gnu/libc.so.6
./lib/x86_64-linux-gnu/libcidn.so.1
./lib/x86_64-linux-gnu/libcrypt.so.1
./lib/x86_64-linux-gnu/libdl.so.2
./lib/x86_64-linux-gnu/libm.so.6
./lib/x86_64-linux-gnu/libmvec.so.1
./lib/x86_64-linux-gnu/libnsl.so.1
./lib/x86_64-linux-gnu/libnss_compat.so.2
./lib/x86_64-linux-gnu/libnss_dns.so.2
./lib/x86_64-linux-gnu/libnss_files.so.2
./lib/x86_64-linux-gnu/libnss_hesiod.so.2
./lib/x86_64-linux-gnu/libnss_nis.so.2
./lib/x86_64-linux-gnu/libnss_nisplus.so.2
./lib/x86_64-linux-gnu/libpthread.so.0
./lib/x86_64-linux-gnu/libresolv.so.2
./lib/x86_64-linux-gnu/librt.so.1
./lib/x86_64-linux-gnu/libthread_db.so.1
./lib/x86_64-linux-gnu/libutil.so.1
--- ./debconf_1.5.61_all.deb
tar: ./usr/lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libxrender1_1%3a0.9.10-1_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
./usr/lib/x86_64-linux-gnu/libXrender.so.1
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./gcc-6-base_6.3.0-18+deb9u1_amd64.deb
tar: ./usr/lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libx11-data_2%3a1.6.4-3+deb9u4_all.deb
tar: ./usr/lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libdrm-intel1_2.4.74-1_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0
./usr/lib/x86_64-linux-gnu/libdrm_intel.so.1
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libmp3lame0_3.99.5+repack1-9+b2_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
./usr/lib/x86_64-linux-gnu/libmp3lame.so.0
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libpng16-16_1.6.28-1+deb9u1_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0
./usr/lib/x86_64-linux-gnu/libpng16.so.16
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./jellyfin-ffmpeg_4.4.1-4-bullseye_amd64.deb
tar: ./usr/lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./libp11-kit0_0.23.3-2+deb9u1_amd64.deb
./usr/lib/x86_64-linux-gnu/
./usr/lib/x86_64-linux-gnu/libp11-kit.so.0.2.0
./usr/lib/x86_64-linux-gnu/libp11-kit.so.0
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
--- ./fontconfig-config_2.11.0-6.7_all.deb
tar: ./usr/lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
tar: ./lib/x86_64-linux-gnu: Not found in archive
tar: Exiting with failure status due to previous errors
Creating archive with data files...
      tar:  330MiB 0:00:11 [28.8MiB/s] [=============================================================>] 100%
Creating archive with control files...
Creating QPKG package...

How can I install this?

Searched the whole web and repo but couldn't find an answer.

Also, is there any benefit to installing it this way vs the official docker way (via container station)?

[Issue]: Default value for ffmpeg path is empty

Please describe your bug

There was a similar bug (jellyfin/jellyfin#7695) some time ago with a related fix (#12)

But I see Administration > Dashboard > Server > Playback > Transcoding > FFmpeg path is empty by default

my os:
CentOS Linux release 7.9.2009 (Core)

daemon has access to FFmpeg and related key added to configuration

[root@server ~]# su -s /bin/bash jellyfin
bash-4.2$ whoami
jellyfin
bash-4.2$ ffmpeg
ffmpeg version 3.4.13 Copyright (c) 2000-2023 the FFmpeg developers
built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-44)

grep ffmpeg /etc/sysconfig/jellyfin
...
JELLYFIN_FFMPEG_OPT="—ffmpeg=/usr/bin/ffmpeg"

jellyfin 9075 0.9 1.0 4804544 162208 ? Ssl 17:55 0:13 /usr/bin/jellyfin --restartpath=/usr/libexec/jellyfin/restart.sh --ffmpeg=/usr/bin/ffmpeg

packages versions below
jellyfin-10.8.13-1.el7.x86_64
jellyfin-web-10.8.13-1.el7.noarch
jellyfin-server-10.8.13-1.el7.x86_64

Version: 10.8.13

Environment

  • OS: CentOS Linux release 7.9.2009 (Core)
  • Virtualization: no
  • Clients: jellyfin-web-10.8.13-1
  • Browser: Firefox
  • FFmpeg Version: ffmpeg version 3.4.13 Copyright (c) 2000-2023 the FFmpeg developers, built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-44)
  • Plugins: N/A

Jellyfin logs

[2023-12-10 18:22:33.594 +02:00] [ERR] [75] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "ffprobe"
System.InvalidOperationException: Cannot start process because a file name has not been provided.
at System.Diagnostics.Process.Start()
...
[2023-12-10 18:22:35.233 +02:00] [ERR] [70] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/dd3503c0-b8d2-45b0-24f1-14cb4448e165/live.m3u8".
System.ArgumentException: FFmpeg path not set.

empty ffmped path in web UI configuration (I can not also modify it - there is no magnifying glass opposite it as you can see)
зображення

Failed to bind to port 1900: "Protocol not available". DLNA will be unavailable

Good Morning,

I have installed Jellyfin on my Qnap today and i haven't been able to connect to it through DLNA. This install is a fresh install using the latest version: [10.8.9-1] on Qnap Firmware: 4.3.4.2242

I have followed all the necessary steps and setup a folder with a single video file, including setting up transcoding. The server is only for LAN users. Now, i have looked through the log files and i have found this error appearing multiple times.

[ERR] [19] Emby.Dlna.Main.DlnaEntryPoint: Failed to bind to port 1900: "Protocol not available". DLNA will be unavailable.

I have Serviio installed on this NAS and there is no issues connecting to it through DLNA. I also know Serviio isn't causing this issue since i have disabled it completely, restarted the NAS multiple times while testing connectivity and Jellyfin still doesn't show up.

VLC is able to see Serviio when both Jellyfin and Serviio are enabled.

I am including the log file from the Jellyfin install in this ticket.

log_20230327.log

Error in "ffprobe"

=> 10.8.0-beta3 Pre-release Version based on: jellyfin-server_10.8.0-beta3 jellyfin-web_10.8.0-beta3
AND 10.8.0-beta1 jellyfin-ffmpeg_4.4.1-4

  • Probe new media OK

=> 10.8.0-beta3 Pre-release Version based on: jellyfin-server_10.8.0-beta3 jellyfin-web_10.8.0-beta3 jellyfin-ffmpeg5_5.0.1-4

  • Failed to probe new media

[jellyfin-ffmpeg]$ ./ffprobe
LIBVA_DRIVER_NAME_JELLYFIN=iHD
ffprobe version 5.0.1-Jellyfin Copyright (c) 2007-2022 the FFmpeg developers

[2022-05-19 18:08:45.157 +02:00] [ERR] [71] MediaBrowser.Providers.TV.EpisodeMetadataService: Error in "ffprobe"
System.Text.Json.JsonException: 'L' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
---> System.Text.Json.JsonReaderException: 'L' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.
at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan1 bytes) at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte marker) at System.Text.Json.Utf8JsonReader.ReadFirstToken(Byte first) at System.Text.Json.Utf8JsonReader.ReadSingleSegment() at System.Text.Json.Utf8JsonReader.Read() at System.Text.Json.Serialization.JsonConverter1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
--- End of inner exception stack trace ---

=> 10.8.0-beta3 Pre-release Version based on: jellyfin-server_10.8.0-beta3 jellyfin-web_10.8.0-beta3 jellyfin-ffmpeg_4.4.1-4

  • Failed to probe new media

[jellyfin-ffmpeg]$ ./ffprobe
LIBVA_DRIVER_NAME_JELLYFIN=iHD
ffprobe version 4.4.1-Jellyfin Copyright (c) 2007-2021 the FFmpeg developers

[2022-05-19 18:20:37.103 +02:00] [ERR] [30] MediaBrowser.Providers.TV.EpisodeMetadataService: Error in "ffprobe"
System.Text.Json.JsonException: 'L' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
---> System.Text.Json.JsonReaderException: 'L' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.
at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan1 bytes) at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte marker) at System.Text.Json.Utf8JsonReader.ReadFirstToken(Byte first) at System.Text.Json.Utf8JsonReader.ReadSingleSegment() at System.Text.Json.Utf8JsonReader.Read() at System.Text.Json.Serialization.JsonConverter1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
--- End of inner exception stack trace ---
at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, JsonReaderException ex)
at System.Text.Json.Serialization.JsonConverter1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state) at System.Text.Json.JsonSerializer.ReadCore[TValue](JsonConverter jsonConverter, Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state) at System.Text.Json.JsonSerializer.ReadCore[TValue](JsonReaderState& readerState, Boolean isFinalBlock, ReadOnlySpan1 buffer, JsonSerializerOptions options, ReadStack& state, JsonConverter converterBase)
at System.Text.Json.JsonSerializer.ContinueDeserialize[TValue](ReadBufferState& bufferState, JsonReaderState& jsonReaderState, ReadStack& readStack, JsonConverter converter, JsonSerializerOptions options)
at System.Text.Json.JsonSerializer.ReadAllAsync[TValue](Stream utf8Json, JsonTypeInfo jsonTypeInfo, CancellationToken cancellationToken)
at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable1 videoType, Boolean forceEnableLogging, CancellationToken cancellationToken) at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable1 videoType, Boolean forceEnableLogging, CancellationToken cancellationToken)
at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
at MediaBrowser.Providers.Manager.MetadataService2.RunCustomProvider(ICustomMetadataProvider1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)

10.8.9-1 for Qnap. TS 253-D

I have problems with managing Iptv M3u Tuner. I can't add m3u lists and epg lists. And most of all, i can't remove the old m3u lists

Networking issue

Hi Team,

I have an issue only with one of the QNAP's on trying to connect from WAN.

Installed version is 10.8.10-1 and had it also already with 10.8.9-1.

TVS-463 / QTS 5.1.0.2466 / Everything works fine. (LAN/WAN)
TS-853A / QTS 5.1.0.2466 / Connect from LAN works, but from WAN it doesn't. Doesn't matter the port config.

I followed the information to change the remote port. Tryed to change the port (ex. 8096 -> 23456) and also I don't see in the log any information. Port is forwarded in Router, but not reaching the application on QNAP. Also modified the port in qpkg.conf file manually.

Has or had some else the same issue on a QNAP?

Many thanks to all and regards,
Cali

253D

Jellyfin 10.8.9.1 works fine on my QNAP NAS 253D with 8Gb of RAM. It can easily use an external Harddrive withe the videofiles.

Install JF on TS-251D error

Attempting to install JF on a TS-251D NAS. I downloaded the the package and installed completed. When attempting to open I receive the following "Could not find a part of the path '/dashboard-ui/index.html'." I am not sure where to go from here. Any ideas?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.