This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start:knowledge:vfx:pipeline [2025/03/17 23:18] – [Startup] florian | start:knowledge:vfx:pipeline [2025/03/28 13:36] (current) – [Startup] florian | ||
---|---|---|---|
Line 31: | Line 31: | ||
==== Startup ==== | ==== Startup ==== | ||
- | === Create Drives | + | I'm executing 2 scripts on startup using a single InvisibleLauncher.vbs file referenced in Windows "Task Scheduler" |
- | Using VisualSubst | + | === 1. CreateDrives |
- | === Open programs on correct desktop | + | This is a bat script. In addition to this I'm also using VisualSubst, this makes naming the mapped drives possible |
- | Put a .ps1 script | + | === 2. AppsToDesktop |
- | '' | + | This is a .ps1 script, |
+ | In this startup, | ||
+ | For this script I'm using the [[https://github.com/ | ||
==== Work locally while keeping a mirror on NAS ==== | ==== Work locally while keeping a mirror on NAS ==== | ||
- | Use symbolic links: | + | Create symbolic links from your Laragon www directory to your development folders on the NAS. This keeps your working environment organized while allowing Laragon to serve the sites. |
- | Copymklink | + | '' |
===== Audio ===== | ===== Audio ===== | ||
Line 80: | Line 82: | ||
Key features: | Key features: | ||
- | * Filters tracks to only include supported audio formats (.mp3, .flac, .wav, etc.) | ||
* Skips system and auto-generated playlists | * Skips system and auto-generated playlists | ||
* Can skip files that already exist in the destination folder | * Can skip files that already exist in the destination folder |