Skip to content

oscartbeaumont-ext/qt-github-actions-for-ep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElectronPlayer

This repoistory contains the Qt version of the application until completed migration from Electron.

Build Status ElectronPlayer

A Qt Based Web Video Services Player. Supporting Netflix, Youtube, Twitch, Floatplane, Hulu, Amazon Prime Video And More. This is the successor to Netflix-Desktop.

ElectronPlayer Menu

The apps main menu interface

Features

  • Multiple Streaming Services Support (JSON Configuration to add extra)
  • Adblock
  • Always On Top Window
  • Set Startup Page (Any Service or Remember Last Opended Page)
  • Frameless Window
  • Rough Mac Picture in Picture Support (Floating Window, Above All Desktop and Fullscreen Applications)
  • Full Screen Window on Startup

Installation

Coming soon

Analytics

This application has analytics built in which is used to help the developers make a better product. Simple Analytics was chosen due to their strong views on keeping users private. They are also GDPR, CCPA, & PECR compliant. The data collected by the app can be viewed by anyone here.

Contributors

A huge thanks to the following people for contributing and helping shape this project.

Developing

git clone https://github.com/oscartbeaumont/ElectronPlayer.git
cd ElectronPlayer/
qmake
make

# Run Compiled Application:
./ElecronPlayer # Linux
open ./ElectronPlayer.app # macOS
ElectronPlayer.exe # Windows