feat(media): add recyclarr service for automated TRaSH Guides sync

Add systemd oneshot + daily timer to sync TRaSH Guides quality profiles
and custom formats to Radarr/Sonarr via recyclarr.
This commit is contained in:
2026-02-18 20:45:32 -05:00
parent 93a7645d3f
commit 88b506b08c
3 changed files with 44 additions and 0 deletions

View File

@@ -219,6 +219,10 @@
configDir = services_dir + "/jellyseerr";
};
recyclarr = {
dataDir = services_dir + "/recyclarr";
};
media = {
moviesDir = torrents_path + "/media/movies";
tvDir = torrents_path + "/media/tv";