app offflix

A simple application to auto manage series on your local storage

19 releases (stable)

1.2.5 Dec 3, 2024
1.2.4 Oct 10, 2024
1.2.3 May 9, 2024
1.0.5 Mar 29, 2024
0.2.1 Feb 3, 2023

#29 in Multimedia

Download history 13/week @ 2024-09-18 20/week @ 2024-09-25 140/week @ 2024-10-09 6/week @ 2024-10-16 104/week @ 2024-11-27 140/week @ 2024-12-04 53/week @ 2024-12-11 12/week @ 2024-12-18

307 downloads per month

MIT and LGPL-2.1

200KB
1.5K 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

Disclaimer

The creator of this application does not by any means promote piracy of online content. Where the users of this application get their content from is not a liabilty of the creator of this library. Please use the application at your own caution.

Installation

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

git clone https://github.com/mpv-player/mpv
export MPV_SOURCE=$(pwd)/mpv
cargo install offflix

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

~21–37MB
~581K SLoC