diff --git a/cspell.json b/cspell.json index 9096b153..d81048fa 100644 --- a/cspell.json +++ b/cspell.json @@ -2,6 +2,7 @@ "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json", "version": "0.2", "language": "en, en-US, en-GB", + "allowCompoundWords": true, "files": ["**/*.md", "**/*.mdx", "**/*.tsx"], "dictionaryDefinitions": [ { @@ -14,6 +15,7 @@ "ignorePaths": [ "node_modules", "/project-words.txt", + "/src/components/common/PlatformIcon.tsx", "/blog/2019/*", "/blog/2020/*", diff --git a/docs/general/post-install/transcoding/index.mdx b/docs/general/post-install/transcoding/index.mdx index 35073fcc..cac0f410 100644 --- a/docs/general/post-install/transcoding/index.mdx +++ b/docs/general/post-install/transcoding/index.mdx @@ -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 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 -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. diff --git a/project-words.txt b/project-words.txt index 983bd071..7e1d1931 100644 --- a/project-words.txt +++ b/project-words.txt @@ -9,8 +9,9 @@ alac albumartistsort allports alpn -alpn analyzeduration +Anidb +Anilist anthonylavado apiclient apsell @@ -37,6 +38,7 @@ BDMV behindthescenes blitter Blitter +boxset Broadwell buildinfo cachedir @@ -85,12 +87,12 @@ deinterlacing deletedscene DHLEVEL dhparams +directio DISABLEFILELOCKING discart displayepisode displayorder displayseason -directio distros dists dkanada @@ -153,6 +155,7 @@ Geoip geolocation getent gifsicle +Gotify gpedit GPGPU gstreamer @@ -182,6 +185,7 @@ initscripts inotify ipban IPTV +ircs irqs itid iwalton @@ -201,8 +205,11 @@ jpege Kaby keyrings keyserver +Kinopoisk +Kitsu kodi Kodi +Kribs lastplayed Lavado lavfi @@ -210,6 +217,7 @@ ldconfig leresolver letsencrypt libc +libera libmali libnvcuvid libnvidia @@ -236,18 +244,18 @@ Mbps mcarlton mediaserver mergerfs -Metaarchives -Metaimages -Metapackages metaarchive metaarchives +Metaarchives metaimage metaimages +Metaimages metapackage metapackages +Metapackages mintls -mirrorbits mirorrbits +mirrorbits mirrorinfo mirrorlist mirrorstats @@ -258,6 +266,7 @@ mobi modeset mopidy mpaa +mpvqt Multicore multiversion Multiview @@ -266,6 +275,7 @@ musicbrainzalbumartistid musicbrainzalbumid musicbrainzartistid musicbrainzreleasegroupid +mycoolname myjellyfin myvideos nasm @@ -363,6 +373,7 @@ rpmfusion RSSDP rsyncd Ryzen +scrobble scrollbuttons scroller Scyfin @@ -374,6 +385,8 @@ SEMA sendfile Serilog setsebool +Shoko +Shokofin shoutcast showtitle Skia @@ -384,6 +397,7 @@ sortname sorttitle soughtafter Spacetech +spaghettified specifishity speedbumps splashscreen @@ -405,9 +419,11 @@ sysconfig Sysoev systempaths tailnet +Themerr thornbill Tigerlake timedatectl +Tizen TMDB tmdbid tmpfs @@ -460,6 +476,7 @@ webui wheter withcolor withuserdata +Wizdom wstunnel xattr Xbmc @@ -470,4 +487,4 @@ Xvolume xvzf ycbcr youruser -yourusername +yourusername \ No newline at end of file diff --git a/src/components/contribute/ContributorGuide.tsx b/src/components/contribute/ContributorGuide.tsx index cedb960d..82bbf978 100644 --- a/src/components/contribute/ContributorGuide.tsx +++ b/src/components/contribute/ContributorGuide.tsx @@ -84,7 +84,7 @@ export default function ContributorGuide() { {contributorOption === ContributorOption.Code && ( <>