chore: update jellyfin module
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-03-07 00:05:18 -05:00
parent 7c7962a941
commit 9a19aee4d2
2 changed files with 63 additions and 66 deletions

View file

@ -31,12 +31,28 @@ in {
enable = true;
settings = {
general = {
system = {
serverName = "Jelly";
quickConnectAvailable = false;
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
jellyTheme = pkgs.stdenv.mkDerivation {
name = "Ultrachromic";
@ -81,14 +97,8 @@ in {
}
'';
};
};
libraries.display = {
enableGroupingIntoCollections = true;
enableExternalContentInSuggestions = false;
};
playback.transcoding = {
encoding = {
hardwareAccelerationType = "nvenc";
hardwareDecodingCodecs = [
"h264"
@ -104,19 +114,6 @@ in {
enableTonemapping = true;
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;
};
};

View file

@ -657,11 +657,11 @@
]
},
"locked": {
"lastModified": 1709661015,
"narHash": "sha256-HXMinV0JohS1hg5FzYhcM9oyAbCqboJ5DJNqDqggOEE=",
"lastModified": 1709785905,
"narHash": "sha256-RUI/to18Mx76ocQmmKAlrbRSN+/sewNt+fdp9iDYWGM=",
"owner": "matt1432",
"repo": "nixos-jellyfin",
"rev": "9fe8adc89a0c95e233a62153f8b4c4f3982ba9fb",
"rev": "50274dcec43e2179d6cbf1e045eea5354e6af606",
"type": "github"
},
"original": {