Skip to content

Commit

Permalink
Emby API Key Update
Browse files Browse the repository at this point in the history
Added note to the Emby Plugin Documentation
  • Loading branch information
Rob McGhee committed Jul 20, 2016
1 parent 84b8cf0 commit af24277
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/plugins/embyupdate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ To use ``embyupdate`` plugin, enable it in your configuration (see :ref:`using-p
host: localhost
port: 8096
username: user
apikey: apikey
password: password

To use the ``embyupdate`` plugin you need to install the `requests`_ library with::
Expand All @@ -30,4 +31,5 @@ The available options under the ``emby:`` section are:
- **port**: The Emby server port.
Default: 8096
- **username**: A username of a Emby user that is allowed to refresh the library.
- **password**: That user's password.
- **apikey**: An Emby API key
- **password**: If no API key is present then enter the user aboves password.

0 comments on commit af24277

Please sign in to comment.