mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #715] changing seek_milliseconds option seemingly not working #286
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#286
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sandersantema on GitHub (Jan 21, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/715
I've got the following in my
config.yml:But the seek duration is still 5 seconds. The custom keybindings I've set do work, so at least my config isn't in the wrong location. This is my complete
config.yml:I'm running
spotify-tui 0.23.0andspotify-d 0.3.0(although I've built from source).@OrangeFran commented on GitHub (Jan 21, 2021):
The american spelling is used here. Change
behaviourtobehaviorto make it work.@sandersantema commented on GitHub (Jan 21, 2021):
Ah how stupid of me :) Seems like the mix of American/ UK English I know as a non-native speaker isn't serving me well here ;) Maybe validation of keys in
config.ymlmight be a nice function to have, although non-essential. Anyways thank you for the help and the nice program.@Rigellute commented on GitHub (Jan 27, 2021):
I'm from the UK and this sort of thing catches me out constantly 😂. Thanks for pointing that out @OrangeFran.
A very "nice to have" feature would be validation and a "did you mean" hint.