chore: update jellyfin module
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
7c7962a941
commit
9a19aee4d2
2 changed files with 60 additions and 63 deletions
|
@ -31,12 +31,28 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
general = {
|
system = {
|
||||||
serverName = "Jelly";
|
serverName = "Jelly";
|
||||||
|
|
||||||
quickConnectAvailable = false;
|
quickConnectAvailable = false;
|
||||||
isStartupWizardCompleted = true;
|
isStartupWizardCompleted = true;
|
||||||
|
|
||||||
|
enableGroupingIntoCollections = true;
|
||||||
|
enableExternalContentInSuggestions = false;
|
||||||
|
|
||||||
|
pluginRepositories = [
|
||||||
|
{
|
||||||
|
name = "Jellyfin Stable";
|
||||||
|
url = "https://repo.jellyfin.org/releases/plugin/manifest-stable.json";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "Intro Skipper";
|
||||||
|
url = "https://raw.githubusercontent.com/jumoog/intro-skipper/master/manifest.json";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
|
enableSlowResponseWarning = false;
|
||||||
|
};
|
||||||
|
|
||||||
branding = let
|
branding = let
|
||||||
jellyTheme = pkgs.stdenv.mkDerivation {
|
jellyTheme = pkgs.stdenv.mkDerivation {
|
||||||
name = "Ultrachromic";
|
name = "Ultrachromic";
|
||||||
|
@ -81,14 +97,8 @@ in {
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
libraries.display = {
|
encoding = {
|
||||||
enableGroupingIntoCollections = true;
|
|
||||||
enableExternalContentInSuggestions = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
playback.transcoding = {
|
|
||||||
hardwareAccelerationType = "nvenc";
|
hardwareAccelerationType = "nvenc";
|
||||||
hardwareDecodingCodecs = [
|
hardwareDecodingCodecs = [
|
||||||
"h264"
|
"h264"
|
||||||
|
@ -104,19 +114,6 @@ in {
|
||||||
enableTonemapping = true;
|
enableTonemapping = true;
|
||||||
downMixAudioBoost = 1;
|
downMixAudioBoost = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
plugins.pluginRepositories = [
|
|
||||||
{
|
|
||||||
name = "Jellyfin Stable";
|
|
||||||
url = "https://repo.jellyfin.org/releases/plugin/manifest-stable.json";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
name = "Intro Skipper";
|
|
||||||
url = "https://raw.githubusercontent.com/jumoog/intro-skipper/master/manifest.json";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
|
|
||||||
advanced.logs.enableSlowResponseWarning = false;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
Loading…
Reference in a new issue