-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add next, previous, and seek functionality (#4)
* Implement next, prev, and seek functionality This adds messages to skip to the next and previous sonds in the queue as well as seeking forward or backwards by 5s. No default keybindings are provided. * Implement seek_seconds option Allows modifying the time in seconds seek skips in the config file. Defaults to 5 seconds if not set. * Add into about new functions to CONFIGUTATION.md --------- Co-authored-by: Ranmaru <alex@tsubame>
- Loading branch information
ranmaru22
and
Ranmaru
authored
Sep 25, 2024
1 parent
6080d2f
commit 69c182a
Showing
4 changed files
with
67 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters