Now Playing OMDb API - Zibbp/Radium GitHub Wiki
Now Playing
With release v1.1.11 a "Now Playing" button appears on the navbar. This lets users in the room know what is being played.
By default, some filler information is displayed but an admin can set a TV Show or a Movie below the player in the advanced controls section.
API
The API being used is https://omdbapi.com/
By default Radium ships with an API Key but the site has a daily limit of 1,000 requests per key. If you plan on using this feature get a free API key on the website.
To use your API key, supply a docker environment variable
-e OMDB_API_KEY=123456