User Tools


client:ytfzf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
client:ytfzf [2025/09/02 07:15] – [yt-fzf] marlonivoclient:ytfzf [2025/09/02 09:02] (current) – [Invidous Instance] marlonivo
Line 24: Line 24:
 show_thumbnails=1 show_thumbnails=1
 pages_start=1 pages_start=1
 +is_loop=1
 search_again=1 search_again=1
 multi_search=1 multi_search=1
 invidious_instance="http://localhost:3000" invidious_instance="http://localhost:3000"
 +search_again_shortcut="ctrl-g"
  
-Thumbnail / Preview+Thumb
 load_thumbnail_viewer="chafa" load_thumbnail_viewer="chafa"
 thumbnail_quality="default" thumbnail_quality="default"
Line 51: Line 53:
 } }
 </code> </code>
- 
 ===== Invidous Instance ===== ===== Invidous Instance =====
 Install Dependencys Install Dependencys
Line 86: Line 87:
   port: 5432   port: 5432
  
-hmac_key: "8f3d342cfb8a11d93e9f..."+hmac_key: "8f3d342cfb8a11d93e9f"
 </code> </code>
  
Line 120: Line 121:
  
  
-===== Refining =====+===== MPV Config ===== 
 + 
 +Add this to ''%%~/.config/mpv/mpv.conf%%'' to surpress unecessary clutter while playing videos. 
 +<code> 
 +audio-device=pulse  
 +vo=x11 
 +profile=sw-fast minimal) 
 +hwdec=no  
 + 
 +no-terminal  
 +really-quiet 
 +msg-level=all=no  Fehler, AV/VO Logs etc. 
 +</code>
  
 Add both postgres and invidous to your boot runlevel.  Add both postgres and invidous to your boot runlevel. 
 +<code>
 +sudo rc-update add postgres default
 +sudo rc-update add invidous default
 +</code>
  
-Now you can search anything with yt-fzf+Now you can search anything with yt-fzf.
 <code> <code>
-ytfzf "Anything"+ytfzf Anything
 </code> </code>
  
 Done! Have fun with ytfzf Done! Have fun with ytfzf