github linuxserver/docker-jellyfin v10.4.0-ls23

latest releases: 10.8.13-1-ls7, nightly-2024042215ubu2204-ls11, nightly-2024042205ubu2204-ls10...
4 years ago

LinuxServer Changes:

Improve permission fixing for render & dvb devices.
jellyfin Changes:

Jellyfin 10.4.0

After a lot of work over several months, we're pleased to offer Jellyfin 10.4.0.

New Features and Major Improvements

  • Speed! WebUI responsiveness has been greatly improved, resulting in a much snappier experience with the WebUI.
  • Tons and tons of backend improvements to help stability and increase speed.
  • General improvements to various areas of the WebUI, including hover animations, icon improvements, scroller fixes, and other general fixes.
  • Configurable base URL functionality [Feature Request #37].
  • New web layout option to help future webOS clients, including keyboard navigation support.
  • Removal of most bundled libraries from the WebUI to streamline performance.
  • Keyboard shortcut support in the video player.
  • Unhid the Activity page in the Dashboard for eventual improvement.
  • Reorganization of the Dashboard menus, including separating out most of the former "Advanced" menu.
  • Manual subtitle synchronization support [Feature Request #178].
  • FFmpeg >4.0 support; jellyfin-ffmpeg upgraded to 4.2.1; warnings for unsupported versions in the logs [Feature Request #203].
  • Proper installer for Windows users [Feature Request #83].
  • Full hardware acceleration support for VAAPI, NVEnv/NVDec, and OMX [Feature Request #75].
  • "Purple Haze" theme added as an in-built option.
  • New plugin: Bookshelf, for managing eBooks [Feature Request #43].
  • New plugin: FanArt, removed from core server.

Important Release Notes

  • [All] As always, ensure you back up your Jellyfin data and configuration directories, with Jellyfin stopped, before upgrading. This is very important in case you want to roll back to a previous stable release.
  • [All] Some plugins have updated versions to work with 10.4.0; if any installed plugins are missing after upgrading, re-install them from the catalog.
  • [All] FanArt support has been moved to a plugin.
  • [Kodi Integration] Due to recent updates, if syncing fails, you may need to kick off a manual full sync, after which normal syncs will work again.
  • [Windows] For 10.4.0, the default Windows data directory has moved from %AppDataLocal%\Jellyfin to %ProgramData%\Jellyfin\Server. Move/copy your data to this new location before upgrading.
  • [Windows] Ensure you remove any previously-installed zip-based installs, or you may get duplicate Windows Service entries.
  • [Windows] Startup shortcuts are not present for non-service installs and must be created manually.
  • [Windows] Service installs require correct permissions; keep this in mind if you get permission errors accessing media or configurations.
  • [Windows] Service installs won't have access to network shares unless your computer is in an Active Directory domain by default; you must change the service login to a named account manually and provide credentials to any network shares for this to work, or do not install Jellyfin as a service.
  • [Windows] The installer also does not take care of any firewall rules for you, make sure to add the appropiate Windows Firewall rules.

FFmpeg

Jellyfin 10.4.0 is complemented by jellyfin-ffmpeg 4.2.1 on the following platfoms:

  • Debian (stretch, buster; amd64, arm64, armhf)
  • Ubuntu (xenial, bionic, cosmic, dapper; amd64, arm64, armhf)
  • Docker

And by a build based on the current master (N-95234-g35a63a9127, FFmpeg/FFmpeg@a1e5c35) for Windows.

On these platforms, our FFmpeg includes a patch to help aleviate premature skips near the end of videos (#1694). We hope this is a stopgap until our patch is accepted upstream, or a fix found within Jellyfin.

For now, other platforms may still experience this bug as their FFmpeg is not patched.

Please ensure you upgrade jellyfin-ffmpeg as well as jellyfin for 10.4.0 for optimal performance. Older versions will however still work fine.

Changelog

GitHub Project: https://github.com/orgs/jellyfin/projects/8

Jellyfin

  • #1846 Switch to custom patched build for ffmpeg for the Windows installer
  • #1845 Correct missing mesa-va-drivers package
  • #1844 Fix missing image on seasons without posters
  • #1841 Update Docs to docs.jellyfin.org URL
  • #1829 Fix SchedulesDirect authentication
  • #1825 Revert "Fix premature stop when streaming"
  • #1822 Update README for new docs location
  • #1820 Properly build DLL for porable
  • #1819 Ignore exception when attempting to kill ffmpeg that has exited
  • #1818 Fix SourceBranch -> SourceBranchName in git clone for Web UI
  • #1817 Change PRAGMA mode from WAL to TRUNCATE
  • #1815 Fix tests
  • #1814 Fix ffmpeg version check for unknown versions
  • #1812 Avoid editing preferences without user interaction
  • #1811 Configure Kestrel listener to use configured IPs
  • #1809 Recursively zip Windows packages
  • #1808 Change Win32 AMF flag to d3d11va
  • #1805 Fix plugin installation
  • #1804 Add tests for EncoderValidator and add support for ffmpeg 4.2
  • #1803 Don't log revision number
  • #1802 Fix premature stop when streaming
  • #1801 Do explicit dotnet publish in Dockerfiles
  • #1798 Fix SetImage to avoid out of range exception
  • #1793 Clean up and update builds to use new jellyfin-web
  • #1791 Remove submodule and add clone and build to CI for web UI
  • #1788 Include libssl-dev dep in Ubuntu build containers
  • #1785 Add mediabrowser route back for now
  • #1777 Add escapes for path quotes in the NSIS Installer
  • #1775 Fix multiple mistakes and warnings
  • #1773 Remove WAN DDNS
  • #1772 Hide new users from public API by default
  • #1770 Remove WAN IP Detection
  • #1768 Set log level to debug for HTTP range requests
  • #1765 Add submodule update to CI build.
  • #1764 Fix publish CI YAML parse error
  • #1763 Add two manually triggered pipelines for publishing artifacts.
  • #1752 Improve Skia error handling
  • #1751 Reset invalid login counter on successfull login
  • #1746 Docker - Build jellyfin-web
  • #1744 Rewrite ItemDataProvider to be more robust
  • #1735 Update deps
  • #1731 Fix culture problem on Windows for segment_time_delta argument.
  • #1727 Add mesa-va-drivers to main Dockerfile for AMD VAAPI transcoding
  • #1723 Possible fix for MrMC
  • #1709 Fix crash due to missing userRootFolder data
  • #1708 Fix translate link
  • #1707 Fix default build arg
  • #1704 Fix replace multiple spaces
  • #1702 Fix more warnings
  • #1700 Restore flac mime type
  • #1699 Bump version to 10.4.0
  • #1696 Add VSTest support to CI
  • #1695 Make Docker ffmpeg version configurable
  • #1693 Update Debian build to Buster and LibSSL 1.1
  • #1692 NSIS improvements
  • #1691 Enable VAAPI decoding without hardware encoding
  • #1687 Move IsoMounter to plugin
  • #1686 More warning fixes
  • #1685 Fix invalid arg for
  • #1683 Move the transcode path and other small fixes
  • #1680 Fix q6fn dlna seek for direct play
  • #1678 Fix ArgumentOutOfRangeException in ParseTimeSeekHeader
  • #1677 Remove legacy auth code
  • #1676 Fix login
  • #1665 Fix warnings, improve performance
  • #1659 Fix segment_time_delta value for ffmpeg 4.1
  • #1656 Fix firewall-cmd: Error: INVALID_SERVICE: 'jellyfin' not among existing services
  • #1651 Fix local trailers playback
  • #1650 Upgrade SQLitePCL to v2
  • #1646 Return DB lock immediately
  • #1645 Fix UserNotFoundError
  • #1644 Fix possible hidden exceptions
  • #1643 Fix some documentation warnings for MediaBrowser.XbmcMetadata
  • #1642 Speed up BaseItem deserialization
  • #1641 Tmdb cleanup and re-add Writer and Producer
  • #1636 Add analysers to Emby.IsoMounting and enable TreatWarningsAsErrors
  • #1634 Fix build on .Net Core 2.x
  • #1633 Attempt to fix #1391
  • #1632 Improve LocalizationManager
  • #1631 Fix build for .Net Core 2.x
  • #1629 Fix tvdb guest stars with multiple roles
  • #1628 Always fetch episode id as EpisodeInfo does not contain it
  • #1625 Fix instant crash.
  • #1624 Fix possible Nullref
  • #1622 Add a task to clean up transcode cache
  • #1614 Document all public/internal members of Emby.Drawing
  • #1613 Update deps + document startup project
  • #1612 Fix warnings
  • #1608 Add link to feature request hub to readme
  • #1605 Fix Docker build
  • #1602 Update the Stale-bot config
  • #1597 Set log level to debug for HTTP range requests
  • #1593 Docker - make web version more configurable
  • #1590 Adds null check on studio/network name
  • #1588 Add base url option to server configuration
  • #1584 Check checksum for plugin downloads
  • #1583 Add Fider to README
  • #1582 Include library via NuGet instead of via source
  • #1581 Use System.Net abstractions instead of raw socket
  • #1580 Ignore Ipv6 link-local addresses
  • #1579 Fix #1388 and #1472
  • #1578 Replace custom code with Asp.Net Core code
  • #1574 Add the --azure-pipelines switch to the compat checker
  • #1573 Use a dictionary to look up mimetypes
  • #1572 Remove the issue template for feature requests.
  • #1568 Add DLNA headers if requested by the client
  • #1562 Don't copy the complete response stream
  • #1555 Add Stale app configuration starting point
  • #1541 Override the Debian installinit name
  • #1540 Fixed SMI Encoding Bug
  • #1536 Fix broken symlinks in deployment
  • #1534 Use dash or underscore on mv command
  • #1524 Remove IpAddressInfo and IpEndPointInfo classes
  • #1521 Clean up livestreaming code
  • #1519 Fix merge errors
  • #1518 Update the GitHub token to a Grant Auth token
  • #1517 Update the GitHub connection name to use the GitHub App token
  • #1516 Move VACUUM command to fix merge error
  • #1513 Fix style issues
  • #1511 Add NSIS installer build support
  • #1505 Qualified Namespace of pscredential
  • #1500 Add optional password field on user creation
  • #1499 Log IP address on failed login attempt
  • #1484 Update TVDB provider to search based on series display order
  • #1463 Update deps
  • #1462 Improvements to InstallationManager
  • #1457 Stop path substitution in SubtitleEncoder - Fix #1446
  • #1454 Simplify file serving code
  • #1453 Improve main code flow
  • #1452 Improvements to UserManager
  • #1451 Create Media Playback issue template
  • #1448 Use the username for the user config path
  • #1440 Change UsCulture to InvariantCulture
  • #1433 Add support for encoding with libx265 and hevc_nvenc
  • #1427 Move fanart image provider to plugin
  • #1397 Streamline authentication proccess
  • #1369 Enable Exynos MFC encoder and fix transcoding bitrate control
  • #1368 Only return useful drives
  • #1367 Ignore casing photo extensions
  • #1366 Fix more warnings
  • #1363 Update getting-help link in README
  • #1293 Fix query time logging
  • #1274 Prevent null reference when request content type is x-www-form-urlencoded
  • #1247 Adjust detection of 'sample' in filenames to use regex boundaries
  • #1245 Remove unused event
  • #1229 Cleaning WebSocketSharp continued
  • #1225 Fix help message to indicate the right output folder
  • #1224 Fix missing Unraid cache mount and name capitalization
  • #1218 Disable dotnet_compat part of pipeline
  • #1212 Clean WebSocketSharpRequest.PathInfo
  • #1211 Update Unraid Docker icon
  • #1210 Fix README documentation link
  • #1182 Speed up DeepCopy
  • #1176 Remove unused dependency for Emby.Naming

Jellyfin Web

Don't miss a new docker-jellyfin release

NewReleases is sending notifications on new releases.