-
Notifications
You must be signed in to change notification settings - Fork 29
Now Playing OMDb API
Isaac edited this page Oct 21, 2020
·
2 revisions
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.
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