Android intents question
-
I noticed that the help center Third Party Integration – Pocket Casts Support says the intent for skip_forward or skip_backward can jump for x number of seconds.
Using Tasker, is that a number you can specify in the intent action or extra data, to dynamically choose how much to skip? Or does it just send a skip request for however many seconds your player settings are set to?
I ask because the ‘intelligent playback resumption’ is better than nothing but it doesn’t give me what I want. I was looking to build a Tasker action to rewind n seconds for every n seconds paused, type of thing.
-
We don’t support sending a value that’s used for the
skip_forwardorskip_backwardintents. The app will use what you’ve configured for skip forward and skip back in the app’s settings.You could, however, send multiple
skip_forwardand/orskip_backwardintents to accomplish the amount of time you were aiming for.