/playButtonOnScreenAlwaysPlugin

Plugin for Paella Player: Display always the PlayOnButtonScreen, no matter the stream is live or not

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

ch.cern.paella.playButtonOnScreenAlwaysPlugin

Plugin for Paella Player: Display always the PlayOnButtonScreen, no matter the stream is live or not

Plugin Screenshot

Requirements

  • Paella Player 6.3.3

Installation

Add ch.cern.paella.playButtonOnScreenAlwaysPlugin to the plugins folder.

Then you will need to modify the config/config.json file in order to activate the plugin.

  1. Disable the PlayButtonOnScreenPlugin since this plugin will override it's behavior:
"es.upv.paella.playButtonOnScreenPlugin": {"enabled":false},
  1. Enable the PlayButtonOnScreenAlwaysPlugin:
"ch.cern.paella.playButtonOnScreenAlwaysPlugin": {"enabled":true},

This plugin is based on the original PlayButtonOnScreen bundled with Paella Player

Installation To install you will need a working Paella Player v6.3.3.