feat(organize): use server metadata for file organization and subtitle handling

This commit is contained in:
Deivid Soto 2026-04-05 23:36:01 +02:00
parent 48e4fb9f7b
commit 819c727bf5
6 changed files with 657 additions and 31 deletions

View file

@ -232,6 +232,7 @@ func runDaemonStart() error {
Enabled: cfg.Organize.Enabled,
MoviesDir: cfg.Organize.MoviesDir,
TVShowsDir: cfg.Organize.TVShowsDir,
OutputDir: cfg.Download.Dir,
},
}, reporter, torrentDl, debridDl, engine.NewUsenetDownloader(httpT.Client()))