Jump to content

Recommended Posts

happytonakai
Posted

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
Posted

OK, I found another way to achieve it: using `playback.stop` and `percentage` to determine if it is played.

  • Solution
Posted

Hi, the stop notification has a PlayedToCompletion property. I would use that instead of checking percentage.

  • Like 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...