Skip to content

JSON utility for Radarr and Sonarr

License

Notifications You must be signed in to change notification settings

jsclayton/arrson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A JSON toolkit for the *arr apps

Recipes

Delete movies from on instance that exist in another

arrson r -u "http://:{API_KEY_1}@{URL_1}" list | jq .tmdbId | xargs -n 1 -o arrson r -u "https//:{API_KEY_2}@{URL_2}" delete

About

JSON utility for Radarr and Sonarr

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published