feat(organize): use server metadata for file organization and subtitle handling
This commit is contained in:
parent
48e4fb9f7b
commit
819c727bf5
6 changed files with 657 additions and 31 deletions
|
|
@ -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()))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue