happytonakai 6 Posted May 16 Posted May 16 Currently, notification webhooks for 'markplayed' are only triggered when an item is manually marked as played. This means that automatic marks after watching an item do not trigger this notification. I realize that this notification is tied to 'user' behavior, so it reacts only based on user's behavior which is manually click the button in this case. Can we perhaps introduce another notification under 'play' that is triggered by automatic marks as played? Just like Plex's media.scrobble – Media is viewed (played past the 90% mark).
happytonakai 6 Posted May 16 Author Posted May 16 OK, I found another way to achieve it: using `playback.stop` and `percentage` to determine if it is played.
Solution Luke 38551 Posted May 16 Solution Posted May 16 Hi, the stop notification has a PlayedToCompletion property. I would use that instead of checking percentage. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now