Added cava .config file

This commit is contained in:
ManOfGoldForever 2025-11-16 20:48:10 -05:00
parent b8e0142844
commit cf3714f565
13 changed files with 840 additions and 91 deletions

View file

@ -1,25 +1,25 @@
playlist: loadpage playlist
watchhistory: loadpage watchhistory
library: loadpage library
search: loadpage search
feed: loadpage feed
cp: copy
v: version
x: quit
pause: mpv sprop pause yes ;; echo mpv Player paused
resume: mpv sprop pause no ;; echo mpv Player resumed
print: echo
channel: loadpage channel
exit: quit
r: reload
tpause: mpv tprop pause ;; echo success Toggled player pause
video: loadpage video
next: mpv playlist-next ;; echo mpv Skipped
feed: loadpage feed
v: version
sub: sync
cp: copy
back: mpv playlist-previous ;; echo mpv Skipped
playlist: loadpage playlist
q: quit
resume: mpv sprop pause no ;; echo mpv Player resumed
x: quit
print: echo
pause: mpv sprop pause yes ;; echo mpv Player paused
rc: reload configs
trending: loadpage trending
popular: loadpage popular
search: loadpage search
library: loadpage library
bookmarks: loadpage bookmarks
h: help
back: mpv playlist-previous ;; echo mpv Skipped
exit: quit
trending: loadpage trending
next: mpv playlist-next ;; echo mpv Skipped
popular: loadpage popular
q: quit
r: reload
sub: sync
rc: reload configs
channel: loadpage channel

View file

@ -1,25 +1,25 @@
global:
'f':
2: run ${browser} '${url}'
Right:
2: mpv seek 5 ;; echo mpv Fast forwarded 5 seconds
3: next ;; echo mpv Skipped
'c':
2: cp ${url}
Left:
3: back ;; echo mpv Unskipped
2: mpv seek -5 ;; echo mpv Rewinded 5 seconds
Right:
3: next ;; echo mpv Skipped
2: mpv seek 5 ;; echo mpv Fast forwarded 5 seconds
'y':
0: cp ${url}
' ':
0: tpause ;; echo mpv Player pause toggled
Left:
2: mpv seek -5 ;; echo mpv Rewinded 5 seconds
3: back ;; echo mpv Unskipped
search:
'a':
2: parrun ${terminal-emulator} mpv '${hover-url}' --no-video
'p':
2: parrun mpv '${hover-url}'
'A':
1: parrun ${terminal-emulator} mpv '${hover-url}' --no-video --loop-playlist=inf --shuffle
'p':
2: parrun mpv '${hover-url}'
'a':
2: parrun ${terminal-emulator} mpv '${hover-url}' --no-video
popular:
'p':
2: parrun mpv '${hover-url}'
@ -28,20 +28,20 @@ popular:
'A':
1: parrun ${terminal-emulator} mpv '${hover-url}' --no-video --loop-playlist=inf --shuffle
trending:
'A':
1: parrun ${terminal-emulator} mpv '${hover-url}' --no-video --loop-playlist=inf --shuffle
'a':
2: parrun ${terminal-emulator} mpv '${hover-url}' --no-video
'p':
2: parrun mpv '${hover-url}'
'a':
2: parrun ${terminal-emulator} mpv '${hover-url}' --no-video
'A':
1: parrun ${terminal-emulator} mpv '${hover-url}' --no-video --loop-playlist=inf --shuffle
video: {}
playlist:
'p':
2: parrun mpv '${hover-url}'
'A':
1: parrun ${terminal-emulator} mpv '${hover-url}' --no-video --loop-playlist=inf --shuffle
'a':
2: parrun ${terminal-emulator} mpv '${hover-url}' --no-video
'A':
1: parrun ${terminal-emulator} mpv '${hover-url}' --no-video --loop-playlist=inf --shuffle
'p':
2: parrun mpv '${hover-url}'
channel_main: {}
channel_videos:
'A':
@ -51,28 +51,28 @@ channel_videos:
'p':
2: parrun mpv '${hover-url}'
channel_playlists:
'p':
2: parrun mpv '${hover-url}'
'a':
2: parrun ${terminal-emulator} mpv '${hover-url}' --no-video
'A':
1: parrun ${terminal-emulator} mpv '${hover-url}' --no-video --loop-playlist=inf --shuffle
'p':
2: parrun mpv '${hover-url}'
watchhistory:
'A':
1: parrun ${terminal-emulator} mpv '${hover-url}' --no-video --loop-playlist=inf --shuffle
'a':
2: parrun ${terminal-emulator} mpv '${hover-url}' --no-video
'p':
2: parrun mpv '${hover-url}'
'a':
2: parrun ${terminal-emulator} mpv '${hover-url}' --no-video
feed:
'A':
1: parrun ${terminal-emulator} mpv '${hover-channel-url}/videos' --no-video --loop-playlist=inf --shuffle
'p':
2: parrun mpv '${hover-video-url}'
'P':
1: parrun ${terminal-emulator} mpv '${hover-channel-url}/videos' --no-video --loop-playlist=inf --shuffle
'a':
2: parrun ${terminal-emulator} mpv '${hover-video-url}' --no-video
'P':
1: parrun ${terminal-emulator} mpv '${hover-channel-url}/videos' --no-video --loop-playlist=inf --shuffle
'A':
1: parrun ${terminal-emulator} mpv '${hover-channel-url}/videos' --no-video --loop-playlist=inf --shuffle
library:
'A':
1: parrun ${terminal-emulator} mpv '${hover-url}' --no-video --loop-playlist=inf --shuffle

View file

@ -1,52 +1,52 @@
Enter:
0: Select
'd':
4: RemoveWord
0: ClearHistory
Down:
2: NextEntry
0: MoveDown
Enter:
0: Select
'j':
0: MoveDown
Esc:
0: Deselect
'l':
0: MoveRight
'w':
2: RemoveWord
'v':
2: Paste
Home:
0: FirstHistory
Up:
0: MoveUp
2: PreviousEntry
'u':
2: ClearLine
Left:
0: MoveLeft
2: PreviousWord
4: Back
':':
0: StartCommandCapture
'r':
2: Reload
End:
0: ClearHistory
'k':
0: MoveUp
'a':
2: First
Esc:
0: Deselect
Down:
0: MoveDown
2: NextEntry
F5:
0: Reload
Home:
0: FirstHistory
'j':
0: MoveDown
Up:
2: PreviousEntry
0: MoveUp
Left:
4: Back
2: PreviousWord
0: MoveLeft
'l':
0: MoveRight
'v':
2: Paste
'q':
0: Exit
'e':
2: End
'r':
2: Reload
':':
0: StartCommandCapture
Backspace:
0: Back
'u':
2: ClearLine
'a':
2: First
'h':
0: MoveLeft
Right:
0: MoveRight
2: NextWord
F5:
0: Reload
Backspace:
0: Back
End:
0: ClearHistory
'q':
0: Exit
'h':
0: MoveLeft
'w':
2: RemoveWord

View file

@ -22,9 +22,9 @@ api_key: YOUR API KEY HERE
shell: sh
legacy_input_handling: false
env:
terminal-emulator: konsole -e
save-path: ~/.local/share/youtube-tui/saved/
browser: xdg-open
save-path: ~/.local/share/youtube-tui/saved/
terminal-emulator: konsole -e
youtube-downloader: yt-dlp
download-path: ~/Downloads/%(title)s-%(id)s.%(ext)s
video-player: mpv
download-path: ~/Downloads/%(title)s-%(id)s.%(ext)s