SkillAgentSearch skills...

Removarr

Removarr allow users to vote for media to be deleted on shared plex library

Install / Use

/learn @Thomas-Philippot/Removarr
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Removarr

Removarr allows users to vote for media to be deleted on a shared media library.

It is built to work with your existing Plex/Jellyfin library.

Features

  • Plex integration :
    • User authentication
    • Enable/Disable libraries
  • Jellyfin integration :
    • User authentication
  • Sonarr integration : list TV Shows from the enabled plex libraries
  • Radarr integration : list Movies from the enabled plex libraries
  • Display storage information to users
  • Mobile support with PWA.

Preview

preview

Installation

Define the removarr service in your compose.yaml as follows:

change /path/to/config with your custom directory path

services:
  removarr:
    container_name: removarr
    image: tphilippot/removarr:latest
    ports:
      - 3000:3000
    volumes:
      - /path/to/config:/app/config

The starts the service

docker compose up -d

Development Server

Start the development server on http://localhost:3000:

# npm
npm install
npm run dev

# pnpm
pnpm install
pnpm dev

# yarn
yarn install
yarn dev

# bun
bun install
bun run dev

Check out the deployment documentation for more information.

Related Skills

View on GitHub
GitHub Stars28
CategoryDevelopment
Updated6d ago
Forks0

Languages

Vue

Security Score

95/100

Audited on Mar 23, 2026

No findings