Skip to content

Now Playing OMDb API

Isaac edited this page Oct 21, 2020 · 2 revisions

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.

Now Playing

Now Playing Full Preview

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