Skip to content
Discussion options

You must be logged in to vote

All custom agents are well, old so they must begin with com.plexapp.agents.

here is an example of linkage

$ cat guid.yaml
guids:
  -
    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

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by arabcoders
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants