Skip to content

RandomNinjaAtk/arr-scripts-v2

Repository files navigation

arr-scripts-v2

This project is my own personal documenation for various scripts I've written to improve and further automate the usage of the ARR suite of apps. Support is not guaranteed, scripts are provided as-is...

Installation

Container Setup

docker-compose (example)

services:
  arr-scripts:
    image: lsiobase/alpine:3.23
    container_name: arr-scripts
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - /path/to/arr-scripts/config:/config
      - /path/to/arr-scripts/config/custom-services.d:/custom-services.d
      - /path/to/arr-scripts/config/custom-cont-init.d:/custom-cont-init.d #optional
    restart: unless-stopped

unraid (example)

image

Script Download and Configuration

  1. Download settings.conf and place it into: /config folder
  2. Download any of the following scripts and place them into /custom-services.d folder
  3. Modify edit settings.conf (/config/settings.conf) with your appropriate settings
  4. Start or Restart the container

Monitoring

  • Logs will be generated for each script and be located in the /config/logs folder.
  • You can also monitor the containers logs to see the scripts logging output live...

Support Info

Scripts are provided as-is...

Generally, if a script works one time, it will work everytime, that is the nature of scripts... So if you're experiencing an issue that has not been previously reported and is more likely a technical problem of some sort, it is more than likely caused by user error...

Please note that use of arr-scripts is not supported by the Arr app's community. The scripts do not modify the software/code of the Arr app, all changes to the Arr app are implemented using publicly available API calls.

About

Arr Scripts v2 - ARR App Suite Automation scripts to make life easier!

Topics

Resources

License

Stars

Watchers

Forks

Languages