#series #video #player #media-player #video-libray

bin+lib offflix

A simple application to auto manage series on your local storage

2 releases

0.2.1 Feb 3, 2023
0.2.0 Jan 31, 2023

#130 in Video

MIT and LGPL-2.1

54KB
1K SLoC

OFFFLIX

A simple application to auto manage series on your local storage. Offlix Loading screen

Features

  • Resume watching
  • Play next episode
  • Auto increment season
  • Play random episode
  • GUI
  • Multithreaded image loading

Installation

The application depends on libmpv, so you need to install it first.

Arch Linux

sudo pacman -S mpv

Ubuntu

sudo apt install mpv

Windows

MSYS2

pacman -S mingw-w64-x86_64-mpv

Usage

cargo run --release

Media player controls

  • 'Space' to pause/resume
  • 'Ctrl+Left' to go back 10 seconds
  • 'Ctrl+Right' to go forward 10 seconds
  • 'Shift+Left' to go back 1 second
  • 'Shift+Right' to go forward 1 second
  • 'Left' to go back 5 seconds
  • 'Right' to go forward 5 seconds
  • 'Up' increase volume
  • 'Down' decrease volume
  • 'F' to toggle fullscreen
  • 'Esc' to quit
  • 'A' to cycle audio tracks forward
  • 'Shift+A' to cycle audio tracks backward
  • 'Ctrl+A' to toggle audio
  • 'V' to cycle video tracks forward
  • 'Shift+V' to cycle video tracks backward
  • 'S' to cycle subtitle tracks forward
  • 'Shift+S' to cycle subtitle tracks backward
  • 'Ctrl+S' to toggle subtitles

Dependencies

~31–42MB
~702K SLoC