You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to have utility classes that parse size and yield structures based on type.
Additionally add some dispatcher logic to be able to handle events based on payload.
Are there any workarounds?
No response
Code Snippets
For the "message to class" logic I've implemented in my project:
The reason I ask this, is that I have another project where want to filter and AlertListener messages...
What part of this could be in plexapi, what part is too specific not to be included? what would the structure and naming be? (I'm willing to make a PR if that's clear)
The text was updated successfully, but these errors were encountered:
What is your feature request?
AlertListener events are json payloads with such structure:
Would be nice to have utility classes that parse
size
and yield structures based ontype
.Additionally add some dispatcher logic to be able to handle events based on payload.
Are there any workarounds?
No response
Code Snippets
For the "message to class" logic I've implemented in my project:
This contains message classes:
and this contains dispatcher:
Additional Context
The reason I ask this, is that I have another project where want to filter and AlertListener messages...
What part of this could be in plexapi, what part is too specific not to be included? what would the structure and naming be? (I'm willing to make a PR if that's clear)
The text was updated successfully, but these errors were encountered: