[GH-ISSUE #715] changing seek_milliseconds option seemingly not working #286

Closed
opened 2026-02-28 14:48:16 +03:00 by kerem · 3 comments
Owner

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 :

behaviour:
  seek_milliseconds: 30000

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:

behaviour:
  seek_milliseconds: 30000

keybindings:
  next_page: "ctrl-]"
  revious_page: "ctlr-["
  jump_to_start: "g"
  jump_to_end: "G"

  seek_backwards: "s"
  seek_forwards: "d"

  shuffle: "ctrl-s"
  manage_devices: "ctrl-D"

I'm running spotify-tui 0.23.0 and spotify-d 0.3.0 (although I've built from source).

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` : ```yaml behaviour: seek_milliseconds: 30000 ``` 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`: ```yaml behaviour: seek_milliseconds: 30000 keybindings: next_page: "ctrl-]" revious_page: "ctlr-[" jump_to_start: "g" jump_to_end: "G" seek_backwards: "s" seek_forwards: "d" shuffle: "ctrl-s" manage_devices: "ctrl-D" ``` I'm running `spotify-tui 0.23.0` and `spotify-d 0.3.0` (although I've built from source).
kerem closed this issue 2026-02-28 14:48:16 +03:00
Author
Owner

@OrangeFran commented on GitHub (Jan 21, 2021):

The american spelling is used here. Change behaviour to behavior to make it work.

<!-- gh-comment-id:764879972 --> @OrangeFran commented on GitHub (Jan 21, 2021): The american spelling is used here. Change `behaviour` to `behavior` to make it work.
Author
Owner

@sandersantema commented on GitHub (Jan 21, 2021):

The american spelling is used here. Change behaviour to behavior to make it work.

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.yml might be a nice function to have, although non-essential. Anyways thank you for the help and the nice program.

<!-- gh-comment-id:764941854 --> @sandersantema commented on GitHub (Jan 21, 2021): > The american spelling is used here. Change `behaviour` to `behavior` to make it work. 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.yml` might be a nice function to have, although non-essential. Anyways thank you for the help and the nice program.
Author
Owner

@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.

<!-- gh-comment-id:768140302 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-tui#286
No description provided.