FastFlix

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
47566
Reakcje/Polubienia
37934

FastFlix 5.12.1​

  • Fixing
    Zaloguj lub Zarejestruj się aby zobaczyć!
    Failed to import attachment due to bad mime type gathering (thanks to larsk2)
  • Fixing
    Zaloguj lub Zarejestruj się aby zobaczyć!
    current profile panel won't open (thanks to danielly2020)
  • Fixing missing undefined option for audio tracks (thanks to danielly2020)
  • Fixing missing unittests for common encoder options
  • Fixing some extra spaces in commands
  • Fixing logs were showing red for info commands
  • Fixing missing translations (thanks to danielly2020)
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
47566
Reakcje/Polubienia
37934

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
47566
Reakcje/Polubienia
37934

FastFlix 5.12.4​

  • Fixing
    Zaloguj lub Zarejestruj się aby zobaczyć!
    "Default Source Folder" not used when adding Complete Folders (thanks to Krawk)
  • Fixing
    Zaloguj lub Zarejestruj się aby zobaczyć!
    Cannot copy the cover (thanks to danielly2020)
  • Fixing
    Zaloguj lub Zarejestruj się aby zobaczyć!
    Subtitle extraction (thanks to danielly2020)
  • Fixing adding subtitle track would fail if video has a title (thanks to The_Donn)

Mac

macOS 13 or greater required
With the appbundle, you may need to allow it to run by opening a command line and running:
xattr -rd com.apple.quarantine FastFlix.app

Then try opening again normally, it may take a minute to load without any splash screen.

Windows 11

Please use the installer below FastFlix_5.12.4_installer.exe
The win64 standalone is now a full portable mode which uses the local directory for configuration and workspace.

Ubuntu

Ubuntu 22.04 or greater required
Please extract the FastFlix file and run it via terminal ./FastFlix
Linux: Make sure you have libopengl0 installed from your package manager. If you have other issues please
Zaloguj lub Zarejestruj się aby zobaczyć!
first.

Run from source

You will need Python 3.12 and git
Setup
git clone
Zaloguj lub Zarejestruj się aby zobaczyć!

cd FastFlix
python3.12 -m pip install --upgrade pip
python3.12 -m venv venv
. ./venv/bin/activate # venv\Scripts\activate.bat or venv\Scripts\activate.ps1 on windows
pip install setuptools
pip install .

Running
Linux
venv/bin/python -m fastflix

Windows
venv\Scripts\python.exe -m fastflix
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry