L4stIdi0t / arr-tools

My collection of tools used to manage my ARR instances
9 stars 0 forks source link

More ARR tools

Welcome this repo contains tools that I use to manage my media library. Main tools are Dynarr and Swipearr. But there are more tools which are unlisted here.

Dynarr

Dynarr helps manage the quality and organization of your files within Sonarr and Radarr, ensuring your media library is always optimized to your preferences.

Features

Swipearr

Swipearr offers a Tinder-like interface for browsing your media collections, supporting desktop, mobile, and touchscreen devices.

Features

Screenshots

Desktop Swipe Arr Mobile Swipe Arr - A Mobile Swipe Arr - B Mobile Settings

Install

Unraid: Use the community app store

Docker:

docker run --name arr-tools -p 9000:9000 -v $(pwd)/data:/app/backend/data ghcr.io/l4stidi0t/arr-tools/main:latest

Docker compose:

version: '3.8'

services:
  arr-tools:
    image: ghcr.io/l4stidi0t/arr-tools/main:latest
    container_name: arr-tools
    ports:
      - "9000:9000"
    volumes:
      - ./data:/app/backend/data

Recommended things

Tools

Want to-do:

Possible issues:

Contribution

Plex support will not be added by me, someone can change /utils/media_server_interaction.py to support Plex.