{ MikeFez }

Tag: automation (4)

  • Automating Frigate Camera Recordings Management on Unraid
    Managing storage for Frigate security camera recordings can be challenging. I created a bash script that automatically moves older recordings to a secondary storage pool, optimizing performance while preserving my footage.
  • Automating Plex Media Management with Python
    Running Plex on Unraid and want recent recordings on an SSD/NVMe share? I created a Python script that automatically identifies watched media and moves it from my cache to my larger array, optimizing storage while preserving my library structure.
  • Streamlining Work Repository Management with Raycast
    Managing multiple work repositories can be tedious. I built a Python script that automatically clones repositories, opens them in VS Code, and generates Raycast shortcuts for instant access in the future.
  • VS Code Targets Generator for Raycast
    Managing multiple server connections and frequently accessed directories in VS Code can be tedious. I created a Python script to generate Raycast shortcuts that give me one-click access to both local projects and remote servers.