Custom agents? #545
-
Hello, What's required to add other custom agents? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
arabcoders
Sep 6, 2024
Replies: 1 comment 11 replies
-
Hi, its not difficult task depending on how complex the GUID is, first we need mapping in https://github.com/arabcoders/watchstate/blob/master/src/Libs/Guid.php And parsing implementation in backends: For plex Emby & Jellyfin share the same implementation |
Beta Was this translation helpful? Give feedback.
11 replies
Answer selected by
arabcoders
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
its not difficult task depending on how complex the GUID is, first we need mapping in
https://github.com/arabcoders/watchstate/blob/master/src/Libs/Guid.php
And parsing implementation in backends:
For plex
https://github.com/arabcoders/watchstate/blob/master/src/Backends/Plex/PlexGuid.php
Emby & Jellyfin share the same implementation
https://github.com/arabcoders/watchstate/blob/master/src/Backends/Jellyfin/JellyfinGuid.php