Plex Custom provider/guid #781
-
|
Going on from what i asked in my issue i need to not use legacy i will add that the "Link Client Guid" i have set to "tv.plex.agents.custom.example.thetvdb.tv", as that is the plex guid that is visibly set in a media xml |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
All custom agents are well, old so they must begin with here is an example of linkage $ cat guid.yamlguids:
-
id: 1f109ccd-cf66-65bc-b1f4-127e74ef814f
type: string
name: guid_test
description: test
validator:
pattern: '/^[0-9\/]+$/i'
example: (number)
tests:
valid:
- '1234567'
- 1234567/1/1
invalid:
- 1234567a
- a1234567
links:
-
id: 1f109cce-aa33-6d52-9a59-127e74ef814f
type: plex
map:
from: com.plexapp.agents.foobar
to: guid_test
options:
legacy: true |
Beta Was this translation helpful? Give feedback.
All custom agents are well, old so they must begin with
com.plexapp.agents.here is an example of linkage