Added youtube-tui
This commit is contained in:
parent
62f7a4728a
commit
9c82993de4
15 changed files with 393 additions and 6 deletions
30
.config/youtube-tui/main.yml
Normal file
30
.config/youtube-tui/main.yml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
mouse_support: true
|
||||
invidious_instance: https://invidious.f5.si
|
||||
write_config: Try
|
||||
allow_unicode: true
|
||||
message_bar_default: All good :)
|
||||
images: Sixels
|
||||
refresh_after_modifying_search_filters: true
|
||||
syncing:
|
||||
download_images: true
|
||||
sync_channel_info: true
|
||||
sync_channel_cooldown_secs: 86400
|
||||
sync_videos_cooldown_secs: 600
|
||||
limits:
|
||||
watch_history: 50
|
||||
search_history: 75
|
||||
commands_history: 75
|
||||
textbar_scroll_behaviour: History
|
||||
image_index: 4
|
||||
provider: YouTube
|
||||
search_provider: RustyPipe
|
||||
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
|
||||
youtube-downloader: yt-dlp
|
||||
download-path: ~/Downloads/%(title)s-%(id)s.%(ext)s
|
||||
video-player: mpv
|
||||
Loading…
Add table
Add a link
Reference in a new issue