For me it's: Testdisk (and Photorec) Caddy Netstat Dig Aria2

  • monovergent@lemmy.ml
    ·
    2 months ago

    yt-dlp. Too many options to remember and look up every time, but all useful and missing from GUIs when you just want to dowload audio or 'good enough' quality video in batches without re-encoding.

    While nmtui is perfectly fine for the CLI-uninitiated, I sometimes wonder why the nm-connection-editor window doesn't provide the same level of functionality.

    • everett@lemmy.ml
      ·
      2 months ago

      Too many options to remember and look up every time

      This is a good use case for shell aliases. If you can identify a few of your use cases, you can give each bundle of options its own command.

    • dizzy@lemmy.ml
      ·
      2 months ago

      There’s a firefox extension that generates the cli command for whatever video you’re on. Let’s you check boxes for the format, sponsorblock, etc and then copies it to your clipboard.

      Just search the addon store for yt-dlp and it should show up

    • rotopenguin@infosec.pub
      ·
      2 months ago

      You can have most of the settings pre-loaded in its config file. I mostly let it do my preset -f, or when that fails do a -F to see what encodings are available.

      • rotopenguin@infosec.pub
        ·
        2 months ago

        Btw, here's my config file.

        -o "%(title)s (%(uploader_id)s).%(ext)s"
         
        -P ~/Videos
        
        -P "temp:/tmp/yt-dlp/"
        
        -f 271+ba[language=en][ext=m4a]/308+ba[language=en][ext=m4a]/137+ba[language=en][ext=m4a]/299+ba[language=en][ext=m4a]/231+ba[language=en][ext=m4a]/http_mp3_128/271+140/308+140/137+140/299+140/231+140
        --download-archive ~/.config/yt-dlp/dl-archive
        --no-playlist
        --write-sub
        --no-mtime
        --compat-options no-live-chat
        
    • Petter1@lemm.ee
      ·
      2 months ago

      I use jdownloader as gui alternative for yt-dlp. 😄 It was easy enough for my mother to understand, apparently.