fix scpell failure

This commit is contained in:
BotBlake
2026-01-22 20:41:30 +01:00
parent 0e5a6bbf00
commit 965ad2cd46
4 changed files with 29 additions and 10 deletions
+2
View File
@@ -2,6 +2,7 @@
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json", "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2", "version": "0.2",
"language": "en, en-US, en-GB", "language": "en, en-US, en-GB",
"allowCompoundWords": true,
"files": ["**/*.md", "**/*.mdx", "**/*.tsx"], "files": ["**/*.md", "**/*.mdx", "**/*.tsx"],
"dictionaryDefinitions": [ "dictionaryDefinitions": [
{ {
@@ -14,6 +15,7 @@
"ignorePaths": [ "ignorePaths": [
"node_modules", "node_modules",
"/project-words.txt", "/project-words.txt",
"/src/components/common/PlatformIcon.tsx",
"/blog/2019/*", "/blog/2019/*",
"/blog/2020/*", "/blog/2020/*",
@@ -37,4 +37,4 @@ There are four types of playback; three of which involve transcoding. The type b
When the source video is in HDR, it will need to be tone-mapped to SDR when transcoding, as Jellyfin currently When the source video is in HDR, it will need to be tone-mapped to SDR when transcoding, as Jellyfin currently
doesn't support HDR to HDR tone-mapping, or passing through HDR metadata. While this can be done in software, it is doesn't support HDR to HDR tone-mapping, or passing through HDR metadata. While this can be done in software, it is
very slow, and you may encounter situations where no modern consumer CPUs can transcode in real time. Therefore, a GPU very slow, and you may encounter situations where no modern consumer CPUs can transcode in real time. Therefore, a GPU
is always recommended, where even a basic Intel iGPU can handle as much load as a Ryzen 5800X for this usecase. is always recommended, where even a basic Intel iGPU can handle as much load as a Ryzen 5800X for this use case.
+24 -7
View File
@@ -9,8 +9,9 @@ alac
albumartistsort albumartistsort
allports allports
alpn alpn
alpn
analyzeduration analyzeduration
Anidb
Anilist
anthonylavado anthonylavado
apiclient apiclient
apsell apsell
@@ -37,6 +38,7 @@ BDMV
behindthescenes behindthescenes
blitter blitter
Blitter Blitter
boxset
Broadwell Broadwell
buildinfo buildinfo
cachedir cachedir
@@ -85,12 +87,12 @@ deinterlacing
deletedscene deletedscene
DHLEVEL DHLEVEL
dhparams dhparams
directio
DISABLEFILELOCKING DISABLEFILELOCKING
discart discart
displayepisode displayepisode
displayorder displayorder
displayseason displayseason
directio
distros distros
dists dists
dkanada dkanada
@@ -153,6 +155,7 @@ Geoip
geolocation geolocation
getent getent
gifsicle gifsicle
Gotify
gpedit gpedit
GPGPU GPGPU
gstreamer gstreamer
@@ -182,6 +185,7 @@ initscripts
inotify inotify
ipban ipban
IPTV IPTV
ircs
irqs irqs
itid itid
iwalton iwalton
@@ -201,8 +205,11 @@ jpege
Kaby Kaby
keyrings keyrings
keyserver keyserver
Kinopoisk
Kitsu
kodi kodi
Kodi Kodi
Kribs
lastplayed lastplayed
Lavado Lavado
lavfi lavfi
@@ -210,6 +217,7 @@ ldconfig
leresolver leresolver
letsencrypt letsencrypt
libc libc
libera
libmali libmali
libnvcuvid libnvcuvid
libnvidia libnvidia
@@ -236,18 +244,18 @@ Mbps
mcarlton mcarlton
mediaserver mediaserver
mergerfs mergerfs
Metaarchives
Metaimages
Metapackages
metaarchive metaarchive
metaarchives metaarchives
Metaarchives
metaimage metaimage
metaimages metaimages
Metaimages
metapackage metapackage
metapackages metapackages
Metapackages
mintls mintls
mirrorbits
mirorrbits mirorrbits
mirrorbits
mirrorinfo mirrorinfo
mirrorlist mirrorlist
mirrorstats mirrorstats
@@ -258,6 +266,7 @@ mobi
modeset modeset
mopidy mopidy
mpaa mpaa
mpvqt
Multicore Multicore
multiversion multiversion
Multiview Multiview
@@ -266,6 +275,7 @@ musicbrainzalbumartistid
musicbrainzalbumid musicbrainzalbumid
musicbrainzartistid musicbrainzartistid
musicbrainzreleasegroupid musicbrainzreleasegroupid
mycoolname
myjellyfin myjellyfin
myvideos myvideos
nasm nasm
@@ -363,6 +373,7 @@ rpmfusion
RSSDP RSSDP
rsyncd rsyncd
Ryzen Ryzen
scrobble
scrollbuttons scrollbuttons
scroller scroller
Scyfin Scyfin
@@ -374,6 +385,8 @@ SEMA
sendfile sendfile
Serilog Serilog
setsebool setsebool
Shoko
Shokofin
shoutcast shoutcast
showtitle showtitle
Skia Skia
@@ -384,6 +397,7 @@ sortname
sorttitle sorttitle
soughtafter soughtafter
Spacetech Spacetech
spaghettified
specifishity specifishity
speedbumps speedbumps
splashscreen splashscreen
@@ -405,9 +419,11 @@ sysconfig
Sysoev Sysoev
systempaths systempaths
tailnet tailnet
Themerr
thornbill thornbill
Tigerlake Tigerlake
timedatectl timedatectl
Tizen
TMDB TMDB
tmdbid tmdbid
tmpfs tmpfs
@@ -460,6 +476,7 @@ webui
wheter wheter
withcolor withcolor
withuserdata withuserdata
Wizdom
wstunnel wstunnel
xattr xattr
Xbmc Xbmc
@@ -470,4 +487,4 @@ Xvolume
xvzf xvzf
ycbcr ycbcr
youruser youruser
yourusername yourusername
@@ -84,7 +84,7 @@ export default function ContributorGuide() {
{contributorOption === ContributorOption.Code && ( {contributorOption === ContributorOption.Code && (
<> <>
<div className='margin-top--md'> <div className='margin-top--md'>
There are a couple ways to get involved with Jellyfin depending on your skillset. There are a couple ways to get involved with Jellyfin depending on your skill set.
</div> </div>
<div> <div>
<button <button
@@ -467,7 +467,7 @@ export default function ContributorGuide() {
{otherOption === OtherOption.Troubleshoot && ( {otherOption === OtherOption.Troubleshoot && (
<div className='margin-top--md'> <div className='margin-top--md'>
We have a large and diverse userbase, with so many features that the combinations and configurations are We have a large and diverse user base, with so many features that the combinations and configurations are
almost endless. But as a volunteer-run project, the contributors can often be limited in the help they can almost endless. But as a volunteer-run project, the contributors can often be limited in the help they can
provide. If you are well-versed in Jellyfin&apos;s operation, we welcome you to try to help troubleshoot provide. If you are well-versed in Jellyfin&apos;s operation, we welcome you to try to help troubleshoot
problems your fellow users are having. Troubleshooting generally occurs in our{' '} problems your fellow users are having. Troubleshooting generally occurs in our{' '}