Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 238 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 238 Bytes

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