kimtore / pms

Practical Music Search is an interactive Vim-like console client for the Music Player Daemon.
https://ambientsound.github.io/pms/
MIT License
249 stars 23 forks source link

[Feature request] Add option to seek forward/backward within tracks #57

Closed jottr closed 7 years ago

jottr commented 7 years ago

The legacy branch had an option to specify shortcuts to seek forward/backward within tracks, e.g.: bind seek +5 ]. This is a request to implement it in the go-branch as well.

jottr commented 7 years ago

Awesome! Strangely binding []{} won't work for me: bind [ seek -5 doesn't register. Also, bind <S-left> seek -5 doesn't work. I.e. Shift <- to seek backwards. The debug-log doesn't show anything out of the ordinary.

kimtore commented 7 years ago

Not able to bind {}[] looks like a bug in the parser. Not sure if shift is supported yet.

I'll create separate issues for that.