LinuxServer Changes:
Add nightly tag.
jellyfin Changes:
Jellyfin 10.5.0
After a lot of work over several months, we're pleased to offer Jellyfin 10.5.0.
New Features and Major Improvements
- Moved from .NET Core 2.2 to 3.1 for improved performance and backend features
- Major performance and responsiveness improvements to both the web client and the server
- New design for the item details view in the web client
- New animations in the web client
- Improve compatibility with legacy browsers in the web client
- Improved SSA/ASS subtitles support in the web client
- Added keyboard navigation to the TV layout in the web client
- Added full hardware-acceleration encoding and decoding support for Raspberry Pi
- Added support for embedded attachments in media files [#1838]
- Fixed Play To order for playlists
Important Release Notes
- [ALL] A migration will be automatically applied to logging.json to change some default options to reduce log spam. Users should continue to modify their logging configuration in
logging.json
if desired, while the defaults will be held inlogging.default.json
; the default file should NOT be modified, as it may be overwritten again at a later date. - [ALL] ASS subtitle support only works properly with subtitles that are not heavily animated. If you are seeing lag when rendering ASS subtitless, you should burn them in by changing User Settings -> Subtitles -> Burn Subtitles -> All complex formats. Note that this will increase CPU usage.
- [CentOS] Due (yet again) to random build failures, there will not be a 10.5.0 release for CentOS. Once the bugs are fixed, it will be released for 10.5.1. Fedora (31) is OK.
Changelog
GitHub Project: https://github.com/orgs/jellyfin/projects/20
jellyfin [186]
- #2536 [@dkanada] Migrate AudioDB to use plugin interface
- #2535 [@mark-monteiro] Create Logging Configuration Heirarchy
- #2534 [@joshuaboniface] Set EnableHttps disabled by default
- #2532 [@MrTimscampi] Add baseURL to attachments API url
- #2524 [@ferferga] Replaces NSIS uninstaller icon so it's more visible
- #2523 [@JustAMan] Improve migrations so they are more maintainable
- #2515 [@JustAMan] Implement ability to run migration routines when updating Jellyfin
- #2513 [@Bond-009] Improve alpha numeric sorting
- #2512 [@Artiume] Update Fedora build container version
- #2508 [@joshuaboniface] Update contributors list
- #2501 [@JustAMan] Default transcoding throttling to false for new installs
- #2500 [@mark-monteiro] Register Logging Services Correctly
- #2491 [@mark-monteiro] Fix Playlist Deletion
- #2483 [@xosdy] Fix download file with non-ASCII filename
- #2476 [@JustAMan] Bring back sorting when needed to fix PlayTo
- #2474 [@JustAMan] Simplify AlphanumericComparer, reduce code duplication
- #2472 [@Narfinger] moves shows tests to Theory and InlineData format
- #2448 [@Narfinger] adds names from the episodenumber tests to path tests
- #2444 [@Narfinger] converted tests to inlinedata
- #2442 [@Bond-009] Switch remux and direct stream
- #2436 [@dkanada] Add config options for MusicBrainz
- #2434 [@Bond-009] Fix photo serialization
- #2429 [@Bond-009] Fix episode parsing
- #2427 [@Bond-009] Minor improvements
- #2421 [@viaregio] #2407: Prefer episode and season numbers from the embedded MP4-metadata
- #2405 [@nvllsvm] Fix arm32 built on amd64 host
- #2400 [@Bond-009] Another baseurl related fix
- #2398 [@Artiume] Update dockerfile to install git for new dependency
- #2394 [@mark-monteiro] Add Some XML Documentation
- #2393 [@DMouse10462] Fix Fedora build
- #2384 [@Bond-009] Fix some warnings in Emby.Server.Implementations
- #2382 [@dkanada] Refactor some API services
- #2381 [@sebPomme] Fix quick start guide url in readme
- #2379 [@joshuaboniface] Use NodeJS 10.X for NPM builds
- #2374 [@Bond-009] Fix some warnings in MediaBrowser.Controller
- #2373 [@Bond-009] Fix some warnings in MediaBrowser.Model
- #2368 [@nyanmisaka] Fix framerate info not showing when mediasource is in H264 format.
- #2367 [@Artiume] fix SSL issue in arm and arm64
- #2365 [@mcarlton00] Add root certificates to docker image
- #2363 [@dkanada] Add session view endpoint
- #2362 [@dkanada] Improve scan progress and fix a few bugs
- #2359 [@Bond-009] Allow changing capitalization of usernames
- #2358 [@Bond-009] Enable TreatWarningsAsErrors and Nullable for test projects
- #2357 [@Bond-009] Fix warnings
- #2349 [@Bond-009] Update deps
- #2347 [@Matt07211] Fix broken webserver caused by dotnet publish. Temp Fix for #2255
- #2343 [@Bond-009] Fix spacing logs
- #2338 [@ferferga] Removed old 'automatic restart after update' features
- #2337 [@ThreeFive-O] Add transcoding framerate info
- #2332 [@pR0Ps] Fix another issue with DLNA responses not properly paginating
- #2331 [@nyanmisaka] fix an issue that could not correctly determine 'IsSecondaryAudio' in some cases.
- #2326 [@Bond-009] Improvements to dlna server
- #2325 [@Bond-009] Clean up Emby.Naming
- #2321 [@Bond-009] Simplify image processing by removing image enhancers
- #2304 [@pR0Ps] Fix pagination for DLNA root folder list
- #2299 [@dkanada] Fix a few more tests for music and episodes
- #2297 [@Bond-009] Kestrel doesn't like sync IO operations
- #2295 [@shemanaev] Enable path mapping in
PlaybackInfo
endpoint - #2291 [@Bond-009] Fix warnings in SessionManager
- #2290 [@anthonylavado] Update SQLitePCL to new version
- #2289 [@Bond-009] Add back support for DVDs copied as folders
- #2288 [@Bond-009] Add brackets around thread id
- #2287 [@nyanmisaka] New upstream ffmpeg version 4.2.1 for windows nightly channel
- #2283 [@EraYaN] Change NSIS log verbosity and use lesser but faster compression.
- #2275 [@Artiume] Explicitly ask for ffmpeg logs
- #2272 [@Bond-009] Add thread ID and source to logging
- #2269 [@EraYaN] Split CI YAML files and update code coverage collection
- #2268 [@dkanada] Fix tests for absolute paths
- #2266 [@Bond-009] Try to fix nullreff
- #2264 [@Bond-009] Clean up server discovery code
- #2258 [@geilername] Enable Throttling when transcoding without Hardware-Acceleration
- #2257 [@Bond-009] Fix a couple of tests
- #2254 [@Bond-009] Fix regex for movies released after 2019
- #2251 [@nyanmisaka] add support for AMD AMF hardware encoding on Windows & Linux
- #2249 [@Narfinger] fixes dockerfile building on recent linux installations
- #2248 [@EraYaN] Fix the VSTest runner
- #2247 [@Bond-009] Remove StringHelper functions
- #2245 [@BnMcG] Add a test to prevent a regression of absolute path generation behaviour
- #2242 [@Bond-009] Remove FileSystem.GetStream
- #2240 [@anthonylavado] Re-order the path statement to avoid file issues
- #2230 [@dkanada] Fix dependency issue for CI
- #2222 [@sachk] Update the build script to use .NET core SDK 3.1
- #2221 [@Bond-009] Fix baseurl (again)
- #2220 [@Bond-009] Replace unicode char with its integer value
- #2219 [@Bond-009] Fix JSON subtitle writer
- #2216 [@gnattu] Let HLS fallback to mpegts in case device reports unsupported container
- #2208 [@Bond-009] Fix a couple of TODOs
- #2206 [@Bond-009] Delete user config dir on user deletion
- #2185 [@Bond-009] Fix exceptions while scanning
- #2184 [@WiiPlayer2] Remove explicit configuration of "global_header" flag
- #2181 [@BnMcG] Test Jellyfin.Api authentication handling
- #2176 [@Bond-009] Enable nullable reference types for Emby.Photos and Emby.Notifications
- #2170 [@Bond-009] Minor changes to MediaInfoService
- #2165 [@Ullmie02] Add Tmdb as a Provider for Season Images
- #2160 [@Artiume] Force Transcoding LiveTV
- #2155 [@mark-monteiro] Jellyfin.Drawing.Skia Warnings and Analyzers
- #2153 [@dkanada] Fix playlist deletion and a few warning fixes
- #2152 [@dkanada] Track progress for any item that supports the feature
- #2150 [@Bond-009] Enable TreatWarningsAsErrors for some projects
- #2146 [@cromefire] Fix invalid username handling
- #2144 [@neilsb] Add Excluded Tags to SQLite query using parameters
- #2142 [@Bond-009] Add improved error message for #2141
- #2138 [@mark-monteiro] Fix Tvdb Provider Episode Search
- #2136 [@Bond-009] More warnings (removed)
- #2134 [@Bond-009] Fix comparison between different types
- #2133 [@Bond-009] Fix typo
- #2118 [@chaosinnovator] Add StartIndex result to /Items API query
- #2109 [@Bond-009] Fix plugin installation and correct api behaviour
- #2107 [@Bond-009] Move to .Net Core 3.1
- #2106 [@Bond-009] Fix ubuntu x64 docker build
- #2105 [@Bond-009] Add back all old emby tests
- #2104 [@cvium] Simplify regex to avoid catastrophic backtracking
- #2102 [@Bond-009] Add installed plugins to bug reports
- #2099 [@cryptobank] Fix VAAPI encoding on 10-bit hevc. Update QSV encoding and scaling to...
- #2098 [@Bond-009] Fix GetTranscodePath function and cache path update logline
- #2097 [@Bond-009] Remove unused fields and properties
- #2096 [@Bond-009] Clean up Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs
- #2089 [@escabe] Fix #2088
- #2082 [@excelite] added required nuget package to enable serilog based centralized logging in gelf format
- #2073 [@Bond-009] Minor improvements to network code
- #2071 [@excelite] add filesize limit for logfiles and a maximum logfile count
- #2062 [@Bond-009] Use .Net Core 3.0 in all docker images
- #2058 [@ferferga] Add full Raspberry Pi hardware accelerated decoding support
- #2055 [@Bond-009] Fix master build
- #2054 [@Bond-009] dlna GetPathValue
- #2052 [@EraYaN] Add tag building support to Windows Web build.
- #2050 [@Bond-009] Fix possible nullref when updating packages
- #2049 [@dkanada] Update readme
- #2045 [@Bond-009] Fix baseurl issues part 2
- #2041 [@Bond-009] Fix more warnings
- #2040 [@Bond-009] Validate https certificates
- #2039 [@Bond-009] Fix always false condition
- #2034 [@Bond-009] Fix easy password
- #2020 [@Bond-009] Add support for multi segment base urls
- #2019 [@Bond-009] Remove leading / from baseurl
- #2016 [@joshuaboniface] Update stalebot timings and message
- #2008 [@Bond-009] Fix GetPathValue function
- #1992 [@Bond-009] Fix naming tests
- #1991 [@Bond-009] Don't append transcodes to transcoding temp path
- #1977 [@Bond-009] Update deps
- #1973 [@EraYaN] Fix the last of the docs warnings
- #1970 [@Bond-009] Use Mono.Nat Nuget package
- #1969 [@anthonylavado] Add an exemption for the confirmed label
- #1968 [@Bond-009] Disable CA1720: Identifiers should not contain type names
- #1967 [@Bond-009] Fix some warnings
- #1965 [@Bond-009] Deserialize with the correct type (and warning fixes)
- #1954 [@LogicalPhallacy] Use mirror for NSSM
- #1949 [@stevehayles] Update to Dockerfile
- #1942 [@Bond-009] Enable nullable reference types for Jellyfin.Server
- #1941 [@Bond-009] Make probesize and analyzeduration configurable and simplify circular dependencies
- #1937 [@justinfenn] use exec form for Dockerfile entrypoint
- #1934 [@dkanada] Minor changes to transcode cleanup scheduled task
- #1933 [@cvium] Reload logging.json on changes
- #1931 [@grafixeyehero] update persons service
- #1930 [@grafixeyehero] update vsc workspace launch for net core 3
- #1929 [@Narfinger] Fix parsing of certain names and adds a default season if no season was found
- #1926 [@Bond-009] Add clearer exceptions, warnings and docs
- #1925 [@joshuaboniface] Integrate web build into Debuntu package build steps
- #1923 [@Bond-009] Don't shuffle some types by default
- #1922 [@Bond-009] Use the correct dotnet runtime in Docker images
- #1918 [@nvllsvm] Docker fixes
- #1915 [@Bond-009] Rewrite hex encoder/decoder
- #1909 [@KerryRJ] Fix System.NullReferenceException when playing Dvds copied to HDD
- #1904 [@JustAMan] Switch ffmpeg to hls muxer (from segment) to fix premature stop on non-patched ffmpeg
- #1903 [@anthonylavado] Update NSIS Installer
- #1898 [@Bond-009] Fix Json serialization error
- #1891 [@stanionascu] Upgrade BDInfo plugin to UHD/Atmos/DTS:X support
- #1887 [@joshuaboniface] Bump version to 10.5.0 for next stable release
- #1884 [@Bond-009] Move to netcore3.0
- #1872 [@thornbill] Update translate badge in README
- #1871 [@Bond-009] Enable
TreatWarningsAsErrors
for MediaBrowser.Common and Emby.Photos - #1870 [@JustAMan] Fix exception when handling error, log errors better
- #1866 [@Bond-009] Change slow query time logging to debug
- #1864 [@Bond-009] Improve IInstallationManager interface
- #1863 [@joshuaboniface] Fix inconsistent BaseUrl behavior
- #1862 [@joshuaboniface] Fix bump_version for submodule removal
- #1861 [@joshuaboniface] Use NVM to install nodejs v8 and yarn for CentOS
- #1859 [@joshuaboniface] Fix COPR build and Fedora packaging
- #1855 [@Bond-009] Minor style fixes
- #1854 [@Bond-009] Use System.Text.Json api for databases
- #1853 [@Bond-009] Log startup time
- #1852 [@Bond-009] Fix some more warnings
- #1840 [@Bond-009] Ignore warning CA1308 and SA1108
- #1838 [@Unhelpful] Add support for embedded attachments in media files
- #1789 [@Bond-009] Update deps and add MultiThreading analyzer
- #1503 [@cvium] Move StartupWizard to ASP.NET Web Api
jellyfin-web [167]
- jellyfin/jellyfin-web#877 [@JustAMan] Stop checkbox showing a checkmark when unchecked
- jellyfin/jellyfin-web#875 [@JustAMan] Make card buttons be positioned properly
- jellyfin/jellyfin-web#874 [@MrTimscampi] Use forked version of JavascriptSubtitlesOctopus
- jellyfin/jellyfin-web#866 [@sorinyo2004] Fix hover buttons layout on portraitCard
- jellyfin/jellyfin-web#860 [@thornbill] Fix browsers that do not support Promises
- jellyfin/jellyfin-web#856 [@thornbill] Add eslint:recommended to eslint config
- jellyfin/jellyfin-web#854 [@dmitrylyzo] Fix variable reference
- jellyfin/jellyfin-web#849 [@dkanada] Catch some errors and remove unused method
- jellyfin/jellyfin-web#846 [@dmitrylyzo] Fix slideshow
- jellyfin/jellyfin-web#845 [@thornbill] Remove es6 env until babel is added
- jellyfin/jellyfin-web#844 [@thornbill] Fix horizontal scrolling on emby-scrollers
- jellyfin/jellyfin-web#843 [@grafixeyehero] Webos icon fix
- jellyfin/jellyfin-web#838 [@h1nk] Add missing final newlines
- jellyfin/jellyfin-web#834 [@YouKnowBlom] Fix webOS support in videoosd.js and homesection.js
- jellyfin/jellyfin-web#831 [@nyanmisaka] Mark h264 high10 as unsupported on mobile browsers
- jellyfin/jellyfin-web#828 [@Nickbert7] Fix dashboard padding
- jellyfin/jellyfin-web#819 [@dmitrylyzo] Disable scrollManager on emby-scroller in "native mode"
- jellyfin/jellyfin-web#818 [@dmitrylyzo] Fix cropping of scaled card (TV layout)
- jellyfin/jellyfin-web#816 [@MrTimscampi] Make the console quieter by default
- jellyfin/jellyfin-web#814 [@MrTimscampi] Fix icons on WebOS 4
- jellyfin/jellyfin-web#813 [@MrTimscampi] Add more icon types
- jellyfin/jellyfin-web#812 [@dmitrylyzo] Enhance volume slider
- jellyfin/jellyfin-web#811 [@grafixeyehero] Fix nowplaying for tv mode
- jellyfin/jellyfin-web#797 [@dkanada] Fix some minor style issues
- jellyfin/jellyfin-web#788 [@nyanmisaka] Fix detail page title on mobile layout
- jellyfin/jellyfin-web#787 [@YouKnowBlom] Add delay on play/pause to prevent hiccup when entering/exiting fullscreen
- jellyfin/jellyfin-web#786 [@dmitrylyzo] Fix slider positioning on click and (try to) make it look the same in different browsers
- jellyfin/jellyfin-web#785 [@MrTimscampi] Update Rotten Tomatoes icons
- jellyfin/jellyfin-web#784 [@nyanmisaka] Fix device icons for Safari and Android browsers
- jellyfin/jellyfin-web#783 [@MrTimscampi] Update dependencies
- jellyfin/jellyfin-web#781 [@MrTimscampi] Tweak poster size on home screen
- jellyfin/jellyfin-web#779 [@MrTimscampi] Fix action icons in lists wrapping to multiple lines
- jellyfin/jellyfin-web#778 [@MrTimscampi] Force ratings to 1 decimal place
- jellyfin/jellyfin-web#775 [@joshuaboniface] Alter hardware acceleration message
- jellyfin/jellyfin-web#773 [@dkanada] Minor theme changes and tweak session cards on dashboard
- jellyfin/jellyfin-web#772 [@dmitrylyzo] Fix logoscreensaver image path
- jellyfin/jellyfin-web#770 [@dmitrylyzo] Disable keyboard navigation for non-TV
- jellyfin/jellyfin-web#769 [@dannymichel] Fix detail page
- jellyfin/jellyfin-web#767 [@nyanmisaka] Fix encoder preset option not working
- jellyfin/jellyfin-web#764 [@thornbill] Fix device images on main dashboard page
- jellyfin/jellyfin-web#763 [@thornbill] Fix custom css precedence
- jellyfin/jellyfin-web#762 [@MrTimscampi] Adjust details page ribbon margins and colors
- jellyfin/jellyfin-web#760 [@nyanmisaka] Add some translations for playback info
- jellyfin/jellyfin-web#759 [@dannymichel] Fix logo page margin
- jellyfin/jellyfin-web#758 [@dannymichel] Fix padding in header
- jellyfin/jellyfin-web#755 [@dmitrylyzo] Add server select support for NativeShell
- jellyfin/jellyfin-web#754 [@ThibaultNocchi] Clipboard API & fallback method to copy stream URL
- jellyfin/jellyfin-web#751 [@ThibaultNocchi] Checks if stream URL is successfully copied and displays an appropriate toast
- jellyfin/jellyfin-web#747 [@MrTimscampi] Add placeholder image to detail pages and more placeholder icons
- jellyfin/jellyfin-web#746 [@ferferga] Load gamepadtokey.js only when is necessary
- jellyfin/jellyfin-web#744 [@grafixeyehero] Fix usersettings for PR #726
- jellyfin/jellyfin-web#740 [@MrTimscampi] Enable imageLoader fade-in effect
- jellyfin/jellyfin-web#739 [@thornbill] Add title attributes to card title buttons
- jellyfin/jellyfin-web#738 [@ferferga] Switched OS media controls
- jellyfin/jellyfin-web#737 [@MrTimscampi] Miscellaneous CSS fixes
- jellyfin/jellyfin-web#736 [@ferferga] Remove "Automatically update this server" checkbox
- jellyfin/jellyfin-web#735 [@ferferga] Change font family
- jellyfin/jellyfin-web#734 [@dmitrylyzo] Fix compatibility for older browsers (webOS 3)
- jellyfin/jellyfin-web#730 [@ManfredRichthofen] Remove red login border on firefox
- jellyfin/jellyfin-web#728 [@dlahoti] sort items to play in the correct order when sending to Chromecast
- jellyfin/jellyfin-web#726 [@dkanada] Remove useless autoplay script and add folder for settings
- jellyfin/jellyfin-web#725 [@dkanada] Fix some missing resource issues
- jellyfin/jellyfin-web#724 [@nyanmisaka] Update and fix some canPlayType
- jellyfin/jellyfin-web#722 [@grafixeyehero] Deminify part 4
- jellyfin/jellyfin-web#721 [@grafixeyehero] Fix alphaPicker padding
- jellyfin/jellyfin-web#720 [@dmitrylyzo] Add app exit on "Go back"
- jellyfin/jellyfin-web#719 [@samuel9554] Add titles in movie tabs genres moviegenres.js
- jellyfin/jellyfin-web#716 [@Bond-009] Safari supports AC-3
- jellyfin/jellyfin-web#714 [@MrTimscampi] Use dist versions in bundle.js
- jellyfin/jellyfin-web#713 [@dkanada] Add a folder for useful scripts
- jellyfin/jellyfin-web#712 [@dkanada] Move all documentation links to subdomain
- jellyfin/jellyfin-web#711 [@dkanada] Fix xmltv strings and remove broken tv guide sources
- jellyfin/jellyfin-web#710 [@dkanada] Fix some issues with theme resources
- jellyfin/jellyfin-web#709 [@MrTimscampi] Add CSS linting and enforce style
- jellyfin/jellyfin-web#708 [@MrTimscampi] Move material icons to external package
- jellyfin/jellyfin-web#704 [@grafixeyehero] Fix scroll for movie recommendation
- jellyfin/jellyfin-web#702 [@dmitrylyzo] Add playback control from TV remote
- jellyfin/jellyfin-web#701 [@dmitrylyzo] Fix filter dialog size for TV
- jellyfin/jellyfin-web#699 [@dmitrylyzo] Fix headerLeft justify-content (WebOS 3/4, Tizen 4)
- jellyfin/jellyfin-web#698 [@twinkybot] Help Link in the admin area for Users points to 404 on github
- jellyfin/jellyfin-web#694 [@grafixeyehero] Item detail page layout improvements continued form #611
- jellyfin/jellyfin-web#688 [@grafixeyehero] Fix respect user option backdrop image
- jellyfin/jellyfin-web#683 [@dkanada] Minor playback improvements and a few icon and string fixes
- jellyfin/jellyfin-web#680 [@MrTimscampi] Use scrollManager for TV layout in all browser and improve scroll feel
- jellyfin/jellyfin-web#676 [@MrTimscampi] Revert vendor prefix removal
- jellyfin/jellyfin-web#673 [@dkanada] Add android icon and fix issue with kodi icon
- jellyfin/jellyfin-web#672 [@MrTimscampi] Hide Cast button on TV layout
- jellyfin/jellyfin-web#670 [@dkanada] Fix issue with previous merge commit
- jellyfin/jellyfin-web#667 [@Nickbert7] Update remotecontrol layout
- jellyfin/jellyfin-web#664 [@WX9yMOXWId] Properly load modules before loading view
- jellyfin/jellyfin-web#663 [@MrTimscampi] Enable headroom only on mobile
- jellyfin/jellyfin-web#660 [@Larvitar] Display year in "Collection" and "More like this"
- jellyfin/jellyfin-web#655 [@MrTimscampi] Remove vendor prefixes in CSS
- jellyfin/jellyfin-web#654 [@MrTimscampi] Add autoprefix to postcss
- jellyfin/jellyfin-web#651 [@Larvitar] Fix for commit d111e8c
- jellyfin/jellyfin-web#650 [@MrTimscampi] Align the page title with other text and icons in the header
- jellyfin/jellyfin-web#649 [@XVicarious] Allow WEBP Uploading
- jellyfin/jellyfin-web#645 [@mcarlton00] Rework device icons + add Kodi icon
- jellyfin/jellyfin-web#641 [@Larvitar] If item EndYear is the same as ProductionYear only display ProductionYear
- jellyfin/jellyfin-web#640 [@YouKnowBlom] Add a warning to user wizard reflecting the importance of usernames
- jellyfin/jellyfin-web#639 [@dmitrylyzo] Fix require of 'export default'
- jellyfin/jellyfin-web#635 [@dkanada] Some general refactoring for assets
- jellyfin/jellyfin-web#634 [@dkanada] Move more controllers to a sane directory structure
- jellyfin/jellyfin-web#633 [@Artiume] Correct URL Link, discuss new networking page
- jellyfin/jellyfin-web#631 [@Artiume] Fix User Link
- jellyfin/jellyfin-web#630 [@Artiume] Fixed Jellyfin Link
- jellyfin/jellyfin-web#628 [@Artiume] Fix DLNA Link
- jellyfin/jellyfin-web#627 [@s0urcelab] add missing string and translation
- jellyfin/jellyfin-web#626 [@dkanada] Fix context menu margin and user preference buttons
- jellyfin/jellyfin-web#624 [@redSpoutnik] Fix subtitle sync firefox
- jellyfin/jellyfin-web#619 [@DaveChild] Fix for card image scaling problem
- jellyfin/jellyfin-web#618 [@Wunax] Fix a bug that hides children elements in the videoosd
- jellyfin/jellyfin-web#617 [@dmitrylyzo] Fix variable definition place
- jellyfin/jellyfin-web#615 [@AndreCarvalho] Add option to randomly sort music albums
- jellyfin/jellyfin-web#613 [@redSpoutnik] reset subtitle offset on next episode play
- jellyfin/jellyfin-web#612 [@grafixeyehero] Fix Scroll arrows missing when searching
- jellyfin/jellyfin-web#611 [@grafixeyehero] Item detail page layout improvements
- jellyfin/jellyfin-web#610 [@YouKnowBlom] Fix existing library folder path returning undefined
- jellyfin/jellyfin-web#605 [@ringmatter] Add support for local webpack devserver development
- jellyfin/jellyfin-web#604 [@grafixeyehero] Fix collection padding in TV layout
- jellyfin/jellyfin-web#601 [@grafixeyehero] Fix webcomponents-lite bundling
- jellyfin/jellyfin-web#600 [@Wunax] Fix can't connect to server if enableAutoLogin is false
- jellyfin/jellyfin-web#597 [@dkanada] Minor changes to improve Firefox support
- jellyfin/jellyfin-web#596 [@Wunax] Fix input field user avatar in a wrong position
- jellyfin/jellyfin-web#594 [@grafixeyehero] Fix some issues with the backdrop image
- jellyfin/jellyfin-web#593 [@dkanada] Update readme
- jellyfin/jellyfin-web#592 [@grafixeyehero] Add Screen saver
- jellyfin/jellyfin-web#584 [@Nickbert7] Enable remote control navigation
- jellyfin/jellyfin-web#583 [@Wunax] Fixed set aspect ratio option in the player
- jellyfin/jellyfin-web#582 [@grafixeyehero] Replacing all Unicode icon
- jellyfin/jellyfin-web#580 [@grafixeyehero] Update apphost appVersion to 10.5.0
- jellyfin/jellyfin-web#578 [@ryan-hartzell] Add autocomplete attributes to login fields
- jellyfin/jellyfin-web#577 [@dmitrylyzo] Fix iOS platform detection #572
- jellyfin/jellyfin-web#576 [@anthonylavado] Remove the leading /web/ from the manifest to avoid PWA titles
- jellyfin/jellyfin-web#573 [@dkanada] Align scroller items with heading
- jellyfin/jellyfin-web#571 [@dkanada] Fix select server redirect and remove more dependencies
- jellyfin/jellyfin-web#568 [@grafixeyehero] update Icon for medialibrarypage, userprofile, device, multiselect and installedplugins
- jellyfin/jellyfin-web#567 [@anthonylavado] Add label to exclude issue from Stale
- jellyfin/jellyfin-web#566 [@dmitrylyzo] Make navigation and playback control TV-friendly
- jellyfin/jellyfin-web#565 [@dmitrylyzo] Add appropriate focuscontainer classes to menus
- jellyfin/jellyfin-web#564 [@dmitrylyzo] Fix focus of library order item after change
- jellyfin/jellyfin-web#563 [@dmitrylyzo] Add autofocus on page load
- jellyfin/jellyfin-web#554 [@ThatNerdyPikachu] Actually make DatePlayed use a colon on ItemDetails
- jellyfin/jellyfin-web#551 [@dkanada] Remove dashboard icon from header
- jellyfin/jellyfin-web#550 [@grafixeyehero] Fix Metadata Manager Live TV Loading..
- jellyfin/jellyfin-web#549 [@grafixeyehero] Move bower_components libraries from source control to npm
- jellyfin/jellyfin-web#548 [@grafixeyehero] Add favorite people section to favorite tab
- jellyfin/jellyfin-web#547 [@Unhelpful] Use JavascriptSubtitlesOctopus to render ASS subtitles with embedded fonts.
- jellyfin/jellyfin-web#545 [@ferferga] Improved appearance of images and artworks - Part 3
- jellyfin/jellyfin-web#544 [@dmitrylyzo] Add ScrollManager to control scrolling on focus
- jellyfin/jellyfin-web#542 [@grafixeyehero] Improve wizard finish page redirect
- jellyfin/jellyfin-web#541 [@bilde2910] Update CONTRIBUTORS.md
- jellyfin/jellyfin-web#540 [@grafixeyehero] Add file path to itemidentifier
- jellyfin/jellyfin-web#534 [@dmitrylyzo] Set "Resume" action on season item on TV
- jellyfin/jellyfin-web#533 [@dmitrylyzo] Tizen: Remove tab activation by focus
- jellyfin/jellyfin-web#524 [@grafixeyehero] Fix minor style on home section Live TV
- jellyfin/jellyfin-web#523 [@grafixeyehero] Add icon on item context menu
- jellyfin/jellyfin-web#521 [@dkanada] Fix save button in now playing controller
- jellyfin/jellyfin-web#520 [@grafixeyehero] Cleanup connect.emby.media
- jellyfin/jellyfin-web#519 [@dhartung] Fix subtitle display from previous file in queue
- jellyfin/jellyfin-web#513 [@thornbill] Revert Swiper to fix initialization error
- jellyfin/jellyfin-web#511 [@grafixeyehero] Deminify part 3
- jellyfin/jellyfin-web#510 [@thornbill] Add translate badge to README
- jellyfin/jellyfin-web#507 [@redSpoutnik] Fix subtitle sync
- jellyfin/jellyfin-web#506 [@grafixeyehero] Deminify
- jellyfin/jellyfin-web#496 [@NathanPickard] Removed Other from TV Guide data providers
- jellyfin/jellyfin-web#491 [@dkanada] Bundle flvjs and shaka and move all libs to one folder