Mhm. I tested again and it seems I haven't tested well yesterday. Problem is that with the patch you cannot use 0-9 for number zap on gstreamer channels anymore.
I don't like that. I thought only fast forward/rewind would be active, but also 0-9 are used for seeking. Second problem is that fast rewind often not work on gstreamer streams.
So what can we do? What do you think of this?
Create new action map with play, pause, fast forward, fast rewind, next song(>>|) and previous song(|<<) keys. In case of gstreamer streams use only this action map and map the keys to key 4,6,7 and 9. So I don't want to use fast rewind as it's not working properly. When the user presses << I want to "jump back x seconds" like pressing 4 in movie player. With only 2 keys you could also implement something like a binary search, which is quite nice.
Or something like for timeshift. So by pressing a key you get into seek mode and then you can use number keys for seeking. I don't like that very much, but timeshift users already know this.
Edited by betacentauri, 21 September 2016 - 12:39.