nefarious

Automatically download TV shows and movies with this self-hosted web app. Use quality profiles, VPN integration, subtitle downloads, and multi-user support.

This is a self-hosted web application designed to automatically download movies and TV shows. It acts as a central hub for your media acquisition, integrating with Jackett for searching torrents and Transmission for handling the downloads. You can search and discover new content, set up automated downloads for your favorite series, and manage the entire process from a clean, responsive web interface accessible on any device.

Take full control of your media library with a rich set of features:

  • Quality Profiles: Specify your preferred video quality, like 1080p for movies and 720p for TV shows.
  • Advanced Filtering: Blacklist bad torrents or use keywords to ignore specific releases (e.g., certain codecs).
  • VPN Integration: Optionally route all download traffic through a VPN for enhanced privacy.
  • Multi-User Support: Create different user accounts with specific permissions, such as admin and regular users.
  • Automatic Organization: The app can automatically rename media files and download subtitles for a tidy library.
  • Notifications: Receive updates on your downloads through major notification services.
  • Content Discovery: Find new shows and movies with recommendations from The Movie Database and Rotten Tomatoes.

Directory Structure

nefarious
config
data
.env
docker-compose.yml

docker-compose.yml

services:
  nefarious:
    image: lardbit/nefarious:latest
    container_name: nefarious
    cap_add:
      - NET_ADMIN
    devices:
      - /dev/net/tun
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=UTC
      - VPN_USER=${VPN_USER}
      - VPN_PASS=${VPN_PASS}
    volumes:
      - ./config:/config
      - ./data:/data
    ports:
      - 8000:8000
    restart: unless-stopped

.env

VPN_USER=your_vpn_username_here
VPN_PASS=your_vpn_password_here
Categories:

Share:

Ad
Favicon

 

  
 

Similar to nefarious

Favicon

 

  
  
Favicon

 

  
  
Favicon