Skip to content

An Electron Based Web Video Services Player. Supporting Netflix, Youtube, Twitch, Floatplane, Hulu And More

License

Notifications You must be signed in to change notification settings

RJMJ/ElectronPlayer

 
 

Repository files navigation

ElectronPlayer

Build Status ElectronPlayer

An Electron Based Web Video Services Player. Supporting Netflix, Youtube, Twitch, Floatplane And More. This is the successor to Netflix-Desktop.

ElectronPlayer Menu

The apps main menu interface

Features

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

Installation

Windows

Please note Windows is currently only partially supported, as it doesn't support the Widevine package I am using. I am working on fixing this. Its progress can be loosely tracked in issue #2

macOS

Download the DMG Installer from the Github Releases here.

Linux Snap

You can install ElectronPlayer with a snap. This is recommended method of installation for Linux as automatic updates will occur.

snap install electronplayer

Linux AppImage

Download the AppImage from the Github Releases here.

Arch Linux AUR

There is an unofficial package on the Arch Linux User Repository provided by @Scrumplex.

electronplayerAUR

Contributors

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

Developing

Sorry in advance that build system currently to get the app working is a mess and requires multiple package.json's this will hopefully be fixed in the future. Please contact me if you need help.

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

# For Linux
ln -s package.linux.json package.json
# For Mac
ln -s package.mac.json package.json

npm install
npm start

TODO

  • Updated Electron Widevine
  • Update All DEPS
  • Add Tests
  • Add Windows Build Support
  • Add Greenkeeper Bot

Should fix at some point

  • Menubar Transparency Glitch On Mac
  • Netflix breaks when relaunching window (eg. Enabling PIP)
  • Possibly Add Code Signing

About

An Electron Based Web Video Services Player. Supporting Netflix, Youtube, Twitch, Floatplane, Hulu And More

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.0%
  • CSS 7.4%
  • HTML 1.6%