feat: add jellysweep
This commit is contained in:
14
media/jellysweep/example.config.yaml
Normal file
14
media/jellysweep/example.config.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
jellyfin:
|
||||
url: "http://jellyfin:8096" # Internal docker DNS if on same network, or full URL
|
||||
token: "YOUR_JELLYFIN_API_KEY"
|
||||
|
||||
# dry_run: true # Set to false to actually delete files
|
||||
|
||||
# Library configuration
|
||||
libraries:
|
||||
- name: Movies
|
||||
keep: 1
|
||||
age: 30d # Delete movies older than 30 days
|
||||
- name: TV Shows
|
||||
keep: 1
|
||||
age: 30d
|
||||
Reference in New Issue
Block a user