arr: fix naming?
This commit is contained in:
8
flake.lock
generated
8
flake.lock
generated
@@ -32,11 +32,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1773596707,
|
"lastModified": 1774458847,
|
||||||
"narHash": "sha256-EiAfZo8iTgCgMbJihNnwZGISCVb3Ue/5uU1XtF9CfkA=",
|
"narHash": "sha256-u0Gs2XBFd1tStEfTXqXJ/RpsDWrGUu5NfdWH/z98LUk=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "ef0da7582c830910620114ce02b4041f32993a53",
|
"rev": "7f395bd9b3e6af2de6b17d9383bd621ad3849f1c",
|
||||||
"revCount": 5,
|
"revCount": 6,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://gitea@git.gardling.com/titaniumtown/arr-init"
|
"url": "ssh://gitea@git.gardling.com/titaniumtown/arr-init"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -60,6 +60,18 @@
|
|||||||
dataDir = service_configs.sonarr.dataDir;
|
dataDir = service_configs.sonarr.dataDir;
|
||||||
healthChecks = true;
|
healthChecks = true;
|
||||||
rootFolders = [ service_configs.media.tvDir ];
|
rootFolders = [ service_configs.media.tvDir ];
|
||||||
|
naming = {
|
||||||
|
renameEpisodes = true;
|
||||||
|
replaceIllegalCharacters = true;
|
||||||
|
standardEpisodeFormat =
|
||||||
|
"{Series Title} - S{season:00}E{episode:00} - {Episode Title} {Quality Full}";
|
||||||
|
dailyEpisodeFormat =
|
||||||
|
"{Series Title} - {Air-Date} - {Episode Title} {Quality Full}";
|
||||||
|
animeEpisodeFormat =
|
||||||
|
"{Series Title} - S{season:00}E{episode:00} - {Episode Title} {Quality Full}";
|
||||||
|
seasonFolderFormat = "Season {season}";
|
||||||
|
seriesFolderFormat = "{Series Title}";
|
||||||
|
};
|
||||||
downloadClients = [
|
downloadClients = [
|
||||||
{
|
{
|
||||||
name = "qBittorrent";
|
name = "qBittorrent";
|
||||||
@@ -83,6 +95,12 @@
|
|||||||
dataDir = service_configs.radarr.dataDir;
|
dataDir = service_configs.radarr.dataDir;
|
||||||
healthChecks = true;
|
healthChecks = true;
|
||||||
rootFolders = [ service_configs.media.moviesDir ];
|
rootFolders = [ service_configs.media.moviesDir ];
|
||||||
|
naming = {
|
||||||
|
renameMovies = true;
|
||||||
|
replaceIllegalCharacters = true;
|
||||||
|
standardMovieFormat = "{Movie Title} ({Release Year}) {Quality Full}";
|
||||||
|
movieFolderFormat = "{Movie Title} ({Release Year})";
|
||||||
|
};
|
||||||
downloadClients = [
|
downloadClients = [
|
||||||
{
|
{
|
||||||
name = "qBittorrent";
|
name = "qBittorrent";
|
||||||
|
|||||||
Reference in New Issue
Block a user