mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
docs[embyupdate]: add docs for userid option
This commit is contained in:
parent
b7e3d37c1b
commit
fbd179f44a
2 changed files with 7 additions and 1 deletions
|
|
@ -112,6 +112,9 @@ New features:
|
|||
* A new configuration option, :ref:`duplicate_verbose_prompt`, allows changing
|
||||
how duplicates are presented during import.
|
||||
:bug: `4866`
|
||||
* :doc:`/plugins/embyupdate`: Add handling for private users by adding
|
||||
``userid`` config option.
|
||||
:bug:`4402`
|
||||
|
||||
Bug fixes:
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,10 @@ The available options under the ``emby:`` section are:
|
|||
Default: ``localhost``
|
||||
- **port**: The Emby server port.
|
||||
Default: 8096
|
||||
- **username**: A username of a Emby user that is allowed to refresh the library.
|
||||
- **username**: A username of an Emby user that is allowed to refresh the library.
|
||||
- **userid**: A user ID of an Emby user that is allowed to refresh the library.
|
||||
(This is only necessary for private users i.e. when the user is hidden from
|
||||
login screens)
|
||||
- **apikey**: An Emby API key for the user.
|
||||
- **password**: The password for the user. (This is only necessary if no API
|
||||
key is provided.)
|
||||
|
|
|
|||
Loading…
Reference in a new issue