Use Emby oauth token #520
-
I have an Emby server shared with me (I'm not an admin). So I cannot create an API key for it. However, oauth tokens are easily created. Can these be supported? |
Beta Was this translation helpful? Give feedback.
Answered by
arabcoders
Jul 5, 2024
Replies: 1 comment 1 reply
-
Hi, sadly the way we designed the API revolves around having access to full API. However, it might be possible to use simple import/export without the majority of the functionality try adding this to your emby_oauth:
type: emby
url: 'https://emby.server'
token: your_oauth_token
uuid: server_uuid
user: your_user_id
import:
enabled: true
lastSync: null
export:
enabled: true
lastSync: null
webhook:
match:
user: true
uuid: true
token: not_used
options: {} replace replace what needed |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#521