• 1 Post
  • 7 Comments
Joined 2 years ago
cake
Cake day: June 22nd, 2024

help-circle

  • Used in converting videos to podcast episodes using dir2cast:

    --force-ipv6 #use with net.ipv6.conf.all.use_tempaddr = 2
    --ffmpeg-location "~/src/FFmpeg" #selfcompiled ffmpeg with he-aac support
    #convert to he-aac (v1, for music bed compatibility) and filter mic noise:
    --exec "~/src/FFmpeg/ffmpeg -y -i %(filepath)q -af afftdn=nf=-25,highpass=f=100 -c:a libfdk_aac -profile:a aac_he -b:a 64k -ar 44100 -c:v copy -disposition:v attached_pic -map_metadata 0 -map_chapters 0 %(filepath)q.filtered.m4a && mv %(filepath)q.filtered.m4a %(filepath)q" 
    --js-runtimes quickjs #for solving challenges
    --remote-components ejs:github #for updates on how to solve the challenges
    --extract-audio 
    --audio-format m4a #best compatibility with dir2cast & overcast
    --embed-thumbnail
    --embed-metadata
    --embed-chapters
    --no-progress #this thing runs as a systemd timer service, prevent logspam
    --paths /tmp/ytdlp #no unnecessary writes to storage
    --sponsorblock-remove default #remove in-video ads
    #only download the newest video from a channel at most 1 month old:
    --break-on-existing
    --break-on-reject
    --dateafter now-1month
    --download-archive ~/var/downloaded.ytdlp
    





  • Auch dann vereinfacht sich die Verwaltung mit Paperless drastisch. Ich habe nur noch einen großen Ordner mit Aufschrift ASN 100-500 (etc.). Nach Scan ins Paperless kommt alles dort nach ASN (Archivseriennummer) hinein. Dokumente suche und verwalte ich mit der Volltextsuche und Tags in Paperless. Wenn dann doch einer mal das Original sehen will, suche ich mir über die ASN das Papier dazu aus dem Ordner heraus. Tipp: Paginierstempel sind was tolles


  • Paperless-ngx zur Dokumentenverwaltung

    Unbound als rekursiver DNS mit Adblock Liste

    mosquitto & rrdtool zur Heimautomatisierung (steuert eine Handvoll Tasmotas für Heizthermostate und Steckdosen sowie Tradfri-Lampen)

    Infrarot-HAT zur Steuerung von Fernbedienungsgeräten (Beamer, Klimaanlage,Stereoanlage)

    wireguard VPN Server, wenn man mal wieder in einem offenem Hotelwlan ist