unsubbed.co

Flixor

Flixor lets you run netflix-style app for Plex streaming entirely on your own server.

Overview

Modern cross-platform Plex client Flixor transforms your Plex library into a premium streaming experience with instant search, rich artwork, and native playback across iOS, macOS, tvOS, and Android. [![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![License][license-shield]][license-url] The project has 482 GitHub stars and is licensed under NOASSERTION.

Key Features

Source: GitHub README

  • OTA (Over-the-Air) updates without app store
  • Configurable bottom navigation tabs
  • Optional TMDB search integration
  • Landscape continue watching cards with progress indicators

Getting Started

Source: GitHub README

docker run -d \
  --name flixor \
  -p 8080:80 \
  -e SESSION_SECRET=your-secure-secret-here \
  -v flixor-config:/app/config \
  -v flixor-cache:/app/cache \
  --restart unless-stopped \
  ghcr.io/flixorui/flixor:latest
services:
  flixor:
    image: ghcr.io/flixorui/flixor:latest
    container_name: flixor
    environment:
      - SESSION_SECRET=your-secure-secret-here
    ports:
      - "8080:80"
    volumes:
      - flixor-config:/app/config
      - flixor-cache:/app/cache
    restart: unless-stopped

volumes:
  flixor-config:
  flixor-cache:

Normalized Features

Source: tool-features-normalized.json

docker, docker compose, mobile app, npm, rest api.

Features

Integrations & APIs

  • REST API

Mobile & Desktop

  • Mobile App