Skip to content

Latest commit

 

History

History
46 lines (41 loc) · 1.26 KB

emby_refresh.md

File metadata and controls

46 lines (41 loc) · 1.26 KB
title description published date tags editor dateCreated
emby_refresh
true
2022-09-18 05:04:30 UTC
markdown
2022-09-18 05:04:28 UTC

Trigger Emby Refrsh

This plugin triggers a emby refresh

Plugin Settings

Currently the following settings are supported:

Option Description
host The emby host, including protocol and port
username The username of the user, should be provided with password or with a apikey. If a apikey is informed, the user can be any user in the server, if a password is informed, the login username plus password must match
password The password to authenticate the username
apikey The apikey to use to authenticate
when When to refresh, on accepted, rejected, failed, no_entries, aborted, always

Config format

emby_refresh:
    server:
        host: http://localhost:8096
        username: <username>
        [apikey]: <apikey>
        [password]: <password>
        [return_host]: <wan|lan>
    [when]: <accepted|rejected|failed|no_entries|aborted|always>

Examples

emby_refresh:
  server:
    host: http://emby.localhost:8096
    username: flexget
    password: flexget
    return_host: wan
  when: accepted